Learn how to customize SkewT diagrams based on a recent question on GitHub!
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!
MetPy Mondays #313 - Understanding Atmospheric Scale Height with Python and MetPy
15 April 2024
This week we see how to use Python and MetPy to help our students understand the concept of atmospheric scale height and experiment with the parameters of the equation.