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
In some circumstances this code leads to an error:
from telluric import GeoRaster2
from rasterio.windows import Window
w = Window(col_off=265876, row_off=182960, width=394, height=602)
raster = GeoRaster2.open("s3://.../dem.tif")
raster.get_window(w, masked=False)
Process failed. Error: GeoRaster2IOError(RasterioIOError('Read or write failed. /vsis3/.../dem.tif, band 1: IReadBlock failed at X offset 259, Y offset 178: _TIFFPartialReadStripArray:Cannot read offset/size for strile around ~225607'))
We were not able to reproduce the issue with rasterio only so apparently it is a telluric issue:
In some circumstances this code leads to an error:
We were not able to reproduce the issue with rasterio only so apparently it is a telluric issue:
The text was updated successfully, but these errors were encountered: