wind-python / windpowerlib

The windpowerlib is a library to model the output of wind turbines and farms.
https://oemof.org/
MIT License
330 stars 105 forks source link

Speed Improvement in "power_curve_density_correction" #107

Closed kumar10725 closed 4 years ago

kumar10725 commented 4 years ago

Convert Pandas Series to Numpy Array for faster numpy interpolation (np.interp) on larger dataset.

Fixes # .

Changes proposed in this pull request:

-