[gdal-dev] Can't read NITF image

Nikos Alexandris nik at nikosalexandris.net
Sun Jul 7 16:53:29 PDT 2013


Nikos Alexandris wrote:

> Question:  how can I tell which driver is used?  Just empirically, e.g.
> Jasper precedes OpenJPEG2?  Oh well, I'll have to search in the manuals I
> guess...

gdalinfo --formats | grep JP

  JPEG (rwv): JPEG JFIF
  JP2OpenJPEG (rwv): JPEG-2000 driver based on OpenJPEG library
  JPEG2000 (rwv): JPEG-2000 part 1 (ISO/IEC 15444-1)


According to <http://trac.osgeo.org/gdal/wiki/ConfigOptions>, GDAL_SKIP:

export GDAL_SKIP="JPEG JPEG2000" && gdalinfo --formats | grep JP

JP2OpenJPEG (rwv): JPEG-2000 driver based on OpenJPEG library


Nice!  Thanks, Nikos


More information about the gdal-dev mailing list