Description
Describe the bug
PVGIS is releasing version 5.2 on March 1st, 2022. In the new version, the irradiance databases CMSAF and COSMO have been removed. Additionally, the ERA5 coverage has been extended to cover almost the entire globe and a new database, SARAH-2, has been added.
The full description can be found here.
The new default databases can be seen here:
Additional context
There is nothing that indicates any changes to the API, so the pvlib.iootools functions get_pvgis_tmy
and get_pvgis_hourly
should continue to work.
However, some of the test files used in test_pvgis.py
are from the CMSAF database. Since those tests seem to be either based on local files or mock tests, I do not expect test failures. However, it would probably make sense to update the tests regardless.