windkit.binned_wind_climate.bwc_mean_windspeed

windkit.binned_wind_climate.bwc_mean_windspeed(bwc, bysector=False)[source]

Calculate the mean wind speed.

Parameters:
  • bwc (xarray.Dataset) – Binned wind climate xr.Dataset object.

  • bysector (bool) – Return sectorwise mean wind speed if True. Defaults to False.

Returns:

bwc – Mean wind speed of the bwc.

Return type:

xarray.DataArray