[gdal-dev] Enabling default compression for COG ?
Vincent Sarago
vincent.sarago at gmail.com
Thu Sep 30 06:52:41 PDT 2021
+1
I think it’s reasonable to have a default compression. In rio-cogeo I’ve set the default to `DEFLATE` but that’s was a personal preference.
Vincent
> On Sep 30, 2021, at 3:46 PM, Even Rouault <even.rouault at spatialys.com> wrote:
>
> Hi,
>
> should we enable a default compression scheme for the COG driver ? I've heard people "complaining" about that, or people just not realizing that specifying a compression method was something reasonable to do. Likely a lossless one to be conservative. ZSTD is probably not reasonable as it's too non-standard outside of the GDAL/libtiff world. So the choice would go basically between LZW or DEFLATE. LZW has probably the best compatibility profile (but the less efficient). I guess that most browser based solutions would handle it ? Thoughts ?
>
> Even
>
> --
> http://www.spatialys.com
> My software is free, but my time generally not.
>
> _______________________________________________
> gdal-dev mailing list
> gdal-dev at lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/gdal-dev
More information about the gdal-dev
mailing list