Visualization Software Development for Climate and Weather - PowerPoint PPT Presentation

1 / 12
About This Presentation
Title:

Visualization Software Development for Climate and Weather

Description:

plot (states) ... plot (stations) November 10, 2006. AppliedVis 2006. AppliedVis 2006 ... plot (states) stations = FetchData( 'http://www.example.com/data' ... – PowerPoint PPT presentation

Number of Views:34
Avg rating:3.0/5.0
Slides: 13
Provided by: orgs5
Category:

less

Transcript and Presenter's Notes

Title: Visualization Software Development for Climate and Weather


1
Visualization Software Developmentfor Climate
and Weather
  • Mark Phillips
  • Geometry Technologies, LLC

2
states FetchData( "http//www.census.gov/geo/www
/states.shp" )
3
states FetchData( "http//www.census.gov/geo/www
/states.shp" ) plot (states)
4
states FetchData( "http//www.census.gov/geo/www
/states.shp" ) plot (states) stations
FetchData( "http//www.example.com/data",
1950,1995, "month", "avg temp" )
5
states FetchData( "http//www.census.gov/geo/www
/states.shp" ) plot (states) stations
FetchData( "http//www.example.com/data",
1950,1995, "month", "avg temp" ) plot (stations)
6
states FetchData( "http//www.census.gov/geo/www
/states.shp" ) plot (states) stations
FetchData( "http//www.example.com/data",
1950,1995, "month", "avg temp" ) plot (states,
stations) plot( stations1024.tempsy,1-12.mea
n() for y in 1950..1995 )
7
states FetchData( "http//www.census.gov/geo/www
/states.shp" ) plot (states) stations
FetchData( "http//www.example.com/data",
1950,1995, "month", "avg temp" ) plot (states,
stations) plot( stations1024.avgy,1..12.avg(
) for y in 1950..1995 ) plot(
LeastSquaresLine( stations1024.avgy,1..12.avg
() for y in 1950..1995 ) )
8
states FetchData( "http//www.census.gov/geo/www
/states.shp" ) plot (states) stations
FetchData( "http//www.example.com/data",
1950,1995, "month", "avg" ) plot (states,
stations) plot( stations1024.avgy,1..12.avg(
) for y in 1950..1995 ) plot(
LeastSquaresLine( stations1024.avgy,1..12.avg
() for y in 1950..1995 ) ) for station in
stations station.trend slope(LeastSquaresLin
e(station.avgy,1..12.avg() for y in
1950..1995)
9
states FetchData( "http//www.census.gov/geo/www
/states.shp" ) plot (states) stations
FetchData( "http//www.example.com/data",
1950,1995, "month", "avg temp" ) plot (states,
stations) plot( stations1024.avgy,1..12.avg(
) for y in 1950..1995 ) plot(
LeastSquaresLine( stations1024.avgy,1..12.avg
() for y in 1950..1995 ) ) for station in
stations station.trend slope(LeastSquaresLin
e(station.avgy,1..12.avg() for y in
1950..1995) plot( states, stations,
colortrend )
10
terrain FetchData(http//seamless.usgs.gov/data
, Asheville
NC, 100mi, 100mi, 30m) aerial
FetchData(http//terraservice.net, Asheville,
NC, 100mi, 100mi, 10m) atmosphere
FetchData(http//www.example.com,
Asheville,
NC,100mi,100mi, 2006-10-17 0900 EDT)
11
(No Transcript)
12
storms FetchData( "http//www.example.com/data/s
torms", 1950, 2005, "damageamount" ) cells
Grid( states, 0.25 ) plot(states, grid) for storm
in storms cell cells.find(storm)
cell.yearstorm.year.append(storm.damage) for
cell in cells for year in cells.year.keys()
cell.yearavgyear cell.yearyear.avg()
cell.trend slope( LeastSquaresFit(
y,cell.yearavgy for y in cell.yearavg.keys()
) ) plot( states, cells, color"trend" )
Write a Comment
User Comments (0)
About PowerShow.com