-
Notifications
You must be signed in to change notification settings - Fork 6
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
filter_spatial with point FeatureCollection #268
Comments
soxofaan
changed the title
filter_spacial with point FeatureCollection
filter_spatial with point FeatureCollection
Mar 13, 2024
back-end side stack trace of this error FYI:
|
soxofaan
added a commit
that referenced
this issue
Mar 14, 2024
by looking at the stack trace, this should no longer occur because feature collection is now translated to driver vector cube |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using
filter_spacial
with a FeatureCollection containing POINT's now returns a nested and unclear error:OpenEO batch job failed: TypeError("'Point' object is not subscriptable")
Either a clearer error message should be provided, or the driver should support point feature collections for filter_spacial.
The text was updated successfully, but these errors were encountered: