windkit.mean_wind_speed

windkit.mean_wind_speed(wc_obj, *, bysector=False)[source]

Calculate the mean wind speed from a wind climate.

Parameters:
  • wc_obj (xarray.Dataset) – Wind climate object

  • bysector (bool) – Calculate the mean by sector, defaults to True Only used for BWC and WWC.

Returns:

DataArray with the wind speed.

Return type:

xarray.DataArray