This week, find out how to make animations in a Jupyter notebook!
Due to the current gap in continued funding from the U.S. National Science Foundation (NSF), the NSF Unidata Program Center has temporarily paused most operations. See NSF Unidata Pause in Most Operations for details.
Hi John -
I like this example. It looks like under Windows 10 imagemagick is not available (tried conda). So no animated gif. However, I am quite versed in creating avi/mp4 movies from a sequence of (satellite RGB)images. Now, I wonder how to write out the individual radar images here, preferably in png format.
cheers, HP
Posted by Roesli HansPeter on February 27, 2018 at 08:54 PM MST #
Hi HP. You can save a mp4 out directly as well. Checkout the matplotlib animation docs:
https://matplotlib.org/api/animation_api.html
If you really want to save out individual images, no animation module necessary, just plot everything in a for loop.
Posted by John Leeman on February 28, 2018 at 03:46 AM MST #