-
Notifications
You must be signed in to change notification settings - Fork 179
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
STAC API for STAC 1.0 #858
Comments
Strictly speaking, only a subset of 1.0.0 can be served in STAC API 0.9.0 as |
@jisantuc Why has this been unpinned? There's no 1.0 API yet... |
I probably fat fingered it. I have no recollection of deliberately doing that |
Can we close this now that we have api beta.1? |
STAC API was split off this repository (the core STAC specification) some time ago after STAC 0.9 has been published. The STAC API specification is lagging a bit behind and thus here are some guidelines for implementing STAC APIs with STAC 1.0:
As there is no way to indicate the STAC API version in API responses, the rules to resolve the STAC API version in client software is as follows:
stac_api_version
field first. It will be any version number that is >= 1.0 (including beta/rc releases)stac_version
field.stac_version
Related issues: radiantearth/stac-api-spec#27, #850
The text was updated successfully, but these errors were encountered: