From bb7e2e7dc9e5c49bbe611c6320bdc3e3bfe469ae Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Mon, 12 Sep 2022 11:28:06 +0200 Subject: [PATCH] add reference to demand_hourly.csv on zenodo --- Snakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Snakefile b/Snakefile index 0de698c9..161da8a9 100644 --- a/Snakefile +++ b/Snakefile @@ -81,7 +81,7 @@ if config["enable"].get('retrieve_opsd_load_data', True): if config["enable"].get('retrieve_artificial_load_data', False): rule retrieve_artificial_load_data: - input: HTTP.remote("https://sandbox.zenodo.org/record/1089549/files/demand_hourly.csv", keep_local=True, static=True) + input: HTTP.remote("https://zenodo.org/record/7070438/files/demand_hourly.csv", keep_local=True, static=True) output: "data/load_artificial_raw.csv" run: move(input[0], output[0])