New features in windpowerlib v0.0.5
devVersion 0.0.5 introduced a complete restructuring of the library and added several key scientific calculation functions and data sets:
- Wind Turbine Data: Power curves for numerous wind turbines are now included.
- Air Density Calculation: Added
rho_ideal_gasfor calculating air density at hub height. - Wind Speed Calculation: Added
v_wind_hellmanfor calculating wind speed at hub height. - Power Output: Added density correction for power output calculations.
- Modelchain: Introduced
modelchainfor more convenient usage of the library's features.