Skip to content

Commit

Permalink
add OGC RI for EDR (#1036)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis authored Nov 10, 2022
1 parent db8fae6 commit 5ed6fb3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
7 changes: 5 additions & 2 deletions docs/source/_templates/indexsidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@
<a title="pygeoapi.io" href="https://pygeoapi.io"><img style="background: white;" title="pygeoapi logo" alt="pygeoapi logo" src="_static/pygeoapi-logo.png" height="63" /></a>
</p>

<a title="Certified OGC Compliant" href="https://www.opengeospatial.org/resource/products/details/?pid=1606">
<a title="Certified OGC Compliant" href="https://www.opengeospatial.org/resource/products/details/?pid=1663">
<img alt="Certified OGC Compliant" src="https://portal.opengeospatial.org/public_ogc/compliance/Certified_OGC_Compliant_Logo_Web.gif" width="164" height="64"/>
</a>
<a title="OGC Reference Implementation" href="https://www.opengeospatial.org/resource/products/details/?pid=1606">
<a title="OGC Reference Implementation" href="https://www.opengeospatial.org/resource/products/details/?pid=1663">
<img alt="OGC Reference Implementation" src="https://portal.opengeospatial.org/public_ogc/compliance/badge.php?s=ogcapi-features-1%201.0&r=1)" width="164" height="44"/>
</a>
<a title="OGC Reference Implementation" href="https://www.opengeospatial.org/resource/products/details/?pid=1663">
<img alt="OGC Reference Implementation" src="https://portal.opengeospatial.org/public_ogc/compliance/badge.php?s=ogcapi-edr-1%201.0&r=1)" width="164" height="44"/>
</a>
<a title="OSGeo Project" href="https://www.osgeo.org/projects/pygeoapi">
<img style="background: white;" alt="OSGeo Project" src="https://raw.githubusercontent.com/OSGeo/osgeo/master/incubation/project/OSGeo_project.png" width="164" height="64"/>
</a>
Expand Down
8 changes: 5 additions & 3 deletions docs/source/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ Features
--------

* out of the box modern OGC API server
* certified OGC Compliant and Reference Implementation for OGC API - Features
* certified OGC Compliant and Reference Implementation
* OGC API - Features
* OGC API - Environmental Data Retrieval
* additionally implements
* OGC API - Coverages
* OGC API - Tiles
* OGC API - Processes
* OGC API - Environmental Data Retrieval
* OGC API - Records
* SpatioTemporal Asset Library
* out of the box data provider plugins for rasterio, GDAL/OGR, Elasticsearch, PostgreSQL/PostGIS
* easy to use OpenAPI / Swagger documentation for developers
Expand Down Expand Up @@ -46,7 +48,7 @@ Standards are at the core of pygeoapi. Below is the project's standards support
`OGC API - Tiles`_,Implementing
`OGC API - Processes`_,Implementing
`OGC API - Records`_,Implementing
`OGC API - Environmental Data Retrieval`_,Implementing
`OGC API - Environmental Data Retrieval`_,Reference Implementation
`SpatioTemporal Asset Catalog`_,Implementing


Expand Down

0 comments on commit 5ed6fb3

Please sign in to comment.