windpowerlib
windpowerlib copied to clipboard
The windpowerlib is a library to model the output of wind turbines and farms.
If the hub_height is not set when running the model_chain, nan values are returned. I would raise an error in this case as there are no usable results anyway and...
I added the turbine data of the maxcap turbine mc141_2.3 in row 142. I chose the "id": 141 and "turbine id": 153 is this ok? Fixes # . Changes proposed...
I added the power values in row 69 for the maxcap turbine mc141_2.3 Fixes # . Changes proposed in this pull request: - - -
I added the cp-values in row 53 for the maxcap turbine mc141_2.3 Fixes # . Changes proposed in this pull request: - - -
Hello everybody, I wrote a small script to parse the data from wind-turbine-models.com. As the Turbine-data already contains records from wind-turbine-models.com (https://github.com/wind-python/windpowerlib/blob/master/windpowerlib/oedb/turbine_data.csv) I hope that the legal issues discussed in...
The default_turbine_data is missing in the installer. Also: I get an error when downloading the latest wind turbine data: ``` >>> from windpowerlib.data import store_turbine_data_from_oedb, fetch_turbine_data_from_oedb >>> df = store_turbine_data_from_oedb()...
First of all, thank you very much for developing this python library that will promote the development of wind energy. Now small wind turbines are also developing rapidly. Why is...
Travis becomes problematic, because of the new pricing model. Therefore, we should use github workflows as e.g. oemof.solph. Furthermore, we should use tox to improve local tests. I already tested...
Fixes #70. I would prefer to make sure that all classes will have the attributes needed in WindTurbineCluster. It is also possible to convert a WindTurbine to a WindFarm with...
The input of the `WindTurbineCluster` is a list of `WindFarm` objects. `WindTurbine` objects are not allowed. I think we should either rename the class or allow `WindTurbine` objects or both.