Open-EO / openeo-python-client

Python client API for OpenEO
https://open-eo.github.io/openeo-python-client/
Apache License 2.0
156 stars 42 forks source link

Support for collection "queryables" (metadata filters) #483

Open soxofaan opened 1 year ago

soxofaan commented 1 year ago

openEO API 1.2 feature:

New endpoint for metadata filters (queryables): /collections/{collection_id}/queryables. Also adds a new rel type to the collection links. https://github.com/Open-EO/openeo-api/issues/396

Lacking anything better, client now leverages "summaries" which is incomplete, and raises warning if there is no match https://github.com/Open-EO/openeo-python-client/blob/7ebaff233993b8169947a9d726d8cebff1c4029e/openeo/rest/datacube.py#L175-L186

related: https://github.com/Open-EO/openeo-python-client/issues/424 https://github.com/Open-EO/openeo-geopyspark-driver/issues/536 https://github.com/Open-EO/openeo-api/issues/396