-
Notifications
You must be signed in to change notification settings - Fork 46
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
How to correctly document conformance? #71
Comments
You would document conformance by listing the conformance classes under /conformance like for example: { |
For the moment I've got the following.
I can add the links you provided, but I'm not too sure what the Thanks |
This seem to be old URIs. But in the case of the OGC API - Processes, the URIs are not fixed yet, anyway. Also, it is not specified how to render JSON in HTML. It is not mandatory to support this. |
In our case we support both the old WPS and the new OGC API-Processes variants, so I prefer to report all conformance links. |
I think the URIs are fixed only after the OGC Naming Authority has approved them in the process of officially releasing the standard. Hopefully this will happen this year. |
@fmigneault The example in #71 (comment) is closer to what the conformance class URIs will be. There might be some minor changes when the draft specification goes for Public Comment. Please note as well that WFS 3.0 is now officially called OGC API - Features - Part 1: Core, since 2018. The approved conformance class URIs for it can be found at http://docs.opengeospatial.org/is/17-069r3/17-069r3.html#_declaration_of_conformance_classes |
The revised conformance URIs are shown at https://htmlpreview.github.io/?https://github.com/opengeospatial/wps-rest-binding/blob/master/docs/18-062.html#trueresponse-3 |
Hi,
CRIM is participating in many OGC-Testbeds and we have an EMS/ADES implementation (https://github.com/crim-ca/weaver) that supports the routes and schemas specified by these OGC-API docs.
I would like to correctly report the
/conformance
route (crim-ca/weaver#53) with the appropriate resources, but I'm having a hard time figuring out exactly what/how everything should be reported.I also cannot see any document under http://www.opengis.net/spec/WPS/, so links related to this are "blindly" added to our conformance, but I cannot validate them...
I can see the ones under http://schemas.opengis.net/wps/
I have tried registering to http://www.opengis.net but got no answer/feedback.
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: