You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function wpl.data.get_turbine_types() returns only 4 columns from the oedb CSV file.
It would be nice to have an interface to ask for the rest of the data as well.
One can get a bit more data (nominal power and the curves) by creating and querying a WindTurbine object with given turbine_type (and some dummy hub height), but that leaves a lot of unavailable columns.
And weirdly enough, the WindTurbine object does not include manufacturer, which is included in the output of wpl.data.get_turbine_types().
The text was updated successfully, but these errors were encountered:
The function
wpl.data.get_turbine_types()
returns only 4 columns from the oedb CSV file.It would be nice to have an interface to ask for the rest of the data as well.
One can get a bit more data (nominal power and the curves) by creating and querying a
WindTurbine
object with giventurbine_type
(and some dummy hub height), but that leaves a lot of unavailable columns.And weirdly enough, the
WindTurbine
object does not include manufacturer, which is included in the output ofwpl.data.get_turbine_types()
.The text was updated successfully, but these errors were encountered: