Whether you're converting units, calculating wind speed and direction, or getting the zonal and meridional wind components, metpy has got you coverted!
You know, the hardest thing about winds is actually averaging them. Are there any existing libraries that support the various methods on averaging winds (vector, circular, or cosine)?
Not that I'm aware of, or right now my brain isn't quite working late at night (yet I write all these tips when at night lol).
I think this could definitely be submitted as an issue in metpy. Perhaps you can offer a concrete example of the inputs and outputs and I can probably work something out and create a PR.
You know, the hardest thing about winds is actually averaging them. Are there any existing libraries that support the various methods on averaging winds (vector, circular, or cosine)?
Actually does https://ajdawson.github.io/windspharm/latest/ fit the bill?
Not that I'm aware of, or right now my brain isn't quite working late at night (yet I write all these tips when at night lol).
I think this could definitely be submitted as an issue in metpy. Perhaps you can offer a concrete example of the inputs and outputs and I can probably work something out and create a PR.