windpowerlib.wind_turbine.read_turbine_data

windpowerlib.wind_turbine.read_turbine_data(**kwargs)[source]

Fetches power coefficient curve or power curve from a file.

The data files are provided along with the windpowerlib and are located in the directory windpowerlib/data.

Other Parameters:
 
  • datapath (string, optional) – Path where the data file is stored. Default: ‘./data’
  • filename (string, optional) – Name of data file. Default: ‘cp_curves.csv’
Returns:

Power coefficient curve values or power curve values with the corresponding wind speeds as indices.

Return type:

pandas.DataFrame