COGDumper icon indicating copy to clipboard operation
COGDumper copied to clipboard

Dumps tiles out of a cloud optimized geotiff

Results 3 COGDumper issues
Sort by recently updated
recently updated
newest added

COGDumper downloads the whole header. See this example which is a BIGTIFF with a 400mb header! ``` cogdumper http --server https://s3-ap-southeast-2.amazonaws.com --path linz-test-data --resource auckland_urban_2017_0.075m_cog.tif --xyz 0 0 0 ````...

with https://github.com/OSGeo/gdal/pull/704 being near the finish line, COGDumper will need an update to support WEBP compressed COG cc @normanb

I am trying to better understand how [COGTiff class](https://github.com/mapbox/COGDumper/blob/master/cogdumper/cog_tiles.py) works like whats the internal structure of a Cloud Optimized GeoTIFF (COG). Specifically, I'm looking at the _ifds function and have...