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
Copy file name to clipboardExpand all lines: doc/whatsnew/v0-1-0.txt
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
1
v0.1.0 (January 17, 2019)
2
2
++++++++++++++++++++++++++++++++++
3
3
4
-
ATTENTION: From v0.1.0 on power (coefficient) curves are provided by the OpenEnergy Database (oedb) instead of in csv files (v0.6.0 and lower) due to legal reasons.
4
+
ATTENTION: From v0.1.0 on power (coefficient) curves are provided by the `OpenEnergy Database (oedb) <https://openenergy-platform.org/dataedit/>`_
5
+
instead of in csv files (v0.6.0 and lower) due to legal reasons.
5
6
Use :py:func:`~windpowerlib.wind_turbine.get_turbine_types` to check whether the turbine types you need are included in the database.
6
7
If your turbine type is not included you can either use your own csv file or open an issue.
7
8
@@ -21,7 +22,7 @@ New functions
21
22
* :py:func:`~windpowerlib.tools.logarithmic_interpolation_extrapolation` for wind speed time series
22
23
* :py:func:`~windpowerlib.tools.gauss_distribution` (needed for power curve smoothing)
23
24
* :py:func:`~windpowerlib.tools.estimate_turbulence_intensity` by roughness length
24
-
* :py:func:`~windpowerlib.wind_turbine.get_turbine_data_from_oedb` for retrieving power curves from OpenEnergy Database
25
+
* :py:func:`~windpowerlib.wind_turbine.get_turbine_data_from_oedb` for retrieving power curves from `OpenEnergy Database <https://openenergy-platform.org/dataedit/>`_
0 commit comments