Skip to content
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

Updating GDAL version to speed up Importing of rasters that takes ages #88

Open
ivanprado opened this issue Nov 24, 2017 · 2 comments
Open
Assignees

Comments

@ivanprado
Copy link

Context

Some particular rasters takes infinite to be loaded. Specifically, rasters generated by Diego (Pix4d output format? are problematic.

Steps to Reproduce

Upload a raster from Diego

Current Result

It take ages.

Expected result

It take a reasonable time.

Additional info

I have seen that the problem disappears if the raster is reconverted. Particularly I have converted a raster with the following command and it worked well:

gdal_translate -co COMPRESS=JPEG -co TILED=YES in.tif out.tif

Proposals

  • Try to install a newer GDAL version
  • Rewrite always tifs before importing. Or detect when tifs are offending and rewrite just in that case.
@apercas
Copy link

apercas commented Nov 27, 2017

Currently we're using:

root@71c40e80e678:/dronedb# gdalinfo --version
GDAL 1.11.0, released 2014/04/16

I can try to move it forward (latest stable version is 2.2.3, http://trac.osgeo.org/gdal/wiki/NewsAndStatus) and check how it breaks.

@apercas apercas self-assigned this Nov 27, 2017
@ivanprado ivanprado changed the title Importing rasters that takes ages Updating GDAL version to speed up Importing of rasters that takes ages Jan 5, 2018
@ivanprado
Copy link
Author

This ticket #41 can also be related.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants