earthkit.meteo.wind.xarray.speed¶
- earthkit.meteo.wind.xarray.speed(u, v)¶
Compute the wind speed/vector magnitude.
- Parameters:
u (
xarray.DataArray) – u wind/x vector componentv (
xarray.DataArray) – v wind/y vector component (same units asu)
- Returns:
Wind speed/magnitude (same units as
uandv)- Return type:
xarray.DataArray