Opened 3 weeks ago
Closed 3 weeks ago
#855 closed enhancement (fixed)
Missing c-blosc dependency for GDAL
Reported by: | rouault | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | Package |
Version: | Keywords: | ||
Cc: |
Description (last modified by )
From GDAL IRC: "I just realized that gdal embedded in qgis for windows, up to v3.9.2, doesn't include blosc compression for zarr format"
GDAL could potentially be built against https://github.com/Blosc/c-blosc
<arkanoid> by hacking a little into qgis, I figure out that the included gdal 3.7.2 DOES support zarr (run gdalinfo --formats from within gui), but open raster layer with ZARR:"<my zarr path>/var" ends with error "Decompressor blosc not-handled"
Change History (5)
comment:1 by , 3 weeks ago
Description: | modified (diff) |
---|
comment:2 by , 3 weeks ago
comment:4 by , 3 weeks ago
Replying to jef:
What about https://github.com/Blosc/c-blosc2 ?
-- libblosc cannot be used as it lacks blosc_cbuffer_validate()
For checking which compressions are built-in and supported by the GDAL version that is in use, do