Hi,
I'm currently working on a solar PV and PVT installation simulator using Python and Flask, and I was wondering if I could get some help on using the PVGIS API to obtain certain data.
Specifically, I'm looking to obtain the following data using a single PVGIS API request :
-Irradiance data based on the location, tilt angle, and orientation of the panels.
-Annual energy production for the panels based on the above parameters, peak power, temperature coefficient, open circuit voltage, and short circuit current.
-Meteorological data such as temperature and wind speed (in order to correct the estimated production based on the temperature of the solar cells and the wind speed.)
Could you please let me know which endpoints and inputs parameters I should use to obtain these data ?
Thank you so much for your help!
Mahé.