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
Currently when I try to open a ZSTD compressed GeoTIFF I'm getting the following error:
"Error: Unknown compression method identifier: 50000
at getDecoder (http://localhost:8091/dist/main.js:16498:11)
at GeoTIFFImage.readRasters (http://localhost:8091/dist/main.js:18190:97)
at GeoTIFFImage.readRGB (http://localhost:8091/dist/main.js:18241:19)
at MapView._callee3$ (http://localhost:8091/dist/main.js:1299:46)
at tryCatch (http://localhost:8091/dist/main.js:109577:40)
at Generator.invoke [as _invoke] (http://localhost:8091/dist/main.js:109815:22)
at prototype.<computed> [as next] (http://localhost:8091/dist/main.js:109629:21)
at step (http://localhost:8091/dist/main.js:1110:191)
at http://localhost:8091/dist/main.js:1110:361"
The list of supported decoders by geotiff.js at the moment can be found here:
Currently when I try to open a ZSTD compressed GeoTIFF I'm getting the following error:
The list of supported decoders by geotiff.js at the moment can be found here:
geotiff.js/src/compression/index.js
Lines 20 to 29 in f15d770
50000 is a reserved identifier for ZSTD: https://github.com/OSGeo/gdal/blob/301f31b9b74cd67edcdc555f7e7a58db87cbadb2/frmts/gtiff/gtiff.h#L117-L119
The text was updated successfully, but these errors were encountered: