metpy.calc.
wind_speed
Compute the wind speed from u and v-components.
u (array_like) – Wind component in the X (East-West) direction
v (array_like) – Wind component in the Y (North-South) direction
wind speed (array_like) – The speed of the wind
See also
wind_components()