windkit.wind_climate.mean_windspeed

windkit.wind_climate.mean_windspeed(wco, bysector=False, emergent=True)[source]

Calculate the mean wind speed from a wind climate.

Parameters:
  • wco (xarray.Dataset) – Weibull Wind Climate or Binned Wind Climate Object.

  • bysector (bool) – Return results by sector or as an all-sector value. Defaults to False

  • emergent (bool) – Calculate the all-sector mean using the emergent (True) or the combined Weibull distribution (False). Defaults to True.

Returns:

DataArray with the wind speed.

Return type:

xarray.DataArray