add reference to demand_hourly.csv on zenodo

This commit is contained in:
Fabian Neumann 2022-09-12 11:28:06 +02:00
parent ce8d508133
commit bb7e2e7dc9

View File

@ -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])