Skip to content

Commit 37d2987

Browse files
committed
Add information
1 parent 0ab3de1 commit 37d2987

File tree

4 files changed

+11
-1
lines changed

4 files changed

+11
-1
lines changed

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ If you have a working Python 3 environment, use pypi to install the latest windp
3333
The windpowerlib is designed for Python 3 and tested on Python >= 3.5.
3434
Please see the `installation page <http://oemof.readthedocs.io/en/stable/installation_and_setup.html>`_ of the oemof documentation for complete instructions on how to install python and a virtual environment on your operating system.
3535

36+
For retrieving power (coefficient) curves from the Open Energy Database (oedb) the python package requests will be installed with your windpowerlib installation. The windpowerlib was tested with requests version 2.20.1 but might work with lower versions.
37+
3638
Optional Packages
3739
~~~~~~~~~~~~~~~~~
3840

doc/getting_started.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ If you have a working Python 3 environment, use pypi to install the latest windp
3232
The windpowerlib is designed for Python 3 and tested on Python >= 3.5.
3333
Please see the `installation page <http://oemof.readthedocs.io/en/stable/installation_and_setup.html>`_ of the oemof documentation for complete instructions on how to install python and a virtual environment on your operating system.
3434

35+
For retrieving power (coefficient) curves from the Open Energy Database (oedb) the python package requests will be installed with your windpowerlib installation. The windpowerlib was tested with requests version 2.20.1 but might work with lower versions.
36+
3537
Optional Packages
3638
~~~~~~~~~~~~~~~~~
3739

doc/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ ipykernel
33
nbsphinx
44
pandas
55
numpy
6+
requests

doc/whatsnew/v0-1-0.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
v0.1.0 (January 16, 2019)
1+
v0.1.0 (January 17, 2019)
22
++++++++++++++++++++++++++++++++++
33

4+
ATTENTION: From v0.1.0 on power (coefficient) curves are provided by the Open Energy Database (oedb) instead of in csv files (v0.6.0 and lower) due to legal reasons.
5+
Use :py:func:`~wind_turbine.get_turbine_types` to check whether the turbine types you need are included in the database.
6+
If your turbine type is not included you can either add it to the `database <https://openenergy-platform.org/dataedit/view/model_draft/openfred_windpower_powercurve>`_
7+
(see `API tutorial <https://oep-data-interface.readthedocs.io/en/latest/api/how_to.html>`_) or use your own csv file.
8+
49
New classes
510
###########
611

0 commit comments

Comments
 (0)