New MetPy Monday! Extract and visualize weather data from GRIB files with Python! Get point forecasts with just a few lines of code!
MetPy Mondays #320 - Extracting Time Series Data from NDFD GRIB Files
06 January 2025
New MetPy Monday! Extract and visualize weather data from GRIB files with Python! Get point forecasts with just a few lines of code!
MetPy Mondays #319 - Streamline Your Matplotlib Plots with Units!
23 December 2024
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.
MetPy Mondays #318 - Customizing Skew-T Diagrams: NCL-Inspired Python Plots
09 December 2024
MetPy Mondays #317 - Corfidi Storm Motion Calculations in Python
25 November 2024
In this episode of MetPy Mondays, we dive into Mesoscale Convective Systems (MCS) and demonstrate how to calculate storm motion using the Corfidi vector method. We'll walk you through a real-world case study!
MetPy Mondays #316 - Handling Time Zones in Python: A Practical Guide with zoneinfo
11 November 2024
Learn how to manage time zones in Python without relying on deprecated libraries! In this episode of MetPy Mondays, we dive into Python's zoneinfo module to set time zones, convert times across zones, and handle tricky daylight saving transitions. Discover essential time zone tricks for your data workflows, including understanding ambiguous times and performing accurate time arithmetic across zones. Whether you're working with logs, event scheduling, or analyzing time series data, this guide will enhance your Python skills in handling time zones like a pro!