Open varisht-tathya opened 9 months ago
I have the same issue. Is this package still being developed? Are there alternatives for Sentinel-3 data?
Hello everyone! It seems that using python version 3.10 or higher doesn't work.
Try using the python version 3.8, for me worked well.
@lmizzoni can you pin pystac < 1.9.0 using python 3.10? I guess this issue is linked to pystac commit https://github.com/stac-utils/pystac/commit/d7a67128dcd619171d9ce1396e860e5fb03bcaca#diff-ead4b1abaa38d4af24f580bee0525e7ebdce83cce67cfbf26ef42646179f0fcc and provide the outcome here?
@lmizzoni can you pin pystac < 1.9.0 using python 3.10? I guess this issue is linked to pystac commit stac-utils/pystac@d7a6712#diff-ead4b1abaa38d4af24f580bee0525e7ebdce83cce67cfbf26ef42646179f0fcc and provide the outcome here?
I did some tests using pystac version < 1.9.0 and Python >= 3.10, and everything worked well. After running the command stac sentinel3 create-item <source> <destination>
, I received the STAC item without errors.
However, switching to pystac version 1.9.0 or higher causes the error to reappear. Therefore, I agree that the error seems to be linked to that commit.
Hey @jonas-eberle, do you want create a PR for that fix you've applied at the fork?
Describe the bug I am unable to create a STAC item of a S3 product. Product has been extracted from a Sen 3 product zip file. I get this error instead:
TypeError: FileExtensionUpdated() takes no arguments
To reproduce Steps to reproduce the behavior:
Expected behavior I should get a STAC item Screenshots and shell session dumps
Additional context