Re: [gdal-dev] Extracting a band with gdalmdimtranslate

2020-08-08 Thread J . Antonio Guzmán Q .
Thanks Dr. Lee for you quick response, I runned your example. It seems that it returns an output; however the returned .tif does not contain information. I checked the tif file that you uploaded in [1], but this also does not contain information. I know that the Quality_Assurance SDS contains inf

[gdal-dev] Reading a JP2 file - obj_decode() failed

2020-08-08 Thread Jonathan Moules
Hi List, I have a JP2 file I'm trying to process with Rasterio in Python. But I'm getting this error: rasterio.errors.RasterioIOError: Read or write failed. FILENAME.jp2, band 1: IReadBlock failed at X offset 40, Y offset 90: opj_decode() failed That error seems to come from GDAL. I've tried

Re: [gdal-dev] How can I use RawCodeValues in DXF driver?

2020-08-08 Thread Alan Thomas
RawCodeValues is generated by the DXF reader. The DXF writer has no logic to handle this field. Alan -Original Message- From: gdal-dev On Behalf Of jlaegel Sent: Friday, 31 July 2020 6:20 PM To: gdal-dev@lists.osgeo.org Subject: [gdal-dev] How can I use RawCodeValues in DXF driver? Hel