You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered: