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.
2 parents f74c20d + 7177285 commit 5881a8fCopy full SHA for 5881a8f
README.rst
@@ -97,8 +97,8 @@ To update your local files with the latest version of the `oedb turbine library
97
98
.. code:: python
99
100
- from windpowerlib.wind_turbine import load_turbine_data_from_oedb
101
- load_turbine_data_from_oedb()
+ from windpowerlib.data import store_turbine_data_from_oedb
+ store_turbine_data_from_oedb()
102
103
If you find your turbine in the database it is very easy to use it in the
104
windpowerlib
0 commit comments