This week we give you some helpful tips on ways you can help contribute to and shape open source software!
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!
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!
MetPy Mondays #308 - How to Deal with Missing Data Part 1 - QC
05 February 2024
Missing data can throw off everything from your calculations crashing to feeding you incorrect results to interpret. The week we start a short series on ways to deal with missing data in Python.