Re: [gdal-dev] Gdal + Kakadu + Python : unable to write JPEG2000 correctly

2017-02-15 Thread CGA
I just confirmed that gdal_translate works fine : The result image is in effectively in JP2KAK format and readable in QGIS. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Gdal-Kakadu-Python-unable-to-write-JPEG2000-correctly-tp5308040p5308078.html Sent from the GDAL - De

[gdal-dev] Gdal + Kakadu + Python : unable to write JPEG2000 correctly

2017-02-15 Thread CGA
Dear all, I'm struggling with the Python bindings of GDAL + Kakadu. I'm trying to clip a small part of an input image in .jp2 and write it inside another .jp2 file. I read that the JP2KAK images can only be created using the CreateCopy() method. Here is my workflow : - Open input dataset - Cl