You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/configtables/load.csv
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ manual_adjustments,bool,"{true, false}","Whether to adjust the load data manuall
7
7
scaling_factor,--,float,"Global correction factor for the load time series."
8
8
fixed_year,--,Year or False,"To specify a fixed year for the load time series that deviates from the snapshots' year"
9
9
supplement_synthetic,bool,"{true, false}","Whether to supplement missing data for selected time period should be supplemented by synthetic data from https://zenodo.org/records/10820928."
10
+
substation_only,bool,"{true, false}","Whether to only consider substations for the spatial disaggregation of the per-country electricity demand data."
10
11
distribution_key,--,--,"Distribution key for spatially disaggregating the per-country electricity demand data."
11
12
-- gdp,float,"[0, 1]","Weighting factor for the GDP data in the distribution key."
12
13
-- population,float,"[0, 1]","Weighting factor for the population data in the distribution key."
Copy file name to clipboardExpand all lines: doc/data-retrieval.rst
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -249,4 +249,25 @@ Data in this section is retrieved and extracted in rules specified in ``rules/re
249
249
- **Source:** European Network of Transmission System Operators for Electricity (ENTSO-E) and European Network of Transmission System Operators for Gas (ENTSOG)
Copy file name to clipboardExpand all lines: doc/retrieve.rst
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,22 @@ None.
108
108
109
109
- ``data/electricity_demand_raw.csv``
110
110
111
+
Rule ``retrieve_electricity_demand_energy_atlas``
112
+
=================================================
113
+
114
+
This rule downloads 1km by 1km raster of estimated annual electricity demand from the `JRC Energy Atlas <https://energy-industry-geolab.jrc.ec.europa.eu/energy-atlas/>`__ .
This rule downloads subnational electricity consumption data for Great Britain from the `Department for Energy Security and Net Zero <https://www.gov.uk/government/statistics/regional-and-local-authority-electricity-consumption-statistics>`__ .
120
+
121
+
Rule ``retrieve_local_authorities_uk``
122
+
======================================
123
+
124
+
This rule downloads shapefiles of local authorities in the United Kingdom from the `Office for National Statistics <https://geoportal.statistics.gov.uk/datasets/ons::local-authority-districts-may-2024-boundaries-uk-bsc-2/about>`__ .
0 commit comments