This week we put together getting real time data with Siphon, declarative plotting, and more to start building a full analysis pipeline!
MetPy Mondays #267 - Putting it all together - Part 1
16 January 2023
This week we put together getting real time data with Siphon, declarative plotting, and more to start building a full analysis pipeline!
MetPy Mondays #264 - Making Arrow Plots in Python the Easy Way with Declarative Plotting
27 December 2022
Arrow plots are a great way to show vector quantities and this week we show you how to make an arrow plot the easy way with MetPy's declarative plotting syntax.
MetPy Mondays #263 - Using XArray Multidimensional Groupby for Global Mean Temperatures
19 December 2022
XArray lets you do powerful group by operations like Pandas, but with even more capability! This week we look at how to use groupby_bins to create a chart of mean temperature with latitude and height in the atmosphere!
MetPy Mondays #262 - Finding Magnetic Declination and Correcting Wind Observations
12 December 2022
Sometimes we need the magnetic declination at a location to correct wind observations to true North. This week we'll look at a quick and simple Python library to do exactly that!