-
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
Support parametrization of properties in UDP #327
Comments
parameterization of property filtering indeed does not support parameterization yet. openeo-python-driver/openeo_driver/filter_properties.py Lines 13 to 17 in 06f7670
|
@VincentVerelst can you also state for which project this is important (for planning purposes)? |
This would be needed for the WorldCereal project. |
The process graph below is part of a UDP with three parameters:
spatial_extent
,temporal_extent
andorbit_state
. The latter is a string that can either be "DESCENDING" or "ASCENDING".Running this UDP results in the following error:
OpenEoApiError: [400] PropertyConditionInvalid: Expected parameter 'value' but got 'orbit_state'
job id: cdse-j-241114ee6489428aad7351dd62b881c3
It seems the parametrization of properties, like
orbit_state
is not yet supported in the backend. Hence the request for its support here.The text was updated successfully, but these errors were encountered: