The “Climate Explorer” The US Climate Resilience Toolkit Interactive Mapping and Graph...

16
The “Climate Explorer” The US Climate Resilience Toolkit Interactive Mapping and Graph Application February, 2015 James Fox, Greg Dobson, Mark Phillips, Jeff Hicks David Herring, David Stroud

Transcript of The “Climate Explorer” The US Climate Resilience Toolkit Interactive Mapping and Graph...

Page 1: The “Climate Explorer” The US Climate Resilience Toolkit Interactive Mapping and Graph Application February, 2015 James Fox, Greg Dobson, Mark Phillips,

The “Climate Explorer”The US Climate Resilience Toolkit Interactive

Mapping and Graph Application

February, 2015

James Fox, Greg Dobson, Mark Phillips, Jeff Hicks

David Herring, David Stroud

Page 2: The “Climate Explorer” The US Climate Resilience Toolkit Interactive Mapping and Graph Application February, 2015 James Fox, Greg Dobson, Mark Phillips,

http://toolkit.climate.gov/

Page 3: The “Climate Explorer” The US Climate Resilience Toolkit Interactive Mapping and Graph Application February, 2015 James Fox, Greg Dobson, Mark Phillips,
Page 4: The “Climate Explorer” The US Climate Resilience Toolkit Interactive Mapping and Graph Application February, 2015 James Fox, Greg Dobson, Mark Phillips,

Online Map Viewer

Page 5: The “Climate Explorer” The US Climate Resilience Toolkit Interactive Mapping and Graph Application February, 2015 James Fox, Greg Dobson, Mark Phillips,

Interactive Map Functionality

Page 6: The “Climate Explorer” The US Climate Resilience Toolkit Interactive Mapping and Graph Application February, 2015 James Fox, Greg Dobson, Mark Phillips,

Layer Transparency and Base Map Toggle

Page 7: The “Climate Explorer” The US Climate Resilience Toolkit Interactive Mapping and Graph Application February, 2015 James Fox, Greg Dobson, Mark Phillips,

Legend (Layer Information)

Page 8: The “Climate Explorer” The US Climate Resilience Toolkit Interactive Mapping and Graph Application February, 2015 James Fox, Greg Dobson, Mark Phillips,

Historical Climate Data, with Normals

Page 9: The “Climate Explorer” The US Climate Resilience Toolkit Interactive Mapping and Graph Application February, 2015 James Fox, Greg Dobson, Mark Phillips,

Taking Action Case Study – New Jersey

Page 10: The “Climate Explorer” The US Climate Resilience Toolkit Interactive Mapping and Graph Application February, 2015 James Fox, Greg Dobson, Mark Phillips,

Permalink allows ability to link to Case Studies

Page 11: The “Climate Explorer” The US Climate Resilience Toolkit Interactive Mapping and Graph Application February, 2015 James Fox, Greg Dobson, Mark Phillips,

Taking Action Case Study – South Florida

Page 12: The “Climate Explorer” The US Climate Resilience Toolkit Interactive Mapping and Graph Application February, 2015 James Fox, Greg Dobson, Mark Phillips,
Page 13: The “Climate Explorer” The US Climate Resilience Toolkit Interactive Mapping and Graph Application February, 2015 James Fox, Greg Dobson, Mark Phillips,

Map Library (OpenLayers)

config.json

Climate Explorer (JavaScript, jQuery)

Multigraph

Client Tier

WMS/REST

Service

Permalink

Graph Builder

Data Source(NCDC)

CSV files

Data Transformer

Data ProcessingServer

Nightly cron job gets latest data

Historical station data repositoryFile storage (all data consists of flat files)

Data Tier

UIconfig.json

template.html

Web Browser

CSV files

ContainerModule

Application Data

Key

Climate Explorer

Data TransformerTakes large yearly GHCND datasets and turns them into small station files. It also can calculate derived data (e.g., YTD Precip)

MultigraphInteractive graph library

Graph BuilderUtilities for formatting the graphs and for doing some data massage.

Map LibraryLightweight map library built on OpenLayers. Uses JSON config.

CEUIConverts a mockup HTML file into a usable client application based on various config pieces (topics and sub topics, etc) and controls UI interactions with the data app

PermalinkAllows a dynamic client application (like CE) to have its state persisted via the URL. As the user changes things in the application, a link is generated that can be shared.

Transforms data files into optimal format for interactive use

Page 14: The “Climate Explorer” The US Climate Resilience Toolkit Interactive Mapping and Graph Application February, 2015 James Fox, Greg Dobson, Mark Phillips,

Where does the data come from?

• Overlays are WMS or REST– Sources: US Drought Monitor, NOAA Coastal Services

Center, Homeland Security, USGS, FEMA, USDA, NASA

• Historical data is Global Historical Climatology Network-Daily (GHCN-D)– Thousands of stations– Compared against 1981-2010 Climate Normals– Precipitation is a derived yearly cumulative

Page 15: The “Climate Explorer” The US Climate Resilience Toolkit Interactive Mapping and Graph Application February, 2015 James Fox, Greg Dobson, Mark Phillips,

GHCN-D Data Conversion

• In: yearly multi-GB files for all vars/all stations2014.csv

USC00273626,20140225,TMIN,-106,,,H,1800 USC00273626,20140225,TOBS,-56,,,H,1800...

• Out: 1000’s of multi-KB files, one-var/one-stationUSC00273626/TMIN.csv

20140225,-106

20140226,-150...

Page 16: The “Climate Explorer” The US Climate Resilience Toolkit Interactive Mapping and Graph Application February, 2015 James Fox, Greg Dobson, Mark Phillips,

16

A Few Parting Thoughts…Key Metrics for Decision Support Tools

• Data must be accurate, current and scaled for the decision• Visualizations make data meaningful and locally relevant• Storytelling is critical for policy makers to understand

uncertainty and follow a decision making process• Group Decision Making is a continuing, iterative process that

needs to be actively supported with appropriate technologies and toolsets

• Collaboration is key – the three sectors of government, academia and industry must work together to meet this challenge

Thank you! [email protected]