Skip to content
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

properly evaluate property filters #361

Open
bossie opened this issue Jan 31, 2025 · 0 comments
Open

properly evaluate property filters #361

bossie opened this issue Jan 31, 2025 · 0 comments

Comments

@bossie
Copy link
Collaborator

bossie commented Jan 31, 2025

openeo_driver.filter_properties.extract_literal_match does not actually evaluate the callback/predicate process graphs in the properties argument to load_collection/load_stac; rather, it handles the JSON in a more mechanical way so it only works for the simplest of cases.

Evaluating these predicates against properties of features (client-side filtering) seems doable and intuitive but instead we typically translate them to HTTP params (server-side filtering).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant