cloudnativegeo / cloud-optimized-geospatial-formats-guide

https://guide.cloudnativegeo.org
Creative Commons Attribution 4.0 International
121 stars 17 forks source link

fix: lerc is not lossy unless max_z_error is > 0 #88

Closed blacha closed 8 months ago

blacha commented 8 months ago

When using GDAL with LERC it will default to lossless, unless max_z_error is greater than 0

Also lossless LERC works surprisingly well for non floating point types (eg 8bit RGBA or 16bit RGBi)