Skip to content

TIFFReadEncodedStrip() failed #2879

Answered by sgillies
AliD6 asked this question in Q&A
Jul 20, 2023 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

@AliD6 TIFFReadEncodedStrip() indicates that you're attempting to read data from an compressed data file. Libtiff can sometimes fail to do this. It's often associated with low memory availability (see this issue discussion for some details and debugging OSGeo/gdal#6071). You should catch RasterioIOError and retry in these situations.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@AliD6
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by sgillies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants