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

Problems with conformance classes #19

Open
philvarner opened this issue Jul 2, 2021 · 0 comments
Open

Problems with conformance classes #19

philvarner opened this issue Jul 2, 2021 · 0 comments

Comments

@philvarner
Copy link

The current conformsTo definition in the root and /conformance endpoints is:

"conformsTo": [
    "http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/core",
    "http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/html",
    "http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/geojson",
    "http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/x-cql-text"
  ],

There are a couple of issues with this:

  1. http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/x-cql-text is not a valid ogcapi-features conformance class, and should be removed. Even if it was, Staccato implements the OASIS CQL standard, rather than the OGC CQL standard.

  2. The STAC API conformance classes are missing:

(I think Staccato supports all of these)

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

No branches or pull requests

1 participant