geodata.convert.convert_windspd
===============================

.. py:function:: geodata.convert.convert_windspd(ds, hub_height, **params)

   Extract wind speeds at given height

   - extrapolate wind speeds                   (wind.extrapolate_wind_speed)
           extrapolate_wind_speed(ds, to_height, extrap_fn = log_ratio, from_height=None, var_height=None)

   :param hub_height: extrapolation height
   :type hub_height: num
   :param Optional Parameters:
   :param ------:
   :param extrap_fn:
   :type extrap_fn: function for extrapolation
   :param from_height (int):
   :type from_height (int): fixed height from which to extrapolate
   :param var_height (str):
   :type var_height (str): suffix for variables containing wind speed and variable height

