From bc6cc6c9832526da885f0b302cf9d84fdfa85e01 Mon Sep 17 00:00:00 2001 From: Fabian Date: Wed, 2 Aug 2023 11:00:21 +0200 Subject: [PATCH] retrieve: update opsd electricity demand url to fixed date --- doc/retrieve.rst | 2 +- rules/retrieve.smk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,