We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6427133 commit 041a918Copy full SHA for 041a918
windpowerlib/wind_turbine.py
@@ -339,14 +339,14 @@ def load_turbine_data_from_oedb():
339
-------
340
turbine_data : pd.DataFrame
341
Contains turbine data of different turbines such as 'manufacturer',
342
- 'turbine_type', nominal power ('installed_capacity_kw').
+ 'turbine_type', nominal power ('installed_capacity').
343
344
"""
345
# url of OpenEnergy Platform that contains the oedb
346
oep_url = 'http://oep.iks.cs.ovgu.de/'
347
# location of data
348
- schema = 'model_draft'
349
- table = 'openfred_windpower_powercurve'
+ schema = 'supply'
+ table = 'turbine_library'
350
# load data
351
result = requests.get(
352
oep_url + '/api/v0/schema/{}/tables/{}/rows/?'.format(
0 commit comments