opendatacube / datacube-explorer

Web-based exploration of Open Data Cube collections
Apache License 2.0
54 stars 31 forks source link

STAC API Filter requires implementing `/queryables` endpoints #513

Closed omad closed 1 year ago

omad commented 1 year ago

I'm experimenting with some STAC filter queries for some DEA Products, and having trouble getting them to work. While reading the spec, I've noticed that explorer doesn't implement the Queryables endpoints, and it should as part of it's Filter implementation.

The implementation guidelines for the spec say:

[start by] defining a static Queryables schema with no queryables advertised and the additionalProperties field set to true,