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
(hopefully this is the right place to report this)
In stac-utils/pystac-client#320, @system123 noticed that pystac-client's .get_collections() method was slow. It relies on STAC API advertising a /collections endpoint (see https://github.com/stac-utils/pystac-client/blob/5d7510c5307f04cdbd3bd694f4b919a9bbf9c275/pystac_client/client.py#L182-L1850).
.get_collections()
/collections
It doesn't look like https://cmr.earthdata.nasa.gov/stac/OB_DAAC currently includes the collections conformance class at https://api.stacspec.org/v1.0.0-rc.1/collections/, despite it (I think) being implemented. Would it be possible to add that conformance class?
The text was updated successfully, but these errors were encountered:
get_collections
https://bugs.earthdata.nasa.gov/browse/CMR-10209 created to track this request.
Sorry, something went wrong.
No branches or pull requests
(hopefully this is the right place to report this)
In stac-utils/pystac-client#320, @system123 noticed that pystac-client's
.get_collections()
method was slow. It relies on STAC API advertising a/collections
endpoint (see https://github.com/stac-utils/pystac-client/blob/5d7510c5307f04cdbd3bd694f4b919a9bbf9c275/pystac_client/client.py#L182-L1850).It doesn't look like https://cmr.earthdata.nasa.gov/stac/OB_DAAC currently includes the collections conformance class at https://api.stacspec.org/v1.0.0-rc.1/collections/, despite it (I think) being implemented. Would it be possible to add that conformance class?
The text was updated successfully, but these errors were encountered: