geodata.convert.convert_windwpd

geodata.convert.convert_windwpd#

geodata.convert.convert_windwpd(ds, hub_height, **params)#
Extract wind power density at given height, according to:

WPD = 0.5 * Density * Windspd^3

  • extrapolate wind speeds (wind.extrapolate_wind_speed)

    extrapolate_wind_speed(ds, to_height, extrap_fn = log_ratio, from_height=None, var_height=None)

Parameters:
  • hub_height (num) – extrapolation height

  • Parameters (Optional)

  • ------

  • extrap_fn (function for extrapolation)

  • (int) (from_height)

  • (str) (var_height)