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` diff --git a/scripts/build_load_data.py b/scripts/build_load_data.py index 55270e49..ac6de2b1 100755 --- a/scripts/build_load_data.py +++ b/scripts/build_load_data.py @@ -26,11 +26,12 @@ Relevant Settings Inputs ------ +- ``data/load_raw.csv``: Outputs ------- -- ``resource/time_series_60min_singleindex_filtered.csv``: +- ``resources/load.csv``: """