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

About input data. #142

Open muyeqingfeng opened 5 months ago

muyeqingfeng commented 5 months ago

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 mean that using proprietary data requires adjusting the format to be consistent with the sample data. There is an issue with this. My input may be in units of potential height rather than meters. Will labeling the height in the second row as potential height affect the results. image image

birgits commented 4 months ago

Dear @muyeqingfeng, for the weather data it is necessary to specify the height it corresponds to, because e.g. the wind speed data then needs to be extra- or interpolated to the turbines hub height in order to determine the wind speed at hub height for the power output calculation. I don't quite understand, why this would be a potential height? Or did you mean, that your wind turbines have a potential height? In any case, I think that you can call it potential height in your weather and turbine data dataframes without getting an error. I hope this helped.