windkit.mean_power_density#
- windkit.mean_power_density(wc_obj, *, bysector=False, air_density=1.225)[source]#
Calculate the power density of wind climate object
- Parameters:
wc_obj (xarray.Dataset) – Wind climate object
bysector (bool) – Calculate the power density by sector, defaults to False. Only used for BWC and WWC.
air_density (float) – Air density, defaults to 1.225
- Returns:
DataArray with the power density.
- Return type: