1 the noaa weather and climate toolkit steve ansari, stephen del greco, neal lott (noaa / ncdc)

24
1 The NOAA Weather and Climate Toolkit Steve Ansari, Stephen Del Greco, Neal Lott (NOAA / NCDC)

Upload: gavin-mills

Post on 26-Dec-2015

219 views

Category:

Documents


2 download

TRANSCRIPT

Page 1: 1 The NOAA Weather and Climate Toolkit Steve Ansari, Stephen Del Greco, Neal Lott (NOAA / NCDC)

1

The NOAA Weather and Climate Toolkit

Steve Ansari, Stephen Del Greco, Neal Lott (NOAA / NCDC)

Page 2: 1 The NOAA Weather and Climate Toolkit Steve Ansari, Stephen Del Greco, Neal Lott (NOAA / NCDC)

2

Overview

• Free, public domain source code• Desktop and command-line application• Simple visualization and data export• Platform independent (Java-based)• Leverages community tools and standards

(NetCDF for Java, Common Data Model, etc…)

Page 3: 1 The NOAA Weather and Climate Toolkit Steve Ansari, Stephen Del Greco, Neal Lott (NOAA / NCDC)

3

Data• Raw data files on disk or remote location

(URL, THREDDS, OPeNDAP, etc…)

• NetCDF, GRIB, GINI, HDF and more via Unidata Common Data Model (CDM):– Feature types of Grid, Swath, Radial (Time

Series, Point, coming soon)

• Supports:– NEXRAD, GOES, Model Data, and much

more.

Page 4: 1 The NOAA Weather and Climate Toolkit Steve Ansari, Stephen Del Greco, Neal Lott (NOAA / NCDC)

4

Visualization

• Simple 2-D maps

• Basic overlays included (states, counties, etc…)

• Background images from any OGC WMS– Shaded Relief, Topo Maps, Landsat, ext…

• Save images and animations to Animated GIF, AVI, KMZ (Google Earth)

Page 5: 1 The NOAA Weather and Climate Toolkit Steve Ansari, Stephen Del Greco, Neal Lott (NOAA / NCDC)

5

Visualization

GOES Infrared Water Vapor with Blue Marble Web Map Service (WMS) background map

Page 6: 1 The NOAA Weather and Climate Toolkit Steve Ansari, Stephen Del Greco, Neal Lott (NOAA / NCDC)

6

Visualization

Smoothed NEXRAD Reflectivity Data

Page 7: 1 The NOAA Weather and Climate Toolkit Steve Ansari, Stephen Del Greco, Neal Lott (NOAA / NCDC)

7

Visualization

U.S. Drought Monitor service from NIDIS/NDMC (National Drought Mitigation Center)

Page 8: 1 The NOAA Weather and Climate Toolkit Steve Ansari, Stephen Del Greco, Neal Lott (NOAA / NCDC)

8

Visualization

Sea Surface Temperature (NetCDF data over OPeNDAP)

Page 9: 1 The NOAA Weather and Climate Toolkit Steve Ansari, Stephen Del Greco, Neal Lott (NOAA / NCDC)

9

Visualization

• Internal Google Earth Instance:(Currently Windows Only)

Page 10: 1 The NOAA Weather and Climate Toolkit Steve Ansari, Stephen Del Greco, Neal Lott (NOAA / NCDC)

10

Visualization

Hurricane Andrew: NCDC GridSat Climate Data Record (CDR).

Page 11: 1 The NOAA Weather and Climate Toolkit Steve Ansari, Stephen Del Greco, Neal Lott (NOAA / NCDC)

11

Visualization

• Math tool (max, min, avg, abs max, sum)(Under ‘More…’ link on ‘Data Selector’ or ‘Grid Properties’)

Page 12: 1 The NOAA Weather and Climate Toolkit Steve Ansari, Stephen Del Greco, Neal Lott (NOAA / NCDC)

12

Visualization

• Experimental Time Morphing (Under ‘Tools’ menu)

– Interpolation of data between time steps based on storm motion.

– Based on Face Morphing algorithms (javamorph)

– Storm motion data from NEXRAD Level-III products, RUC model or manual entry.

– Many possible future applications.

Page 13: 1 The NOAA Weather and Climate Toolkit Steve Ansari, Stephen Del Greco, Neal Lott (NOAA / NCDC)

13

Visualization

• Experimental Time Morphing (Under ‘Tools’ menu)

Example Movies:Moore, OK 1999: orig. /

morph

Fairview, AL 2011: orig. / morph

Surry, VA 2011: orig. / morph

Western NC 2012: orig. / morph

Pierce City, MO 2003:

orig. / morph

GOES Satellite IR: orig. / morph

Page 14: 1 The NOAA Weather and Climate Toolkit Steve Ansari, Stephen Del Greco, Neal Lott (NOAA / NCDC)

14

Community-focused Plugins• IMPACT: Integrated Marine Protected Area

Climate Toolkit – specialized user interface prototype built on top of WCT.

Page 15: 1 The NOAA Weather and Climate Toolkit Steve Ansari, Stephen Del Greco, Neal Lott (NOAA / NCDC)

15

Data Export• “Bridge” between raw Weather and

Climate data and multiple scientific user communities

• Export Data to:Shapefile, Well-Known Text, Arc/Info ASCII

GRID, Gridded and Raw NetCDF, GeoTIFF and KMZ (Google Earth)

Page 16: 1 The NOAA Weather and Climate Toolkit Steve Ansari, Stephen Del Greco, Neal Lott (NOAA / NCDC)

16

Applications

GOES Satellite Imagery from Hurricane Rita landfall, exported as ASCII GRID, in ArcGIS

Page 17: 1 The NOAA Weather and Climate Toolkit Steve Ansari, Stephen Del Greco, Neal Lott (NOAA / NCDC)

17

Applications

GOES Satellite Imagery from Hurricane Rita landfall in Google Earth

Page 18: 1 The NOAA Weather and Climate Toolkit Steve Ansari, Stephen Del Greco, Neal Lott (NOAA / NCDC)

18

Applications

• 3D Radar Sweeps in Google Earth:– Drapes rendered image on COLLADA model

(Similar to 3D building models)

Page 19: 1 The NOAA Weather and Climate Toolkit Steve Ansari, Stephen Del Greco, Neal Lott (NOAA / NCDC)

19

Applications• 3D Isosurfaces in Google Earth:

– Output of 3D Polygons to KMZ• Supported for Generic Radial, Level-II NEXRAD and Gridded

x, y, z datasets.

Play Movie

Page 20: 1 The NOAA Weather and Climate Toolkit Steve Ansari, Stephen Del Greco, Neal Lott (NOAA / NCDC)

20

Applications

Command-line batch processing of data export

Page 21: 1 The NOAA Weather and Climate Toolkit Steve Ansari, Stephen Del Greco, Neal Lott (NOAA / NCDC)

21

Applications

Public domain / open source API

Page 22: 1 The NOAA Weather and Climate Toolkit Steve Ansari, Stephen Del Greco, Neal Lott (NOAA / NCDC)

22

Future Work

• Improved Point and Time Series (station data) support.

• Comparison between station data and grid/radial data.

• More COLLADA work? Cross-sections?• Enhance Time Morphing features.• Batch / Command-line KMZ export.• Enhanced integration with the Climate Services

portal (http://www.climate.gov).

Page 23: 1 The NOAA Weather and Climate Toolkit Steve Ansari, Stephen Del Greco, Neal Lott (NOAA / NCDC)

23

Contact

Thank you! Questions?

WCT Website: http://www.ncdc.noaa.gov/oa/wct

Contact:[email protected]

(828) 271-4611

151 Patton Ave.

Asheville, NC 28801

Page 24: 1 The NOAA Weather and Climate Toolkit Steve Ansari, Stephen Del Greco, Neal Lott (NOAA / NCDC)

24