You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/configuration.rst
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,18 @@ Configuration
5
5
Accounts
6
6
--------
7
7
8
-
ISONE and the EU each require a username and password to collect data.
9
-
You can register for an ISONE account here (http://www.iso-ne.com/participate/applications-status-changes/access-software-systems#data-feeds) and an EU ENTSOe account here (https://transparency.entsoe.eu/).
8
+
ISONE requires a username and password to collect data.
9
+
You can register for an ISONE account here (http://www.iso-ne.com/participate/applications-status-changes/access-software-systems#data-feeds)
10
+
10
11
11
12
Then, set your usernames and passwords as environment variables:
12
13
13
14
export ISONE_USERNAME=myusername1
14
15
export ISONE_PASSWORD=mysecret1
15
-
export ENTSOe_USERNAME=myusername2
16
-
export ENTSOe_PASSWORD=mypassword2
16
+
17
+
The EU (ENTSOe) REST API requires a security token. You must first sign up for an account and then get your security token from here (https://transparency.entsoe.eu/). To use the token set as an environment variable as follows:
18
+
19
+
export ENTSOe_SECURITY_TOKEN=token
17
20
18
21
The EIA API requires an API key. You can apply for a key here (https://www.eia.gov/opendata/register.cfm). To use the key, set an environment variable as follows:
0 commit comments