All tools
pygeoapi
Open Source
Python server implementation of the OGC API suite for publishing geospatial data.
License
MIT
About
pygeoapi is a Python server implementation of the OGC API suite of standards. It exposes data and processing workflows through RESTful endpoints with OpenAPI, GeoJSON, and HTML, and uses a plugin framework for data sources and output formats. It can be deployed from Python or its Docker image and is used to publish standards-compliant features, tiles, and processes.
Features
- Implements OGC API Features, Tiles and Processes
- RESTful endpoints with OpenAPI documentation
- Plugin framework for data providers
- Publishes GeoJSON and HTML output formats
- Supports PostGIS and Elasticsearch providers
- Deployable from Python or Docker image