Open-EO / Open-EO/openeo-python-driver

Limited set of processes in property filter

Open
#145 1 comment 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.