We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In
intake-stac/intake_stac/catalog.py
Line 123 in b145149
I believe that all the necessary information is provided at the https://planetarycomputer.microsoft.com/api/stac/v1/collections endpoint. https://github.com/stac-utils/pystac-client handles all the logic for interacting with STAC APIs efficiently (it has subclasses for pystac.Collection, etc.). Something like
pystac.Collection
pystac_client.Client.open("https://planetarycomputer.microsoft.com/api/stac/v1/").get_collections()
should efficiently get the child collections for APIs that implement the /collections endpoint (I'm unsure about child catalogs; we don't use them).
/collections
Might have some overlap with #66.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In
intake-stac/intake_stac/catalog.py
Line 123 in b145149
I believe that all the necessary information is provided at the https://planetarycomputer.microsoft.com/api/stac/v1/collections endpoint. https://github.com/stac-utils/pystac-client handles all the logic for interacting with STAC APIs efficiently (it has subclasses for
pystac.Collection
, etc.). Something likeshould efficiently get the child collections for APIs that implement the
/collections
endpoint (I'm unsure about child catalogs; we don't use them).Might have some overlap with #66.
The text was updated successfully, but these errors were encountered: