Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions workshop/content/docs/standards.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,11 @@ pygeoapi over time:

#### OGC APIs supported by pygeoapi

pygeoapi implements numerous OGC API standards and draft standards. In addition, it is a Reference Implementation for some of them. From OGC [Compliance Testing Program Policies & Procedures 08-134r11](https://docs.ogc.org/pol/08-134r11.html#toc26):
pygeoapi implements numerous OGC API standards and draft standards. In addition, it is compliance certified and even a Reference Implementation (RI) for some of them. Compliance certification is important to remove interoperability risks. RI are always compliance certified. From OGC [Compliance Testing Program Policies & Procedures 08-134r11](https://docs.ogc.org/pol/08-134r11.html#toc26):

!!! Citation

Candidate Products that pass all the tests in a Compliance Test Package, and that OGC has reviewed and certified as having passed those tests, are considered compliant with that Implementation Standard version.

!!! Citation

Expand All @@ -87,7 +91,7 @@ pygeoapi implements numerous OGC API standards and draft standards. In addition,
| OGC API - Coverages | Implementing | ✅ |
| OGC API - Tiles | Reference | ✅ |
| OGC API - Maps | Implementing | ✅ |
| OGC API - Processes | Implementing | ✅ |
| OGC API - Processes | Certified | ✅ |
| OGC API - Records | Implementing | ✅ |
| OGC API - Environmental Data Retrieval | Reference | ✅ |
| SpatioTemporal Asset Catalog | Implementing | |
Expand Down
Loading