Files
pygeoapi/docker/examples
Jo 85a4984bbe Add Support for a generic url template, for publishing vector tiles as OGC API Tiles (#1050)
* - Added support to read from a generic url template as vector tile backend.

* - Add support for not rendering the tileset metadata

* - added support for z/y/x vector tile layers

* - fixed formatting issues

* - refactored code to use get_layer function, everywhere we need to parse username
- added a couple of debug statements, to make sure we are getting the layer name
correctly
- added an error for url templates that follow a schema, which is not supported yet

* - Added documentation for tiles provider, to show how to read a generic url

* - fixed formatting issues

* - added example of ES vector tiles in the docker-config of elasticsearch

Co-authored-by: doublebyte1 <info@doublebyte.net>
2022-12-01 08:34:16 -05:00
..
2021-11-10 06:53:02 -05:00
2021-10-27 20:17:02 -04:00

Running pygeoapi with Docker - Examples

This folder contains the sub-folders:

  • simple
  • elastic
  • sensorthings
  • mongo

The simple example will run pygeoapi with Docker with your local config. The elastic example demonstrates a docker compose configuration to run pygeoapi with local ElasticSearch backend. The mongo example demonstrates a docker compose configuration to run pygeoapi with local MongoDB backend. The sensorthings example demonstrates various pygeoapi implementations of SensorThings API endpoints.