-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.env.example
More file actions
27 lines (21 loc) · 961 Bytes
/
.env.example
File metadata and controls
27 lines (21 loc) · 961 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# ENTSO-E Transparency Platform
# Get your free key at: https://transparency.entsoe.eu/
ENTSOE_API_KEY=your_key_here
# Elexon BMRS (optional, for UK-specific data)
# Register at: https://www.elexonportal.co.uk/
ELEXON_API_KEY=your_key_here
# GIE AGSI+ (European gas storage)
# Register at: https://agsi.gie.eu/
GIE_API_KEY=your_key_here
# US Energy Information Administration
# Register at: https://www.eia.gov/opendata/register.php
EIA_API_KEY=your_key_here
# UKPN Open Data Portal (headroom, ECR, flex, constraints, grid overview)
# Register (free) at: https://ukpowernetworks.opendatasoft.com/
UKPN_ODS_API_KEY=your_key_here
# SP Energy Networks Open Data Portal (headroom, ECR, grid intelligence)
# Register (free) at: https://spenergynetworks.opendatasoft.com/
SPEN_ODS_API_KEY=your_key_here
# Electricity North West Open Data Portal (headroom, ECR)
# Register (free) at: https://electricitynorthwest.opendatasoft.com/
ENWL_ODS_API_KEY=your_key_here