You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GDALRasterIO calling Openjpeg driver functions fails to read data of a overview starting from a certain level.
This is for the file: IMG_PHR1A_PMS-N_201905050814388_SEN_4485844101-001_R1C1.JP2
It happens for example when dumpoverviews tool running: dumpoverviews IMG_PHR1A_PMS-N_201905050814388_SEN_4485844101-001_R1C1.JP2 3
Starting from level 3 and above it produces errors like:
ERROR 7: Assertion at line 1061 of gdal\frmts\openjpeg\openjpegdataset.cpp failed
ERROR 3: GDALRasterIO read failed at 128.
ERROR 7: Assertion at line 1061 of \gdal\frmts\openjpeg\openjpegdataset.cpp failed
ERROR 3: GDALRasterIO read failed at 256.
Expected behavior and actual behavior.
GDALRasterIO calling Openjpeg driver functions fails to read data of a overview starting from a certain level.
This is for the file:
IMG_PHR1A_PMS-N_201905050814388_SEN_4485844101-001_R1C1.JP2
It happens for example when dumpoverviews tool running:
dumpoverviews IMG_PHR1A_PMS-N_201905050814388_SEN_4485844101-001_R1C1.JP2 3
Starting from level 3 and above it produces errors like:
ERROR 7: Assertion at line 1061 of gdal\frmts\openjpeg\openjpegdataset.cpp failed
ERROR 3: GDALRasterIO read failed at 128.
ERROR 7: Assertion at line 1061 of \gdal\frmts\openjpeg\openjpegdataset.cpp failed
ERROR 3: GDALRasterIO read failed at 256.
Steps to reproduce the problem.
dumpoverviews IMG_PHR1A_PMS-N_201905050814388_SEN_4485844101-001_R1C1.JP2 3
Operating system
Windows 7
GDAL version and provenance
GDAL 2.4.2 version compiled with openjpeg library 2.3.1 using Visual Studio 2017 with WIN64=1
The text was updated successfully, but these errors were encountered: