Skip to content
New issue

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

Add version STAC extension metadata for collections #35

Open
tylere opened this issue Mar 25, 2024 · 1 comment
Open

Add version STAC extension metadata for collections #35

tylere opened this issue Mar 25, 2024 · 1 comment

Comments

@tylere
Copy link

tylere commented Mar 25, 2024

Earth-search v1 currently contains both current (sentinel-2-c1-l2a) and deprecated (sentinel-2-l2a) collections. To facilitate steering potential users to the current collection, it would be helpfull to add Version STAC Extension metadata. This could help to avoid questions/issues such as #34.

Specifically, it would be helpful to have the sentinel-2-l2a Collection include

"deprecated": true

and a link object that points to the sentinel-2-c1-l2a Collection

{
  "rel": "latest-version",
  "href": "https://earth-search.aws.element84.com/v1/collections/sentinel-2-c1-l2a"
}
@matthewhanson
Copy link
Member

@tylere thanks for the suggestion, it's a good one. We've been avoiding officially deprecating the collection because the new one still isn't complete as ESA is still doing backprocessing, but it's probably complete enough that we should be pointing folks to the new collection.

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

No branches or pull requests

2 participants