File tree Expand file tree Collapse file tree 2 files changed +38
-4
lines changed
Expand file tree Collapse file tree 2 files changed +38
-4
lines changed Original file line number Diff line number Diff line change 11v0.1.0 ()
22+++++++++++++++++++++++++
33
4- Documentation
4+ New classes
5+ ###########
6+
7+ * WindFarm class for modelling a wind farm. Defines a standard set of wind farm
8+ attributes, for example aggregated power curve and wind farm efficiency to
9+ take wake losses into account.
10+ * WindTurbineCluster class for modelling a turbine cluster that contains
11+ several wind turbines and/or wind farms. This class is useful for gathering
12+ all wind turbines in a weather data grid cell. An aggregated power curve
13+ can be calculated which considers the wake losses of the wind farms by a
14+ set efficiency if desired.
15+ * TurbineClusterModelChain class shows the usage of new functions and classes
16+ of windpowerlib v.0.1 and is based on the ModelChain class.
17+
18+ New functions
519#############
620
21+ * power curve smoothing for taking into account the spatial distribution of
22+ wind speed
23+ * application of wake losses to a power curve
24+ * application of wake losses to a wind speed time series
25+ * logarithmic interpolation/extrapolation for wind speed time series
26+ * gauss distribution
27+ * estimation of turbulence intensity by roughness length
28+
29+
730Testing
831#######
932
10- * Add continuous integration to automatically test the windpowerlib for
11- different python versions and to check the test coverage.
33+ * added continuous integration to automatically test the windpowerlib for
34+ different python versions and to check the test coverage
35+
36+
37+ Documentation
38+ #############
39+
40+ * added second example section and jupyter notebook
41+
1242
1343Other changes
1444#############
45+ TODO * removed deprecated attributes (.ix)
46+
1547
1648Contributors
1749############
1850
51+ * Sabine Haas
52+ * Birgit Schachler
1953* Uwe Krien
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ class WindFarm(object):
6161 power_output : pandas.Series
6262 The calculated power output of the wind farm.
6363
64- Examples TODO: test example
64+ Examples
6565 --------
6666 >>> from windpowerlib import wind_farm
6767 >>> from windpowerlib import wind_turbine
You can’t perform that action at this time.
0 commit comments