Stop ignoring errors and learn the basics of error handling in this week's MetPy Monday!
MetPy Mondays #299 - How to Use Try, Except, Else, and Finally
25 September 2023
MetPy Mondays #298 - Creating Executables with pyinstaller
11 September 2023
This week learn how to turn your favorite script into a multi-platform executable using pyinstaller!
MetPy Mondays #297 - Calculating and Plotting Geostrophic and Ageostrophic Wind
28 August 2023
This week we take GFS data and calculate and plot the geostrophic and ageostrophic components of the wind.
MetPy Mondays #296 - Why are there __underscores__ in Python?
14 August 2023
You've probably seen underscores everywhere in Python, but why? Find out in this week's MetPy Monday!
MetPy Mondays #295 - 2 Minutes to Plotting Major Cities on Your Python Maps
31 July 2023
In this MetPy Monday video tutorial, you'll learn how to create visually appealing maps featuring major US cities using the popular SimpleMaps CSV file. The tutorial will walk you through the step-by-step process of importing the CSV file into Python, extracting the relevant city data, and using cartopy mapping functionalities. You'll discover how to plot the cities on a map with customizable markers, filter based on population size, and add labels for easy identification.