We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Welcome to the pygeoapi wiki!
(Adapted from https://docs.pygeoapi.io/en/latest/installation.html#for-developers-and-the-truly-impatient):
For OSes like Debian where there is only /usr/bin/python3 and no /usr/bin/python by default:
python3 -m venv pygeoapi cd pygeoapi . bin/activate git clone https://github.com/OpenDRR/pygeoapi.git cd pygeoapi pip3 install -r requirements.txt python3 setup.py install cp pygeoapi-config.yml example-config.yml vi example-config.yml export PYGEOAPI_CONFIG=example-config.yml export PYGEOAPI_OPENAPI=example-openapi.yml pygeoapi openapi generate $PYGEOAPI_CONFIG > $PYGEOAPI_OPENAPI pygeoapi serve curl http://localhost:5000