Python API and Flask App for CA Collaborative Fisheries Research Program Data Exploration
- For sampling Areas, aggregate based on the maximum boundaries of each area, rather than on the mean lat/lon
- Allow multiple-select on species
- Allow time slider widget on chloropleth plots if possible
The repo includes a python module and a Flask app.
ccfrp can be installed by cloning the repo and running from the root of the repo
pip install .Use like
from ccfrp.angler import Angler
from ccfrp.ccfrp import CcfrpRun the Flask app with
flask --app src/ccfrp_app.py runthen visit http://127.0.0.1:5000 in a browser.