compute_wind_speed#
- geobricks.compute_wind_speed(u_wind_data, v_wind_data)[source]#
Compute wind speed from U- and V-components.
Accepts file paths,
xarray.Dataset(with any single data variable each, or with the historical short namesu10/v10) orxarray.DataArrayfor either argument. The result is wrapped in a Dataset under the variable namewind_speed.