Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

compatibility with STAC>0.7 #2

Open
scottyhq opened this issue Jun 14, 2019 · 1 comment
Open

compatibility with STAC>0.7 #2

scottyhq opened this issue Jun 14, 2019 · 1 comment

Comments

@scottyhq
Copy link

This is a great utility! It looks like this follows STAC spec version 0.5. Are there currently plans to keep in sync with the latest STAC versions? (currently at 0.7 https://github.com/radiantearth/stac-spec).

A couple examples in the readme of searching CMR via this endpoint would be really helpful. For example, this returns an error ('The CMR does not allow querying across granules in all collections')
https://cmr-stac-api.dev.element84.com/stac/search?bbox=[-125,45,-117,49]&limit=10

As an example, can we modify the above URL to search only ATLAS/ICESat-2 L3A Land Ice Height V001 ?
https://cmr-stac-api.dev.element84.com/stac/catalog/collections/C1511847675-NSIDC_ECS

Pinging @matthewhanson

@matthewhanson
Copy link
Member

Hi @scottyhq , yes there are plans to update this to the latest version of STAC. Since 0.8 is around the corner (within a month), we will just target that version rather than 0.7.

We are thinking about implementing this as a replacement backend to sat-api, so we leverage the STAC compliant part of sat-api and just replace the elasticsearch lookup backend with the proxy that queries CMR and transforms the responses to STAC Items.

We'll definitely improve the documentation as well!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants