-
Notifications
You must be signed in to change notification settings - Fork 99
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 STAC_API_VERSION in landing page #761
Comments
yeah I think this got mixed up. I think we should update this to STAC_VERSION and not STAC_API_VERION https://github.com/stac-utils/stac-pydantic/blob/main/stac_pydantic/catalog.py#L17 |
Maybe it's also valuable to have STAC_API_VERSION if you want to switch between (bugfix) API versions, but having a separate STAC_VERSION is certainly a good idea. Do you think it makes sense to also have a STAC_API_VERSION? (e.g. to update to easily/quickly STAC API 1.0.1 once released?) |
the stac-api-specification only mention but extra values are allowed https://github.com/stac-utils/stac-pydantic/blob/main/stac_pydantic/catalog.py#L22 |
I've created #762 adding |
Not feeling strongly about STAC_API_VERSION, we can just fix the actual issue for now. Thanks for creating the PR! |
closing this for now because it's not a spec requirement |
I'm a bit confused by
stac-fastapi/stac_fastapi/types/stac_fastapi/types/core.py
Line 271 in 3c4ce2e
STAC_API_VERSION is meant to be the STAC API version (i.e. stac-api-spec), right?
But the STAC API Version is different to the STAC version. We try to expose STAC 1.1.0 items and update the landing page to 1.1.0, too, but setting the STAC_API_VERSION seems incorrect, because there is no 1.1.0 version for the API.
The text was updated successfully, but these errors were encountered: