[osgeo4w-dev] [osgeo4w] #663: Missing LERC codec in gdal 3.2 in "testing" install
OSGeo4W
trac_osgeo4w at osgeo.org
Mon Mar 1 13:06:10 PST 2021
#663: Missing LERC codec in gdal 3.2 in "testing" install
------------------------------+----------------------------
Reporter: houska1 | Owner: osgeo4w-dev@…
Type: defect | Status: new
Priority: major | Component: Package
Version: | Resolution:
Keywords: gdal libtiff lerc |
------------------------------+----------------------------
Comment (by houska1):
Failure cause confirmed by studying the output of `gdalinfo --format
GTiff` further.
In new "testing" install - gdal 3.2
{{{
<Option name="COMPRESS" type="string-select">
<Value>NONE</Value>
<Value>LZW</Value>
<Value>PACKBITS</Value>
<Value>JPEG</Value>
<Value>CCITTRLE</Value>
<Value>CCITTFAX3</Value>
<Value>CCITTFAX4</Value>
<Value>DEFLATE</Value>
<Value>LZMA</Value>
<Value>ZSTD</Value>
Other metadata items:
LIBGEOTIFF=1600
LIBTIFF=LIBTIFF, Version 4.1.0
Copyright (c) 1988-1996 Sam Leffler
Copyright (c) 1991-1996 Silicon Graphics, Inc.
}}}
In old install - gdal 3.1
{{{
<Option name="COMPRESS" type="string-select">
<Value>NONE</Value>
<Value>LZW</Value>
<Value>PACKBITS</Value>
<Value>JPEG</Value>
<Value>CCITTRLE</Value>
<Value>CCITTFAX3</Value>
<Value>CCITTFAX4</Value>
<Value>DEFLATE</Value>
<Value>LZMA</Value>
<Value>ZSTD</Value>
<Value>WEBP</Value>
<Value>LERC</Value>
<Value>LERC_DEFLATE</Value>
<Value>LERC_ZSTD</Value>
Other metadata items:
LIBGEOTIFF=1600
LIBTIFF=INTERNAL
}}}
--
Ticket URL: <https://trac.osgeo.org/osgeo4w/ticket/663#comment:1>
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