openstudio-standards 0.2.12.rc4 → 0.2.12.rc5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (76) hide show
  1. checksums.yaml +4 -4
  2. data/data/standards/OpenStudio_Standards-ashrae_90_1(space_types).xlsx +0 -0
  3. data/data/standards/OpenStudio_Standards-ashrae_90_1.xlsx +0 -0
  4. data/data/standards/test_performance_expected_dd_results.csv +950 -950
  5. data/lib/openstudio-standards.rb +8 -1
  6. data/lib/openstudio-standards/btap/btap.model.rb +1 -1
  7. data/lib/openstudio-standards/btap/economics.rb +14 -11
  8. data/lib/openstudio-standards/btap/envelope.rb +185 -257
  9. data/lib/openstudio-standards/btap/fileio.rb +1 -0
  10. data/lib/openstudio-standards/btap/geometry.rb +21 -1
  11. data/lib/openstudio-standards/btap/measures.rb +12 -11
  12. data/lib/openstudio-standards/btap/schedules.rb +3 -12
  13. data/lib/openstudio-standards/hvac_sizing/Siz.AirLoopHVACUnitaryHeatPumpAirToAirMultiSpeed.rb +178 -0
  14. data/lib/openstudio-standards/hvac_sizing/Siz.CoilCoolingDXMultiSpeed.rb +8 -8
  15. data/lib/openstudio-standards/hvac_sizing/Siz.Model.rb +3 -0
  16. data/lib/openstudio-standards/prototypes/common/objects/Prototype.hvac_systems.rb +3 -3
  17. data/lib/openstudio-standards/standards/Standards.AirLoopHVAC.rb +25 -23
  18. data/lib/openstudio-standards/standards/Standards.CoilCoolingDXMultiSpeed.rb +91 -0
  19. data/lib/openstudio-standards/standards/Standards.CoilDX.rb +20 -2
  20. data/lib/openstudio-standards/standards/Standards.CoilHeatingGasMultiStage.rb +39 -0
  21. data/lib/openstudio-standards/standards/Standards.Model.rb +29 -0
  22. data/lib/openstudio-standards/standards/Standards.ThermalZone.rb +37 -4
  23. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.unitary_acs.json +15 -15
  24. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.unitary_acs.json +15 -15
  25. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.unitary_acs.json +5 -5
  26. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.unitary_acs.json +15 -15
  27. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.spc_typ.json +5963 -2723
  28. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.spc_typ.json +5917 -2697
  29. data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/data/nrel_zne_ready_2017.spc_typ.json +2011 -1112
  30. data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/data/ze_aedg_multifamily.spc_typ.json +1946 -1106
  31. data/lib/openstudio-standards/standards/necb/BTAP1980TO2010/btap_1980to2010.rb +2 -18
  32. data/lib/openstudio-standards/standards/necb/BTAP1980TO2010/data/space_types.json +1677 -1005
  33. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/btap_pre1980.rb +64 -13
  34. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/building_envelope.rb +31 -19
  35. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/data/curves.json +75 -0
  36. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/data/heat_pumps.json +16 -16
  37. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/data/space_types.json +1677 -1005
  38. data/lib/openstudio-standards/standards/necb/ECMS/data/boiler_set.json +29 -0
  39. data/lib/openstudio-standards/standards/necb/ECMS/data/curves.json +913 -0
  40. data/lib/openstudio-standards/standards/necb/ECMS/data/equip_eff_lim.json +52 -0
  41. data/lib/openstudio-standards/standards/necb/ECMS/data/erv.json +105 -0
  42. data/lib/openstudio-standards/standards/necb/ECMS/data/furnace_set.json +23 -0
  43. data/lib/openstudio-standards/standards/necb/ECMS/data/heat_pumps.json +803 -0
  44. data/lib/openstudio-standards/standards/necb/ECMS/data/heat_pumps_heating.json +787 -0
  45. data/lib/openstudio-standards/standards/necb/ECMS/data/shw_set.json +29 -0
  46. data/lib/openstudio-standards/standards/necb/ECMS/ecms.rb +87 -0
  47. data/lib/openstudio-standards/standards/necb/ECMS/erv.rb +22 -0
  48. data/lib/openstudio-standards/standards/necb/ECMS/hvac_systems.rb +1593 -0
  49. data/lib/openstudio-standards/standards/necb/NECB2011/autozone.rb +68 -33
  50. data/lib/openstudio-standards/standards/necb/NECB2011/beps_compliance_path.rb +24 -13
  51. data/lib/openstudio-standards/standards/necb/NECB2011/building_envelope.rb +104 -99
  52. data/lib/openstudio-standards/standards/necb/NECB2011/data/constants.json +24 -24
  53. data/lib/openstudio-standards/standards/necb/NECB2011/data/curves.json +50 -0
  54. data/lib/openstudio-standards/standards/necb/NECB2011/data/erv.json +31 -0
  55. data/lib/openstudio-standards/standards/necb/NECB2011/data/led_lighting_data.json +2028 -0
  56. data/lib/openstudio-standards/standards/necb/NECB2011/data/space_types.json +1745 -1297
  57. data/lib/openstudio-standards/standards/necb/NECB2011/daylighting_control.md +70 -0
  58. data/lib/openstudio-standards/standards/necb/NECB2011/demand_controlled_ventilation.md +46 -0
  59. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_1_multi_speed.rb +69 -107
  60. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_1_single_speed.rb +24 -1
  61. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_3_and_8_multi_speed.rb +139 -141
  62. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_3_and_8_single_speed.rb +24 -0
  63. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_systems.rb +344 -234
  64. data/lib/openstudio-standards/standards/necb/NECB2011/led_lighting.md +51 -0
  65. data/lib/openstudio-standards/standards/necb/NECB2011/lighting.rb +57 -9
  66. data/lib/openstudio-standards/standards/necb/NECB2011/necb_2011.rb +1060 -34
  67. data/lib/openstudio-standards/standards/necb/NECB2011/qaqc/necb_qaqc.rb +9 -1
  68. data/lib/openstudio-standards/standards/necb/NECB2011/service_water_heating.rb +1 -1
  69. data/lib/openstudio-standards/standards/necb/NECB2015/data/led_lighting_data.json +2883 -0
  70. data/lib/openstudio-standards/standards/necb/NECB2015/data/space_types.json +2554 -1916
  71. data/lib/openstudio-standards/standards/necb/NECB2015/necb_2015.rb +32 -1
  72. data/lib/openstudio-standards/standards/necb/NECB2017/data/led_lighting_data.json +2883 -0
  73. data/lib/openstudio-standards/standards/necb/NECB2017/data/space_types.json +2554 -1916
  74. data/lib/openstudio-standards/standards/necb/NECB2017/necb_2017.rb +29 -0
  75. data/lib/openstudio-standards/version.rb +1 -1
  76. metadata +21 -2
@@ -73,31 +73,31 @@
73
73
  "notes": ""
74
74
  },
75
75
  "infiltration_temperature_term_coefficient":{
76
- "data_type": "value",
77
- "refs": [
78
- "NECB2011_S_5.Assumption"
79
- ],
80
- "value": 0.0,
81
- "units": "",
82
- "notes": ""
83
- },
76
+ "data_type": "value",
77
+ "refs": [
78
+ "NECB2011_S_5.Assumption"
79
+ ],
80
+ "value": 0.0,
81
+ "units": "",
82
+ "notes": ""
83
+ },
84
84
  "infiltration_velocity_term_coefficient":{
85
- "data_type": "value",
86
- "refs": [
87
- "Assumption"
88
- ],
89
- "value": 0.224,
90
- "units": "",
91
- "notes": ""
92
- },
85
+ "data_type": "value",
86
+ "refs": [
87
+ "Assumption"
88
+ ],
89
+ "value": 0.224,
90
+ "units": "",
91
+ "notes": ""
92
+ },
93
93
  "infiltration_velocity_squared_term_coefficient":{
94
- "data_type": "value",
95
- "refs": [
96
- "Assumption"
97
- ],
98
- "value": 0.0,
99
- "units": "",
100
- "notes": ""
101
- }
94
+ "data_type": "value",
95
+ "refs": [
96
+ "Assumption"
97
+ ],
98
+ "value": 0.0,
99
+ "units": "",
100
+ "notes": ""
101
+ }
102
102
  }
103
103
  }
@@ -30,6 +30,31 @@
30
30
  "maximum_dependent_variable_output": null,
31
31
  "notes": "From NECB 2011 Table 8.4.4.21.-A (2) for non-condensing boiler. Converted EIR curve to PLF via curve fit."
32
32
  },
33
+ {
34
+ "name": "BOILER-EFFFPLR-COND-NECB2011",
35
+ "category": "Boiler",
36
+ "form": "Cubic",
37
+ "dependent_variable": "FIRRatio",
38
+ "independent_variable_1": "QRatio",
39
+ "independent_variable_2": null,
40
+ "coeff_1": 1.0186,
41
+ "coeff_2": 0.2426,
42
+ "coeff_3": -0.5059,
43
+ "coeff_4": 0.2465,
44
+ "coeff_5": null,
45
+ "coeff_6": null,
46
+ "coeff_7": null,
47
+ "coeff_8": null,
48
+ "coeff_9": null,
49
+ "coeff_10": null,
50
+ "minimum_independent_variable_1": 0.0,
51
+ "maximum_independent_variable_1": 1.0,
52
+ "minimum_independent_variable_2": null,
53
+ "maximum_independent_variable_2": null,
54
+ "minimum_dependent_variable_output": null,
55
+ "maximum_dependent_variable_output": null,
56
+ "notes": "From NECB 2011 Table 8.4.4.21.-A (2) for condensing boilers. Converted EIR curve to PLF via curve fit."
57
+ },
33
58
  {
34
59
  "name": "DXCOOL-NECB2011-REF-CAPFFLOW",
35
60
  "category": "DX Cooling Coil",
@@ -305,6 +330,31 @@
305
330
  "maximum_dependent_variable_output": null,
306
331
  "notes": "From NECB 2011 Table 8.4.4.21.-A (4) for atmospheric furnace. Converted EIR curve to PLF via curve fit."
307
332
  },
333
+ {
334
+ "name": "FURNACE-EFFPLR-COND-NECB2011",
335
+ "category": "Gas Heating Coil",
336
+ "form": "Cubic",
337
+ "dependent_variable": "FIRRatio",
338
+ "independent_variable_1": "QRatio",
339
+ "independent_variable_2": null,
340
+ "coeff_1": 1.0186,
341
+ "coeff_2": 0.2426,
342
+ "coeff_3": -0.5059,
343
+ "coeff_4": 0.2465,
344
+ "coeff_5": null,
345
+ "coeff_6": null,
346
+ "coeff_7": null,
347
+ "coeff_8": null,
348
+ "coeff_9": null,
349
+ "coeff_10": null,
350
+ "minimum_independent_variable_1": 0.0,
351
+ "maximum_independent_variable_1": 1.0,
352
+ "minimum_independent_variable_2": null,
353
+ "maximum_independent_variable_2": null,
354
+ "minimum_dependent_variable_output": null,
355
+ "maximum_dependent_variable_output": null,
356
+ "notes": "From NECB 2011 Table 8.4.4.21.-A (4) for condensing furnaces. Converted EIR curve to PLF via curve fit."
357
+ },
308
358
  {
309
359
  "name": "SWH-EFFFPLR-NECB2011",
310
360
  "category": "Water Heater",
@@ -0,0 +1,31 @@
1
+ {
2
+ "tables": {
3
+ "erv": {
4
+ "data_type": "table",
5
+ "refs": [
6
+ "assumption"
7
+ ],
8
+ "table": [
9
+ {
10
+ "erv_name": "Rotary-Minimum-Eff-Existing",
11
+ "application": "Existing-ERVS",
12
+ "HeatExchangerType": "Rotary",
13
+ "SensibleEffectivenessat100HeatingAirFlow": 0.5,
14
+ "LatentEffectivenessat100HeatingAirFlow": 0.5,
15
+ "SensibleEffectivenessat75HeatingAirFlow": 0.5,
16
+ "LatentEffectivenessat75HeatingAirFlow": 0.5,
17
+ "SensibleEffectivenessat100CoolingAirFlow": 0.5,
18
+ "LatentEffectivenessat100CoolingAirFlow": 0.5,
19
+ "SensibleEffectivenessat75CoolingAirFlow": 0.5,
20
+ "LatentEffectivenessat75CoolingAirFlow": 0.5,
21
+ "SupplyAirOutletTemperatureControl": true,
22
+ "FrostControlType": "ExhaustOnly",
23
+ "EconomizerLockout": true,
24
+ "ThresholdTemperature": -23.3,
25
+ "InitialDefrostTimeFraction": 0.167,
26
+ "RateofDefrostTimeFractionIncrease": 1.44
27
+ }
28
+ ]
29
+ }
30
+ }
31
+ }
@@ -0,0 +1,2028 @@
1
+ {
2
+ "tables": {
3
+ "led_lighting_data": {
4
+ "data_type": "table",
5
+ "refs": [
6
+ "assumption"
7
+ ],
8
+ "table": [
9
+ {
10
+ "lighting_standard": "NECB2011",
11
+ "building_type": "Space Function",
12
+ "space_type": "Library - cataloging",
13
+ "lighting_per_area": 1.1984487,
14
+ "lighting_fraction_to_return_air": 0.0,
15
+ "lighting_fraction_radiant": 0.2,
16
+ "lighting_fraction_visible": 0.6
17
+ },
18
+ {
19
+ "lighting_standard": "NECB2011",
20
+ "building_type": "Automotive facility",
21
+ "space_type": "WholeBuilding",
22
+ "lighting_per_area": 0.7060628,
23
+ "lighting_fraction_to_return_air": 0.0,
24
+ "lighting_fraction_radiant": 0.2,
25
+ "lighting_fraction_visible": 0.6
26
+ },
27
+ {
28
+ "lighting_standard": "NECB2011",
29
+ "building_type": "Convention centre",
30
+ "space_type": "WholeBuilding",
31
+ "lighting_per_area": 0.7618045999999999,
32
+ "lighting_fraction_to_return_air": 0.0,
33
+ "lighting_fraction_radiant": 0.2,
34
+ "lighting_fraction_visible": 0.6
35
+ },
36
+ {
37
+ "lighting_standard": "NECB2011",
38
+ "building_type": "Courthouse",
39
+ "space_type": "WholeBuilding",
40
+ "lighting_per_area": 0.9011590999999999,
41
+ "lighting_fraction_to_return_air": 0.0,
42
+ "lighting_fraction_radiant": 0.2,
43
+ "lighting_fraction_visible": 0.6
44
+ },
45
+ {
46
+ "lighting_standard": "NECB2011",
47
+ "building_type": "Dining - bar/lounge",
48
+ "space_type": "WholeBuilding",
49
+ "lighting_per_area": 0.9011590999999999,
50
+ "lighting_fraction_to_return_air": 0.0,
51
+ "lighting_fraction_radiant": 0.2,
52
+ "lighting_fraction_visible": 0.6
53
+ },
54
+ {
55
+ "lighting_standard": "NECB2011",
56
+ "building_type": "Dining - cafeteria",
57
+ "space_type": "WholeBuilding",
58
+ "lighting_per_area": 0.7896755,
59
+ "lighting_fraction_to_return_air": 0.0,
60
+ "lighting_fraction_radiant": 0.2,
61
+ "lighting_fraction_visible": 0.6
62
+ },
63
+ {
64
+ "lighting_standard": "NECB2011",
65
+ "building_type": "Dining - family",
66
+ "space_type": "WholeBuilding",
67
+ "lighting_per_area": 0.7803852,
68
+ "lighting_fraction_to_return_air": 0.0,
69
+ "lighting_fraction_radiant": 0.2,
70
+ "lighting_fraction_visible": 0.6
71
+ },
72
+ {
73
+ "lighting_standard": "NECB2011",
74
+ "building_type": "Dormitory",
75
+ "space_type": "WholeBuilding",
76
+ "lighting_per_area": 0.6131597999999999,
77
+ "lighting_fraction_to_return_air": 0.0,
78
+ "lighting_fraction_radiant": 0.2,
79
+ "lighting_fraction_visible": 0.6
80
+ },
81
+ {
82
+ "lighting_standard": "NECB2011",
83
+ "building_type": "Exercise centre",
84
+ "space_type": "WholeBuilding",
85
+ "lighting_per_area": 0.650321,
86
+ "lighting_fraction_to_return_air": 0.0,
87
+ "lighting_fraction_radiant": 0.2,
88
+ "lighting_fraction_visible": 0.6
89
+ },
90
+ {
91
+ "lighting_standard": "NECB2011",
92
+ "building_type": "Fire station",
93
+ "space_type": "WholeBuilding",
94
+ "lighting_per_area": 0.5295471,
95
+ "lighting_fraction_to_return_air": 0.0,
96
+ "lighting_fraction_radiant": 0.2,
97
+ "lighting_fraction_visible": 0.6
98
+ },
99
+ {
100
+ "lighting_standard": "NECB2011",
101
+ "building_type": "Gymnasium",
102
+ "space_type": "WholeBuilding",
103
+ "lighting_per_area": 0.6781919,
104
+ "lighting_fraction_to_return_air": 0.0,
105
+ "lighting_fraction_radiant": 0.2,
106
+ "lighting_fraction_visible": 0.6
107
+ },
108
+ {
109
+ "lighting_standard": "NECB2011",
110
+ "building_type": "Health-care clinic",
111
+ "space_type": "WholeBuilding",
112
+ "lighting_per_area": 0.8175464,
113
+ "lighting_fraction_to_return_air": 0.0,
114
+ "lighting_fraction_radiant": 0.2,
115
+ "lighting_fraction_visible": 0.6
116
+ },
117
+ {
118
+ "lighting_standard": "NECB2011",
119
+ "building_type": "Hospital",
120
+ "space_type": "WholeBuilding",
121
+ "lighting_per_area": 1.0498039000000001,
122
+ "lighting_fraction_to_return_air": 0.0,
123
+ "lighting_fraction_radiant": 0.2,
124
+ "lighting_fraction_visible": 0.6
125
+ },
126
+ {
127
+ "lighting_standard": "NECB2011",
128
+ "building_type": "Hotel",
129
+ "space_type": "WholeBuilding",
130
+ "lighting_per_area": 0.7525143,
131
+ "lighting_fraction_to_return_air": 0.0,
132
+ "lighting_fraction_radiant": 0.2,
133
+ "lighting_fraction_visible": 0.6
134
+ },
135
+ {
136
+ "lighting_standard": "NECB2011",
137
+ "building_type": "Library",
138
+ "space_type": "WholeBuilding",
139
+ "lighting_per_area": 0.7803852,
140
+ "lighting_fraction_to_return_air": 0.0,
141
+ "lighting_fraction_radiant": 0.2,
142
+ "lighting_fraction_visible": 0.6
143
+ },
144
+ {
145
+ "lighting_standard": "NECB2011",
146
+ "building_type": "Manufacturing facility",
147
+ "space_type": "WholeBuilding",
148
+ "lighting_per_area": 0.9011590999999999,
149
+ "lighting_fraction_to_return_air": 0.0,
150
+ "lighting_fraction_radiant": 0.2,
151
+ "lighting_fraction_visible": 0.6
152
+ },
153
+ {
154
+ "lighting_standard": "NECB2011",
155
+ "building_type": "Motel",
156
+ "space_type": "WholeBuilding",
157
+ "lighting_per_area": 0.7525143,
158
+ "lighting_fraction_to_return_air": 0.0,
159
+ "lighting_fraction_radiant": 0.2,
160
+ "lighting_fraction_visible": 0.6
161
+ },
162
+ {
163
+ "lighting_standard": "NECB2011",
164
+ "building_type": "Motion picture theatre",
165
+ "space_type": "WholeBuilding",
166
+ "lighting_per_area": 0.8268367,
167
+ "lighting_fraction_to_return_air": 0.0,
168
+ "lighting_fraction_radiant": 0.2,
169
+ "lighting_fraction_visible": 0.6
170
+ },
171
+ {
172
+ "lighting_standard": "NECB2011",
173
+ "building_type": "Multi-unit residential",
174
+ "space_type": "WholeBuilding",
175
+ "lighting_per_area": 0.6781919,
176
+ "lighting_fraction_to_return_air": 0.0,
177
+ "lighting_fraction_radiant": 0.2,
178
+ "lighting_fraction_visible": 0.6
179
+ },
180
+ {
181
+ "lighting_standard": "NECB2011",
182
+ "building_type": "Museum",
183
+ "space_type": "WholeBuilding",
184
+ "lighting_per_area": 1.0590942,
185
+ "lighting_fraction_to_return_air": 0.0,
186
+ "lighting_fraction_radiant": 0.2,
187
+ "lighting_fraction_visible": 0.6
188
+ },
189
+ {
190
+ "lighting_standard": "NECB2011",
191
+ "building_type": "Office",
192
+ "space_type": "WholeBuilding",
193
+ "lighting_per_area": 0.7896755,
194
+ "lighting_fraction_to_return_air": 0.0,
195
+ "lighting_fraction_radiant": 0.2,
196
+ "lighting_fraction_visible": 0.6
197
+ },
198
+ {
199
+ "lighting_standard": "NECB2011",
200
+ "building_type": "Parking garage",
201
+ "space_type": "WholeBuilding",
202
+ "lighting_per_area": 0.1486448,
203
+ "lighting_fraction_to_return_air": 0.0,
204
+ "lighting_fraction_radiant": 0.2,
205
+ "lighting_fraction_visible": 0.6
206
+ },
207
+ {
208
+ "lighting_standard": "NECB2011",
209
+ "building_type": "Penitentiary",
210
+ "space_type": "WholeBuilding",
211
+ "lighting_per_area": 0.7525143,
212
+ "lighting_fraction_to_return_air": 0.0,
213
+ "lighting_fraction_radiant": 0.2,
214
+ "lighting_fraction_visible": 0.6
215
+ },
216
+ {
217
+ "lighting_standard": "NECB2011",
218
+ "building_type": "Performing arts theatre",
219
+ "space_type": "WholeBuilding",
220
+ "lighting_per_area": 1.1798681,
221
+ "lighting_fraction_to_return_air": 0.0,
222
+ "lighting_fraction_radiant": 0.2,
223
+ "lighting_fraction_visible": 0.6
224
+ },
225
+ {
226
+ "lighting_standard": "NECB2011",
227
+ "building_type": "Police station",
228
+ "space_type": "WholeBuilding",
229
+ "lighting_per_area": 0.7989658,
230
+ "lighting_fraction_to_return_air": 0.0,
231
+ "lighting_fraction_radiant": 0.2,
232
+ "lighting_fraction_visible": 0.6
233
+ },
234
+ {
235
+ "lighting_standard": "NECB2011",
236
+ "building_type": "Post office",
237
+ "space_type": "WholeBuilding",
238
+ "lighting_per_area": 0.6689016,
239
+ "lighting_fraction_to_return_air": 0.0,
240
+ "lighting_fraction_radiant": 0.2,
241
+ "lighting_fraction_visible": 0.6
242
+ },
243
+ {
244
+ "lighting_standard": "NECB2011",
245
+ "building_type": "Religious",
246
+ "space_type": "WholeBuilding",
247
+ "lighting_per_area": 0.9383203,
248
+ "lighting_fraction_to_return_air": 0.0,
249
+ "lighting_fraction_radiant": 0.2,
250
+ "lighting_fraction_visible": 0.6
251
+ },
252
+ {
253
+ "lighting_standard": "NECB2011",
254
+ "building_type": "Retail",
255
+ "space_type": "WholeBuilding",
256
+ "lighting_per_area": 1.0590942,
257
+ "lighting_fraction_to_return_air": 0.0,
258
+ "lighting_fraction_radiant": 0.2,
259
+ "lighting_fraction_visible": 0.6
260
+ },
261
+ {
262
+ "lighting_standard": "NECB2011",
263
+ "building_type": "School/university",
264
+ "space_type": "WholeBuilding",
265
+ "lighting_per_area": 0.8082560999999999,
266
+ "lighting_fraction_to_return_air": 0.0,
267
+ "lighting_fraction_radiant": 0.2,
268
+ "lighting_fraction_visible": 0.6
269
+ },
270
+ {
271
+ "lighting_standard": "NECB2011",
272
+ "building_type": "Sports arena",
273
+ "space_type": "WholeBuilding",
274
+ "lighting_per_area": 0.8732882000000001,
275
+ "lighting_fraction_to_return_air": 0.0,
276
+ "lighting_fraction_radiant": 0.2,
277
+ "lighting_fraction_visible": 0.6
278
+ },
279
+ {
280
+ "lighting_standard": "NECB2011",
281
+ "building_type": "Town hall",
282
+ "space_type": "WholeBuilding",
283
+ "lighting_per_area": 0.7989658,
284
+ "lighting_fraction_to_return_air": 0.0,
285
+ "lighting_fraction_radiant": 0.2,
286
+ "lighting_fraction_visible": 0.6
287
+ },
288
+ {
289
+ "lighting_standard": "NECB2011",
290
+ "building_type": "Transportation",
291
+ "space_type": "WholeBuilding",
292
+ "lighting_per_area": 0.6131597999999999,
293
+ "lighting_fraction_to_return_air": 0.0,
294
+ "lighting_fraction_radiant": 0.2,
295
+ "lighting_fraction_visible": 0.6
296
+ },
297
+ {
298
+ "lighting_standard": "NECB2011",
299
+ "building_type": "Warehouse",
300
+ "space_type": "WholeBuilding",
301
+ "lighting_per_area": 0.4830956,
302
+ "lighting_fraction_to_return_air": 0.0,
303
+ "lighting_fraction_radiant": 0.2,
304
+ "lighting_fraction_visible": 0.6
305
+ },
306
+ {
307
+ "lighting_standard": "NECB2011",
308
+ "building_type": "Workshop",
309
+ "space_type": "WholeBuilding",
310
+ "lighting_per_area": 0.9011590999999999,
311
+ "lighting_fraction_to_return_air": 0.0,
312
+ "lighting_fraction_radiant": 0.2,
313
+ "lighting_fraction_visible": 0.6
314
+ },
315
+ {
316
+ "lighting_standard": "NECB2011",
317
+ "building_type": "Warehouse - refrigerated",
318
+ "space_type": "WholeBuilding",
319
+ "lighting_per_area": 0.4830956,
320
+ "lighting_fraction_to_return_air": 0.0,
321
+ "lighting_fraction_radiant": 0.2,
322
+ "lighting_fraction_visible": 0.6
323
+ },
324
+ {
325
+ "lighting_standard": "NECB2011",
326
+ "building_type": "Space Function",
327
+ "space_type": "Atrium - H < 13m",
328
+ "lighting_per_area": 0.92903,
329
+ "lighting_fraction_to_return_air": 0.0,
330
+ "lighting_fraction_radiant": 0.2,
331
+ "lighting_fraction_visible": 0.6
332
+ },
333
+ {
334
+ "lighting_standard": "NECB2011",
335
+ "building_type": "Space Function",
336
+ "space_type": "Atrium - H > 13m",
337
+ "lighting_per_area": 0.92903,
338
+ "lighting_fraction_to_return_air": 0.0,
339
+ "lighting_fraction_radiant": 0.2,
340
+ "lighting_fraction_visible": 0.6
341
+ },
342
+ {
343
+ "lighting_standard": "NECB2011",
344
+ "building_type": "Space Function",
345
+ "space_type": "Audience - auditorium",
346
+ "lighting_per_area": 0.6317404,
347
+ "lighting_fraction_to_return_air": 0.0,
348
+ "lighting_fraction_radiant": 0.2,
349
+ "lighting_fraction_visible": 0.6
350
+ },
351
+ {
352
+ "lighting_standard": "NECB2011",
353
+ "building_type": "Space Function",
354
+ "space_type": "Audience - performance arts",
355
+ "lighting_per_area": 2.0252854,
356
+ "lighting_fraction_to_return_air": 0.0,
357
+ "lighting_fraction_radiant": 0.2,
358
+ "lighting_fraction_visible": 0.6
359
+ },
360
+ {
361
+ "lighting_standard": "NECB2011",
362
+ "building_type": "Space Function",
363
+ "space_type": "Audience - motion picture",
364
+ "lighting_per_area": 1.1427069,
365
+ "lighting_fraction_to_return_air": 0.0,
366
+ "lighting_fraction_radiant": 0.2,
367
+ "lighting_fraction_visible": 0.6
368
+ },
369
+ {
370
+ "lighting_standard": "NECB2011",
371
+ "building_type": "Space Function",
372
+ "space_type": "Classroom/lecture/training",
373
+ "lighting_per_area": 0.9569009,
374
+ "lighting_fraction_to_return_air": 0.0,
375
+ "lighting_fraction_radiant": 0.2,
376
+ "lighting_fraction_visible": 0.6
377
+ },
378
+ {
379
+ "lighting_standard": "NECB2011",
380
+ "building_type": "Space Function",
381
+ "space_type": "Conf./meet./multi-purpose",
382
+ "lighting_per_area": 1.0683845,
383
+ "lighting_fraction_to_return_air": 0.0,
384
+ "lighting_fraction_radiant": 0.2,
385
+ "lighting_fraction_visible": 0.6
386
+ },
387
+ {
388
+ "lighting_standard": "NECB2011",
389
+ "building_type": "Space Function",
390
+ "space_type": "Corr. >= 2.4m wide-sch-A",
391
+ "lighting_per_area": 0.6596113,
392
+ "lighting_fraction_to_return_air": 0.0,
393
+ "lighting_fraction_radiant": 0.2,
394
+ "lighting_fraction_visible": 0.6
395
+ },
396
+ {
397
+ "lighting_standard": "NECB2011",
398
+ "building_type": "Space Function",
399
+ "space_type": "Corr. >= 2.4m wide-sch-B",
400
+ "lighting_per_area": 0.6596113,
401
+ "lighting_fraction_to_return_air": 0.0,
402
+ "lighting_fraction_radiant": 0.2,
403
+ "lighting_fraction_visible": 0.6
404
+ },
405
+ {
406
+ "lighting_standard": "NECB2011",
407
+ "building_type": "Space Function",
408
+ "space_type": "Corr. >= 2.4m wide-sch-C",
409
+ "lighting_per_area": 0.6596113,
410
+ "lighting_fraction_to_return_air": 0.0,
411
+ "lighting_fraction_radiant": 0.2,
412
+ "lighting_fraction_visible": 0.6
413
+ },
414
+ {
415
+ "lighting_standard": "NECB2011",
416
+ "building_type": "Space Function",
417
+ "space_type": "Corr. >= 2.4m wide-sch-D",
418
+ "lighting_per_area": 0.6596113,
419
+ "lighting_fraction_to_return_air": 0.0,
420
+ "lighting_fraction_radiant": 0.2,
421
+ "lighting_fraction_visible": 0.6
422
+ },
423
+ {
424
+ "lighting_standard": "NECB2011",
425
+ "building_type": "Space Function",
426
+ "space_type": "Corr. >= 2.4m wide-sch-E",
427
+ "lighting_per_area": 0.6596113,
428
+ "lighting_fraction_to_return_air": 0.0,
429
+ "lighting_fraction_radiant": 0.2,
430
+ "lighting_fraction_visible": 0.6
431
+ },
432
+ {
433
+ "lighting_standard": "NECB2011",
434
+ "building_type": "Space Function",
435
+ "space_type": "Corr. >= 2.4m wide-sch-F",
436
+ "lighting_per_area": 0.6596113,
437
+ "lighting_fraction_to_return_air": 0.0,
438
+ "lighting_fraction_radiant": 0.2,
439
+ "lighting_fraction_visible": 0.6
440
+ },
441
+ {
442
+ "lighting_standard": "NECB2011",
443
+ "building_type": "Space Function",
444
+ "space_type": "Corr. >= 2.4m wide-sch-G",
445
+ "lighting_per_area": 0.6596113,
446
+ "lighting_fraction_to_return_air": 0.0,
447
+ "lighting_fraction_radiant": 0.2,
448
+ "lighting_fraction_visible": 0.6
449
+ },
450
+ {
451
+ "lighting_standard": "NECB2011",
452
+ "building_type": "Space Function",
453
+ "space_type": "Corr. >= 2.4m wide-sch-H",
454
+ "lighting_per_area": 0.6596113,
455
+ "lighting_fraction_to_return_air": 0.0,
456
+ "lighting_fraction_radiant": 0.2,
457
+ "lighting_fraction_visible": 0.6
458
+ },
459
+ {
460
+ "lighting_standard": "NECB2011",
461
+ "building_type": "Space Function",
462
+ "space_type": "Corr. >= 2.4m wide-sch-I",
463
+ "lighting_per_area": 0.6596113,
464
+ "lighting_fraction_to_return_air": 0.0,
465
+ "lighting_fraction_radiant": 0.2,
466
+ "lighting_fraction_visible": 0.6
467
+ },
468
+ {
469
+ "lighting_standard": "NECB2011",
470
+ "building_type": "Space Function",
471
+ "space_type": "Corr. < 2.4m wide-sch-A",
472
+ "lighting_per_area": 0.6596113,
473
+ "lighting_fraction_to_return_air": 0.0,
474
+ "lighting_fraction_radiant": 0.2,
475
+ "lighting_fraction_visible": 0.6
476
+ },
477
+ {
478
+ "lighting_standard": "NECB2011",
479
+ "building_type": "Space Function",
480
+ "space_type": "Corr. < 2.4m wide-sch-B",
481
+ "lighting_per_area": 0.6596113,
482
+ "lighting_fraction_to_return_air": 0.0,
483
+ "lighting_fraction_radiant": 0.2,
484
+ "lighting_fraction_visible": 0.6
485
+ },
486
+ {
487
+ "lighting_standard": "NECB2011",
488
+ "building_type": "Space Function",
489
+ "space_type": "Corr. < 2.4m wide-sch-C",
490
+ "lighting_per_area": 0.6596113,
491
+ "lighting_fraction_to_return_air": 0.0,
492
+ "lighting_fraction_radiant": 0.2,
493
+ "lighting_fraction_visible": 0.6
494
+ },
495
+ {
496
+ "lighting_standard": "NECB2011",
497
+ "building_type": "Space Function",
498
+ "space_type": "Corr. < 2.4m wide-sch-D",
499
+ "lighting_per_area": 0.6596113,
500
+ "lighting_fraction_to_return_air": 0.0,
501
+ "lighting_fraction_radiant": 0.2,
502
+ "lighting_fraction_visible": 0.6
503
+ },
504
+ {
505
+ "lighting_standard": "NECB2011",
506
+ "building_type": "Space Function",
507
+ "space_type": "Corr. < 2.4m wide-sch-E",
508
+ "lighting_per_area": 0.6596113,
509
+ "lighting_fraction_to_return_air": 0.0,
510
+ "lighting_fraction_radiant": 0.2,
511
+ "lighting_fraction_visible": 0.6
512
+ },
513
+ {
514
+ "lighting_standard": "NECB2011",
515
+ "building_type": "Space Function",
516
+ "space_type": "Corr. < 2.4m wide-sch-F",
517
+ "lighting_per_area": 0.6596113,
518
+ "lighting_fraction_to_return_air": 0.0,
519
+ "lighting_fraction_radiant": 0.2,
520
+ "lighting_fraction_visible": 0.6
521
+ },
522
+ {
523
+ "lighting_standard": "NECB2011",
524
+ "building_type": "Space Function",
525
+ "space_type": "Corr. < 2.4m wide-sch-G",
526
+ "lighting_per_area": 0.6596113,
527
+ "lighting_fraction_to_return_air": 0.0,
528
+ "lighting_fraction_radiant": 0.2,
529
+ "lighting_fraction_visible": 0.6
530
+ },
531
+ {
532
+ "lighting_standard": "NECB2011",
533
+ "building_type": "Space Function",
534
+ "space_type": "Corr. < 2.4m wide-sch-H",
535
+ "lighting_per_area": 0.6596113,
536
+ "lighting_fraction_to_return_air": 0.0,
537
+ "lighting_fraction_radiant": 0.2,
538
+ "lighting_fraction_visible": 0.6
539
+ },
540
+ {
541
+ "lighting_standard": "NECB2011",
542
+ "building_type": "Space Function",
543
+ "space_type": "Corr. < 2.4m wide-sch-I",
544
+ "lighting_per_area": 0.6596113,
545
+ "lighting_fraction_to_return_air": 0.0,
546
+ "lighting_fraction_radiant": 0.2,
547
+ "lighting_fraction_visible": 0.6
548
+ },
549
+ {
550
+ "lighting_standard": "NECB2011",
551
+ "building_type": "Space Function",
552
+ "space_type": "Dining - other",
553
+ "lighting_per_area": 0.6317404,
554
+ "lighting_fraction_to_return_air": 0.0,
555
+ "lighting_fraction_radiant": 0.2,
556
+ "lighting_fraction_visible": 0.6
557
+ },
558
+ {
559
+ "lighting_standard": "NECB2011",
560
+ "building_type": "Space Function",
561
+ "space_type": "Dining - bar lounge/leisure",
562
+ "lighting_per_area": 0.9011590999999999,
563
+ "lighting_fraction_to_return_air": 0.0,
564
+ "lighting_fraction_radiant": 0.2,
565
+ "lighting_fraction_visible": 0.6
566
+ },
567
+ {
568
+ "lighting_standard": "NECB2011",
569
+ "building_type": "Space Function",
570
+ "space_type": "Dining - family space",
571
+ "lighting_per_area": 0.7060628,
572
+ "lighting_fraction_to_return_air": 0.0,
573
+ "lighting_fraction_radiant": 0.2,
574
+ "lighting_fraction_visible": 0.6
575
+ },
576
+ {
577
+ "lighting_standard": "NECB2011",
578
+ "building_type": "Space Function",
579
+ "space_type": "Dress./fitt. - performance arts",
580
+ "lighting_per_area": 0.6131597999999999,
581
+ "lighting_fraction_to_return_air": 0.0,
582
+ "lighting_fraction_radiant": 0.2,
583
+ "lighting_fraction_visible": 0.6
584
+ },
585
+ {
586
+ "lighting_standard": "NECB2011",
587
+ "building_type": "Space Function",
588
+ "space_type": "Electrical/Mechanical-sch-A",
589
+ "lighting_per_area": 0.42735379999999995,
590
+ "lighting_fraction_to_return_air": 0.0,
591
+ "lighting_fraction_radiant": 0.2,
592
+ "lighting_fraction_visible": 0.6
593
+ },
594
+ {
595
+ "lighting_standard": "NECB2011",
596
+ "building_type": "Space Function",
597
+ "space_type": "Electrical/Mechanical-sch-B",
598
+ "lighting_per_area": 0.42735379999999995,
599
+ "lighting_fraction_to_return_air": 0.0,
600
+ "lighting_fraction_radiant": 0.2,
601
+ "lighting_fraction_visible": 0.6
602
+ },
603
+ {
604
+ "lighting_standard": "NECB2011",
605
+ "building_type": "Space Function",
606
+ "space_type": "Electrical/Mechanical-sch-C",
607
+ "lighting_per_area": 0.42735379999999995,
608
+ "lighting_fraction_to_return_air": 0.0,
609
+ "lighting_fraction_radiant": 0.2,
610
+ "lighting_fraction_visible": 0.6
611
+ },
612
+ {
613
+ "lighting_standard": "NECB2011",
614
+ "building_type": "Space Function",
615
+ "space_type": "Electrical/Mechanical-sch-D",
616
+ "lighting_per_area": 0.42735379999999995,
617
+ "lighting_fraction_to_return_air": 0.0,
618
+ "lighting_fraction_radiant": 0.2,
619
+ "lighting_fraction_visible": 0.6
620
+ },
621
+ {
622
+ "lighting_standard": "NECB2011",
623
+ "building_type": "Space Function",
624
+ "space_type": "Electrical/Mechanical-sch-E",
625
+ "lighting_per_area": 0.42735379999999995,
626
+ "lighting_fraction_to_return_air": 0.0,
627
+ "lighting_fraction_radiant": 0.2,
628
+ "lighting_fraction_visible": 0.6
629
+ },
630
+ {
631
+ "lighting_standard": "NECB2011",
632
+ "building_type": "Space Function",
633
+ "space_type": "Electrical/Mechanical-sch-F",
634
+ "lighting_per_area": 0.42735379999999995,
635
+ "lighting_fraction_to_return_air": 0.0,
636
+ "lighting_fraction_radiant": 0.2,
637
+ "lighting_fraction_visible": 0.6
638
+ },
639
+ {
640
+ "lighting_standard": "NECB2011",
641
+ "building_type": "Space Function",
642
+ "space_type": "Electrical/Mechanical-sch-G",
643
+ "lighting_per_area": 0.42735379999999995,
644
+ "lighting_fraction_to_return_air": 0.0,
645
+ "lighting_fraction_radiant": 0.2,
646
+ "lighting_fraction_visible": 0.6
647
+ },
648
+ {
649
+ "lighting_standard": "NECB2011",
650
+ "building_type": "Space Function",
651
+ "space_type": "Electrical/Mechanical-sch-H",
652
+ "lighting_per_area": 0.42735379999999995,
653
+ "lighting_fraction_to_return_air": 0.0,
654
+ "lighting_fraction_radiant": 0.2,
655
+ "lighting_fraction_visible": 0.6
656
+ },
657
+ {
658
+ "lighting_standard": "NECB2011",
659
+ "building_type": "Space Function",
660
+ "space_type": "Electrical/Mechanical-sch-I",
661
+ "lighting_per_area": 0.42735379999999995,
662
+ "lighting_fraction_to_return_air": 0.0,
663
+ "lighting_fraction_radiant": 0.2,
664
+ "lighting_fraction_visible": 0.6
665
+ },
666
+ {
667
+ "lighting_standard": "NECB2011",
668
+ "building_type": "Space Function",
669
+ "space_type": "Food preparation",
670
+ "lighting_per_area": 1.0590942,
671
+ "lighting_fraction_to_return_air": 0.0,
672
+ "lighting_fraction_radiant": 0.2,
673
+ "lighting_fraction_visible": 0.6
674
+ },
675
+ {
676
+ "lighting_standard": "NECB2011",
677
+ "building_type": "Space Function",
678
+ "space_type": "Lab - classrooms",
679
+ "lighting_per_area": 1.1984487,
680
+ "lighting_fraction_to_return_air": 0.0,
681
+ "lighting_fraction_radiant": 0.2,
682
+ "lighting_fraction_visible": 0.6
683
+ },
684
+ {
685
+ "lighting_standard": "NECB2011",
686
+ "building_type": "Space Function",
687
+ "space_type": "Lab - research",
688
+ "lighting_per_area": 1.4492867999999999,
689
+ "lighting_fraction_to_return_air": 0.0,
690
+ "lighting_fraction_radiant": 0.2,
691
+ "lighting_fraction_visible": 0.6
692
+ },
693
+ {
694
+ "lighting_standard": "NECB2011",
695
+ "building_type": "Space Function",
696
+ "space_type": "Lobby - other",
697
+ "lighting_per_area": 1.0033524,
698
+ "lighting_fraction_to_return_air": 0.0,
699
+ "lighting_fraction_radiant": 0.2,
700
+ "lighting_fraction_visible": 0.6
701
+ },
702
+ {
703
+ "lighting_standard": "NECB2011",
704
+ "building_type": "Space Function",
705
+ "space_type": "Lobby - elevator",
706
+ "lighting_per_area": 0.6781919,
707
+ "lighting_fraction_to_return_air": 0.0,
708
+ "lighting_fraction_radiant": 0.2,
709
+ "lighting_fraction_visible": 0.6
710
+ },
711
+ {
712
+ "lighting_standard": "NECB2011",
713
+ "building_type": "Space Function",
714
+ "space_type": "Lobby - performance arts",
715
+ "lighting_per_area": 1.7001249,
716
+ "lighting_fraction_to_return_air": 0.0,
717
+ "lighting_fraction_radiant": 0.2,
718
+ "lighting_fraction_visible": 0.6
719
+ },
720
+ {
721
+ "lighting_standard": "NECB2011",
722
+ "building_type": "Space Function",
723
+ "space_type": "Lobby - motion picture",
724
+ "lighting_per_area": 0.4459344,
725
+ "lighting_fraction_to_return_air": 0.0,
726
+ "lighting_fraction_radiant": 0.2,
727
+ "lighting_fraction_visible": 0.6
728
+ },
729
+ {
730
+ "lighting_standard": "NECB2011",
731
+ "building_type": "Space Function",
732
+ "space_type": "Locker room-sch-A",
733
+ "lighting_per_area": 0.4830956,
734
+ "lighting_fraction_to_return_air": 0.0,
735
+ "lighting_fraction_radiant": 0.2,
736
+ "lighting_fraction_visible": 0.6
737
+ },
738
+ {
739
+ "lighting_standard": "NECB2011",
740
+ "building_type": "Space Function",
741
+ "space_type": "Locker room-sch-B",
742
+ "lighting_per_area": 0.4830956,
743
+ "lighting_fraction_to_return_air": 0.0,
744
+ "lighting_fraction_radiant": 0.2,
745
+ "lighting_fraction_visible": 0.6
746
+ },
747
+ {
748
+ "lighting_standard": "NECB2011",
749
+ "building_type": "Space Function",
750
+ "space_type": "Locker room-sch-C",
751
+ "lighting_per_area": 0.4830956,
752
+ "lighting_fraction_to_return_air": 0.0,
753
+ "lighting_fraction_radiant": 0.2,
754
+ "lighting_fraction_visible": 0.6
755
+ },
756
+ {
757
+ "lighting_standard": "NECB2011",
758
+ "building_type": "Space Function",
759
+ "space_type": "Locker room-sch-D",
760
+ "lighting_per_area": 0.4830956,
761
+ "lighting_fraction_to_return_air": 0.0,
762
+ "lighting_fraction_radiant": 0.2,
763
+ "lighting_fraction_visible": 0.6
764
+ },
765
+ {
766
+ "lighting_standard": "NECB2011",
767
+ "building_type": "Space Function",
768
+ "space_type": "Locker room-sch-E",
769
+ "lighting_per_area": 0.4830956,
770
+ "lighting_fraction_to_return_air": 0.0,
771
+ "lighting_fraction_radiant": 0.2,
772
+ "lighting_fraction_visible": 0.6
773
+ },
774
+ {
775
+ "lighting_standard": "NECB2011",
776
+ "building_type": "Space Function",
777
+ "space_type": "Locker room-sch-F",
778
+ "lighting_per_area": 0.4830956,
779
+ "lighting_fraction_to_return_air": 0.0,
780
+ "lighting_fraction_radiant": 0.2,
781
+ "lighting_fraction_visible": 0.6
782
+ },
783
+ {
784
+ "lighting_standard": "NECB2011",
785
+ "building_type": "Space Function",
786
+ "space_type": "Locker room-sch-G",
787
+ "lighting_per_area": 0.4830956,
788
+ "lighting_fraction_to_return_air": 0.0,
789
+ "lighting_fraction_radiant": 0.2,
790
+ "lighting_fraction_visible": 0.6
791
+ },
792
+ {
793
+ "lighting_standard": "NECB2011",
794
+ "building_type": "Space Function",
795
+ "space_type": "Locker room-sch-H",
796
+ "lighting_per_area": 0.4830956,
797
+ "lighting_fraction_to_return_air": 0.0,
798
+ "lighting_fraction_radiant": 0.2,
799
+ "lighting_fraction_visible": 0.6
800
+ },
801
+ {
802
+ "lighting_standard": "NECB2011",
803
+ "building_type": "Space Function",
804
+ "space_type": "Locker room-sch-I",
805
+ "lighting_per_area": 0.4830956,
806
+ "lighting_fraction_to_return_air": 0.0,
807
+ "lighting_fraction_radiant": 0.2,
808
+ "lighting_fraction_visible": 0.6
809
+ },
810
+ {
811
+ "lighting_standard": "NECB2011",
812
+ "building_type": "Space Function",
813
+ "space_type": "Lounge/recreation",
814
+ "lighting_per_area": 0.6224501,
815
+ "lighting_fraction_to_return_air": 0.0,
816
+ "lighting_fraction_radiant": 0.2,
817
+ "lighting_fraction_visible": 0.6
818
+ },
819
+ {
820
+ "lighting_standard": "NECB2011",
821
+ "building_type": "Space Function",
822
+ "space_type": "Washroom-sch-A",
823
+ "lighting_per_area": 0.8454172999999999,
824
+ "lighting_fraction_to_return_air": 0.0,
825
+ "lighting_fraction_radiant": 0.2,
826
+ "lighting_fraction_visible": 0.6
827
+ },
828
+ {
829
+ "lighting_standard": "NECB2011",
830
+ "building_type": "Space Function",
831
+ "space_type": "Washroom-sch-B",
832
+ "lighting_per_area": 0.8454172999999999,
833
+ "lighting_fraction_to_return_air": 0.0,
834
+ "lighting_fraction_radiant": 0.2,
835
+ "lighting_fraction_visible": 0.6
836
+ },
837
+ {
838
+ "lighting_standard": "NECB2011",
839
+ "building_type": "Space Function",
840
+ "space_type": "Washroom-sch-C",
841
+ "lighting_per_area": 0.8454172999999999,
842
+ "lighting_fraction_to_return_air": 0.0,
843
+ "lighting_fraction_radiant": 0.2,
844
+ "lighting_fraction_visible": 0.6
845
+ },
846
+ {
847
+ "lighting_standard": "NECB2011",
848
+ "building_type": "Space Function",
849
+ "space_type": "Washroom-sch-D",
850
+ "lighting_per_area": 0.8454172999999999,
851
+ "lighting_fraction_to_return_air": 0.0,
852
+ "lighting_fraction_radiant": 0.2,
853
+ "lighting_fraction_visible": 0.6
854
+ },
855
+ {
856
+ "lighting_standard": "NECB2011",
857
+ "building_type": "Space Function",
858
+ "space_type": "Washroom-sch-E",
859
+ "lighting_per_area": 0.8454172999999999,
860
+ "lighting_fraction_to_return_air": 0.0,
861
+ "lighting_fraction_radiant": 0.2,
862
+ "lighting_fraction_visible": 0.6
863
+ },
864
+ {
865
+ "lighting_standard": "NECB2011",
866
+ "building_type": "Space Function",
867
+ "space_type": "Washroom-sch-F",
868
+ "lighting_per_area": 0.8454172999999999,
869
+ "lighting_fraction_to_return_air": 0.0,
870
+ "lighting_fraction_radiant": 0.2,
871
+ "lighting_fraction_visible": 0.6
872
+ },
873
+ {
874
+ "lighting_standard": "NECB2011",
875
+ "building_type": "Space Function",
876
+ "space_type": "Washroom-sch-G",
877
+ "lighting_per_area": 0.8454172999999999,
878
+ "lighting_fraction_to_return_air": 0.0,
879
+ "lighting_fraction_radiant": 0.2,
880
+ "lighting_fraction_visible": 0.6
881
+ },
882
+ {
883
+ "lighting_standard": "NECB2011",
884
+ "building_type": "Space Function",
885
+ "space_type": "Washroom-sch-H",
886
+ "lighting_per_area": 0.8454172999999999,
887
+ "lighting_fraction_to_return_air": 0.0,
888
+ "lighting_fraction_radiant": 0.2,
889
+ "lighting_fraction_visible": 0.6
890
+ },
891
+ {
892
+ "lighting_standard": "NECB2011",
893
+ "building_type": "Space Function",
894
+ "space_type": "Washroom-sch-I",
895
+ "lighting_per_area": 0.8454172999999999,
896
+ "lighting_fraction_to_return_air": 0.0,
897
+ "lighting_fraction_radiant": 0.2,
898
+ "lighting_fraction_visible": 0.6
899
+ },
900
+ {
901
+ "lighting_standard": "NECB2011",
902
+ "building_type": "Space Function",
903
+ "space_type": "Sales area",
904
+ "lighting_per_area": 1.2170292999999999,
905
+ "lighting_fraction_to_return_air": 0.0,
906
+ "lighting_fraction_radiant": 0.2,
907
+ "lighting_fraction_visible": 0.6
908
+ },
909
+ {
910
+ "lighting_standard": "NECB2011",
911
+ "building_type": "Space Function",
912
+ "space_type": "Stairway-sch-A",
913
+ "lighting_per_area": 0.5759986,
914
+ "lighting_fraction_to_return_air": 0.0,
915
+ "lighting_fraction_radiant": 0.2,
916
+ "lighting_fraction_visible": 0.6
917
+ },
918
+ {
919
+ "lighting_standard": "NECB2011",
920
+ "building_type": "Space Function",
921
+ "space_type": "Stairway-sch-B",
922
+ "lighting_per_area": 0.5759986,
923
+ "lighting_fraction_to_return_air": 0.0,
924
+ "lighting_fraction_radiant": 0.2,
925
+ "lighting_fraction_visible": 0.6
926
+ },
927
+ {
928
+ "lighting_standard": "NECB2011",
929
+ "building_type": "Space Function",
930
+ "space_type": "Stairway-sch-C",
931
+ "lighting_per_area": 0.5759986,
932
+ "lighting_fraction_to_return_air": 0.0,
933
+ "lighting_fraction_radiant": 0.2,
934
+ "lighting_fraction_visible": 0.6
935
+ },
936
+ {
937
+ "lighting_standard": "NECB2011",
938
+ "building_type": "Space Function",
939
+ "space_type": "Stairway-sch-D",
940
+ "lighting_per_area": 0.5759986,
941
+ "lighting_fraction_to_return_air": 0.0,
942
+ "lighting_fraction_radiant": 0.2,
943
+ "lighting_fraction_visible": 0.6
944
+ },
945
+ {
946
+ "lighting_standard": "NECB2011",
947
+ "building_type": "Space Function",
948
+ "space_type": "Stairway-sch-E",
949
+ "lighting_per_area": 0.5759986,
950
+ "lighting_fraction_to_return_air": 0.0,
951
+ "lighting_fraction_radiant": 0.2,
952
+ "lighting_fraction_visible": 0.6
953
+ },
954
+ {
955
+ "lighting_standard": "NECB2011",
956
+ "building_type": "Space Function",
957
+ "space_type": "Stairway-sch-F",
958
+ "lighting_per_area": 0.5759986,
959
+ "lighting_fraction_to_return_air": 0.0,
960
+ "lighting_fraction_radiant": 0.2,
961
+ "lighting_fraction_visible": 0.6
962
+ },
963
+ {
964
+ "lighting_standard": "NECB2011",
965
+ "building_type": "Space Function",
966
+ "space_type": "Stairway-sch-G",
967
+ "lighting_per_area": 0.5759986,
968
+ "lighting_fraction_to_return_air": 0.0,
969
+ "lighting_fraction_radiant": 0.2,
970
+ "lighting_fraction_visible": 0.6
971
+ },
972
+ {
973
+ "lighting_standard": "NECB2011",
974
+ "building_type": "Space Function",
975
+ "space_type": "Stairway-sch-H",
976
+ "lighting_per_area": 0.5759986,
977
+ "lighting_fraction_to_return_air": 0.0,
978
+ "lighting_fraction_radiant": 0.2,
979
+ "lighting_fraction_visible": 0.6
980
+ },
981
+ {
982
+ "lighting_standard": "NECB2011",
983
+ "building_type": "Space Function",
984
+ "space_type": "Stairway-sch-I",
985
+ "lighting_per_area": 0.5759986,
986
+ "lighting_fraction_to_return_air": 0.0,
987
+ "lighting_fraction_radiant": 0.2,
988
+ "lighting_fraction_visible": 0.6
989
+ },
990
+ {
991
+ "lighting_standard": "NECB2011",
992
+ "building_type": "Space Function",
993
+ "space_type": "Storage area",
994
+ "lighting_per_area": 0.9661912,
995
+ "lighting_fraction_to_return_air": 0.0,
996
+ "lighting_fraction_radiant": 0.2,
997
+ "lighting_fraction_visible": 0.6
998
+ },
999
+ {
1000
+ "lighting_standard": "NECB2011",
1001
+ "building_type": "Space Function",
1002
+ "space_type": "Workshop space",
1003
+ "lighting_per_area": 1.1427069,
1004
+ "lighting_fraction_to_return_air": 0.0,
1005
+ "lighting_fraction_radiant": 0.2,
1006
+ "lighting_fraction_visible": 0.6
1007
+ },
1008
+ {
1009
+ "lighting_standard": "NECB2011",
1010
+ "building_type": "Space Function",
1011
+ "space_type": "Automotive - repair",
1012
+ "lighting_per_area": 0.557418,
1013
+ "lighting_fraction_to_return_air": 0.0,
1014
+ "lighting_fraction_radiant": 0.2,
1015
+ "lighting_fraction_visible": 0.6
1016
+ },
1017
+ {
1018
+ "lighting_standard": "NECB2011",
1019
+ "building_type": "Space Function",
1020
+ "space_type": "Bank - banking and offices",
1021
+ "lighting_per_area": 0.8639979000000001,
1022
+ "lighting_fraction_to_return_air": 0.0,
1023
+ "lighting_fraction_radiant": 0.2,
1024
+ "lighting_fraction_visible": 0.6
1025
+ },
1026
+ {
1027
+ "lighting_standard": "NECB2011",
1028
+ "building_type": "Space Function",
1029
+ "space_type": "Convention centre - audience",
1030
+ "lighting_per_area": 0.8175464,
1031
+ "lighting_fraction_to_return_air": 0.0,
1032
+ "lighting_fraction_radiant": 0.2,
1033
+ "lighting_fraction_visible": 0.6
1034
+ },
1035
+ {
1036
+ "lighting_standard": "NECB2011",
1037
+ "building_type": "Space Function",
1038
+ "space_type": "Convention centre - exhibit",
1039
+ "lighting_per_area": 0.8825785,
1040
+ "lighting_fraction_to_return_air": 0.0,
1041
+ "lighting_fraction_radiant": 0.2,
1042
+ "lighting_fraction_visible": 0.6
1043
+ },
1044
+ {
1045
+ "lighting_standard": "NECB2011",
1046
+ "building_type": "Space Function",
1047
+ "space_type": "Courthouse - courtroom",
1048
+ "lighting_per_area": 1.393545,
1049
+ "lighting_fraction_to_return_air": 0.0,
1050
+ "lighting_fraction_radiant": 0.2,
1051
+ "lighting_fraction_visible": 0.6
1052
+ },
1053
+ {
1054
+ "lighting_standard": "NECB2011",
1055
+ "building_type": "Space Function",
1056
+ "space_type": "Courthouse - cell",
1057
+ "lighting_per_area": 0.8082560999999999,
1058
+ "lighting_fraction_to_return_air": 0.0,
1059
+ "lighting_fraction_radiant": 0.2,
1060
+ "lighting_fraction_visible": 0.6
1061
+ },
1062
+ {
1063
+ "lighting_standard": "NECB2011",
1064
+ "building_type": "Space Function",
1065
+ "space_type": "Courthouse - chambers",
1066
+ "lighting_per_area": 1.393545,
1067
+ "lighting_fraction_to_return_air": 0.0,
1068
+ "lighting_fraction_radiant": 0.2,
1069
+ "lighting_fraction_visible": 0.6
1070
+ },
1071
+ {
1072
+ "lighting_standard": "NECB2011",
1073
+ "building_type": "Space Function",
1074
+ "space_type": "Penitentiary - audience",
1075
+ "lighting_per_area": 0.278709,
1076
+ "lighting_fraction_to_return_air": 0.0,
1077
+ "lighting_fraction_radiant": 0.2,
1078
+ "lighting_fraction_visible": 0.6
1079
+ },
1080
+ {
1081
+ "lighting_standard": "NECB2011",
1082
+ "building_type": "Space Function",
1083
+ "space_type": "Penitentiary - classroom",
1084
+ "lighting_per_area": 1.3378032,
1085
+ "lighting_fraction_to_return_air": 0.0,
1086
+ "lighting_fraction_radiant": 0.2,
1087
+ "lighting_fraction_visible": 0.6
1088
+ },
1089
+ {
1090
+ "lighting_standard": "NECB2011",
1091
+ "building_type": "Space Function",
1092
+ "space_type": "Penitentiary - dining",
1093
+ "lighting_per_area": 0.9569009,
1094
+ "lighting_fraction_to_return_air": 0.0,
1095
+ "lighting_fraction_radiant": 0.2,
1096
+ "lighting_fraction_visible": 0.6
1097
+ },
1098
+ {
1099
+ "lighting_standard": "NECB2011",
1100
+ "building_type": "Space Function",
1101
+ "space_type": "Dormitory - living quarters",
1102
+ "lighting_per_area": 0.5388374,
1103
+ "lighting_fraction_to_return_air": 0.0,
1104
+ "lighting_fraction_radiant": 0.2,
1105
+ "lighting_fraction_visible": 0.6
1106
+ },
1107
+ {
1108
+ "lighting_standard": "NECB2011",
1109
+ "building_type": "Space Function",
1110
+ "space_type": "Dwelling Unit(s)",
1111
+ "lighting_per_area": 0.464515,
1112
+ "lighting_fraction_to_return_air": 0.0,
1113
+ "lighting_fraction_radiant": 0.2,
1114
+ "lighting_fraction_visible": 0.6
1115
+ },
1116
+ {
1117
+ "lighting_standard": "NECB2011",
1118
+ "building_type": "Space Function",
1119
+ "space_type": "Fire station - engine room",
1120
+ "lighting_per_area": 0.4087732,
1121
+ "lighting_fraction_to_return_air": 0.0,
1122
+ "lighting_fraction_radiant": 0.2,
1123
+ "lighting_fraction_visible": 0.6
1124
+ },
1125
+ {
1126
+ "lighting_standard": "NECB2011",
1127
+ "building_type": "Space Function",
1128
+ "space_type": "Fire station - quarters",
1129
+ "lighting_per_area": 0.2043866,
1130
+ "lighting_fraction_to_return_air": 0.0,
1131
+ "lighting_fraction_radiant": 0.2,
1132
+ "lighting_fraction_visible": 0.6
1133
+ },
1134
+ {
1135
+ "lighting_standard": "NECB2011",
1136
+ "building_type": "Space Function",
1137
+ "space_type": "Gym - fitness",
1138
+ "lighting_per_area": 0.5016762,
1139
+ "lighting_fraction_to_return_air": 0.0,
1140
+ "lighting_fraction_radiant": 0.2,
1141
+ "lighting_fraction_visible": 0.6
1142
+ },
1143
+ {
1144
+ "lighting_standard": "NECB2011",
1145
+ "building_type": "Space Function",
1146
+ "space_type": "Gym - audience",
1147
+ "lighting_per_area": 0.650321,
1148
+ "lighting_fraction_to_return_air": 0.0,
1149
+ "lighting_fraction_radiant": 0.2,
1150
+ "lighting_fraction_visible": 0.6
1151
+ },
1152
+ {
1153
+ "lighting_standard": "NECB2011",
1154
+ "building_type": "Space Function",
1155
+ "space_type": "Gym - play",
1156
+ "lighting_per_area": 0.8175464,
1157
+ "lighting_fraction_to_return_air": 0.0,
1158
+ "lighting_fraction_radiant": 0.2,
1159
+ "lighting_fraction_visible": 0.6
1160
+ },
1161
+ {
1162
+ "lighting_standard": "NECB2011",
1163
+ "building_type": "Space Function",
1164
+ "space_type": "Hospital corr. >= 2.4m-sch-A",
1165
+ "lighting_per_area": 0.9197397,
1166
+ "lighting_fraction_to_return_air": 0.0,
1167
+ "lighting_fraction_radiant": 0.2,
1168
+ "lighting_fraction_visible": 0.6
1169
+ },
1170
+ {
1171
+ "lighting_standard": "NECB2011",
1172
+ "building_type": "Space Function",
1173
+ "space_type": "Hospital corr. >= 2.4m-sch-B",
1174
+ "lighting_per_area": 0.9197397,
1175
+ "lighting_fraction_to_return_air": 0.0,
1176
+ "lighting_fraction_radiant": 0.2,
1177
+ "lighting_fraction_visible": 0.6
1178
+ },
1179
+ {
1180
+ "lighting_standard": "NECB2011",
1181
+ "building_type": "Space Function",
1182
+ "space_type": "Hospital corr. >= 2.4m-sch-C",
1183
+ "lighting_per_area": 0.9197397,
1184
+ "lighting_fraction_to_return_air": 0.0,
1185
+ "lighting_fraction_radiant": 0.2,
1186
+ "lighting_fraction_visible": 0.6
1187
+ },
1188
+ {
1189
+ "lighting_standard": "NECB2011",
1190
+ "building_type": "Space Function",
1191
+ "space_type": "Hospital corr. >= 2.4m-sch-D",
1192
+ "lighting_per_area": 0.9197397,
1193
+ "lighting_fraction_to_return_air": 0.0,
1194
+ "lighting_fraction_radiant": 0.2,
1195
+ "lighting_fraction_visible": 0.6
1196
+ },
1197
+ {
1198
+ "lighting_standard": "NECB2011",
1199
+ "building_type": "Space Function",
1200
+ "space_type": "Hospital corr. >= 2.4m-sch-E",
1201
+ "lighting_per_area": 0.9197397,
1202
+ "lighting_fraction_to_return_air": 0.0,
1203
+ "lighting_fraction_radiant": 0.2,
1204
+ "lighting_fraction_visible": 0.6
1205
+ },
1206
+ {
1207
+ "lighting_standard": "NECB2011",
1208
+ "building_type": "Space Function",
1209
+ "space_type": "Hospital corr. >= 2.4m-sch-F",
1210
+ "lighting_per_area": 0.9197397,
1211
+ "lighting_fraction_to_return_air": 0.0,
1212
+ "lighting_fraction_radiant": 0.2,
1213
+ "lighting_fraction_visible": 0.6
1214
+ },
1215
+ {
1216
+ "lighting_standard": "NECB2011",
1217
+ "building_type": "Space Function",
1218
+ "space_type": "Hospital corr. >= 2.4m-sch-G",
1219
+ "lighting_per_area": 0.9197397,
1220
+ "lighting_fraction_to_return_air": 0.0,
1221
+ "lighting_fraction_radiant": 0.2,
1222
+ "lighting_fraction_visible": 0.6
1223
+ },
1224
+ {
1225
+ "lighting_standard": "NECB2011",
1226
+ "building_type": "Space Function",
1227
+ "space_type": "Hospital corr. >= 2.4m-sch-H",
1228
+ "lighting_per_area": 0.9197397,
1229
+ "lighting_fraction_to_return_air": 0.0,
1230
+ "lighting_fraction_radiant": 0.2,
1231
+ "lighting_fraction_visible": 0.6
1232
+ },
1233
+ {
1234
+ "lighting_standard": "NECB2011",
1235
+ "building_type": "Space Function",
1236
+ "space_type": "Hospital corr. >= 2.4m-sch-I",
1237
+ "lighting_per_area": 0.9197397,
1238
+ "lighting_fraction_to_return_air": 0.0,
1239
+ "lighting_fraction_radiant": 0.2,
1240
+ "lighting_fraction_visible": 0.6
1241
+ },
1242
+ {
1243
+ "lighting_standard": "NECB2011",
1244
+ "building_type": "Space Function",
1245
+ "space_type": "Hospital corr. < 2.4m-sch-A",
1246
+ "lighting_per_area": 0.9197397,
1247
+ "lighting_fraction_to_return_air": 0.0,
1248
+ "lighting_fraction_radiant": 0.2,
1249
+ "lighting_fraction_visible": 0.6
1250
+ },
1251
+ {
1252
+ "lighting_standard": "NECB2011",
1253
+ "building_type": "Space Function",
1254
+ "space_type": "Hospital corr. < 2.4m-sch-B",
1255
+ "lighting_per_area": 0.9197397,
1256
+ "lighting_fraction_to_return_air": 0.0,
1257
+ "lighting_fraction_radiant": 0.2,
1258
+ "lighting_fraction_visible": 0.6
1259
+ },
1260
+ {
1261
+ "lighting_standard": "NECB2011",
1262
+ "building_type": "Space Function",
1263
+ "space_type": "Hospital corr. < 2.4m-sch-C",
1264
+ "lighting_per_area": 0.9197397,
1265
+ "lighting_fraction_to_return_air": 0.0,
1266
+ "lighting_fraction_radiant": 0.2,
1267
+ "lighting_fraction_visible": 0.6
1268
+ },
1269
+ {
1270
+ "lighting_standard": "NECB2011",
1271
+ "building_type": "Space Function",
1272
+ "space_type": "Hospital corr. < 2.4m-sch-D",
1273
+ "lighting_per_area": 0.9197397,
1274
+ "lighting_fraction_to_return_air": 0.0,
1275
+ "lighting_fraction_radiant": 0.2,
1276
+ "lighting_fraction_visible": 0.6
1277
+ },
1278
+ {
1279
+ "lighting_standard": "NECB2011",
1280
+ "building_type": "Space Function",
1281
+ "space_type": "Hospital corr. < 2.4m-sch-E",
1282
+ "lighting_per_area": 0.9197397,
1283
+ "lighting_fraction_to_return_air": 0.0,
1284
+ "lighting_fraction_radiant": 0.2,
1285
+ "lighting_fraction_visible": 0.6
1286
+ },
1287
+ {
1288
+ "lighting_standard": "NECB2011",
1289
+ "building_type": "Space Function",
1290
+ "space_type": "Hospital corr. < 2.4m-sch-F",
1291
+ "lighting_per_area": 0.9197397,
1292
+ "lighting_fraction_to_return_air": 0.0,
1293
+ "lighting_fraction_radiant": 0.2,
1294
+ "lighting_fraction_visible": 0.6
1295
+ },
1296
+ {
1297
+ "lighting_standard": "NECB2011",
1298
+ "building_type": "Space Function",
1299
+ "space_type": "Hospital corr. < 2.4m-sch-G",
1300
+ "lighting_per_area": 0.9197397,
1301
+ "lighting_fraction_to_return_air": 0.0,
1302
+ "lighting_fraction_radiant": 0.2,
1303
+ "lighting_fraction_visible": 0.6
1304
+ },
1305
+ {
1306
+ "lighting_standard": "NECB2011",
1307
+ "building_type": "Space Function",
1308
+ "space_type": "Hospital corr. < 2.4m-sch-H",
1309
+ "lighting_per_area": 0.9197397,
1310
+ "lighting_fraction_to_return_air": 0.0,
1311
+ "lighting_fraction_radiant": 0.2,
1312
+ "lighting_fraction_visible": 0.6
1313
+ },
1314
+ {
1315
+ "lighting_standard": "NECB2011",
1316
+ "building_type": "Space Function",
1317
+ "space_type": "Hospital corr. < 2.4m-sch-I",
1318
+ "lighting_per_area": 0.9197397,
1319
+ "lighting_fraction_to_return_air": 0.0,
1320
+ "lighting_fraction_radiant": 0.2,
1321
+ "lighting_fraction_visible": 0.6
1322
+ },
1323
+ {
1324
+ "lighting_standard": "NECB2011",
1325
+ "building_type": "Space Function",
1326
+ "space_type": "Hospital - emergency",
1327
+ "lighting_per_area": 1.6815443,
1328
+ "lighting_fraction_to_return_air": 0.0,
1329
+ "lighting_fraction_radiant": 0.2,
1330
+ "lighting_fraction_visible": 0.6
1331
+ },
1332
+ {
1333
+ "lighting_standard": "NECB2011",
1334
+ "building_type": "Space Function",
1335
+ "space_type": "Hospital - exam",
1336
+ "lighting_per_area": 1.6815443,
1337
+ "lighting_fraction_to_return_air": 0.0,
1338
+ "lighting_fraction_radiant": 0.2,
1339
+ "lighting_fraction_visible": 0.6
1340
+ },
1341
+ {
1342
+ "lighting_standard": "NECB2011",
1343
+ "building_type": "Space Function",
1344
+ "space_type": "Hospital - laundry/washing",
1345
+ "lighting_per_area": 0.42735379999999995,
1346
+ "lighting_fraction_to_return_air": 0.0,
1347
+ "lighting_fraction_radiant": 0.2,
1348
+ "lighting_fraction_visible": 0.6
1349
+ },
1350
+ {
1351
+ "lighting_standard": "NECB2011",
1352
+ "building_type": "Space Function",
1353
+ "space_type": "Hospital - lounge/recreation",
1354
+ "lighting_per_area": 0.7803852,
1355
+ "lighting_fraction_to_return_air": 0.0,
1356
+ "lighting_fraction_radiant": 0.2,
1357
+ "lighting_fraction_visible": 0.6
1358
+ },
1359
+ {
1360
+ "lighting_standard": "NECB2011",
1361
+ "building_type": "Space Function",
1362
+ "space_type": "Hospital - medical supply",
1363
+ "lighting_per_area": 0.5388374,
1364
+ "lighting_fraction_to_return_air": 0.0,
1365
+ "lighting_fraction_radiant": 0.2,
1366
+ "lighting_fraction_visible": 0.6
1367
+ },
1368
+ {
1369
+ "lighting_standard": "NECB2011",
1370
+ "building_type": "Space Function",
1371
+ "space_type": "Hospital - nursery",
1372
+ "lighting_per_area": 1.0033524,
1373
+ "lighting_fraction_to_return_air": 0.0,
1374
+ "lighting_fraction_radiant": 0.2,
1375
+ "lighting_fraction_visible": 0.6
1376
+ },
1377
+ {
1378
+ "lighting_standard": "NECB2011",
1379
+ "building_type": "Space Function",
1380
+ "space_type": "Hospital - nurses station",
1381
+ "lighting_per_area": 0.8082560999999999,
1382
+ "lighting_fraction_to_return_air": 0.0,
1383
+ "lighting_fraction_radiant": 0.2,
1384
+ "lighting_fraction_visible": 0.6
1385
+ },
1386
+ {
1387
+ "lighting_standard": "NECB2011",
1388
+ "building_type": "Space Function",
1389
+ "space_type": "Hospital - operating room",
1390
+ "lighting_per_area": 2.1739302,
1391
+ "lighting_fraction_to_return_air": 0.0,
1392
+ "lighting_fraction_radiant": 0.2,
1393
+ "lighting_fraction_visible": 0.6
1394
+ },
1395
+ {
1396
+ "lighting_standard": "NECB2011",
1397
+ "building_type": "Space Function",
1398
+ "space_type": "Hospital - patient room",
1399
+ "lighting_per_area": 0.6224501,
1400
+ "lighting_fraction_to_return_air": 0.0,
1401
+ "lighting_fraction_radiant": 0.2,
1402
+ "lighting_fraction_visible": 0.6
1403
+ },
1404
+ {
1405
+ "lighting_standard": "NECB2011",
1406
+ "building_type": "Space Function",
1407
+ "space_type": "Hospital - pharmacy",
1408
+ "lighting_per_area": 1.3378032,
1409
+ "lighting_fraction_to_return_air": 0.0,
1410
+ "lighting_fraction_radiant": 0.2,
1411
+ "lighting_fraction_visible": 0.6
1412
+ },
1413
+ {
1414
+ "lighting_standard": "NECB2011",
1415
+ "building_type": "Space Function",
1416
+ "space_type": "Hospital - physical therapy",
1417
+ "lighting_per_area": 0.836127,
1418
+ "lighting_fraction_to_return_air": 0.0,
1419
+ "lighting_fraction_radiant": 0.2,
1420
+ "lighting_fraction_visible": 0.6
1421
+ },
1422
+ {
1423
+ "lighting_standard": "NECB2011",
1424
+ "building_type": "Space Function",
1425
+ "space_type": "Hospital - radiology/imaging",
1426
+ "lighting_per_area": 1.0590942,
1427
+ "lighting_fraction_to_return_air": 0.0,
1428
+ "lighting_fraction_radiant": 0.2,
1429
+ "lighting_fraction_visible": 0.6
1430
+ },
1431
+ {
1432
+ "lighting_standard": "NECB2011",
1433
+ "building_type": "Space Function",
1434
+ "space_type": "Hospital - recovery",
1435
+ "lighting_per_area": 1.0312233,
1436
+ "lighting_fraction_to_return_air": 0.0,
1437
+ "lighting_fraction_radiant": 0.2,
1438
+ "lighting_fraction_visible": 0.6
1439
+ },
1440
+ {
1441
+ "lighting_standard": "NECB2011",
1442
+ "building_type": "Space Function",
1443
+ "space_type": "Hotel/Motel - dining",
1444
+ "lighting_per_area": 0.6317404,
1445
+ "lighting_fraction_to_return_air": 0.0,
1446
+ "lighting_fraction_radiant": 0.2,
1447
+ "lighting_fraction_visible": 0.6
1448
+ },
1449
+ {
1450
+ "lighting_standard": "NECB2011",
1451
+ "building_type": "Space Function",
1452
+ "space_type": "Hotel/Motel - rooms",
1453
+ "lighting_per_area": 0.7710949,
1454
+ "lighting_fraction_to_return_air": 0.0,
1455
+ "lighting_fraction_radiant": 0.2,
1456
+ "lighting_fraction_visible": 0.6
1457
+ },
1458
+ {
1459
+ "lighting_standard": "NECB2011",
1460
+ "building_type": "Space Function",
1461
+ "space_type": "Hotel/Motel - lobby",
1462
+ "lighting_per_area": 1.0590942,
1463
+ "lighting_fraction_to_return_air": 0.0,
1464
+ "lighting_fraction_radiant": 0.2,
1465
+ "lighting_fraction_visible": 0.6
1466
+ },
1467
+ {
1468
+ "lighting_standard": "NECB2011",
1469
+ "building_type": "Space Function",
1470
+ "space_type": "Hway lodging - dining",
1471
+ "lighting_per_area": 0.6317404,
1472
+ "lighting_fraction_to_return_air": 0.0,
1473
+ "lighting_fraction_radiant": 0.2,
1474
+ "lighting_fraction_visible": 0.6
1475
+ },
1476
+ {
1477
+ "lighting_standard": "NECB2011",
1478
+ "building_type": "Space Function",
1479
+ "space_type": "Hway lodging - rooms",
1480
+ "lighting_per_area": 0.7710949,
1481
+ "lighting_fraction_to_return_air": 0.0,
1482
+ "lighting_fraction_radiant": 0.2,
1483
+ "lighting_fraction_visible": 0.6
1484
+ },
1485
+ {
1486
+ "lighting_standard": "NECB2011",
1487
+ "building_type": "Space Function",
1488
+ "space_type": "Library - reading",
1489
+ "lighting_per_area": 0.8175464,
1490
+ "lighting_fraction_to_return_air": 0.0,
1491
+ "lighting_fraction_radiant": 0.2,
1492
+ "lighting_fraction_visible": 0.6
1493
+ },
1494
+ {
1495
+ "lighting_standard": "NECB2011",
1496
+ "building_type": "Space Function",
1497
+ "space_type": "Library - stacks",
1498
+ "lighting_per_area": 1.1984487,
1499
+ "lighting_fraction_to_return_air": 0.0,
1500
+ "lighting_fraction_radiant": 0.2,
1501
+ "lighting_fraction_visible": 0.6
1502
+ },
1503
+ {
1504
+ "lighting_standard": "NECB2011",
1505
+ "building_type": "Space Function",
1506
+ "space_type": "Mfg - corr. >= 2.4m-sch-A",
1507
+ "lighting_per_area": 0.2879993,
1508
+ "lighting_fraction_to_return_air": 0.0,
1509
+ "lighting_fraction_radiant": 0.2,
1510
+ "lighting_fraction_visible": 0.6
1511
+ },
1512
+ {
1513
+ "lighting_standard": "NECB2011",
1514
+ "building_type": "Space Function",
1515
+ "space_type": "Mfg - corr. >= 2.4m-sch-B",
1516
+ "lighting_per_area": 0.2879993,
1517
+ "lighting_fraction_to_return_air": 0.0,
1518
+ "lighting_fraction_radiant": 0.2,
1519
+ "lighting_fraction_visible": 0.6
1520
+ },
1521
+ {
1522
+ "lighting_standard": "NECB2011",
1523
+ "building_type": "Space Function",
1524
+ "space_type": "Mfg - corr. >= 2.4m-sch-C",
1525
+ "lighting_per_area": 0.2879993,
1526
+ "lighting_fraction_to_return_air": 0.0,
1527
+ "lighting_fraction_radiant": 0.2,
1528
+ "lighting_fraction_visible": 0.6
1529
+ },
1530
+ {
1531
+ "lighting_standard": "NECB2011",
1532
+ "building_type": "Space Function",
1533
+ "space_type": "Mfg - corr. >= 2.4m-sch-D",
1534
+ "lighting_per_area": 0.2879993,
1535
+ "lighting_fraction_to_return_air": 0.0,
1536
+ "lighting_fraction_radiant": 0.2,
1537
+ "lighting_fraction_visible": 0.6
1538
+ },
1539
+ {
1540
+ "lighting_standard": "NECB2011",
1541
+ "building_type": "Space Function",
1542
+ "space_type": "Mfg - corr. >= 2.4m-sch-E",
1543
+ "lighting_per_area": 0.2879993,
1544
+ "lighting_fraction_to_return_air": 0.0,
1545
+ "lighting_fraction_radiant": 0.2,
1546
+ "lighting_fraction_visible": 0.6
1547
+ },
1548
+ {
1549
+ "lighting_standard": "NECB2011",
1550
+ "building_type": "Space Function",
1551
+ "space_type": "Mfg - corr. >= 2.4m-sch-F",
1552
+ "lighting_per_area": 0.2879993,
1553
+ "lighting_fraction_to_return_air": 0.0,
1554
+ "lighting_fraction_radiant": 0.2,
1555
+ "lighting_fraction_visible": 0.6
1556
+ },
1557
+ {
1558
+ "lighting_standard": "NECB2011",
1559
+ "building_type": "Space Function",
1560
+ "space_type": "Mfg - corr. >= 2.4m-sch-G",
1561
+ "lighting_per_area": 0.2879993,
1562
+ "lighting_fraction_to_return_air": 0.0,
1563
+ "lighting_fraction_radiant": 0.2,
1564
+ "lighting_fraction_visible": 0.6
1565
+ },
1566
+ {
1567
+ "lighting_standard": "NECB2011",
1568
+ "building_type": "Space Function",
1569
+ "space_type": "Mfg - corr. >= 2.4m-sch-H",
1570
+ "lighting_per_area": 0.2879993,
1571
+ "lighting_fraction_to_return_air": 0.0,
1572
+ "lighting_fraction_radiant": 0.2,
1573
+ "lighting_fraction_visible": 0.6
1574
+ },
1575
+ {
1576
+ "lighting_standard": "NECB2011",
1577
+ "building_type": "Space Function",
1578
+ "space_type": "Mfg - corr. >= 2.4m-sch-I",
1579
+ "lighting_per_area": 0.2879993,
1580
+ "lighting_fraction_to_return_air": 0.0,
1581
+ "lighting_fraction_radiant": 0.2,
1582
+ "lighting_fraction_visible": 0.6
1583
+ },
1584
+ {
1585
+ "lighting_standard": "NECB2011",
1586
+ "building_type": "Space Function",
1587
+ "space_type": "Mfg - corr. < 2.4m-sch-A",
1588
+ "lighting_per_area": 0.2879993,
1589
+ "lighting_fraction_to_return_air": 0.0,
1590
+ "lighting_fraction_radiant": 0.2,
1591
+ "lighting_fraction_visible": 0.6
1592
+ },
1593
+ {
1594
+ "lighting_standard": "NECB2011",
1595
+ "building_type": "Space Function",
1596
+ "space_type": "Mfg - corr. < 2.4m-sch-B",
1597
+ "lighting_per_area": 0.2879993,
1598
+ "lighting_fraction_to_return_air": 0.0,
1599
+ "lighting_fraction_radiant": 0.2,
1600
+ "lighting_fraction_visible": 0.6
1601
+ },
1602
+ {
1603
+ "lighting_standard": "NECB2011",
1604
+ "building_type": "Space Function",
1605
+ "space_type": "Mfg - corr. < 2.4m-sch-C",
1606
+ "lighting_per_area": 0.2879993,
1607
+ "lighting_fraction_to_return_air": 0.0,
1608
+ "lighting_fraction_radiant": 0.2,
1609
+ "lighting_fraction_visible": 0.6
1610
+ },
1611
+ {
1612
+ "lighting_standard": "NECB2011",
1613
+ "building_type": "Space Function",
1614
+ "space_type": "Mfg - corr. < 2.4m-sch-D",
1615
+ "lighting_per_area": 0.2879993,
1616
+ "lighting_fraction_to_return_air": 0.0,
1617
+ "lighting_fraction_radiant": 0.2,
1618
+ "lighting_fraction_visible": 0.6
1619
+ },
1620
+ {
1621
+ "lighting_standard": "NECB2011",
1622
+ "building_type": "Space Function",
1623
+ "space_type": "Mfg - corr. < 2.4m-sch-E",
1624
+ "lighting_per_area": 0.2879993,
1625
+ "lighting_fraction_to_return_air": 0.0,
1626
+ "lighting_fraction_radiant": 0.2,
1627
+ "lighting_fraction_visible": 0.6
1628
+ },
1629
+ {
1630
+ "lighting_standard": "NECB2011",
1631
+ "building_type": "Space Function",
1632
+ "space_type": "Mfg - corr. < 2.4m-sch-F",
1633
+ "lighting_per_area": 0.2879993,
1634
+ "lighting_fraction_to_return_air": 0.0,
1635
+ "lighting_fraction_radiant": 0.2,
1636
+ "lighting_fraction_visible": 0.6
1637
+ },
1638
+ {
1639
+ "lighting_standard": "NECB2011",
1640
+ "building_type": "Space Function",
1641
+ "space_type": "Mfg - corr. < 2.4m-sch-G",
1642
+ "lighting_per_area": 0.2879993,
1643
+ "lighting_fraction_to_return_air": 0.0,
1644
+ "lighting_fraction_radiant": 0.2,
1645
+ "lighting_fraction_visible": 0.6
1646
+ },
1647
+ {
1648
+ "lighting_standard": "NECB2011",
1649
+ "building_type": "Space Function",
1650
+ "space_type": "Mfg - corr. < 2.4m-sch-H",
1651
+ "lighting_per_area": 0.2879993,
1652
+ "lighting_fraction_to_return_air": 0.0,
1653
+ "lighting_fraction_radiant": 0.2,
1654
+ "lighting_fraction_visible": 0.6
1655
+ },
1656
+ {
1657
+ "lighting_standard": "NECB2011",
1658
+ "building_type": "Space Function",
1659
+ "space_type": "Mfg - corr. < 2.4m-sch-I",
1660
+ "lighting_per_area": 0.2879993,
1661
+ "lighting_fraction_to_return_air": 0.0,
1662
+ "lighting_fraction_radiant": 0.2,
1663
+ "lighting_fraction_visible": 0.6
1664
+ },
1665
+ {
1666
+ "lighting_standard": "NECB2011",
1667
+ "building_type": "Space Function",
1668
+ "space_type": "Mfg - detailed",
1669
+ "lighting_per_area": 0.92903,
1670
+ "lighting_fraction_to_return_air": 0.0,
1671
+ "lighting_fraction_radiant": 0.2,
1672
+ "lighting_fraction_visible": 0.6
1673
+ },
1674
+ {
1675
+ "lighting_standard": "NECB2011",
1676
+ "building_type": "Space Function",
1677
+ "space_type": "Mfg - equipment",
1678
+ "lighting_per_area": 0.650321,
1679
+ "lighting_fraction_to_return_air": 0.0,
1680
+ "lighting_fraction_radiant": 0.2,
1681
+ "lighting_fraction_visible": 0.6
1682
+ },
1683
+ {
1684
+ "lighting_standard": "NECB2011",
1685
+ "building_type": "Space Function",
1686
+ "space_type": "Mfg - bay H > 15m",
1687
+ "lighting_per_area": 1.0498039000000001,
1688
+ "lighting_fraction_to_return_air": 0.0,
1689
+ "lighting_fraction_radiant": 0.2,
1690
+ "lighting_fraction_visible": 0.6
1691
+ },
1692
+ {
1693
+ "lighting_standard": "NECB2011",
1694
+ "building_type": "Space Function",
1695
+ "space_type": "Mfg - 7.5 <= bay H <= 15m",
1696
+ "lighting_per_area": 0.7525143,
1697
+ "lighting_fraction_to_return_air": 0.0,
1698
+ "lighting_fraction_radiant": 0.2,
1699
+ "lighting_fraction_visible": 0.6
1700
+ },
1701
+ {
1702
+ "lighting_standard": "NECB2011",
1703
+ "building_type": "Space Function",
1704
+ "space_type": "Mfg - bay H < 7.5m",
1705
+ "lighting_per_area": 0.9569009,
1706
+ "lighting_fraction_to_return_air": 0.0,
1707
+ "lighting_fraction_radiant": 0.2,
1708
+ "lighting_fraction_visible": 0.6
1709
+ },
1710
+ {
1711
+ "lighting_standard": "NECB2011",
1712
+ "building_type": "Space Function",
1713
+ "space_type": "Museum - exhibition",
1714
+ "lighting_per_area": 1.0498039000000001,
1715
+ "lighting_fraction_to_return_air": 0.0,
1716
+ "lighting_fraction_radiant": 0.2,
1717
+ "lighting_fraction_visible": 0.6
1718
+ },
1719
+ {
1720
+ "lighting_standard": "NECB2011",
1721
+ "building_type": "Space Function",
1722
+ "space_type": "Museum - restoration",
1723
+ "lighting_per_area": 0.8547075999999999,
1724
+ "lighting_fraction_to_return_air": 0.0,
1725
+ "lighting_fraction_radiant": 0.2,
1726
+ "lighting_fraction_visible": 0.6
1727
+ },
1728
+ {
1729
+ "lighting_standard": "NECB2011",
1730
+ "building_type": "Space Function",
1731
+ "space_type": "Parking garage space",
1732
+ "lighting_per_area": 0.1393545,
1733
+ "lighting_fraction_to_return_air": 0.0,
1734
+ "lighting_fraction_radiant": 0.2,
1735
+ "lighting_fraction_visible": 0.6
1736
+ },
1737
+ {
1738
+ "lighting_standard": "NECB2011",
1739
+ "building_type": "Space Function",
1740
+ "space_type": "Post office sorting",
1741
+ "lighting_per_area": 0.6781919,
1742
+ "lighting_fraction_to_return_air": 0.0,
1743
+ "lighting_fraction_radiant": 0.2,
1744
+ "lighting_fraction_visible": 0.6
1745
+ },
1746
+ {
1747
+ "lighting_standard": "NECB2011",
1748
+ "building_type": "Space Function",
1749
+ "space_type": "Religious - audience",
1750
+ "lighting_per_area": 1.5328995,
1751
+ "lighting_fraction_to_return_air": 0.0,
1752
+ "lighting_fraction_radiant": 0.2,
1753
+ "lighting_fraction_visible": 0.6
1754
+ },
1755
+ {
1756
+ "lighting_standard": "NECB2011",
1757
+ "building_type": "Space Function",
1758
+ "space_type": "Religious - fellowship hall",
1759
+ "lighting_per_area": 0.5481277,
1760
+ "lighting_fraction_to_return_air": 0.0,
1761
+ "lighting_fraction_radiant": 0.2,
1762
+ "lighting_fraction_visible": 0.6
1763
+ },
1764
+ {
1765
+ "lighting_standard": "NECB2011",
1766
+ "building_type": "Space Function",
1767
+ "space_type": "Religious - pulpit/choir",
1768
+ "lighting_per_area": 1.5328995,
1769
+ "lighting_fraction_to_return_air": 0.0,
1770
+ "lighting_fraction_radiant": 0.2,
1771
+ "lighting_fraction_visible": 0.6
1772
+ },
1773
+ {
1774
+ "lighting_standard": "NECB2011",
1775
+ "building_type": "Space Function",
1776
+ "space_type": "Retail - dressing/fitting",
1777
+ "lighting_per_area": 0.5016762,
1778
+ "lighting_fraction_to_return_air": 0.0,
1779
+ "lighting_fraction_radiant": 0.2,
1780
+ "lighting_fraction_visible": 0.6
1781
+ },
1782
+ {
1783
+ "lighting_standard": "NECB2011",
1784
+ "building_type": "Space Function",
1785
+ "space_type": "Retail - mall concourse",
1786
+ "lighting_per_area": 0.9011590999999999,
1787
+ "lighting_fraction_to_return_air": 0.0,
1788
+ "lighting_fraction_radiant": 0.2,
1789
+ "lighting_fraction_visible": 0.6
1790
+ },
1791
+ {
1792
+ "lighting_standard": "NECB2011",
1793
+ "building_type": "Space Function",
1794
+ "space_type": "Retail - sales",
1795
+ "lighting_per_area": 1.2170292999999999,
1796
+ "lighting_fraction_to_return_air": 0.0,
1797
+ "lighting_fraction_radiant": 0.2,
1798
+ "lighting_fraction_visible": 0.6
1799
+ },
1800
+ {
1801
+ "lighting_standard": "NECB2011",
1802
+ "building_type": "Space Function",
1803
+ "space_type": "Sports arena - audience",
1804
+ "lighting_per_area": 0.42735379999999995,
1805
+ "lighting_fraction_to_return_air": 0.0,
1806
+ "lighting_fraction_radiant": 0.2,
1807
+ "lighting_fraction_visible": 0.6
1808
+ },
1809
+ {
1810
+ "lighting_standard": "NECB2011",
1811
+ "building_type": "Space Function",
1812
+ "space_type": "Sports arena - court c4",
1813
+ "lighting_per_area": 1.1334165999999999,
1814
+ "lighting_fraction_to_return_air": 0.0,
1815
+ "lighting_fraction_radiant": 0.2,
1816
+ "lighting_fraction_visible": 0.6
1817
+ },
1818
+ {
1819
+ "lighting_standard": "NECB2011",
1820
+ "building_type": "Space Function",
1821
+ "space_type": "Sports arena - court c3",
1822
+ "lighting_per_area": 1.7001249,
1823
+ "lighting_fraction_to_return_air": 0.0,
1824
+ "lighting_fraction_radiant": 0.2,
1825
+ "lighting_fraction_visible": 0.6
1826
+ },
1827
+ {
1828
+ "lighting_standard": "NECB2011",
1829
+ "building_type": "Space Function",
1830
+ "space_type": "Sports arena - court c2",
1831
+ "lighting_per_area": 1.9602533000000002,
1832
+ "lighting_fraction_to_return_air": 0.0,
1833
+ "lighting_fraction_radiant": 0.2,
1834
+ "lighting_fraction_visible": 0.6
1835
+ },
1836
+ {
1837
+ "lighting_standard": "NECB2011",
1838
+ "building_type": "Space Function",
1839
+ "space_type": "Sports arena - court c1",
1840
+ "lighting_per_area": 2.4712198,
1841
+ "lighting_fraction_to_return_air": 0.0,
1842
+ "lighting_fraction_radiant": 0.2,
1843
+ "lighting_fraction_visible": 0.6
1844
+ },
1845
+ {
1846
+ "lighting_standard": "NECB2011",
1847
+ "building_type": "Space Function",
1848
+ "space_type": "Sports arena - ring",
1849
+ "lighting_per_area": 2.4712198,
1850
+ "lighting_fraction_to_return_air": 0.0,
1851
+ "lighting_fraction_radiant": 0.2,
1852
+ "lighting_fraction_visible": 0.6
1853
+ },
1854
+ {
1855
+ "lighting_standard": "NECB2011",
1856
+ "building_type": "Space Function",
1857
+ "space_type": "Transp. baggage",
1858
+ "lighting_per_area": 0.4459344,
1859
+ "lighting_fraction_to_return_air": 0.0,
1860
+ "lighting_fraction_radiant": 0.2,
1861
+ "lighting_fraction_visible": 0.6
1862
+ },
1863
+ {
1864
+ "lighting_standard": "NECB2011",
1865
+ "building_type": "Space Function",
1866
+ "space_type": "Transp. concourse",
1867
+ "lighting_per_area": 0.30657989999999996,
1868
+ "lighting_fraction_to_return_air": 0.0,
1869
+ "lighting_fraction_radiant": 0.2,
1870
+ "lighting_fraction_visible": 0.6
1871
+ },
1872
+ {
1873
+ "lighting_standard": "NECB2011",
1874
+ "building_type": "Space Function",
1875
+ "space_type": "Transp. seating",
1876
+ "lighting_per_area": 0.42735379999999995,
1877
+ "lighting_fraction_to_return_air": 0.0,
1878
+ "lighting_fraction_radiant": 0.2,
1879
+ "lighting_fraction_visible": 0.6
1880
+ },
1881
+ {
1882
+ "lighting_standard": "NECB2011",
1883
+ "building_type": "Space Function",
1884
+ "space_type": "Transp. counter",
1885
+ "lighting_per_area": 0.6224501,
1886
+ "lighting_fraction_to_return_air": 0.0,
1887
+ "lighting_fraction_radiant": 0.2,
1888
+ "lighting_fraction_visible": 0.6
1889
+ },
1890
+ {
1891
+ "lighting_standard": "NECB2011",
1892
+ "building_type": "Space Function",
1893
+ "space_type": "Warehouse - fine",
1894
+ "lighting_per_area": 0.6874822,
1895
+ "lighting_fraction_to_return_air": 0.0,
1896
+ "lighting_fraction_radiant": 0.2,
1897
+ "lighting_fraction_visible": 0.6
1898
+ },
1899
+ {
1900
+ "lighting_standard": "NECB2011",
1901
+ "building_type": "Space Function",
1902
+ "space_type": "Warehouse - med/blk",
1903
+ "lighting_per_area": 0.3530314,
1904
+ "lighting_fraction_to_return_air": 0.0,
1905
+ "lighting_fraction_radiant": 0.2,
1906
+ "lighting_fraction_visible": 0.6
1907
+ },
1908
+ {
1909
+ "lighting_standard": "NECB2011",
1910
+ "building_type": "Space Function",
1911
+ "space_type": "Warehouse - med/blk2",
1912
+ "lighting_per_area": 0.3530314,
1913
+ "lighting_fraction_to_return_air": 0.0,
1914
+ "lighting_fraction_radiant": 0.2,
1915
+ "lighting_fraction_visible": 0.6
1916
+ },
1917
+ {
1918
+ "lighting_standard": "NECB2011",
1919
+ "building_type": "Space Function",
1920
+ "space_type": "- undefined -",
1921
+ "lighting_per_area": 0.0,
1922
+ "lighting_fraction_to_return_air": 0.0,
1923
+ "lighting_fraction_radiant": 0.2,
1924
+ "lighting_fraction_visible": 0.6
1925
+ },
1926
+ {
1927
+ "lighting_standard": "NECB2011",
1928
+ "building_type": "Space Function",
1929
+ "space_type": "Food preparation - vented",
1930
+ "lighting_per_area": 1.0590942,
1931
+ "lighting_fraction_to_return_air": 0.0,
1932
+ "lighting_fraction_radiant": 0.2,
1933
+ "lighting_fraction_visible": 0.6
1934
+ },
1935
+ {
1936
+ "lighting_standard": "NECB2011",
1937
+ "building_type": "Space Function",
1938
+ "space_type": "Hospital - medical supply - occsens",
1939
+ "lighting_per_area": 0.92903,
1940
+ "lighting_fraction_to_return_air": 0.0,
1941
+ "lighting_fraction_radiant": 0.2,
1942
+ "lighting_fraction_visible": 0.6
1943
+ },
1944
+ {
1945
+ "lighting_standard": "NECB2011",
1946
+ "building_type": "Space Function",
1947
+ "space_type": "Storage area - occsens",
1948
+ "lighting_per_area": 0.9661912,
1949
+ "lighting_fraction_to_return_air": 0.0,
1950
+ "lighting_fraction_radiant": 0.2,
1951
+ "lighting_fraction_visible": 0.6
1952
+ },
1953
+ {
1954
+ "lighting_standard": "NECB2011",
1955
+ "building_type": "Space Function",
1956
+ "space_type": "Storage area - refrigerated",
1957
+ "lighting_per_area": 0.9661912,
1958
+ "lighting_fraction_to_return_air": 0.0,
1959
+ "lighting_fraction_radiant": 0.2,
1960
+ "lighting_fraction_visible": 0.6
1961
+ },
1962
+ {
1963
+ "lighting_standard": "NECB2011",
1964
+ "building_type": "Space Function",
1965
+ "space_type": "Storage area - refrigerated - occsens",
1966
+ "lighting_per_area": 0.9661912,
1967
+ "lighting_fraction_to_return_air": 0.0,
1968
+ "lighting_fraction_radiant": 0.2,
1969
+ "lighting_fraction_visible": 0.6
1970
+ },
1971
+ {
1972
+ "lighting_standard": "NECB2011",
1973
+ "building_type": "Space Function",
1974
+ "space_type": "Warehouse - fine - refrigerated",
1975
+ "lighting_per_area": 0.6874822,
1976
+ "lighting_fraction_to_return_air": 0.0,
1977
+ "lighting_fraction_radiant": 0.2,
1978
+ "lighting_fraction_visible": 0.6
1979
+ },
1980
+ {
1981
+ "lighting_standard": "NECB2011",
1982
+ "building_type": "Space Function",
1983
+ "space_type": "Warehouse - med/blk - refrigerated",
1984
+ "lighting_per_area": 0.3530314,
1985
+ "lighting_fraction_to_return_air": 0.0,
1986
+ "lighting_fraction_radiant": 0.2,
1987
+ "lighting_fraction_visible": 0.6
1988
+ },
1989
+ {
1990
+ "lighting_standard": "NECB2011",
1991
+ "building_type": "Space Function",
1992
+ "space_type": "Warehouse - med/blk2 - refrigerated",
1993
+ "lighting_per_area": 0.3530314,
1994
+ "lighting_fraction_to_return_air": 0.0,
1995
+ "lighting_fraction_radiant": 0.2,
1996
+ "lighting_fraction_visible": 0.6
1997
+ },
1998
+ {
1999
+ "lighting_standard": "NECB2011",
2000
+ "building_type": "Space Function",
2001
+ "space_type": "Office - enclosed",
2002
+ "lighting_per_area": 0.92903,
2003
+ "lighting_fraction_to_return_air": 0.0,
2004
+ "lighting_fraction_radiant": 0.2,
2005
+ "lighting_fraction_visible": 0.6
2006
+ },
2007
+ {
2008
+ "lighting_standard": "NECB2011",
2009
+ "building_type": "Space Function",
2010
+ "space_type": "Office - enclosed - occsens",
2011
+ "lighting_per_area": 0.92903,
2012
+ "lighting_fraction_to_return_air": 0.0,
2013
+ "lighting_fraction_radiant": 0.2,
2014
+ "lighting_fraction_visible": 0.6
2015
+ },
2016
+ {
2017
+ "lighting_standard": "NECB2011",
2018
+ "building_type": "Space Function",
2019
+ "space_type": "Office - open plan",
2020
+ "lighting_per_area": 0.8082560999999999,
2021
+ "lighting_fraction_to_return_air": 0.0,
2022
+ "lighting_fraction_radiant": 0.2,
2023
+ "lighting_fraction_visible": 0.6
2024
+ }
2025
+ ]
2026
+ }
2027
+ }
2028
+ }