stac-utils / titiler-pgstac

TiTiler + PgSTAC
https://stac-utils.github.io/titiler-pgstac/
MIT License
80 stars 29 forks source link

add more parameters to the Collection Endpoints #159

Closed vincentsarago closed 2 months ago

vincentsarago commented 7 months ago

We can add simple parameters like:

like https://github.com/developmentseed/titiler-stacapi/blob/0a558ade45c06aa4e0f4f5dd71ea3212e8671d9a/titiler/stacapi/dependencies.py#L116-L164

hrodmn commented 1 month ago

Do you think it would be feasible to add filter as a parameter in addition to bbox, datetime, and ids? I can think of a few contexts where adding a cql2-text filter would be useful.

vincentsarago commented 1 month ago

Can you open a new issue with that 🙏