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

Incorrect conformance class URI used for oas30 #255

Closed
philvarner opened this issue Sep 8, 2021 · 3 comments · Fixed by #263
Closed

Incorrect conformance class URI used for oas30 #255

philvarner opened this issue Sep 8, 2021 · 3 comments · Fixed by #263

Comments

@philvarner
Copy link
Collaborator

The URI used for the OAS conformance class is:

http://www.opengis.net/spec/ogcapi-features-1/1.0/req/oas30

when it should be:

http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/oas30

The req one is the requirements class, whereas the conf one is the conformance class.

@TomAugspurger
Copy link

@philvarner I'm http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/oas30 gives a 404 Not Found right now. Is that a temporary thing?

I'm looking to harmonize pystac-client (https://github.com/stac-utils/pystac-client/blob/9aebcf4e8c4b0e2cd55243a4cf3d711f045027b4/pystac_client/conformance.py#L43) and stac-fastapi, but I'm not sure which one is the right URL to use.

@philvarner
Copy link
Collaborator Author

I'll mention that 404 to the ogcapi team. It'd definitely 'conf'.

@philvarner
Copy link
Collaborator Author

See opengeospatial/ogcapi-features#269 and opengeospatial/ogcapi-features#355

TomAugspurger pushed a commit to TomAugspurger/stac-fastapi that referenced this issue Sep 11, 2021
geospatial-jeff added a commit that referenced this issue Sep 13, 2021
* Fixed OAS conformance URL

Closes #255

* update changelog

Co-authored-by: Jeff Albrecht <geospatialjeff@gmail.com>
gadomski pushed a commit to stac-utils/stac-fastapi-pgstac that referenced this issue Mar 22, 2023
* Fixed OAS conformance URL

Closes stac-utils/stac-fastapi#255

* update changelog

Co-authored-by: Jeff Albrecht <geospatialjeff@gmail.com>
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

Successfully merging a pull request may close this issue.

2 participants