da267e9ed3
* squach contents new branch * source code explanations * flake8 * change in requirements * modified: docs/source/code.rst modified: docs/source/plugins.rst * modified: docs/source/code.rst modified: pygeoapi/formatter/csv_.py modified: pygeoapi/provider/geojson.py * changes requred in review code * modified: .travis.yml missing " * change file to use requirements-dev.txt modified: readthedocs.yml * flask_cors removal from requirements.txt * text changes
16 lines
740 B
ReStructuredText
16 lines
740 B
ReStructuredText
.. _pygeoapi:
|
|
|
|
pygeoapi project
|
|
================
|
|
|
|
pygeoapi is a Python server implementation of the emerging suite of OGC API standards. pygeoapi is development
|
|
using the `12-factor app <https://12factor.net/>`_ approach, allowing for easy deployment in cloud systems.
|
|
|
|
pygeoapi is a OsGEO recognized project (`here <https://www.osgeo.org/projects/pygeoapi/>`_).
|
|
|
|
Demo server
|
|
-----------
|
|
|
|
There is a demo server on `<https://demo.pygeoapi.io>`_ running the latest (Docker) version from the master branch of this repo. pygeoapi runs there at `https://demo.pygeoapi.io/master <https://demo.pygeoapi.io/master>`_ .
|
|
|
|
The demo server setup and config is maintained within a seperate GH repo: `<https://github.com/geopython/demo.pygeoapi.io>`_. |