MetObs API Application
This is a flask application that is served at metobs.ssec.wisc.edu/api
.
See https://metobs.ssec.wisc.edu/api for documentation.
Developer Installation
Install the package in "development" mode:
pip install gunicorn
pip install -e .
Run a local flask server:
gunicorn --reload --reload-extra metobsapi/templates/ metobsapi.server:app
Open browser to localhost:8000/api
.