feedinlib icon indicating copy to clipboard operation
feedinlib copied to clipboard

Incomplete input data. Data needs to contain ['ghi', 'dni', 'dhi']. Detected data contains: ['wind_speed', 'temp_air', 'ghi', 'dhi']

Open lindaken opened this issue 3 years ago • 1 comments

Cannot convert pv_lib to image, always missing "dni". image

lindaken avatar Feb 18 '22 03:02 lindaken

The pvlib requires you to provide DNI in your weather data as well. You can use this function to calculate the DNI. Does that solve your problem?

birgits avatar Feb 28 '22 16:02 birgits