Open theogiraudet opened 1 year ago
Hi,
Thanks for filing this issue. The EDR (Energy data repository) that stores the profiles has had an upgrade and its API has changed, but we did not update the code in this repository, mainly because the dataset is not available anymore.
A short term solution would be to use another data source for getting this type of solar data.
Hello,
I am following this tutorial to understand a bit how work with ESDL. When I execute the cell:
I have an error thrown:
I have search a bit why I have this error and when I try manually to access to the called URL (https://edr.hesi.energy/store/esdl/55ef73b3-fa4f-49e8-8ad6-2b1801c25dfe?format=xml), I reach a login webpage. Thus the Python code gets from this URL a HTML text that cannot be parsed as an XML text. Moreover, the text just over the cell indicates the URL "https://edr.hesi.energy/api/" for the API but the page at this URL is blank. It seems to be a Swagger webpage that is not loading. I guess the API access or URL has changed and this tutorial has not been updated.