Skip to content

Commit 3302e69

Browse files
committed
WIP add datasets
1 parent 1afd9c1 commit 3302e69

6 files changed

Lines changed: 43943 additions & 0 deletions

content/datasets/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## Electricity load data (France)
2+
3+
The data is manually retrieved from the ENTSOE Open Data portal. The CSV file needs to be downloaded from an browser by clicking for the right fields in a form:
4+
5+
https://transparency.entsoe.eu/load-domain/r2/totalLoadR2/show?name=&defaultValue=false&viewType=TABLE&areaType=BZN&atch=false&dateTime.dateTime=12.10.2023+00:00|UTC|DAY&biddingZone.values=CTY|10YFR-RTE------C!BZN|10YFR-RTE------C&dateTime.timezone=UTC&dateTime.timezone_input=UTC#
6+
7+
- click the "Export Data" menu, then login / create and account;
8+
- once logged-in, navigate back to the link above;
9+
- make sure to select UTC time;
10+
- tick the country of interest ("BZN|FR" in our case) in the left-hand panel;
11+
- put a date within the year of interest (between 2020 and now);
12+
- click the down arrow of the "Export Data" menu, and select "Total Load - Day
13+
Ahead / Actual (Year, CSV)".
14+
15+
## Weather data:
16+
17+
From https://open-meteo.com/en/docs/historical-forecast-api. The data is
18+
fetched from the `fetch_weather_data.py` script.

0 commit comments

Comments
 (0)