Hi, I'm using OTB to re-sample Sentinel-2 images and then stack them. To achieve my purpose, I use otbcli_RigidTransformResample application and otbcli_ConcatenateImages. But sometime a GDAL error occurs when I try to stack rasters.
The error: ERROR 1: ReSampleRaster.tif, band 1: IReadBlock failed at X offset 0, Y offset 10596 ERROR 1: GetBlockRef failed at X block offset 0, Y block offset 10596 itk::ERROR: GDALImageIO(0x114c860): Error while reading image (GDAL format) It mean that RigidTransformResample application fail to write correctly ReSampleRaster.tif. However, no errors were raised by OTB. If I remove ReSampleRaster.tif and re-generate it, everything works. Is every GDAL error not caught by OTB ? Thanks. -- -- Check the OTB FAQ at http://www.orfeo-toolbox.org/FAQ.html You received this message because you are subscribed to the Google Groups "otb-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/otb-users?hl=en --- You received this message because you are subscribed to the Google Groups "otb-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
