-
Notifications
You must be signed in to change notification settings - Fork 105
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
API Landing Page not advertise conformance classes correctly #169
Comments
This should be addressed as a result of changes in #181 - the updated |
I see that conformsTo exists now, but the classes are invalid.
should be like:
|
Makes sense. It seems like the analogous conformance classes aren't available at e.g. https://api.stacspec.org/v1.0.0/core - do you by chance know of their whereabouts? |
https://api.stacspec.org/v1.0.0-beta.2/core/ 1.0.0-beta.2 is the current version of STAC API. 1.0.0-beta.3 will be released soon. |
Yeah, looks like I confused beta with rc 🤦 |
@philvarner I believe things are now addressed in #214 |
It looks right to me! |
The landing page (root endpoint) does not have a conformsTo field, and the conformance classes in /conformance do not correspond to STAC API 1.0.0-beta.1 or 2. https://github.com/radiantearth/stac-api-spec/blob/master/overview.md#conformance-classes
This is an invalid STAC API as it works currently.
Planetary Computer does have a conformsTo field.
The text was updated successfully, but these errors were encountered: