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
There are a few cases where cogger could be used as a generic geotiff rewriter (in order to reclaim file size) without specifically targeting a COG output. See e.g. OSGeo/gdal#10551. We need to support the following optional behaviors:
don't automatically promote the result from bigtiff to normal tiff, even if the resulting file size is less than 4GB (implemented in Add advanced usage options/functionality #9)
support stripped tifs (i.e. StripOffsets, StripByteCounts, RowsPerStrip)
removing metadata is out of scope for cogger, which does not have the ability to look into the meaning of any tiff tags aside from tile/strip pointers. use gdal_edit on the tiff file before running cogger if you need to support that behavior
I've added the mask removal to the proposal, thanks
There are a few cases where cogger could be used as a generic geotiff rewriter (in order to reclaim file size) without specifically targeting a COG output. See e.g. OSGeo/gdal#10551. We need to support the following optional behaviors:
IGNORE_COG_LAYOUT_BREAK
(implemented in Add advanced usage options/functionality #9)The text was updated successfully, but these errors were encountered: