pyart.core.HorizontalWindProfile.from_u_and_v#
- classmethod HorizontalWindProfile.from_u_and_v(height, u_wind, v_wind)[source]#
Create a HorizontalWindProfile instance from U and V components.
- Parameters:
height (array-like, 1D) – Heights in meters above sea level at which horizontal winds were sampled.
u_wind (array-like, 1D) – U component of horizontal wind speed in meters per second.
v_wind (array-like, 1D) – V component of horizontal wind speed in meters per second.