noaa-onms / climate-dashboard

dashboard of climate indicators across sanctuaries
https://noaa-onms.github.io/climate-dashboard/
MIT License
1 stars 0 forks source link

climate-dashboard

dashboard of climate indicators across sanctuaries

Motivation

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.

Interchangability

The map and time series visualizations shown here can be dropped into other R based outputs, such as SanctuaryWatch.ioos.us.

Add an indicator

Here's the process to add a dataset and indicator plot:

  1. Add a row to ./data/datasets.csv
  2. Run ./scripts/get_data.R to generate CSV per sanctuary under data/
  3. Add a new plot under the template _sanctuary.Rmd
  4. Update all sanctuary pages with make_pages.R