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 #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]MetPy Mondays #314 - Tips for Contributing to Open Source Projects
29 April 2024
This week we give you some helpful tips on ways you can help contribute to and shape open source software!
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.
MetPy Mondays #310 - How to Deal with Missing Data Part 3 - Filling and Interpolating
04 March 2024
How can you use filling and interpolation to deal with missing data? Find out in this week's MetPy Monday!