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!
Contributing to Geoscientific Python through Metpy and Project Pythia
05 August 2024
As part of my summer of 2024 internship I had the privilege of getting involved with some of NSF Unidata’s Python projects. My work ranged from creating educational tutorials to adding new functionalities to existing libraries, enhancing the resources available to the community.
[Read More]