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 names u10/v10) or xarray.DataArray for either argument. The result is wrapped in a Dataset under the variable name wind_speed.