In [5]:
showIdv()
For a local file, just put its name in loadBundle('/path/mybundle.xidv'). For a Mapes IDV collection bundle, find it at http://bit.ly/Mapes_IDV. Copy the URL into the loadBundle('My_bundle_URL') command, and change "show" to "get" in the URL as seen below:
In [6]:
loadBundle('http://weather.rsmas.miami.edu/repository/entry/get?entryid=8bc7c055-ca2c-4533-93cf-604db757b128')
In [7]:
showImg()
In [9]:
showImg() # January's jet streams > 40 m/s
Caption for initial images: Monthly mean T (color), SLP (contours), and jet stream isotach (40 m/s surface, pink) from NCEP 30-year long term mean. Thanks to NOAA ESRL for the live data feed. Note you will get different images when you capture YOUR journey through the IDV bundle!
In [10]:
writeMovie('MyMovie.gif')
In [4]:
%Image 'MyMovie.gif'
In [ ]: