windpowerlib icon indicating copy to clipboard operation
windpowerlib copied to clipboard

The windpowerlib is a library to model the output of wind turbines and farms.

Results 27 windpowerlib issues
Sort by recently updated
recently updated
newest added

I got following error ImportError Traceback (most recent call last) in 1 import pandas as pd 2 import matplotlib.pyplot as plt ----> 3 from windpowerlib import ModelChain, WindTurbine 4 from...

Hi `wind-python/windpowerlib`! This is a one-off automatically generated pull request from LGTM.com :robot:. You might have heard that we’ve integrated LGTM’s underlying CodeQL analysis engine natively into GitHub. The result...

Firstly, thank you for sharing the relevant research on wind power prediction. When I was using your code, I found that the sample data header has two rows. Does this...

When fetching all data with 'windpowerlib.data.store_turbine_data_from_oedb()', then listed data is stored as a string within the table. Why is it like this and what can be done, that the data...

The function `wpl.data.get_turbine_types()` returns only 4 columns from the oedb CSV file. It would be nice to have an interface to ask for the rest of the data as well....

Calling `wpl.data.get_turbine_types()` with pandas 2.2.3 throws the following warning at `windpowerlib/data.py:103`: ```console FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version....

I have been working with your package to create wind power time series and overall it works really well. So thank you for your efforts! However, when I was trying...