This presentation available at pygeoapi.io/presentations/foss4g2024
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
github.com/geopython/pygeoapi/wiki/CommunityPluginsThemes -- add yours!
Numerous deployment options
Welcome Bernhard Mallinger (@totycro)
pygeoapi/api.py
into modulesNext code sprint: 2025 (Stay tuned!)
@tomkralidis @xbartolone @kalxas @pvgenuchten @justb4 @jorgejesus