Skip to content

Commit 6961793

Browse files
committed
Bug fix and add links
1 parent b672cd6 commit 6961793

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/whatsnew/v0-1-0.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
v0.1.0 (January 17, 2019)
22
++++++++++++++++++++++++++++++++++
33

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.
56
Use :py:func:`~windpowerlib.wind_turbine.get_turbine_types` to check whether the turbine types you need are included in the database.
67
If your turbine type is not included you can either use your own csv file or open an issue.
78

@@ -21,7 +22,7 @@ New functions
2122
* :py:func:`~windpowerlib.tools.logarithmic_interpolation_extrapolation` for wind speed time series
2223
* :py:func:`~windpowerlib.tools.gauss_distribution` (needed for power curve smoothing)
2324
* :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/>`_
2526

2627

2728
Testing

0 commit comments

Comments
 (0)