From 0d9ffdcee361308e08739328f16bea881a233f67 Mon Sep 17 00:00:00 2001 From: Julio Pascual <108464786+jpscl@users.noreply.github.com> Date: Mon, 4 Jul 2022 18:41:08 +0200 Subject: [PATCH 1/4] Update build_load_data.py --- scripts/build_load_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_load_data.py b/scripts/build_load_data.py index 55270e49..13dc1363 100755 --- a/scripts/build_load_data.py +++ b/scripts/build_load_data.py @@ -30,7 +30,7 @@ Inputs Outputs ------- -- ``resource/time_series_60min_singleindex_filtered.csv``: +- ``resources/load.csv``: """ From ce3b193a88ad7290ed8b669df4d9a550e9b80978 Mon Sep 17 00:00:00 2001 From: Julio Pascual <108464786+jpscl@users.noreply.github.com> Date: Mon, 4 Jul 2022 18:42:22 +0200 Subject: [PATCH 2/4] Update add_electricity.py --- scripts/add_electricity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/add_electricity.py b/scripts/add_electricity.py index 342b12e9..0fb025df 100755 --- a/scripts/add_electricity.py +++ b/scripts/add_electricity.py @@ -53,7 +53,7 @@ Inputs :scale: 34 % - ``data/geth2015_hydro_capacities.csv``: alternative to capacities above; not currently used! -- ``resources/opsd_load.csv`` Hourly per-country load profiles. +- ``resources/load.csv`` Hourly per-country load profiles. - ``resources/regions_onshore.geojson``: confer :ref:`busregions` - ``resources/nuts3_shapes.geojson``: confer :ref:`shapes` - ``resources/powerplants.csv``: confer :ref:`powerplants` From 433f0af4093107b49093d388ea8416306d59e010 Mon Sep 17 00:00:00 2001 From: Julio Pascual <108464786+jpscl@users.noreply.github.com> Date: Mon, 4 Jul 2022 18:51:49 +0200 Subject: [PATCH 3/4] Update build_load_data.py --- scripts/build_load_data.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/build_load_data.py b/scripts/build_load_data.py index 13dc1363..b0317f5e 100755 --- a/scripts/build_load_data.py +++ b/scripts/build_load_data.py @@ -26,6 +26,8 @@ Relevant Settings Inputs ------ +- ``data/load_raw.csv``: + Outputs ------- From 5d98cc7e97996283580462d1a50669be5eb81947 Mon Sep 17 00:00:00 2001 From: Julio Pascual <108464786+jpscl@users.noreply.github.com> Date: Mon, 4 Jul 2022 18:53:41 +0200 Subject: [PATCH 4/4] Update build_load_data.py --- scripts/build_load_data.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/build_load_data.py b/scripts/build_load_data.py index b0317f5e..ac6de2b1 100755 --- a/scripts/build_load_data.py +++ b/scripts/build_load_data.py @@ -28,7 +28,6 @@ Inputs - ``data/load_raw.csv``: - Outputs -------