Posts tagged visualization

Hail Storm Visualization Using Py-ART and Pandas!

Within this post, we will walk through how to combine radar and storm report data, creating an animation of the two!

On September 7, 2021, a strong line of thunderstorms passed through Southern Wisconsin and Northern Illinois, leaving a trail of hail and wind damage in its path.

Hail Image

Read more ...


Fixing Weird Patterns When Plotting NEXRAD Level 3 Data

The motivation here comes from a thread on Twitter, indicating an issue when plotting NEXRAD Level 3 radial velocity (NOU).

Here is the radar image, plotted by David (@dryglick):

drawing

Read more ...


Working with Vertically Pointing Radar Data Using PyART, Xarray, and hvPlot

This notebook will walk through how to utilize existing packages in the Python ecosystem (PyART, Xarray, and hvPlot) to visualize data from a vertically pointing Ka-band radar.

By the end of this notebook, you will learn how to create the following visualization: interactive-kazr-viz

interactive-kazr-viz

Read more ...