Dear gdal experts,
I'm compiling gdal and a whole list of other libraries myself. Currently
I'm using gdal-2.1.0 and openjepeg v2.1.1 and use the libs from python:
import gdal
import numpy as np
gdal.AllRegister()
#driver = 'JP2KAK'
driver = "JP2OpenJPEG"
#driver = "GTiff"
#driver = "JPEG2000"
Dear Even,
thanks for pointing me to https://trac.osgeo.org/gdal/changeset/31517, I
will use this. Maybe it would help to avoid confusion to reflect the
need to set
CXXFLAGS="-DKDU_MAJOR_VERSION=7 -DKDU_MINOR_VERSION=7 in the ./configure
--help message. I was missing this info.
Thanks a lot
Dear GDAL developers,
I'm trying to build gdal with support to the Kakadu library. My problems
occur both with gdal 2.0.2 as well which what I checked out from github.
I have configured a minimal example:
./configure --prefix $prefix_opt \
--with-openjpeg=no --with-jasper=no \
--with-ecw=no \