windkit.mean_ws_moment

windkit.mean_ws_moment(wc_obj, moment=1, *, bysector=False)[source]

Calculate the mean wind speed moment from a wind climate.

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

  • moment (int) – Moment to calculate, defaults to 1

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

Returns:

DataArray with the wind speed moment.

Return type:

xarray.DataArray