Replies: 1 comment 1 reply
-
|
I think having a |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For APIs with a lot of STAC collections, you might not know your desired collection ID in advance.
pystac_clienthas a get_collections() function to facilitate this kind of workflow.I'm increasingly using rustac to search, but find myself using pystac_client only to quickly discover collection IDs and metadata. I'm wondering if such a function could be added to the API here? For example a replacement for this bit of code to iterate over pages of collections:
Beta Was this translation helpful? Give feedback.
All reactions