ENTSO-E has recently overhauled their website, and it seems that in te process they switched off access to the old data portal that supplied the 2006-2015 hourly load data. That data is supposedly now available as one big file under https://www.entsoe.eu/data/data-portal, but the link doesn't work (yet). When it does, I will update the script accordingly.
In the meantime, what you could do is
either to set archive_version = 2018-03-13 in the processing.ipynb in order to download an archived version of the data from the OPSD Server
or to set exclude = ['ENTSO-E Data Portal'] in order to skip this source when downloading/reading the data.
Hi,
I've came across this issue, when downloading TS data (reading ENTSO-E Data Portal) from the sources included in sources.yml (https://github.com/Open-Power-System-Data/time_series/blob/master/timeseries_scripts/download.py):
2018-04-30 19:16:37 INFO reading ENTSO-E Data Portal - load Progress: ██████████████████████████████████████████████████ 0/120 files
`XLRDError Traceback (most recent call last)
ENTSO-E has recently overhauled their website, and it seems that in te process they switched off access to the old data portal that supplied the 2006-2015 hourly load data. That data is supposedly now available as one big file under https://www.entsoe.eu/data/data-portal, but the link doesn't work (yet). When it does, I will update the script accordingly.
In the meantime, what you could do is
archive_version = 2018-03-13
in the processing.ipynb in order to download an archived version of the data from the OPSD Serverexclude = ['ENTSO-E Data Portal']
in order to skip this source when downloading/reading the data.I have fixed this in the current version of the time series data package: https://data.open-power-system-data.org/time_series/2019-06-05