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) direction

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

Returns

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

See also

wind_components

Examples using metpy.calc.wind_speed#

Wind Speed

Wind Speed

Wind Speed
Sounding Calculation Examples

Sounding Calculation Examples

Sounding Calculation Examples
MetPy Declarative Syntax Tutorial

MetPy Declarative Syntax Tutorial

MetPy Declarative Syntax Tutorial