mit-jp / mit-climate-data-viz

Plotting climate data for the MIT Joint Program on the Science and Policy of Global Change
https://cypressf.shinyapps.io/eppa-dashboard/
0 stars 0 forks source link

Background on the MIT Global Change model (EPPA)

Use cases

  1. Public outreach and communications tool (wouldn't upload everything)
    • Preloaded with a couple scenarios
    • Allow people to upload their own scenarios
  2. Help researchers explore results of test runs (sometimes 15 different scenarios a day)
    • Currently they use excel, but it could be faster to use this tool

Choosing the best approach

Use the gcam dashboard

GCAM dashboard is a climate data visualizer written in R. I'd adapt the output of EPPA to fit format expected by GCAM. I've forked GCAM dashboard to start changing it to do what we need.

Build it using a javascript data-viz library

We could use a library such as d3.js

Projects