#778 closed bug (fixed)
Displaying raster images extremely slow
Reported by: | cdavila | Owned by: | homann |
---|---|---|---|
Priority: | critical: causes crash or data corruption | Milestone: | |
Component: | Rasters | Version: | Trunk |
Keywords: | Cc: | cdavilam@…, msieczka, warmerdam | |
Must Fix for Release: | Yes | Platform: | Debian |
Platform Version: | testing | Awaiting user input: | yes |
Description
After updating from 0.8.1 to 0.9 ecw rester images that before were displayed at once now take very long time: 4 images of 9 MB each one take about 8 minutes and images of about 700 MB don't display after one hour. More information can be found here: http://forum.qgis.org/viewtopic.php?t=461 Reproduced in two machines with debian-testing and reported by other user in windows XP
Attachments (1)
Change History (13)
comment:1 by , 15 years ago
Cc: | added |
---|---|
Platform Version: | testting → testing |
comment:2 by , 15 years ago
Awaiting user input: | set |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Let's check with 0.9.1 when it is released.
comment:3 by , 15 years ago
0.9.1 is now released. I believe this error has disappeared. Can you check?
comment:4 by , 15 years ago
I'm still not using definitive 0.9.1, but 0.9.1~pre20071219 from debian.gfoss.it, but problem has certainly disappeared, so I think bug can be closed if no one has same problem.
comment:5 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
I also noted slow performance on 0.9.0, but not anymore.
comment:6 by , 15 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:7 by , 15 years ago
The problem persists in r8223. Now a bug squashing is being planned, I would really appreciate if this bug is resolved, as I need to use ecw rasters in my daily work and it's really annoying to wait so much time each time I move map canvas, having to use other programs too often.
comment:8 by , 15 years ago
Cc: | added |
---|
I'm not sure if this is relevant, but in general QGIS is very slow displaying tiled GeoTIFFs. Stripped GeoTIFFs display about 10 (ten) times faster.
Stripped GeoTIFF can be created with:
gdal_translate -co "TILED=NO"
and a tiled one with:
gdal_translate -co "TILED=YES"
comment:9 by , 15 years ago
comment:10 by , 15 years ago
Cc: | added |
---|
comment:11 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
There is now an ability to set the default contrast enhancement that will remain persistent between sessions, which resolves this problem to some extent. If stretching is too slow and not needed, the user can elect not to stretch on initial load.
I think this closes this ticket for QGIS, if there are any upstream issues with GDAL that are also fixed in the future, all the more better.
If this is still not a satisfactory solution, feel free to reopen.
I have just replace 0.9.0 package with 0.9~svn20071023-1 from debian.gfoss.it and the problem has disappeared.