-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Speed up raster import process and solve some issues #82
Comments
Working code at https://github.com/splashblot/dronedb/tree/tileo-feature/speedup_gdal_import Deploying into beta to test there. |
That are the proposed changes: 86a13ec |
Noticed that the import got stuck with big rasters. Finally found the cause. The source of problem was a statement timeout (it seems to be 5 minutes). But there where a second problem that was the one that make it get stuck instead of just failing. Remaining tasks:
|
Code is implemented and in process on being deployed to production: 860a05c There is a remaining problem. Diego's tiff I have noticed that we have a pretty old gdal version: |
On production. Still the issue with Diego's Tiff but with a working workaround. We'll keep track of that on the issue #88. Closing that one. |
The text was updated successfully, but these errors were encountered: