add reference to demand_hourly.csv on zenodo
This commit is contained in:
parent
ce8d508133
commit
bb7e2e7dc9
@ -81,7 +81,7 @@ if config["enable"].get('retrieve_opsd_load_data', True):
|
|||||||
|
|
||||||
if config["enable"].get('retrieve_artificial_load_data', False):
|
if config["enable"].get('retrieve_artificial_load_data', False):
|
||||||
rule retrieve_artificial_load_data:
|
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"
|
output: "data/load_artificial_raw.csv"
|
||||||
run: move(input[0], output[0])
|
run: move(input[0], output[0])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user