Snakefile: download newer load data file
This commit is contained in:
parent
d0e08edd6e
commit
a5dd712424
@ -68,7 +68,7 @@ if config['enable'].get('retrieve_databundle', True):
|
||||
|
||||
|
||||
rule retrieve_load_data:
|
||||
input: HTTP.remote("data.open-power-system-data.org/time_series/2019-06-05/time_series_60min_singleindex.csv", keep_local=True, static=True)
|
||||
input: HTTP.remote("data.open-power-system-data.org/time_series/2020-10-06/time_series_60min_singleindex.csv", keep_local=True, static=True)
|
||||
output: "data/load_raw.csv"
|
||||
run: move(input[0], output[0])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user