André,
>
> This code works for geotiff, but not for jpeg2000. There I'm getting the
> error: ERROR 6: GDALDriver::Create() ... no create method implemented
> for this format.
You cannot directly use Create() for any of the JPEG2000 drivers as Create()
assumes random writing capabilities which t
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"