-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to create STAC items #31
Comments
I have the same issue. Is this package still being developed? Are there alternatives for Sentinel-3 data? |
Hello everyone! Try using the python version 3.8, for me worked well. |
@lmizzoni can you pin pystac < 1.9.0 using python 3.10? |
I did some tests using pystac version < 1.9.0 and Python >= 3.10, and everything worked well. After running the command 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. |
Fixed the error mentioned in the issue stactools-packages#31
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
The text was updated successfully, but these errors were encountered: