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 df04f39 + 35eaeda commit c9a44efCopy full SHA for c9a44ef
doc/modules.rst
@@ -68,8 +68,10 @@ power curve or power coefficient curve needed by the :py:class:`~.wind_turbine.W
68
:toctree: temp/
69
70
wind_turbine.WindTurbine.fetch_turbine_data
71
+ wind_turbine.get_turbine_data_from_file
72
+ wind_turbine.get_turbine_data_from_oedb
73
+ wind_turbine.load_turbine_data_from_oedb
74
wind_turbine.get_turbine_types
- wind_turbine.read_turbine_data
75
76
.. _wind_farm_label:
77
setup.py
@@ -17,4 +17,5 @@ def read(fname):
17
long_description=read('README.rst'),
18
zip_safe=False,
19
install_requires=['numpy >= 1.7.0',
20
- 'pandas >= 0.13.1'])
+ 'pandas >= 0.13.1',
21
+ 'requests'])
0 commit comments