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 #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!
MetPy Mondays #315 - How to Fix the Datetime UTC Deprecation Warnings
28 October 2024
Have you been seeing deprecation warnings from datetime around your UTC time calls? That's important since most earth science data are in UTC! This week learn how to fix it in the return of #MetPyMondays!