Snakefile: download newer load data file

This commit is contained in:
Philipp Glaum 2022-03-16 09:28:46 +01:00
parent d0e08edd6e
commit a5dd712424

View File

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