Skip to content

Commit

Permalink
- updated compliance badges to the current OGC branding (#31)
Browse files Browse the repository at this point in the history
Co-authored-by: doublebyte1 <[email protected]>
  • Loading branch information
doublebyte1 and doublebyte1 authored Nov 30, 2023
1 parent 21aab49 commit 4b60a81
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ title: pygeoapi - an OGC API to geospatial data
<h4>pygeoapi is a Python server implementation of the <a href="https://ogcapi.ogc.org">OGC API suite of standards</a>. The project emerged as part of the next generation OGC API efforts in 2018 and provides the capability for organizations to deploy a RESTful OGC API endpoint using OpenAPI, GeoJSON, and HTML. pygeoapi is <a href="https://opensource.org">open source</a> and released under an <a href="https://github.com/geopython/pygeoapi/blob/master/LICENSE.md">MIT license</a>.

<br/>
<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=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="64"/></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="64"/></a> <a title="OSGeo Project" href="https://www.osgeo.org/projects/pygeoapi"><img alt="OSGeo Project" src="https://raw.githubusercontent.com/OSGeo/osgeo/master/incubation/project/OSGeo_project.png" width="164" height="64"/></a><a title="FOSS4G Conference" href="https://2023.foss4g.org"><img alt="FOSS4G Conference" width="165" height="65" src="https://2023.foss4g.org/img/logo.png"/></a><a href="https://github.com/geopython/pygeoapi/wiki/Sponsorship"><img alt="Sponsorship" width="147" height="47" src="img/btn_donateCC_LG.gif"/></a>
<a title="Certified OGC Compliant" href="https://www.opengeospatial.org/resource/products/details/?pid=1663"><img alt="Certified OGC Compliant" src="https://portal.ogc.org/public_ogc/compliance/OGC_Certified_Badge.png" width="164" height="64"/></a> <a title="OGC Reference Implementation" href="https://www.opengeospatial.org/resource/products/details/?pid=1663"><img alt="OGC Reference Implementation" src="https://portal.ogc.org/public_ogc/compliance/badge.php?s=ogcapi-features-1 1.0&r=1&n=1)" width="164" height="64"/></a> <a title="OGC Reference Implementation" href="https://www.opengeospatial.org/resource/products/details/?pid=1663"><img alt="OGC Reference Implementation" src="https://portal.ogc.org/public_ogc/compliance/badge.php?s=ogcapi-edr-1 1.0.1&r=1&n=1" width="164" height="64"/></a> <a title="OSGeo Project" href="https://www.osgeo.org/projects/pygeoapi"><img alt="OSGeo Project" src="https://raw.githubusercontent.com/OSGeo/osgeo/master/incubation/project/OSGeo_project.png" width="164" height="64"/></a><a title="FOSS4G Conference" href="https://2023.foss4g.org"><img alt="FOSS4G Conference" width="165" height="65" src="https://2023.foss4g.org/img/logo.png"/></a><a href="https://github.com/geopython/pygeoapi/wiki/Sponsorship"><img alt="Sponsorship" width="147" height="47" src="img/btn_donateCC_LG.gif"/></a>

</h4>


## Install in 5 minutes
```python
python3 -m venv pygeoapi
Expand Down

0 comments on commit 4b60a81

Please sign in to comment.