-
Notifications
You must be signed in to change notification settings - Fork 42
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
Parameter.spatial_extent throws AttributeError #676
Labels
Comments
Could you share the code where you generate the UDP? |
FYI: this problem can easily be reproduced from this test: openeo-python-client/tests/rest/test_udp.py Lines 282 to 303 in 3fd041a
change the |
@soxofaan thank you.
|
soxofaan
added a commit
that referenced
this issue
Dec 5, 2024
fixed with 179a852 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using Paramtere.spatial_extent in a UDP:
It throws an error:
Seems that schema for Parameter.spatial_extent indeed is a List and not a Dict: https://github.com/Open-EO/openeo-python-client/blob/master/openeo/api/process.py#L310
The text was updated successfully, but these errors were encountered: