ebm 0.99.5__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (80) hide show
  1. ebm/__init__.py +0 -0
  2. ebm/__main__.py +152 -0
  3. ebm/__version__.py +1 -0
  4. ebm/cmd/__init__.py +0 -0
  5. ebm/cmd/calibrate.py +83 -0
  6. ebm/cmd/calibrate_excel_com_io.py +128 -0
  7. ebm/cmd/heating_systems_by_year.py +18 -0
  8. ebm/cmd/helpers.py +134 -0
  9. ebm/cmd/initialize.py +167 -0
  10. ebm/cmd/migrate.py +92 -0
  11. ebm/cmd/pipeline.py +227 -0
  12. ebm/cmd/prepare_main.py +174 -0
  13. ebm/cmd/result_handler.py +272 -0
  14. ebm/cmd/run_calculation.py +221 -0
  15. ebm/data/area.csv +92 -0
  16. ebm/data/area_new_residential_buildings.csv +3 -0
  17. ebm/data/area_per_person.csv +12 -0
  18. ebm/data/building_code_parameters.csv +9 -0
  19. ebm/data/energy_need_behaviour_factor.csv +6 -0
  20. ebm/data/energy_need_improvements.csv +7 -0
  21. ebm/data/energy_need_original_condition.csv +534 -0
  22. ebm/data/heating_system_efficiencies.csv +13 -0
  23. ebm/data/heating_system_forecast.csv +9 -0
  24. ebm/data/heating_system_initial_shares.csv +1113 -0
  25. ebm/data/holiday_home_energy_consumption.csv +24 -0
  26. ebm/data/holiday_home_stock.csv +25 -0
  27. ebm/data/improvement_building_upgrade.csv +9 -0
  28. ebm/data/new_buildings_residential.csv +32 -0
  29. ebm/data/population_forecast.csv +51 -0
  30. ebm/data/s_curve.csv +40 -0
  31. ebm/energy_consumption.py +307 -0
  32. ebm/extractors.py +115 -0
  33. ebm/heating_system_forecast.py +472 -0
  34. ebm/holiday_home_energy.py +341 -0
  35. ebm/migrations.py +224 -0
  36. ebm/model/__init__.py +0 -0
  37. ebm/model/area.py +403 -0
  38. ebm/model/bema.py +149 -0
  39. ebm/model/building_category.py +150 -0
  40. ebm/model/building_condition.py +78 -0
  41. ebm/model/calibrate_energy_requirements.py +84 -0
  42. ebm/model/calibrate_heating_systems.py +180 -0
  43. ebm/model/column_operations.py +157 -0
  44. ebm/model/construction.py +827 -0
  45. ebm/model/data_classes.py +223 -0
  46. ebm/model/database_manager.py +410 -0
  47. ebm/model/dataframemodels.py +115 -0
  48. ebm/model/defaults.py +30 -0
  49. ebm/model/energy_need.py +6 -0
  50. ebm/model/energy_need_filter.py +182 -0
  51. ebm/model/energy_purpose.py +115 -0
  52. ebm/model/energy_requirement.py +353 -0
  53. ebm/model/energy_use.py +202 -0
  54. ebm/model/enums.py +8 -0
  55. ebm/model/exceptions.py +4 -0
  56. ebm/model/file_handler.py +388 -0
  57. ebm/model/filter_scurve_params.py +83 -0
  58. ebm/model/filter_tek.py +152 -0
  59. ebm/model/heat_pump.py +53 -0
  60. ebm/model/heating_systems.py +20 -0
  61. ebm/model/heating_systems_parameter.py +17 -0
  62. ebm/model/heating_systems_projection.py +3 -0
  63. ebm/model/heating_systems_share.py +28 -0
  64. ebm/model/scurve.py +224 -0
  65. ebm/model/tek.py +1 -0
  66. ebm/s_curve.py +515 -0
  67. ebm/services/__init__.py +0 -0
  68. ebm/services/calibration_writer.py +262 -0
  69. ebm/services/console.py +106 -0
  70. ebm/services/excel_loader.py +66 -0
  71. ebm/services/files.py +38 -0
  72. ebm/services/spreadsheet.py +289 -0
  73. ebm/temp_calc.py +99 -0
  74. ebm/validators.py +565 -0
  75. ebm-0.99.5.dist-info/METADATA +212 -0
  76. ebm-0.99.5.dist-info/RECORD +80 -0
  77. ebm-0.99.5.dist-info/WHEEL +5 -0
  78. ebm-0.99.5.dist-info/entry_points.txt +3 -0
  79. ebm-0.99.5.dist-info/licenses/LICENSE +21 -0
  80. ebm-0.99.5.dist-info/top_level.txt +1 -0
@@ -0,0 +1,534 @@
1
+ building_category,building_code,purpose,kwh_m2
2
+ apartment_block,PRE_TEK49,cooling,0.0
3
+ apartment_block,PRE_TEK49,electrical_equipment,17.52
4
+ apartment_block,PRE_TEK49,fans_and_pumps,0.5788888888888889
5
+ apartment_block,PRE_TEK49,heating_dhw,29.76888888888889
6
+ apartment_block,PRE_TEK49,heating_rv,126.739738913315
7
+ apartment_block,default,lighting,8.196800000000001
8
+ apartment_block,TEK07,cooling,0.0
9
+ apartment_block,TEK07,electrical_equipment,17.52
10
+ apartment_block,TEK07,fans_and_pumps,9.455555555555556
11
+ apartment_block,TEK07,heating_dhw,29.76888888888889
12
+ apartment_block,TEK07,heating_rv,39.52794604570375
13
+ apartment_block,TEK10,cooling,0.0
14
+ apartment_block,TEK10,electrical_equipment,17.52
15
+ apartment_block,TEK10,fans_and_pumps,9.323177777777778
16
+ apartment_block,TEK10,heating_dhw,29.76888888888889
17
+ apartment_block,TEK10,heating_rv,38.97455480106385
18
+ apartment_block,TEK17,cooling,0.0
19
+ apartment_block,TEK17,electrical_equipment,17.52
20
+ apartment_block,TEK17,fans_and_pumps,7.566666666666666
21
+ apartment_block,TEK17,heating_dhw,29.76888888888889
22
+ apartment_block,TEK17,heating_rv,28.84117055278729
23
+ apartment_block,TEK49,cooling,0.0
24
+ apartment_block,TEK49,electrical_equipment,17.52
25
+ apartment_block,TEK49,fans_and_pumps,0.5788888888888889
26
+ apartment_block,TEK49,heating_dhw,29.76888888888889
27
+ apartment_block,TEK49,heating_rv,126.739738913315
28
+ apartment_block,TEK69,cooling,0.0
29
+ apartment_block,TEK69,electrical_equipment,17.52
30
+ apartment_block,TEK69,fans_and_pumps,0.5788888888888889
31
+ apartment_block,TEK69,heating_dhw,29.76888888888889
32
+ apartment_block,TEK69,heating_rv,126.739738913315
33
+ apartment_block,TEK87,cooling,0.0
34
+ apartment_block,TEK87,electrical_equipment,17.52
35
+ apartment_block,TEK87,fans_and_pumps,0.53
36
+ apartment_block,TEK87,heating_dhw,29.76888888888889
37
+ apartment_block,TEK87,heating_rv,103.5833854421104
38
+ apartment_block,TEK97,cooling,0.0
39
+ apartment_block,TEK97,electrical_equipment,17.52
40
+ apartment_block,TEK97,fans_and_pumps,0.4333333333333333
41
+ apartment_block,TEK97,heating_dhw,29.76888888888889
42
+ apartment_block,TEK97,heating_rv,77.67867176898444
43
+ culture,PRE_TEK49,cooling,20.7325
44
+ culture,PRE_TEK49,electrical_equipment,2.870833333333333
45
+ culture,PRE_TEK49,fans_and_pumps,38.625
46
+ culture,PRE_TEK49,heating_dhw,10.0225
47
+ culture,PRE_TEK49,heating_rv,154.5310366796936
48
+ culture,default,lighting,20.671125000000004
49
+ culture,TEK07,cooling,19.4325
50
+ culture,TEK07,electrical_equipment,2.870833333333333
51
+ culture,TEK07,fans_and_pumps,26.82416666666666
52
+ culture,TEK07,heating_dhw,10.0225
53
+ culture,TEK07,heating_rv,93.95766426477772
54
+ culture,TEK10,cooling,19.4325
55
+ culture,TEK10,electrical_equipment,2.870833333333333
56
+ culture,TEK10,fans_and_pumps,26.35643791666666
57
+ culture,TEK10,heating_dhw,10.0225
58
+ culture,TEK10,heating_rv,75.98468861891389
59
+ culture,TEK17,cooling,15.93465
60
+ culture,TEK17,electrical_equipment,2.870833333333333
61
+ culture,TEK17,fans_and_pumps,20.29445719583333
62
+ culture,TEK17,heating_dhw,10.0225
63
+ culture,TEK17,heating_rv,58.50821023656364
64
+ culture,TEK49,cooling,20.7325
65
+ culture,TEK49,electrical_equipment,2.870833333333333
66
+ culture,TEK49,fans_and_pumps,38.625
67
+ culture,TEK49,heating_dhw,10.0225
68
+ culture,TEK49,heating_rv,154.5310366796936
69
+ culture,TEK69,cooling,20.7325
70
+ culture,TEK69,electrical_equipment,2.870833333333333
71
+ culture,TEK69,fans_and_pumps,38.625
72
+ culture,TEK69,heating_dhw,10.0225
73
+ culture,TEK69,heating_rv,154.5310366796936
74
+ culture,TEK87,cooling,20.7325
75
+ culture,TEK87,electrical_equipment,2.870833333333333
76
+ culture,TEK87,fans_and_pumps,38.625
77
+ culture,TEK87,heating_dhw,10.0225
78
+ culture,TEK87,heating_rv,129.2101722032242
79
+ culture,TEK97,cooling,20.7325
80
+ culture,TEK97,electrical_equipment,2.870833333333333
81
+ culture,TEK97,fans_and_pumps,38.625
82
+ culture,TEK97,heating_dhw,10.0225
83
+ culture,TEK97,heating_rv,109.953029433317
84
+ hospital,PRE_TEK49,cooling,40.49416666666666
85
+ hospital,PRE_TEK49,electrical_equipment,46.72
86
+ hospital,PRE_TEK49,fans_and_pumps,85.42416666666666
87
+ hospital,PRE_TEK49,heating_dhw,29.76944444444445
88
+ hospital,PRE_TEK49,heating_rv,155.6385640232319
89
+ hospital,default,lighting,42.048
90
+ hospital,TEK07,cooling,37.52722222222222
91
+ hospital,TEK07,electrical_equipment,46.72
92
+ hospital,TEK07,fans_and_pumps,58.16138888888889
93
+ hospital,TEK07,heating_dhw,29.76944444444445
94
+ hospital,TEK07,heating_rv,104.6185808500244
95
+ hospital,TEK10,cooling,37.52722222222222
96
+ hospital,TEK10,electrical_equipment,46.72
97
+ hospital,TEK10,fans_and_pumps,58.62668
98
+ hospital,TEK10,heating_dhw,29.76944444444445
99
+ hospital,TEK10,heating_rv,105.4555294968246
100
+ hospital,TEK17,cooling,30.77232222222222
101
+ hospital,TEK17,electrical_equipment,46.72
102
+ hospital,TEK17,fans_and_pumps,43.3837432
103
+ hospital,TEK17,heating_dhw,29.76944444444445
104
+ hospital,TEK17,heating_rv,78.03709182765022
105
+ hospital,TEK49,cooling,40.49416666666666
106
+ hospital,TEK49,electrical_equipment,46.72
107
+ hospital,TEK49,fans_and_pumps,85.42416666666666
108
+ hospital,TEK49,heating_dhw,29.76944444444445
109
+ hospital,TEK49,heating_rv,155.6385640232319
110
+ hospital,TEK69,cooling,40.49416666666666
111
+ hospital,TEK69,electrical_equipment,46.72
112
+ hospital,TEK69,fans_and_pumps,85.42416666666666
113
+ hospital,TEK69,heating_dhw,29.76944444444445
114
+ hospital,TEK69,heating_rv,155.6385640232319
115
+ hospital,TEK87,cooling,40.49416666666666
116
+ hospital,TEK87,electrical_equipment,46.72
117
+ hospital,TEK87,fans_and_pumps,85.38527777777777
118
+ hospital,TEK87,heating_dhw,29.76944444444445
119
+ hospital,TEK87,heating_rv,133.4459607555776
120
+ hospital,TEK97,cooling,40.49416666666666
121
+ hospital,TEK97,electrical_equipment,46.72
122
+ hospital,TEK97,fans_and_pumps,85.38
123
+ hospital,TEK97,heating_dhw,29.76944444444445
124
+ hospital,TEK97,heating_rv,116.1030174238726
125
+ hotel,PRE_TEK49,cooling,27.5625
126
+ hotel,PRE_TEK49,electrical_equipment,5.84
127
+ hotel,PRE_TEK49,fans_and_pumps,56.79125
128
+ hotel,PRE_TEK49,heating_dhw,29.78416666666667
129
+ hotel,PRE_TEK49,heating_rv,163.9124000569943
130
+ hotel,default,lighting,42.048
131
+ hotel,TEK07,cooling,25.5225
132
+ hotel,TEK07,electrical_equipment,5.84
133
+ hotel,TEK07,fans_and_pumps,39.26708333333333
134
+ hotel,TEK07,heating_dhw,29.78416666666667
135
+ hotel,TEK07,heating_rv,91.94085735222278
136
+ hotel,TEK10,cooling,25.5225
137
+ hotel,TEK10,electrical_equipment,5.84
138
+ hotel,TEK10,fans_and_pumps,37.82581666666667
139
+ hotel,TEK10,heating_dhw,29.78416666666667
140
+ hotel,TEK10,heating_rv,67.75243318738802
141
+ hotel,TEK17,cooling,20.92845
142
+ hotel,TEK17,electrical_equipment,5.84
143
+ hotel,TEK17,fans_and_pumps,28.3693625
144
+ hotel,TEK17,heating_dhw,29.78416666666667
145
+ hotel,TEK17,heating_rv,50.81432489054104
146
+ hotel,TEK49,cooling,27.5625
147
+ hotel,TEK49,electrical_equipment,5.84
148
+ hotel,TEK49,fans_and_pumps,56.79125
149
+ hotel,TEK49,heating_dhw,29.78416666666667
150
+ hotel,TEK49,heating_rv,163.9124000569943
151
+ hotel,TEK69,cooling,27.5625
152
+ hotel,TEK69,electrical_equipment,5.84
153
+ hotel,TEK69,fans_and_pumps,56.79125
154
+ hotel,TEK69,heating_dhw,29.78416666666667
155
+ hotel,TEK69,heating_rv,163.9124000569943
156
+ hotel,TEK87,cooling,27.5625
157
+ hotel,TEK87,electrical_equipment,5.84
158
+ hotel,TEK87,fans_and_pumps,56.76125
159
+ hotel,TEK87,heating_dhw,29.78416666666667
160
+ hotel,TEK87,heating_rv,136.55572728383
161
+ hotel,TEK97,cooling,27.5625
162
+ hotel,TEK97,electrical_equipment,5.84
163
+ hotel,TEK97,fans_and_pumps,56.73875
164
+ hotel,TEK97,heating_dhw,29.78416666666667
165
+ hotel,TEK97,heating_rv,115.4664710552027
166
+ house,PRE_TEK49,cooling,0.0
167
+ house,PRE_TEK49,electrical_equipment,17.51875
168
+ house,PRE_TEK49,fans_and_pumps,0.58125
169
+ house,PRE_TEK49,heating_dhw,29.78125
170
+ house,PRE_TEK49,heating_rv,155.2907120175867
171
+ house,default,lighting,8.199
172
+ house,TEK07,cooling,0.0
173
+ house,TEK07,electrical_equipment,17.51875
174
+ house,TEK07,fans_and_pumps,7.925
175
+ house,TEK07,heating_dhw,29.78125
176
+ house,TEK07,heating_rv,58.72567782120176
177
+ house,TEK10,cooling,0.0
178
+ house,TEK10,electrical_equipment,17.51875
179
+ house,TEK10,fans_and_pumps,7.81405
180
+ house,TEK10,heating_dhw,29.78125
181
+ house,TEK10,heating_rv,57.90351833170494
182
+ house,TEK17,cooling,0.0
183
+ house,TEK17,electrical_equipment,17.51875
184
+ house,TEK17,fans_and_pumps,6.407520999999999
185
+ house,TEK17,heating_dhw,29.78125
186
+ house,TEK17,heating_rv,47.48088503199805
187
+ house,TEK49,cooling,0.0
188
+ house,TEK49,electrical_equipment,17.51875
189
+ house,TEK49,fans_and_pumps,0.58125
190
+ house,TEK49,heating_dhw,29.78125
191
+ house,TEK49,heating_rv,155.2907120175867
192
+ house,TEK69,cooling,0.0
193
+ house,TEK69,electrical_equipment,17.51875
194
+ house,TEK69,fans_and_pumps,0.58125
195
+ house,TEK69,heating_dhw,29.78125
196
+ house,TEK69,heating_rv,155.2907120175867
197
+ house,TEK87,cooling,0.0
198
+ house,TEK87,electrical_equipment,17.51875
199
+ house,TEK87,fans_and_pumps,0.58125
200
+ house,TEK87,heating_dhw,29.78125
201
+ house,TEK87,heating_rv,123.2885808500244
202
+ house,TEK97,cooling,0.0
203
+ house,TEK97,electrical_equipment,17.51875
204
+ house,TEK97,fans_and_pumps,0.58125
205
+ house,TEK97,heating_dhw,29.78125
206
+ house,TEK97,heating_rv,89.65613092330238
207
+ kindergarten,PRE_TEK49,cooling,0.0
208
+ kindergarten,PRE_TEK49,electrical_equipment,5.22
209
+ kindergarten,PRE_TEK49,fans_and_pumps,33.95666666666667
210
+ kindergarten,PRE_TEK49,heating_dhw,10.02333333333333
211
+ kindergarten,PRE_TEK49,heating_rv,170.3831314118222
212
+ kindergarten,default,lighting,18.792
213
+ kindergarten,TEK07,cooling,0.0
214
+ kindergarten,TEK07,electrical_equipment,5.22
215
+ kindergarten,TEK07,fans_and_pumps,22.88666666666667
216
+ kindergarten,TEK07,heating_dhw,10.02333333333333
217
+ kindergarten,TEK07,heating_rv,91.60795310210064
218
+ kindergarten,TEK10,cooling,0.0
219
+ kindergarten,TEK10,electrical_equipment,5.22
220
+ kindergarten,TEK10,fans_and_pumps,22.46678333333334
221
+ kindergarten,TEK10,heating_dhw,10.02333333333333
222
+ kindergarten,TEK10,heating_rv,74.22534704119848
223
+ kindergarten,TEK17,cooling,0.0
224
+ kindergarten,TEK17,electrical_equipment,5.22
225
+ kindergarten,TEK17,fans_and_pumps,22.46678333333334
226
+ kindergarten,TEK17,heating_dhw,10.02333333333333
227
+ kindergarten,TEK17,heating_rv,74.22534704119848
228
+ kindergarten,TEK49,cooling,0.0
229
+ kindergarten,TEK49,electrical_equipment,5.22
230
+ kindergarten,TEK49,fans_and_pumps,33.95666666666667
231
+ kindergarten,TEK49,heating_dhw,10.02333333333333
232
+ kindergarten,TEK49,heating_rv,170.3831314118222
233
+ kindergarten,TEK69,cooling,0.0
234
+ kindergarten,TEK69,electrical_equipment,5.22
235
+ kindergarten,TEK69,fans_and_pumps,33.95666666666667
236
+ kindergarten,TEK69,heating_dhw,10.02333333333333
237
+ kindergarten,TEK69,heating_rv,170.3831314118222
238
+ kindergarten,TEK87,cooling,0.0
239
+ kindergarten,TEK87,electrical_equipment,5.22
240
+ kindergarten,TEK87,fans_and_pumps,33.95666666666667
241
+ kindergarten,TEK87,heating_dhw,10.02333333333333
242
+ kindergarten,TEK87,heating_rv,138.9320403843025
243
+ kindergarten,TEK97,cooling,0.0
244
+ kindergarten,TEK97,electrical_equipment,5.22
245
+ kindergarten,TEK97,fans_and_pumps,33.95666666666667
246
+ kindergarten,TEK97,heating_dhw,10.02333333333333
247
+ kindergarten,TEK97,heating_rv,111.3845937143784
248
+ nursing_home,PRE_TEK49,cooling,0.0
249
+ nursing_home,PRE_TEK49,electrical_equipment,23.36
250
+ nursing_home,PRE_TEK49,fans_and_pumps,72.5875
251
+ nursing_home,PRE_TEK49,heating_dhw,29.78416666666667
252
+ nursing_home,PRE_TEK49,heating_rv,161.3164309558707
253
+ nursing_home,default,lighting,42.048
254
+ nursing_home,TEK07,cooling,0.0
255
+ nursing_home,TEK07,electrical_equipment,23.36
256
+ nursing_home,TEK07,fans_and_pumps,48.56125
257
+ nursing_home,TEK07,heating_dhw,29.78416666666667
258
+ nursing_home,TEK07,heating_rv,90.24859408076856
259
+ nursing_home,TEK10,cooling,0.0
260
+ nursing_home,TEK10,electrical_equipment,23.36
261
+ nursing_home,TEK10,fans_and_pumps,49.4353525
262
+ nursing_home,TEK10,heating_dhw,29.78416666666667
263
+ nursing_home,TEK10,heating_rv,91.87306877422212
264
+ nursing_home,TEK17,cooling,0.0
265
+ nursing_home,TEK17,electrical_equipment,23.36
266
+ nursing_home,TEK17,fans_and_pumps,48.44664545
267
+ nursing_home,TEK17,heating_dhw,29.78416666666667
268
+ nursing_home,TEK17,heating_rv,90.03560739873801
269
+ nursing_home,TEK49,cooling,0.0
270
+ nursing_home,TEK49,electrical_equipment,23.36
271
+ nursing_home,TEK49,fans_and_pumps,72.5875
272
+ nursing_home,TEK49,heating_dhw,29.78416666666667
273
+ nursing_home,TEK49,heating_rv,161.3164309558707
274
+ nursing_home,TEK69,cooling,0.0
275
+ nursing_home,TEK69,electrical_equipment,23.36
276
+ nursing_home,TEK69,fans_and_pumps,72.5875
277
+ nursing_home,TEK69,heating_dhw,29.78416666666667
278
+ nursing_home,TEK69,heating_rv,161.3164309558707
279
+ nursing_home,TEK87,cooling,0.0
280
+ nursing_home,TEK87,electrical_equipment,23.36
281
+ nursing_home,TEK87,fans_and_pumps,72.54291666666667
282
+ nursing_home,TEK87,heating_dhw,29.78416666666667
283
+ nursing_home,TEK87,heating_rv,134.6715500325683
284
+ nursing_home,TEK97,cooling,0.0
285
+ nursing_home,TEK97,electrical_equipment,23.36
286
+ nursing_home,TEK97,fans_and_pumps,72.51
287
+ nursing_home,TEK97,heating_dhw,29.78416666666667
288
+ nursing_home,TEK97,heating_rv,114.275464297346
289
+ office,PRE_TEK49,cooling,20.10416666666667
290
+ office,PRE_TEK49,electrical_equipment,34.45833333333334
291
+ office,PRE_TEK49,fans_and_pumps,35.26027777777778
292
+ office,PRE_TEK49,heating_dhw,5.011111111111111
293
+ office,PRE_TEK49,heating_rv,105.7921063344735
294
+ office,default,lighting,22.5505
295
+ office,TEK07,cooling,18.83305555555556
296
+ office,TEK07,electrical_equipment,34.45833333333334
297
+ office,TEK07,fans_and_pumps,24.325
298
+ office,TEK07,heating_dhw,5.011111111111111
299
+ office,TEK07,heating_rv,54.07084541062803
300
+ office,TEK10,cooling,18.83305555555556
301
+ office,TEK10,electrical_equipment,34.45833333333334
302
+ office,TEK10,fans_and_pumps,24.24362444444444
303
+ office,TEK10,heating_dhw,5.011111111111111
304
+ office,TEK10,heating_rv,38.6460915544428
305
+ office,TEK17,cooling,15.44310555555556
306
+ office,TEK17,electrical_equipment,34.45833333333334
307
+ office,TEK17,fans_and_pumps,16.24322837777778
308
+ office,TEK17,heating_dhw,5.011111111111111
309
+ office,TEK17,heating_rv,25.89288134147665
310
+ office,TEK49,cooling,20.10416666666667
311
+ office,TEK49,electrical_equipment,34.45833333333334
312
+ office,TEK49,fans_and_pumps,35.26027777777778
313
+ office,TEK49,heating_dhw,5.011111111111111
314
+ office,TEK49,heating_rv,105.7921063344735
315
+ office,TEK69,cooling,20.10416666666667
316
+ office,TEK69,electrical_equipment,34.45833333333334
317
+ office,TEK69,fans_and_pumps,35.26027777777778
318
+ office,TEK69,heating_dhw,5.011111111111111
319
+ office,TEK69,heating_rv,105.7921063344735
320
+ office,TEK87,cooling,20.10416666666667
321
+ office,TEK87,electrical_equipment,34.45833333333334
322
+ office,TEK87,fans_and_pumps,35.24083333333333
323
+ office,TEK87,heating_dhw,5.011111111111111
324
+ office,TEK87,heating_rv,85.77883515171254
325
+ office,TEK97,cooling,20.10416666666667
326
+ office,TEK97,electrical_equipment,34.45833333333334
327
+ office,TEK97,fans_and_pumps,35.24055555555556
328
+ office,TEK97,heating_dhw,5.011111111111111
329
+ office,TEK97,heating_rv,70.07203767030344
330
+ retail,PRE_TEK49,cooling,38.99
331
+ retail,PRE_TEK49,electrical_equipment,3.743888888888889
332
+ retail,PRE_TEK49,fans_and_pumps,66.66472222222222
333
+ retail,PRE_TEK49,heating_dhw,10.48333333333333
334
+ retail,PRE_TEK49,heating_rv,131.9547321283182
335
+ retail,default,lighting,50.20075
336
+ retail,TEK07,cooling,36.46277777777778
337
+ retail,TEK07,electrical_equipment,3.744166666666666
338
+ retail,TEK07,fans_and_pumps,45.8175
339
+ retail,TEK07,heating_dhw,10.48333333333333
340
+ retail,TEK07,heating_rv,82.65576765456221
341
+ retail,TEK10,cooling,36.46277777777778
342
+ retail,TEK10,electrical_equipment,3.743888888888889
343
+ retail,TEK10,fans_and_pumps,43.70906666666666
344
+ retail,TEK10,heating_dhw,10.48333333333333
345
+ retail,TEK10,heating_rv,54.57732603810455
346
+ retail,TEK17,cooling,29.89947777777778
347
+ retail,TEK17,electrical_equipment,3.743888888888889
348
+ retail,TEK17,fans_and_pumps,39.77525066666666
349
+ retail,TEK17,heating_dhw,10.48333333333333
350
+ retail,TEK17,heating_rv,49.66536669467513
351
+ retail,TEK49,cooling,38.99
352
+ retail,TEK49,electrical_equipment,3.743888888888889
353
+ retail,TEK49,fans_and_pumps,66.66472222222222
354
+ retail,TEK49,heating_dhw,10.48333333333333
355
+ retail,TEK49,heating_rv,131.9547321283182
356
+ retail,TEK69,cooling,38.99
357
+ retail,TEK69,electrical_equipment,3.743888888888889
358
+ retail,TEK69,fans_and_pumps,66.66472222222222
359
+ retail,TEK69,heating_dhw,10.48333333333333
360
+ retail,TEK69,heating_rv,131.9547321283182
361
+ retail,TEK87,cooling,38.99
362
+ retail,TEK87,electrical_equipment,3.743888888888889
363
+ retail,TEK87,fans_and_pumps,66.6225
364
+ retail,TEK87,heating_dhw,10.48333333333333
365
+ retail,TEK87,heating_rv,110.8168323562935
366
+ retail,TEK97,cooling,38.99
367
+ retail,TEK97,electrical_equipment,3.743888888888889
368
+ retail,TEK97,fans_and_pumps,66.60583333333334
369
+ retail,TEK97,heating_dhw,10.48333333333333
370
+ retail,TEK97,heating_rv,94.27676084242512
371
+ school,PRE_TEK49,cooling,0.0
372
+ school,PRE_TEK49,electrical_equipment,12.9
373
+ school,PRE_TEK49,fans_and_pumps,37.48291666666667
374
+ school,PRE_TEK49,heating_dhw,9.804166666666667
375
+ school,PRE_TEK49,heating_rv,136.1863403761602
376
+ school,default,lighting,19.35
377
+ school,TEK07,cooling,0.0
378
+ school,TEK07,electrical_equipment,12.9
379
+ school,TEK07,fans_and_pumps,25.2275
380
+ school,TEK07,heating_dhw,9.804166666666667
381
+ school,TEK07,heating_rv,66.88335205992513
382
+ school,TEK10,cooling,0.0
383
+ school,TEK10,electrical_equipment,12.9
384
+ school,TEK10,fans_and_pumps,24.65164333333333
385
+ school,TEK10,heating_dhw,9.804166666666667
386
+ school,TEK10,heating_rv,47.43307238112688
387
+ school,TEK17,cooling,0.0
388
+ school,TEK17,electrical_equipment,12.9
389
+ school,TEK17,fans_and_pumps,23.91209403333333
390
+ school,TEK17,heating_dhw,9.804166666666667
391
+ school,TEK17,heating_rv,46.01008020969308
392
+ school,TEK49,cooling,0.0
393
+ school,TEK49,electrical_equipment,12.9
394
+ school,TEK49,fans_and_pumps,37.48291666666667
395
+ school,TEK49,heating_dhw,9.804166666666667
396
+ school,TEK49,heating_rv,136.1863403761602
397
+ school,TEK69,cooling,0.0
398
+ school,TEK69,electrical_equipment,12.9
399
+ school,TEK69,fans_and_pumps,37.48291666666667
400
+ school,TEK69,heating_dhw,9.804166666666667
401
+ school,TEK69,heating_rv,136.1863403761602
402
+ school,TEK87,cooling,0.0
403
+ school,TEK87,electrical_equipment,12.9
404
+ school,TEK87,fans_and_pumps,37.48291666666667
405
+ school,TEK87,heating_dhw,9.804166666666667
406
+ school,TEK87,heating_rv,111.1394758589803
407
+ school,TEK97,cooling,0.0
408
+ school,TEK97,electrical_equipment,12.9
409
+ school,TEK97,fans_and_pumps,37.46333333333333
410
+ school,TEK97,heating_dhw,9.804166666666667
411
+ school,TEK97,heating_rv,92.0552456847422
412
+ sports,PRE_TEK49,cooling,0.0
413
+ sports,PRE_TEK49,electrical_equipment,2.58
414
+ sports,PRE_TEK49,fans_and_pumps,33.8434375
415
+ sports,PRE_TEK49,heating_dhw,49.02
416
+ sports,PRE_TEK49,heating_rv,184.3206466780654
417
+ sports,default,lighting,18.576
418
+ sports,TEK07,cooling,0.0
419
+ sports,TEK07,electrical_equipment,2.58
420
+ sports,TEK07,fans_and_pumps,22.7875
421
+ sports,TEK07,heating_dhw,49.02
422
+ sports,TEK07,heating_rv,88.11188843429409
423
+ sports,TEK10,cooling,0.0
424
+ sports,TEK10,electrical_equipment,2.58
425
+ sports,TEK10,fans_and_pumps,22.1743375
426
+ sports,TEK10,heating_dhw,49.02
427
+ sports,TEK10,heating_rv,68.92229558500244
428
+ sports,TEK17,cooling,0.0
429
+ sports,TEK17,electrical_equipment,2.58
430
+ sports,TEK17,fans_and_pumps,17.6285983125
431
+ sports,TEK17,heating_dhw,49.02
432
+ sports,TEK17,heating_rv,54.79322499007694
433
+ sports,TEK49,cooling,0.0
434
+ sports,TEK49,electrical_equipment,2.58
435
+ sports,TEK49,fans_and_pumps,33.8434375
436
+ sports,TEK49,heating_dhw,49.02
437
+ sports,TEK49,heating_rv,184.3206466780654
438
+ sports,TEK69,cooling,0.0
439
+ sports,TEK69,electrical_equipment,2.58
440
+ sports,TEK69,fans_and_pumps,33.8434375
441
+ sports,TEK69,heating_dhw,49.02
442
+ sports,TEK69,heating_rv,184.3206466780654
443
+ sports,TEK87,cooling,0.0
444
+ sports,TEK87,electrical_equipment,2.58
445
+ sports,TEK87,fans_and_pumps,33.8409375
446
+ sports,TEK87,heating_dhw,49.02
447
+ sports,TEK87,heating_rv,151.8904143258427
448
+ sports,TEK97,cooling,0.0
449
+ sports,TEK97,electrical_equipment,2.58
450
+ sports,TEK97,fans_and_pumps,33.756875
451
+ sports,TEK97,heating_dhw,49.02
452
+ sports,TEK97,heating_rv,126.220019388129
453
+ storage_repairs,PRE_TEK49,cooling,18.90083333333333
454
+ storage_repairs,PRE_TEK49,electrical_equipment,23.49
455
+ storage_repairs,PRE_TEK49,fans_and_pumps,35.855
456
+ storage_repairs,PRE_TEK49,heating_dhw,10.0225
457
+ storage_repairs,PRE_TEK49,heating_rv,181.590147777235
458
+ storage_repairs,default,lighting,16.912500000000005
459
+ storage_repairs,TEK07,cooling,17.6975
460
+ storage_repairs,TEK07,electrical_equipment,23.49
461
+ storage_repairs,TEK07,fans_and_pumps,25.475
462
+ storage_repairs,TEK07,heating_dhw,10.0225
463
+ storage_repairs,TEK07,heating_rv,90.30901848233184
464
+ storage_repairs,TEK10,cooling,17.6975
465
+ storage_repairs,TEK10,electrical_equipment,23.49
466
+ storage_repairs,TEK10,fans_and_pumps,24.583375
467
+ storage_repairs,TEK10,heating_dhw,10.0225
468
+ storage_repairs,TEK10,heating_rv,87.14820283545028
469
+ storage_repairs,TEK17,cooling,14.51195
470
+ storage_repairs,TEK17,electrical_equipment,23.49
471
+ storage_repairs,TEK17,fans_and_pumps,15.11833333333333
472
+ storage_repairs,TEK17,heating_dhw,10.0225
473
+ storage_repairs,TEK17,heating_rv,75.81893646684172
474
+ storage_repairs,TEK49,cooling,18.90083333333333
475
+ storage_repairs,TEK49,electrical_equipment,23.49
476
+ storage_repairs,TEK49,fans_and_pumps,35.855
477
+ storage_repairs,TEK49,heating_dhw,10.0225
478
+ storage_repairs,TEK49,heating_rv,181.590147777235
479
+ storage_repairs,TEK69,cooling,18.90083333333333
480
+ storage_repairs,TEK69,electrical_equipment,23.49
481
+ storage_repairs,TEK69,fans_and_pumps,35.855
482
+ storage_repairs,TEK69,heating_dhw,10.0225
483
+ storage_repairs,TEK69,heating_rv,181.590147777235
484
+ storage_repairs,TEK87,cooling,18.90083333333333
485
+ storage_repairs,TEK87,electrical_equipment,23.49
486
+ storage_repairs,TEK87,fans_and_pumps,35.77833333333334
487
+ storage_repairs,TEK87,heating_dhw,10.0225
488
+ storage_repairs,TEK87,heating_rv,143.3973656570591
489
+ storage_repairs,TEK97,cooling,18.90083333333333
490
+ storage_repairs,TEK97,electrical_equipment,23.49
491
+ storage_repairs,TEK97,fans_and_pumps,35.745
492
+ storage_repairs,TEK97,heating_dhw,10.0225
493
+ storage_repairs,TEK97,heating_rv,114.1542354665364
494
+ university,PRE_TEK49,cooling,25.01861111111111
495
+ university,PRE_TEK49,electrical_equipment,34.45833333333334
496
+ university,PRE_TEK49,fans_and_pumps,43.66333333333333
497
+ university,PRE_TEK49,heating_dhw,5.011111111111111
498
+ university,PRE_TEK49,heating_rv,109.2108353688324
499
+ university,default,lighting,22.5505
500
+ university,TEK07,cooling,23.445
501
+ university,TEK07,electrical_equipment,34.45833333333334
502
+ university,TEK07,fans_and_pumps,30.06333333333334
503
+ university,TEK07,heating_dhw,5.011111111111111
504
+ university,TEK07,heating_rv,57.49413477718068
505
+ university,TEK10,cooling,23.445
506
+ university,TEK10,electrical_equipment,34.45833333333334
507
+ university,TEK10,fans_and_pumps,29.53236416666667
508
+ university,TEK10,heating_dhw,5.011111111111111
509
+ university,TEK10,heating_rv,38.77542232209735
510
+ university,TEK17,cooling,19.2249
511
+ university,TEK17,electrical_equipment,34.45833333333334
512
+ university,TEK17,fans_and_pumps,19.49136035
513
+ university,TEK17,heating_dhw,5.011111111111111
514
+ university,TEK17,heating_rv,25.59177873258427
515
+ university,TEK49,cooling,25.01861111111111
516
+ university,TEK49,electrical_equipment,34.45833333333334
517
+ university,TEK49,fans_and_pumps,43.66333333333333
518
+ university,TEK49,heating_dhw,5.011111111111111
519
+ university,TEK49,heating_rv,109.2108353688324
520
+ university,TEK69,cooling,25.01861111111111
521
+ university,TEK69,electrical_equipment,34.45833333333334
522
+ university,TEK69,fans_and_pumps,43.66333333333333
523
+ university,TEK69,heating_dhw,5.011111111111111
524
+ university,TEK69,heating_rv,109.2108353688324
525
+ university,TEK87,cooling,25.01861111111111
526
+ university,TEK87,electrical_equipment,34.45833333333334
527
+ university,TEK87,fans_and_pumps,43.63555555555556
528
+ university,TEK87,heating_dhw,5.011111111111111
529
+ university,TEK87,heating_rv,88.89531550236114
530
+ university,TEK97,cooling,25.01861111111111
531
+ university,TEK97,electrical_equipment,34.45833333333334
532
+ university,TEK97,fans_and_pumps,43.63027777777778
533
+ university,TEK97,heating_dhw,5.011111111111111
534
+ university,TEK97,heating_rv,73.011425120773
@@ -0,0 +1,13 @@
1
+ heating_systems,base_load_energy_product,peak_load_energy_product,tertiary_load_energy_product,tertiary_load_coverage,base_load_coverage,peak_load_coverage,base_load_efficiency,peak_load_efficiency,tertiary_load_efficiency,domestic_hot_water_energy_product,domestic_hot_water_efficiency,Spesifikt elforbruk,cooling_efficiency
2
+ Electric boiler,Electricity,Ingen,Ingen,0.0,1.0,0.0,0.98,1.0,1,Electricity,0.98,1,4
3
+ DH,DH,Ingen,Ingen,0.0,1.0,0.0,0.99,1.0,1,DH,0.99,1,4
4
+ Electricity,Electricity,Ingen,Ingen,0.0,1.0,0.0,1.0,1.0,1,Electricity,0.98,1,4
5
+ Gas,Fossil,Ingen,Ingen,0.0,1.0,0.0,0.96,0.96,1,Fossil,0.96,1,4
6
+ Electricity - Bio,Electricity,Bio,Ingen,0.0,0.7,0.3,1.0,0.65,1,Electricity,0.98,1,4
7
+ DH - Bio,DH,Bio,Ingen,0.0,0.95,0.05,0.99,0.65,1,DH,0.99,1,4
8
+ HP - Bio - Electricity,Electricity,Bio,Electricity,0.4,0.5,0.1,2.5,0.65,1,Electricity,0.98,1,4
9
+ HP - Electricity,Electricity,Electricity,Ingen,0.0,0.5,0.5,2.5,1.0,1,Electricity,0.98,1,4
10
+ HP Central heating - Electric boiler,Electricity,Electricity,Ingen,0.0,0.85,0.15,3.0,0.99,1,Electricity,3.0,1,4
11
+ HP Central heating - Gas,Electricity,Fossil,Ingen,0.0,0.85,0.15,3.0,0.96,1,Electricity,3.0,1,4
12
+ Electric boiler - Solar,Electricity,Solar,Ingen,0.0,0.85,0.15,0.98,0.7,1,Electricity,0.98,1,4
13
+ HP Central heating - Bio,Electricity,Bio,Ingen,0.0,0.85,0.15,3.0,0.65,1,Electricity,3.0,1,4
@@ -0,0 +1,9 @@
1
+ building_category,building_code,heating_systems,new_heating_systems,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2046,2047,2048,2049,2050
2
+ non_residential,default,Gas,HP Central heating - Electric boiler,0.1,0.166666667,0.233333333,0.3,0.366666667,0.433333333,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5
3
+ non_residential,default,Gas,Electric boiler,0.1,0.166666667,0.233333333,0.3,0.366666667,0.433333333,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5
4
+ non_residential,default,Electricity,HP - Electricity,0.05,0.078125,0.10625,0.134375,0.1625,0.190625,0.21875,0.246875,0.275,0.303125,0.33125,0.359375,0.3875,0.415625,0.44375,0.471875,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5
5
+ non_residential,default,HP Central heating - Gas,HP Central heating - Electric boiler,0.2,0.333333333,0.466666667,0.6,0.733333333,0.866666667,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
6
+ house,default,HP Central heating - Gas,HP Central heating - Electric boiler,0.2,0.333333333,0.466666667,0.6,0.733333333,0.866666667,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
7
+ house,default,Electricity - Bio,HP - Bio - Electricity,0.03,0.065625,0.10125,0.136875,0.1725,0.208125,0.24375,0.279375,0.315,0.350625,0.38625,0.421875,0.4575,0.493125,0.52875,0.564375,0.6,0.6,0.6,0.6,0.6,0.6,0.6,0.6,0.6,0.6,0.6
8
+ apartment_block,default,Electricity,DH,0.029,0.037,0.043,0.048,0.054,0.059,0.065,0.070,0.075,0.080,0.086,0.091,0.096,0.101,0.107,0.112,0.116,0.121,0.126,0.131,0.135,0.140,0.144,0.149,0.153,0.157,0.161
9
+ apartment_block,default,Electricity,HP Central heating - Electric boiler,0.029,0.037,0.043,0.048,0.054,0.059,0.065,0.070,0.075,0.080,0.086,0.091,0.096,0.101,0.107,0.112,0.116,0.121,0.126,0.131,0.135,0.140,0.144,0.149,0.153,0.157,0.161