[osgeo4w-dev] [osgeo4w] #855: Missing c-blosc dependency for GDAL
OSGeo4W
trac_osgeo4w at osgeo.org
Mon Oct 28 06:53:28 PDT 2024
#855: Missing c-blosc dependency for GDAL
------------------------+----------------------------
Reporter: rouault | Owner: osgeo4w-dev@…
Type: enhancement | Status: new
Priority: normal | Component: Package
Version: | Resolution:
Keywords: |
------------------------+----------------------------
Comment (by jratike80):
For checking which compressions are built-in and supported by the GDAL
version that is in use, do
{{{
gdalinfo --format zarr
...
<Option name="COMPRESS" type="string-select" description="Compression
method" default="NONE">
<Value>NONE</Value>
<Value>ZLIB</Value>
<Value>GZIP</Value>
<Value>LZMA</Value>
<Value>ZSTD</Value>
<Value>LZ4</Value>
</Option>
}}}
--
Ticket URL: <https://trac.osgeo.org/osgeo4w/ticket/855#comment:2>
OSGeo4W <http://trac.osgeo.org/osgeo4w>
OSGeo4W is the Windows installer and package environment for the OSGeo stack.
More information about the osgeo4w-dev
mailing list