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
Hello,
I'm trying to repoduce your example on our server (80 cpu) . I 'm experiencing some troubles during the .compute() execution under a new conda environnement. It is not related to geogif or stackstac but I wonder if you had the same issue during the dev of the example.
In the error message, I can read : RasterioIOError: Read or write failed. IReadBlock failed at X offset 3, Y offset 3: /vsicurl/https://sentinel-cogs.s3.us-west-2.amazonaws.com/sentinel-s2-l2a-cogs/21/X/VK/2021/8/S2A_21XVK_20210802_3_L2A/B04.tif, band 1: IReadBlock failed at X offset 5, Y offset 0: TIFFReadEncodedTile() failed.
`
It seems that multithreaded read of cog files is to blame because of rasterio and finally gdal.
Unfortunately, I have no solution at the moment.
Do you create a specific environnement with coiled to avoid such a problem?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I'm trying to repoduce your example on our server (80 cpu) . I 'm experiencing some troubles during the .compute() execution under a new conda environnement. It is not related to geogif or stackstac but I wonder if you had the same issue during the dev of the example.
In the error message, I can read :
RasterioIOError: Read or write failed. IReadBlock failed at X offset 3, Y offset 3: /vsicurl/https://sentinel-cogs.s3.us-west-2.amazonaws.com/sentinel-s2-l2a-cogs/21/X/VK/2021/8/S2A_21XVK_20210802_3_L2A/B04.tif, band 1: IReadBlock failed at X offset 5, Y offset 0: TIFFReadEncodedTile() failed.
`
It seems that multithreaded read of cog files is to blame because of rasterio and finally gdal.
Unfortunately, I have no solution at the moment.
Do you create a specific environnement with coiled to avoid such a problem?
thanks
Beta Was this translation helpful? Give feedback.
All reactions