Originates from Open-EO/openeo-python-client#141 (comment)
Initially the thought was that all (scalar) metadata properties could be queried. This seems not to be true and thus it's not really clear to users what they can query on (despite the limited implementations right now). It would probably good to add something that mentions what users can query on.
In STAC API this would be /queryables, but it may be enough to just add a list with properties to the collections, e.g. "openeo:properties": ["eo:cloud_cover", "proj:epsg"] for example.
Originates from Open-EO/openeo-python-client#141 (comment)
Initially the thought was that all (scalar) metadata properties could be queried. This seems not to be true and thus it's not really clear to users what they can query on (despite the limited implementations right now). It would probably good to add something that mentions what users can query on.
In STAC API this would be
/queryables, but it may be enough to just add a list with properties to the collections, e.g."openeo:properties": ["eo:cloud_cover", "proj:epsg"]for example.