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!
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 #312 - Logical and Bitwise Operators: What to use?
01 April 2024
This week we talk about the difference between logical and bitwise operators and when you should use each. This is a common mistake we see!
MetPy Mondays #311 - Stop Making Copies the Wrong Way! Copy vs. Deepcopy
18 March 2024
We often see bugs from programmers not fully understanding copies in Python. This week we clear it up with a deep dive on when to assign, when to copy, and when to deep copy.
MetPy Mondays #309 - How to Deal with Missing Data Part 2 - Using NaN and NA
26 February 2024
What's the difference between np.nan and pd.NA? When do we use them? Find out in this week's MetPy Monday!