wind_speed#
- metpy.calc.wind_speed(u, v)#
Compute the wind speed from u and v-components.
- Parameters
u (
pint.Quantity
) – Wind component in the X (East-West) directionv (
pint.Quantity
) – Wind component in the Y (North-South) direction
- Returns
wind speed (
pint.Quantity
) – Speed of the wind
See also
Examples using metpy.calc.wind_speed
#
Wind Speed
Sounding Calculation Examples
MetPy Declarative Syntax Tutorial
MetPy Declarative Syntax Tutorial