MetPy Mondays #319 - Streamline Your Matplotlib Plots with Units!
In this MetPy Mondays episode, learn how to make your plots smarter by setting units as Matplotlib axis properties! Stop manually converting your data and let Python handle it for you.
View ArticleMetPy Mondays #320 - Extracting Time Series Data from NDFD GRIB Files
New MetPy Monday! Extract and visualize weather data from GRIB files with Python! Get point forecasts with just a few lines of code!
View ArticleMetPy Mondays #321 - Visualizing Hurricane Helene with Python’s GOES2GO
Discover how to animate GOES satellite imagery of Hurricane Helene using Python's powerful libraries! In this MetPy Monday episode, we dive into the goes2go library to fetch GOES-16 ABI data, create...
View ArticleMetPy Mondays #322 - How to Plot Wind Roses in Python with Windrose
Learn how to plot wind roses using Python!
View ArticleMetPy Mondays #323 - Mapping Wind Roses on OpenStreetMap with CartoPy
Wind roses are a powerful tool for visualizing wind patterns, but what if you could overlay them on real-world maps for better geographic context? In this week's MetPy Monday, we take wind data...
View ArticleMetPy Mondays #324 - Build a Custom Local Data Cache with Python
Tired of downloading the same sounding data over and over? This week we show you how to build a local cache for NWS soundings using Python’s Path library and Siphon! Learn how to automate your data...
View ArticleMetPy Mondays #325 - Adding Fallback Data and Cleanup to a Local Data Cache...
Keeping your weather data organized and efficient is key when working with large atmospheric datasets. In this week’s MetPy Monday, we show how to build a smart sounding data cache in Python—complete...
View ArticleMetPy Mondays #326 - Use KDTree and MetPy to Find the Nearest METAR
In this week's MetPy Monday, we show you how to find the closest weather observation station to any location using a combination of: MetPy's built-in station metadata, scipy.spatial.KDTree for fast...
View ArticleMetPy Mondays #327 – Complicated Layouts with GridSpec
Want a clean way to combine a Skew-T and time series in Python? This week’s MetPy Monday shows how to wrangle GridSpec for a tight layout with MetPy + Siphon.
View ArticleMetPy Mondays #328 – Animating Skew-T and CAPE Time Series
Bringing soundings to life! This week’s #MetPyMonday shows how to animate Skew-T diagrams + build a growing CAPE time series using MetPy + Siphon.
View Article