Birgit Schachler
Birgit Schachler
The pvlib requires you to provide DNI in your weather data as well. You can use [this function](https://github.com/pvlib/pvlib-python/blob/master/pvlib/irradiance.py#L2849) to calculate the DNI. Does that solve your problem?
Hi @ciaradunks, I just saw that you also need to install the extras listed in data-sources in [setup.py](https://github.com/oemof/feedinlib/blob/dev/setup.py#L105-L107). So if you install from dev and want to run all examples...
Another radiation data set that was mentioned in #15 is [WRMC-BSRN](http://bsrn.awi.de/). It is a free access data archive of measured meteorological data.
COSMO-REA6 is another free weather data set, licensed under GeoNutzV and available for download here: http://reanalysis.meteo.uni-bonn.de/?Download_Data___COSMO-REA6
@Pyosch offered to add DWD weather data :)
Thanks for reporting this @fwitte. When I set this link I thought we would release soon, but as we only released release candidates since the restructuring, there is no examples...
@uvchik what is the difference between changelog and what's new? I don't have a strong opinion on it but if there is no advantage of changelog over what's new I...
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...
Hi @jome1, I'm not quite sure I understand you correctly, but I think you mean, why are the power curve data stored as string in the csv file? The reason...
Glad I could help. And yes, everything you wrote is correct.