OptimizeRasters icon indicating copy to clipboard operation
OptimizeRasters copied to clipboard

To support tar, tar.gz in future.

Open Chamlika opened this issue 8 years ago • 1 comments

To help users to feed in .tar / .tar.gz directly into OptimizeRasters to work with compressed rasters. Presently users need to use external tools such as (Tartool.exe and others) to unzip data from (USGS/PGC/e.t.c.) before they could proceed with OptimizeRasters to complete their workflows.

Chamlika avatar Apr 21 '16 06:04 Chamlika

You could use the GDAL vsitar and vsizip facilities. Depending on the content of the tar/zip, unpacking the data first, using either external tools or python, might still be the better option.

lucianpls avatar Apr 21 '16 20:04 lucianpls