Flask based website to display precipitation plots from geodesymiami/Precip.
- Clone the repository
- Install the required packages
pip install -r requirements.txt
- Make sure the MAPBOX_ACCESS_TOKEN is set in your environment variables
export MAPBOX_ACCESS_TOKEN=<your_mapbox_access_token>
- Run the website
python run.py
- Open Website at the given address (chrome/safari)
127.0.0.1:5000
- Add a map to the website
- Parse data from the volcano list
- Run geodesymiami/Precip on Merapi, hosted on jetstream
- Set up cron job to automatically run precip plots (0 0 1 * * run_plot_precipitation_all.py)
- fix title (mobile)
- remove automatic scaling
- add magnify icon for image hover
- add esc on image zoom to escape
- fix citations in about
- remove designed by kawan
- add no bin button
- Use Mapbox for satellite imagery map
- Add UM GeodesyLab logo
- Add a hover effect over points on the map
- Add volcano metadata on page
- Add a link to the volcano's smithsonian page
- Add a separate page for the volcano list (by country)
- Add a search bar to search for volcanoes ?
- Indicate the last time the data was updated and plot was generated