dashboard of climate indicators across sanctuaries
The layout of this dashboard is fashioned after EcoWatch.noaa.gov, i.e. National Marine Ecosystem Status (NAMES), but using open-source relatively straightforward R based tools such as flexdashboard and hosted for free on GitHub.
The map and time series visualizations shown here can be dropped into other R based outputs, such as SanctuaryWatch.ioos.us.
Here's the process to add a dataset and indicator plot:
- Add a row to ./data/datasets.csv
- Run
source("scripts/get_data.R")to generate CSV per sanctuary under data/ - Add a new plot under the template _sanctuary.Rmd
- Update all sanctuary pages with
source("scripts/make_pages.R")