windpowerlib.data.store_turbine_data_from_oedb

windpowerlib.data.store_turbine_data_from_oedb(schema='supply', table='wind_turbine_library')[source]

Loads turbine library from the OpenEnergy database (oedb).

Turbine data is saved to csv files (‘oedb_power_curves.csv’, ‘oedb_power_coefficient_curves.csv’ and ‘oedb_nominal_power’) for offline usage of the windpowerlib. If the files already exist they are overwritten.

Parameters:
  • schema (str) – Database schema of the turbine library.
  • table (str) – Table name of the turbine library.
Returns:

Turbine data of different turbines such as ‘manufacturer’, ‘turbine_type’, ‘nominal_power’.

Return type:

pandas.DataFrame