rcatool.utils.atmosphys.uv2wind
- rcatool.utils.atmosphys.uv2wind(u, v)[source]
Converts u and v components to wind speed and direction.
- Parameters:
u – east/west wind component
floats (float/array of) – east/west wind component
v – north/south wind component
floats – north/south wind component
- Returns:
wind speed and wind direction respectively.
- Return type:
(ws, wd), floats/arrays of floats