diff --git a/doc/retrieve.rst b/doc/retrieve.rst index e947f089..4786581e 100644 --- a/doc/retrieve.rst +++ b/doc/retrieve.rst @@ -83,7 +83,7 @@ This rule, as a substitute for :mod:`build_natura_raster`, downloads an already Rule ``retrieve_electricity_demand`` ==================================== -This rule downloads hourly electric load data for each country from the `OPSD platform `_. +This rule downloads hourly electric load data for each country from the `OPSD platform `_. **Relevant Settings** diff --git a/rules/retrieve.smk b/rules/retrieve.smk index c3e21ce1..10783de9 100644 --- a/rules/retrieve.smk +++ b/rules/retrieve.smk @@ -161,7 +161,7 @@ if config["enable"]["retrieve"]: "data.open-power-system-data.org/time_series/{version}/time_series_60min_singleindex.csv".format( version="2019-06-05" if config["snapshots"]["end"] < "2019" - else "latest" + else "2020-10-06" ), keep_local=True, static=True,