4f52536051
* Add ogc api tiles implementation * Add json response to tiles endpoint * Return correct json payload * Fix url generation * Add vector tile layer with clickable items * Fix typo * Fix oafeat collection tiles link * Add format to metadata link * Fix almost all flake8 errors * Fix metadata link * Add routes to serving tiles * Refactor tile implementation with an own module * Add http client for mvt * Fix visibility of tiles template * Fix tiles in collection item page * Change source to data coherently with stac provider * Fix flake8 errors * Fix test for conformance classes * Fix flake8 errors Fix flake8 errors * Refactor to align with new configuration structure * Fix MVT plugin name * Add openapi tiles path and schemas * Add ogc api tiles implementation * Add json response to tiles endpoint * Return correct json payload * Fix url generation * Add vector tile layer with clickable items * Fix typo * Fix oafeat collection tiles link * Add format to metadata link * Fix almost all flake8 errors * Fix metadata link * Add routes to serving tiles * Refactor tile implementation with an own module * Add http client for mvt * Fix visibility of tiles template * Fix tiles in collection item page * Change source to data coherently with stac provider * Fix flake8 errors * Fix test for conformance classes * Fix flake8 errors Fix flake8 errors * Refactor to align with new configuration structure * Fix MVT plugin name * Add openapi tiles path and schemas * Fix flake errors * Fix merge and tests * Add test configuration and data for tiles * Change mapbox vector tile provider name * Fix provider inspection and filter * Fix tiles rendering in collection page * Add mimetype to the mvt provider * Fix mimetype * Rename functions accordingly to singular and plural forms * Fix tiling schemes in tiles template * Serve mvt through the pygeoapi route * Refactor and add test for collection tiles * Fix test for not being tiles * Remove httpx dependency * Fix missing comma * Fix tests * Fix flake8 * Add initial metadata implementation * Fix route with preprocess * Fix tiles template Fix tiles template * Complete tileset api and template * Fix flake8 * Complete metadata with tilejson response * Add support for local vector tiles * Fix flake8 * Fix plugin tile object and provider name * Add a todo comment * testing alternate plugin setup, fix some HTML, add OpenAPI endpoint * remove URI template * add docs * Fix failing test * Fix flake8 error Co-authored-by: Francesco Bartoli <francesco.bartoli@wfp.org> Co-authored-by: Tom Kralidis <tomkralidis@gmail.com>
26 lines
697 B
ReStructuredText
26 lines
697 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-tiles
|
|
ogcapi-processes
|
|
stac
|