pygeoapi.io - Home - pygeoapi

Description: pygeoapi provides an API to geospatial data

data (5111) api (2175) geospatial (168)

Example domain paragraphs

python3 -m venv pygeoapi cd pygeoapi . bin/activate git clone https://github.com/geopython/pygeoapi.git cd pygeoapi pip3 install -r requirements.txt python3 setup.py install cp pygeoapi-config.yml example-config.yml vi example-config.yml # edit as required export PYGEOAPI_CONFIG=example-config.yml export PYGEOAPI_OPENAPI=example-openapi.yml pygeoapi openapi generate $PYGEOAPI_CONFIG --output-file $PYGEOAPI_OPENAPI pygeoapi serve # in another terminal curl http://localhost:5000 # or open in a web browser Fea

Links to pygeoapi.io (7)