wind-python / windpowerlib

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

Features/allow data heigts of type string #90

Closed uvchik closed 4 years ago

uvchik commented 4 years ago

Fix: #86

The read_csv() function of pandas read column names as strings. In a weather file the second level of the columns are the data heights. These heights should be of type integer.

With this PR these values are converted into integer values.