Files
pygeoapi/docs/source/data-publishing/index.rst
T
Tom Kralidis 951a1fb486 implement OGC EDR API (#658)
* implement OGC EDR API
* add docs/tests
* fix tests
2021-03-15 17:37:40 +02:00

28 lines
750 B
ReStructuredText

.. _data-publishing:
Data publishing
===============
Let's start working on integrating your data into pygeoapi. pygeoapi provides the capability to
publish vector/coverage data, processes, catalogues, and exposing filesystems of geospatial data.
Providers overview
------------------
A key component to data publishing is the pygeoapi provider framework. Providers allow for
configuring data files, databases, search indexes, other APIs, cloud storage, to be able to
return back data to the pygeoapi API framework in a plug and play fashion.
.. toctree::
:maxdepth: 2
:caption: Data publishing
:name: Data publishing
ogcapi-features
ogcapi-coverages
ogcapi-tiles
ogcapi-processes
ogcapi-records
ogcapi-edr
stac