forked from openego/eGon-data
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extend entsoe-py API authorisation process
- Loading branch information
Showing
1 changed file
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -139,11 +139,14 @@ packages are required too. Right now these are: | |
|
||
* To download generation and demand data from entsoe you need to register in | ||
the `entsoe platform <https://transparency.entsoe.eu/>`_. Once the user is | ||
created, a personal token can be generated to access the available data. This | ||
token must be saved in a text file called *.entsoe-token* in the home directory. | ||
created, send an email to [email protected] with “Restful API access” in | ||
the subject line. Indicate the email address you entered during registration | ||
in the email body. After authorisation a personal token can be generated in | ||
'My Account Settings'to access the available data. This token must be saved | ||
in a text file called *.entsoe-token* in the home directory. | ||
In Ubuntu you can go to the home directory by typing :code:`cd ~` in a | ||
terminal. To create the file execute :code:`nano ".entsoe-token"` and then | ||
paste your personal token (36 characters). Finally press :code:`CRL + x` to | ||
paste your personal token (36 characters). Finally press :code:`CRL + x` to | ||
save and exit. | ||
|
||
* Make sure you have enough free disk space (~350 GB) in your working | ||
|