Files
pygeoapi/docs/source/data-publishing/index.rst
T
Tom Kralidis da824fba8f add support for OGC API - Coverages (#110) (#516)
* add support for OGC API - Coverages

* fix coverage CRS ref

* fix ref to OACov schemas for testing

* move spectral testing to after_success

* update docs

* add mask param to rasterio provider
2020-08-21 09:52:17 -04:00

25 lines
681 B
ReStructuredText

.. _data-publishing:
Data publishing
===============
Let's start working on integrating your data into pygeoapi. pygeoapi provides the capability to
publish vector data, processes, 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-processes
stac