-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes/#116 entsoe py can not be used #117
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All GitHub checks fail, maybe because the setup file was not adjusted. Cpuld you please have a look at that?
Besides, it would be good to mention in the installation process which and where the file for the entsoe token should be added and how it could be created. We also once thought about using the old version with the downloaded files as a backup in case the direct access is not working.
e63f1a4
to
dce1800
Compare
logging.warning( | ||
"""Demand data from entsoe could not be retrieved. | ||
Backup data is used instead""" | ||
) | ||
load_sq = pd.read_csv( | ||
"data_bundle_powerd_data/entsoe/load_entsoe.csv", index_col="Index" | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These lines now overwrite load_sq always, even if the data was retrieved by the website, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right. Indentation error. Fixed in f618dad
Fixes #116. This was already tested locally.
Each user must now have a hidden text file called ".entsoe-token" allocated in their home directory (in the same directory where the ERA5 password file is stored)
This branch can only be merged once #111