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
Would it be possible to add query support to your STAC endpoints?
As your team noted here, the pystac-client is a little slow when instantiating many items. The query extension would enable some pre-filtering (e.g., based on cloud cover) to help reduce the instantiation of unnecessary items.
For example, a search with the query command below:
APIError: The 'query' STAC API extension is not yet implemented. You may perform queries against collection IDs, geometry (intersects or bbox), and datetime only. Stay tuned!
The text was updated successfully, but these errors were encountered:
Hi,
Would it be possible to add query support to your STAC endpoints?
As your team noted here, the pystac-client is a little slow when instantiating many items. The query extension would enable some pre-filtering (e.g., based on cloud cover) to help reduce the instantiation of unnecessary items.
For example, a search with the query command below:
Currently fails with the following error:
The text was updated successfully, but these errors were encountered: