Open-EO / Open-EO/openeo-python-driver
Limited set of processes in property filter
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 12
- Forks
- 8
- Avg merge
- 6d 3h
- Merged PRs (30d)
- 4
Description
I'm using lt in a property filter in load_collection, but get:
Failed to process synchronously on backend vito: OpenEoApiError("[400] PropertyConditionInvalid: Property filtering only supports ['eq', 'lte', 'gte'], not 'lt'. (ref: r-b2321fd4b96b49889b889322f5c12b36)")
While I can easily migrate to lte, it shouldn't be to difficult to also support lt, gt, neq etc, right?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the load_collection property-filtering entry point and trace where supported comparison operators are validated. Define the intended operator set from the issue, implement support there, and verify that property filtering accepts the added comparisons without producing PropertyConditionInvalid errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100