Files
pygeoapi/tests/cite/ogcapi-features
Tom Kralidis 1d576fd752 fix OpenAPI generation (#428)
* fix OpenAPI generation

* fix
2020-04-27 11:15:04 -04:00
..
2020-04-27 11:15:04 -04:00
2020-01-06 09:40:33 -05:00
2020-04-10 18:19:30 -04:00

CITE testing for OGC API - Features

Test data

Test data used is a subset of the Canadian National Water Data Archive as extracted from the MSC Geomet OGC API service.

Running

# install pygeoapi as per https://pygeoapi.io/#install-in-5-minutes
# the service needs to run with HTTP 1.1 support, so let's install gunicorn
pip install gunicorn
cd tests/cite/ogcapi-features
. cite.env
python ../../load_es_data.py ./canada-hydat-daily-mean-02hc003.geojson IDENTIFIER
pygeoapi generate-openapi-document -c $PYGEOAPI_CONFIG > $PYGEOAPI_OPENAPI
gunicorn pygeoapi.flask_app:APP -b 0.0.0.0:5001 --access-logfile '-'