You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
openeo_driver.filter_properties.extract_literal_match
does not actually evaluate the callback/predicate process graphs in theproperties
argument toload_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).
The text was updated successfully, but these errors were encountered: