Windows and S2 zip path #100
-
Hey, it's me again and i hope for the last time 😄 ! I've a python code which process Sentinel-2 images in the .SAFE format, and it's perfect (thanks again for this library!). Unfortunately, when i try, eoreaders crashs. An exemple of my script would be :
This part works well. It crashs here :
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
This is a bug ! |
Beta Was this translation helpful? Give feedback.
-
I just released |
Beta Was this translation helpful? Give feedback.
I just released
sertit
1.28.3 that should correct your issue.In a few minutes, the wheel will be available on pypi, so you will be able to do
pip install sertit[full]==1.28.3
to update your env :)