Opened 17 years ago

Last modified 16 years ago

#1369 closed enhancement

read gzipped files in situ (e.g. raster.tif.gz) — at Initial Version

Reported by: matt.wilkie@… Owned by: warmerdam
Priority: low Milestone: 1.6.0
Component: GDAL_Raster Version: 1.4.0
Severity: minor Keywords: zip gzip
Cc:

Description

I've run into a fair amount of raster imagery, OnEarth for example, which is available gzipped instead of using an internal compression. It would be very convenient if gdal could read gzipped files in situ. Having to decompress the files to a scratch space first means having to keep a lot extra room around to manouver. In other applications which do read .gz files such as VTP it also seems to be a lot faster to read/write a .gz than an uncompressed file. Perhaps because of less disk use (?).

Change History (0)

Note: See TracTickets for help on using tickets.