Files
pygeoapi/docker/examples/esri/README.md
T
2022-08-15 09:44:13 -04:00

885 B

pygeoapi with ESRI Map and Feature Services

This folder contains the docker-compose configuration necessary to setup an example pygeoapi server using a remote ESRI Service endpoint.

This config is only for example purposes.

Hosting features with ArcGIS

Many ArcGIS layers are hosted as Feature Services. A collection of publically available layers can be found in the ArcGIS Living Atlas of the World.

The ESRI feature provider creates pygeoapi feature collections from hosted layers. In addition to hosting data from distributed data providers in one place, pygeoapi creates landing pages for individual features in the layer.

Building and Running

To build and run the Docker compose file in localhost:

docker compose up [--build] [-d]

Navigate to localhost:5000.