[PYTHON] Draw an Earth-like flow animation with matplotlib and cartopy

The following Earth style (https://earth.nullschool.net/) Create an animation of the flow of. wind.gif

If you plot the original flow as a vector (quiver) quiver.png

The original program is https://github.com/rougier/windmap Get it from Cartopy (https://scitools.org.uk/cartopy/docs/latest/) I made it possible to drop it on the map with (In addition, in the original program, the movement of the animation was opposite to the expectation, so I reversed the sign etc.). I put the Jupyter Notebook of the Python code I made on github. https://github.com/tmiyama/windmap

The heart of the animation is color, without which it would be a streamline. By changing the color from white to black, it looks like a dotted line, and by shifting it little by little, the animation is made to flow.

Recommended Posts

Draw an Earth-like flow animation with matplotlib and cartopy
Visualize cavity flow with matplotlib and save as gif animation
Animation with matplotlib
Animation with matplotlib
Create plot animation with Python + Matplotlib
[Python] font family and font with matplotlib
Draw Japanese with matplotlib on Ubuntu
Draw a loose graph with matplotlib
Draw an illustration with Python + OpenCV
Easy to draw graphs with matplotlib
Draw Lyapunov Fractal with Python, matplotlib
Easy animation with matplotlib (mp4, gif)
Draw shapes with OpenCV and PIL
"Manim" that can draw animation of mathematical formulas and graphs with Python
Draw hierarchical axis labels with matplotlib + pandas
Graph trigonometric functions with numpy and matplotlib
Draw a flat surface with a matplotlib 3d graph
Create an Ax generator and draw an infinite graph
Draw multiple graphs using matplotlib figures and axes
[Python] How to draw multiple graphs with Matplotlib
Implement "Data Visualization Design # 3" with pandas and matplotlib
Analyze Apache access logs with Pandas and Matplotlib
Building an environment for matplotlib + cartopy on Mac
Draw a graph with matplotlib from a csv file
The basis of graph theory with matplotlib animation