get_wind_speed

metpy.calc.get_wind_speed(u, v)[source]

Compute the wind speed from u and v-components.

Parameters
  • u (pint.Quantity) – Wind component in the X (East-West) direction

  • v (pint.Quantity) – Wind component in the Y (North-South) direction

Returns

wind speed (pint.Quantity) – The speed of the wind

Deprecated since version 0.9.0: Function has been renamed to wind_speed and will be removed from MetPy in 0.12.0.