Skip to content

Commit

Permalink
Add rodeo profile
Browse files Browse the repository at this point in the history
  • Loading branch information
ways committed Oct 7, 2024
1 parent d98a356 commit b31b235
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/routes/conformance_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,15 @@ def create_conformance_page() -> dict:
return ConformanceModel(
conformsTo=[
"http://www.opengis.net/spec/ogcapi-common-1/1.0/conf/core",
# This URL doesn't exist, but is part of the spec:
"http://www.opengis.net/spec/ogcapi-common-2/1.0/conf/collections",
"http://www.opengis.net/spec/ogcapi-edr-1/1.1/conf/core",
# This URL doesn't exist yet, but it will when the spec is released:
"http://www.opengis.net/spec/ogcapi-edr-1/1.2/req/oas31",
"http://www.opengis.net/spec/ogcapi-edr-1/1.0/conf/covjson",
"http://www.opengis.net/spec/ogcapi-edr-1/1.0/conf/queries",
# Rodeo profile:
"https://rodeo-project.eu/rodeo-edr-profile",
],
).model_dump(exclude_none=True)

Expand Down

0 comments on commit b31b235

Please sign in to comment.