Basic Examples
Retrieve the resource:
Out[1]= |  |
Retrieve the default content:
Out[2]= |  |
What are the most popular Atlantic hurricane names?
Out[3]= |  |
A date histogram showing the times of year at which there are Atlantic hurricanes.
Out[4]= |  |
When do Atlantic hurricanes make landfall?
Out[5]= |  |
The relationship between wind speed and pressure (log scaled), but with metric data.
Out[6]= |  |
Trajectory of Hurricane Katrina from 2005 with windspeed determining the area of the circle.
Out[7]= |  |
The distance of the center of Hurricane Harvey from Houston, Texas, but using miles rather than nautical miles.
Out[8]= |  |
Location of all landfalls of Category 3 (or higher) hurricanes.
Out[9]= |  |
Same data but shown as GeoHistogram. The Florida keys, the Mississippi-Louisiana border and the northeast tip of the Yucatan Peninsula look most vulnerable.
Out[10]= |  |
Visualize Hurricane Sandy's windfields. (The largest of any Atlantic Hurricane).
Out[11]= |  |
Construct a sequence predictor for making "random tropical cyclones" using sequences of wind and pressure (quantized to fall within 20 mile per hour bins and 20 millibar bins). The "trick" for doing this using the built-in SequencePredict function is to quantize the wind and pressures of the storm into a small "alphabet" and then develop a Markov Chain that shows transitions between the "letters" of this "alphabet."
Out[15]= |  |
Create the start to a tropical storm using wind and pressure. And now generate 1000 next states of the storm to develop a smoothed three dimensional histogram of the wind and pressure six hours later.
Out[17]= |  |
A geographic histogram of the location of tropical storms by month of the year (May through November shown). The output could be converted into a movie, although one might want to group by week of year rather than month to create more frames for the animation.
Out[18]= |  |