opengeospatial / ogcapi-common

OGC API - Common provides those elements shared by most or all of the OGC API standards to ensure consistency across the family.
https://ogcapi.ogc.org/common
Other
45 stars 14 forks source link

Question: Broken Conformance Links in Docs #327

Open ranchodeluxe opened 1 year ago

ranchodeluxe commented 1 year ago

There used to be conformance links about /collections and /simple-query that don't exist anymore but are still scattered throughout the documentation:

http://www.opengis.net/spec/ogcapi-common-2/1.0/conf/collections http://www.opengis.net/spec/ogcapi-common-2/1.0/conf/simple-query

I imagine these are old references that cease to exist and can be ignored. But are there new conformance URLs about these topics that we should be pointing to?

jerstlouis commented 1 year ago

Those two conformance classes still exist:

https://docs.ogc.org/DRAFTS/20-024.html#_conformance_class_collections https://docs.ogc.org/DRAFTS/20-024.html#_conformance_class_simple_query

Since they are not yet published perhaps /0.0/ should be instead of /1.0/ until publication. The URIs will not be active until the standard is published.

I also suggested this week that we rename simple-query to filtered-collections (see https://github.com/opengeospatial/ogcapi-common/issues/314#issuecomment-1739363612).