openstudio-standards 0.1.11 → 0.1.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/data/standards/OpenStudio_Standards.xlsx +0 -0
- data/data/standards/OpenStudio_Standards_climate_zone_sets.json +96 -0
- data/data/standards/OpenStudio_Standards_climate_zones.json +96 -0
- data/data/standards/OpenStudio_Standards_construction_properties.json +11424 -0
- data/data/standards/OpenStudio_Standards_construction_sets.json +1746 -24
- data/data/standards/OpenStudio_Standards_constructions.json +409 -0
- data/data/standards/OpenStudio_Standards_curve_biquadratics.json +160 -0
- data/data/standards/OpenStudio_Standards_curve_quadratics.json +165 -0
- data/data/standards/OpenStudio_Standards_entryways.json +191 -0
- data/data/standards/OpenStudio_Standards_exterior_lighting.json +964 -0
- data/data/standards/OpenStudio_Standards_exterior_lighting_assumptions.json +191 -0
- data/data/standards/OpenStudio_Standards_ground_temperatures.json +11424 -0
- data/data/standards/OpenStudio_Standards_illuminated_parking_area.json +157 -0
- data/data/standards/OpenStudio_Standards_materials.json +2539 -745
- data/data/standards/OpenStudio_Standards_motors.json +420 -0
- data/data/standards/OpenStudio_Standards_parking.json +157 -0
- data/data/standards/OpenStudio_Standards_prototype_inputs.json +4410 -10
- data/data/standards/OpenStudio_Standards_schedules.json +13756 -8383
- data/data/standards/OpenStudio_Standards_space_types.json +8593 -907
- data/data/standards/OpenStudio_Standards_standards.json +9 -0
- data/data/standards/OpenStudio_Standards_templates.json +24 -0
- data/data/standards/OpenStudio_Standards_unitary_acs.json +924 -0
- data/data/standards/manage_OpenStudio_Standards.rb +1 -1
- data/lib/openstudio-standards/btap/btap.rb +0 -1
- data/lib/openstudio-standards/btap/compliance.rb +2 -5
- data/lib/openstudio-standards/btap/economics.rb +16 -16
- data/lib/openstudio-standards/btap/envelope.rb +1 -1
- data/lib/openstudio-standards/btap/equest.rb +7 -7
- data/lib/openstudio-standards/btap/fileio.rb +2 -2
- data/lib/openstudio-standards/btap/geometry.rb +1 -1
- data/lib/openstudio-standards/btap/measures.rb +16 -16
- data/lib/openstudio-standards/btap/mpc.rb +18 -18
- data/lib/openstudio-standards/btap/schedules.rb +35 -2
- data/lib/openstudio-standards/btap/simmanager.rb +1 -1
- data/lib/openstudio-standards/btap/spaceloads.rb +1 -1
- data/lib/openstudio-standards/btap/vintagizer.rb +1 -1
- data/lib/openstudio-standards/prototypes/Prototype.Model.elevators.rb +218 -0
- data/lib/openstudio-standards/prototypes/Prototype.Model.exterior_lights.rb +399 -0
- data/lib/openstudio-standards/prototypes/Prototype.Model.hvac.rb +2 -2
- data/lib/openstudio-standards/prototypes/Prototype.Model.rb +237 -0
- data/lib/openstudio-standards/prototypes/Prototype.Model.swh.rb +536 -0
- data/lib/openstudio-standards/standards/Standards.AirLoopHVAC.rb +6 -0
- data/lib/openstudio-standards/standards/Standards.Model.rb +249 -10
- data/lib/openstudio-standards/standards/Standards.SpaceType.rb +5 -5
- data/lib/openstudio-standards/standards/Standards.ThermalZone.rb +161 -0
- data/lib/openstudio-standards/utilities/simulation.rb +6 -4
- data/lib/openstudio-standards/version.rb +1 -1
- metadata +223 -204
- data/lib/openstudio-standards/btap/os_lib_schedules.rb +0 -677
@@ -209,6 +209,105 @@
|
|
209
209
|
"max_out": null,
|
210
210
|
"notes": "From PNNL Prototype Buildings OutPatientHealtCare, RestaurantFastFood, RestaurantSitDown, SchoolPrimary, SchoolSecondary"
|
211
211
|
},
|
212
|
+
{
|
213
|
+
"name": "Curve Quadratic 1",
|
214
|
+
"coeff_1": 0.8,
|
215
|
+
"coeff_2": 0.2,
|
216
|
+
"coeff_3": 0.0,
|
217
|
+
"min_x": 0.5,
|
218
|
+
"max_x": 1.5,
|
219
|
+
"min_out": null,
|
220
|
+
"max_out": null,
|
221
|
+
"notes": "Office -2 stories, Retail medium"
|
222
|
+
},
|
223
|
+
{
|
224
|
+
"name": "Curve Quadratic 2",
|
225
|
+
"coeff_1": 1.1552,
|
226
|
+
"coeff_2": -0.1808,
|
227
|
+
"coeff_3": 0.0256,
|
228
|
+
"min_x": 0.5,
|
229
|
+
"max_x": 1.5,
|
230
|
+
"min_out": null,
|
231
|
+
"max_out": null,
|
232
|
+
"notes": "Office -2 stories, Retail medium"
|
233
|
+
},
|
234
|
+
{
|
235
|
+
"name": "Curve Quadratic 3",
|
236
|
+
"coeff_1": 0.85,
|
237
|
+
"coeff_2": 0.15,
|
238
|
+
"coeff_3": 0.0,
|
239
|
+
"min_x": 0.0,
|
240
|
+
"max_x": 1.0,
|
241
|
+
"min_out": null,
|
242
|
+
"max_out": null,
|
243
|
+
"notes": "Office -2 stories, Retail medium"
|
244
|
+
},
|
245
|
+
{
|
246
|
+
"name": "Curve Quadratic 4",
|
247
|
+
"coeff_1": 0.8,
|
248
|
+
"coeff_2": 0.2,
|
249
|
+
"coeff_3": 0.0,
|
250
|
+
"min_x": 0.5,
|
251
|
+
"max_x": 1.5,
|
252
|
+
"min_out": null,
|
253
|
+
"max_out": null,
|
254
|
+
"notes": "Office -3 stories, Mixed use - 2 stories"
|
255
|
+
},
|
256
|
+
{
|
257
|
+
"name": "Curve Quadratic 5",
|
258
|
+
"coeff_1": 1.1552,
|
259
|
+
"coeff_2": -0.1808,
|
260
|
+
"coeff_3": 0.0256,
|
261
|
+
"min_x": 0.5,
|
262
|
+
"max_x": 1.5,
|
263
|
+
"min_out": null,
|
264
|
+
"max_out": null,
|
265
|
+
"notes": "Office -3 stories, Mixed use - 2 stories"
|
266
|
+
},
|
267
|
+
{
|
268
|
+
"name": "Curve Quadratic 6",
|
269
|
+
"coeff_1": 0.85,
|
270
|
+
"coeff_2": 0.15,
|
271
|
+
"coeff_3": 0.0,
|
272
|
+
"min_x": 0.0,
|
273
|
+
"max_x": 1.0,
|
274
|
+
"min_out": null,
|
275
|
+
"max_out": null,
|
276
|
+
"notes": "Office -3 stories, Mixed use - 2 stories"
|
277
|
+
},
|
278
|
+
{
|
279
|
+
"name": "Curve Quadratic 7",
|
280
|
+
"coeff_1": 0.8,
|
281
|
+
"coeff_2": 0.2,
|
282
|
+
"coeff_3": 0.0,
|
283
|
+
"min_x": 0.5,
|
284
|
+
"max_x": 1.5,
|
285
|
+
"min_out": null,
|
286
|
+
"max_out": null,
|
287
|
+
"notes": "Mixed use - 3 stories"
|
288
|
+
},
|
289
|
+
{
|
290
|
+
"name": "Curve Quadratic 8",
|
291
|
+
"coeff_1": 1.1552,
|
292
|
+
"coeff_2": -0.1808,
|
293
|
+
"coeff_3": 0.0256,
|
294
|
+
"min_x": 0.5,
|
295
|
+
"max_x": 1.5,
|
296
|
+
"min_out": null,
|
297
|
+
"max_out": null,
|
298
|
+
"notes": "Mixed use - 3 stories"
|
299
|
+
},
|
300
|
+
{
|
301
|
+
"name": "Curve Quadratic 9",
|
302
|
+
"coeff_1": 0.85,
|
303
|
+
"coeff_2": 0.15,
|
304
|
+
"coeff_3": 0.0,
|
305
|
+
"min_x": 0.0,
|
306
|
+
"max_x": 1.0,
|
307
|
+
"min_out": null,
|
308
|
+
"max_out": null,
|
309
|
+
"notes": "Mixed use - 3 stories"
|
310
|
+
},
|
212
311
|
{
|
213
312
|
"name": "DOE Ref DX Clg Coil Cool-PLF-fPLR",
|
214
313
|
"coeff_1": 0.90949556,
|
@@ -406,6 +505,72 @@
|
|
406
505
|
"min_out": null,
|
407
506
|
"max_out": null,
|
408
507
|
"notes": "From NECB 2011"
|
508
|
+
},
|
509
|
+
{
|
510
|
+
"name": "back perimeter space Cooling capacity of flow",
|
511
|
+
"coeff_1": 0.8,
|
512
|
+
"coeff_2": 0.2,
|
513
|
+
"coeff_3": 0.0,
|
514
|
+
"min_x": 0.5,
|
515
|
+
"max_x": 1.5,
|
516
|
+
"min_out": null,
|
517
|
+
"max_out": null,
|
518
|
+
"notes": "Office - 1 story"
|
519
|
+
},
|
520
|
+
{
|
521
|
+
"name": "back perimeter space Energy input ration of flow",
|
522
|
+
"coeff_1": 1.156,
|
523
|
+
"coeff_2": -0.1816,
|
524
|
+
"coeff_3": 0.0256,
|
525
|
+
"min_x": 0.5,
|
526
|
+
"max_x": 1.5,
|
527
|
+
"min_out": null,
|
528
|
+
"max_out": null,
|
529
|
+
"notes": "Office - 1 story"
|
530
|
+
},
|
531
|
+
{
|
532
|
+
"name": "back perimeter space Heating coil part load 1",
|
533
|
+
"coeff_1": 1.0,
|
534
|
+
"coeff_2": 0.0,
|
535
|
+
"coeff_3": 0.0,
|
536
|
+
"min_x": 0.0,
|
537
|
+
"max_x": 1.0,
|
538
|
+
"min_out": null,
|
539
|
+
"max_out": null,
|
540
|
+
"notes": "Office - 1 story"
|
541
|
+
},
|
542
|
+
{
|
543
|
+
"name": "sale space Cooling capacity of flow",
|
544
|
+
"coeff_1": 0.8,
|
545
|
+
"coeff_2": 0.2,
|
546
|
+
"coeff_3": 0.0,
|
547
|
+
"min_x": 0.5,
|
548
|
+
"max_x": 1.5,
|
549
|
+
"min_out": null,
|
550
|
+
"max_out": null,
|
551
|
+
"notes": "Retail small"
|
552
|
+
},
|
553
|
+
{
|
554
|
+
"name": "sale space Energy input ration of flow",
|
555
|
+
"coeff_1": 1.156,
|
556
|
+
"coeff_2": -0.1816,
|
557
|
+
"coeff_3": 0.0256,
|
558
|
+
"min_x": 0.5,
|
559
|
+
"max_x": 1.5,
|
560
|
+
"min_out": null,
|
561
|
+
"max_out": null,
|
562
|
+
"notes": "Retail small"
|
563
|
+
},
|
564
|
+
{
|
565
|
+
"name": "sale space Heating coil part load 1",
|
566
|
+
"coeff_1": 1.0,
|
567
|
+
"coeff_2": 0.0,
|
568
|
+
"coeff_3": 0.0,
|
569
|
+
"min_x": 0.0,
|
570
|
+
"max_x": 1.0,
|
571
|
+
"min_out": null,
|
572
|
+
"max_out": null,
|
573
|
+
"notes": "Retail small"
|
409
574
|
}
|
410
575
|
]
|
411
576
|
}
|
@@ -0,0 +1,191 @@
|
|
1
|
+
{
|
2
|
+
"entryways": [
|
3
|
+
{
|
4
|
+
"building_type": "SmallOffice",
|
5
|
+
"rollup_doors_per_10,000": 0.47,
|
6
|
+
"entrance_doors_per_10,000": 2.0,
|
7
|
+
"others_doors_per_10,000": 2.0,
|
8
|
+
"entrance_canopies": null,
|
9
|
+
"emergency_canopies": null,
|
10
|
+
"canopy_size": null,
|
11
|
+
"floor_area_per_drive_through_window": null,
|
12
|
+
"notes": "Based on Table 4.18 Number of Doors by Door Type from Achieving the 30% Goal: Energy and Cost Savings Analysis of ASHRAE Standard 90.1-2010"
|
13
|
+
},
|
14
|
+
{
|
15
|
+
"building_type": "MediumOffice",
|
16
|
+
"rollup_doors_per_10,000": 0.13,
|
17
|
+
"entrance_doors_per_10,000": 1.0,
|
18
|
+
"others_doors_per_10,000": 3.0,
|
19
|
+
"entrance_canopies": null,
|
20
|
+
"emergency_canopies": null,
|
21
|
+
"canopy_size": null,
|
22
|
+
"floor_area_per_drive_through_window": null,
|
23
|
+
"notes": "Based on Table 4.18 Number of Doors by Door Type from Achieving the 30% Goal: Energy and Cost Savings Analysis of ASHRAE Standard 90.1-2010"
|
24
|
+
},
|
25
|
+
{
|
26
|
+
"building_type": "LargeOffice",
|
27
|
+
"rollup_doors_per_10,000": 0.0,
|
28
|
+
"entrance_doors_per_10,000": 1.0,
|
29
|
+
"others_doors_per_10,000": 3.0,
|
30
|
+
"entrance_canopies": null,
|
31
|
+
"emergency_canopies": null,
|
32
|
+
"canopy_size": null,
|
33
|
+
"floor_area_per_drive_through_window": null,
|
34
|
+
"notes": "Based on Table 4.18 Number of Doors by Door Type from Achieving the 30% Goal: Energy and Cost Savings Analysis of ASHRAE Standard 90.1-2010"
|
35
|
+
},
|
36
|
+
{
|
37
|
+
"building_type": "Retail",
|
38
|
+
"rollup_doors_per_10,000": 1.84,
|
39
|
+
"entrance_doors_per_10,000": 1.0,
|
40
|
+
"others_doors_per_10,000": 2.93,
|
41
|
+
"entrance_canopies": null,
|
42
|
+
"emergency_canopies": null,
|
43
|
+
"canopy_size": null,
|
44
|
+
"floor_area_per_drive_through_window": null,
|
45
|
+
"notes": "Based on Table 4.18 Number of Doors by Door Type from Achieving the 30% Goal: Energy and Cost Savings Analysis of ASHRAE Standard 90.1-2010"
|
46
|
+
},
|
47
|
+
{
|
48
|
+
"building_type": "StripMall",
|
49
|
+
"rollup_doors_per_10,000": 0.05,
|
50
|
+
"entrance_doors_per_10,000": 6.0,
|
51
|
+
"others_doors_per_10,000": 6.6,
|
52
|
+
"entrance_canopies": null,
|
53
|
+
"emergency_canopies": null,
|
54
|
+
"canopy_size": null,
|
55
|
+
"floor_area_per_drive_through_window": null,
|
56
|
+
"notes": "Based on Table 4.18 Number of Doors by Door Type from Achieving the 30% Goal: Energy and Cost Savings Analysis of ASHRAE Standard 90.1-2010"
|
57
|
+
},
|
58
|
+
{
|
59
|
+
"building_type": "PrimarySchool",
|
60
|
+
"rollup_doors_per_10,000": 0.07,
|
61
|
+
"entrance_doors_per_10,000": 2.0,
|
62
|
+
"others_doors_per_10,000": 3.3,
|
63
|
+
"entrance_canopies": null,
|
64
|
+
"emergency_canopies": null,
|
65
|
+
"canopy_size": null,
|
66
|
+
"floor_area_per_drive_through_window": null,
|
67
|
+
"notes": "Based on Table 4.18 Number of Doors by Door Type from Achieving the 30% Goal: Energy and Cost Savings Analysis of ASHRAE Standard 90.1-2010"
|
68
|
+
},
|
69
|
+
{
|
70
|
+
"building_type": "SecondarySchool",
|
71
|
+
"rollup_doors_per_10,000": 0.1,
|
72
|
+
"entrance_doors_per_10,000": 2.0,
|
73
|
+
"others_doors_per_10,000": 2.45,
|
74
|
+
"entrance_canopies": null,
|
75
|
+
"emergency_canopies": null,
|
76
|
+
"canopy_size": null,
|
77
|
+
"floor_area_per_drive_through_window": null,
|
78
|
+
"notes": "Based on Table 4.18 Number of Doors by Door Type from Achieving the 30% Goal: Energy and Cost Savings Analysis of ASHRAE Standard 90.1-2010"
|
79
|
+
},
|
80
|
+
{
|
81
|
+
"building_type": "Outpatient",
|
82
|
+
"rollup_doors_per_10,000": 0.1,
|
83
|
+
"entrance_doors_per_10,000": 1.0,
|
84
|
+
"others_doors_per_10,000": 5.19,
|
85
|
+
"entrance_canopies": null,
|
86
|
+
"emergency_canopies": null,
|
87
|
+
"canopy_size": null,
|
88
|
+
"floor_area_per_drive_through_window": null,
|
89
|
+
"notes": "Based on Table 4.18 Number of Doors by Door Type from Achieving the 30% Goal: Energy and Cost Savings Analysis of ASHRAE Standard 90.1-2010"
|
90
|
+
},
|
91
|
+
{
|
92
|
+
"building_type": "Hospital",
|
93
|
+
"rollup_doors_per_10,000": 0.03,
|
94
|
+
"entrance_doors_per_10,000": 2.0,
|
95
|
+
"others_doors_per_10,000": 3.8,
|
96
|
+
"entrance_canopies": null,
|
97
|
+
"emergency_canopies": 1.0,
|
98
|
+
"canopy_size": 720,
|
99
|
+
"floor_area_per_drive_through_window": null,
|
100
|
+
"notes": "No source for canopy size, Table 5.41. Exterior Lighting Savings Summary for Addendum 90.1-07i doesn't indicate canopy lighting. Section 5.4.2 Exterior Lights in U.S. Department of Energy Commercial Reference Building Models of the National Building Stock shows their use."
|
101
|
+
},
|
102
|
+
{
|
103
|
+
"building_type": "SmallHotel",
|
104
|
+
"rollup_doors_per_10,000": 0.0,
|
105
|
+
"entrance_doors_per_10,000": 2.0,
|
106
|
+
"others_doors_per_10,000": 28.91,
|
107
|
+
"entrance_canopies": 1.0,
|
108
|
+
"emergency_canopies": null,
|
109
|
+
"canopy_size": 720,
|
110
|
+
"floor_area_per_drive_through_window": null,
|
111
|
+
"notes": "SmallHotel appears to have exterior entries for all units, No source for canopy size, Table 5.41. Exterior Lighting Savings Summary for Addendum 90.1-07i doesn't indicate canopy lighting. Section 5.4.2 Exterior Lights in U.S. Department of Energy Commercial Reference Building Models of the National Building Stock shows their use."
|
112
|
+
},
|
113
|
+
{
|
114
|
+
"building_type": "LargeHotel",
|
115
|
+
"rollup_doors_per_10,000": 0.0,
|
116
|
+
"entrance_doors_per_10,000": 2.0,
|
117
|
+
"others_doors_per_10,000": 2.27,
|
118
|
+
"entrance_canopies": 1.0,
|
119
|
+
"emergency_canopies": null,
|
120
|
+
"canopy_size": 1620,
|
121
|
+
"floor_area_per_drive_through_window": null,
|
122
|
+
"notes": "No source for canopy size, Table 5.41. Exterior Lighting Savings Summary for Addendum 90.1-07i doesn't indicate canopy lighting. Section 5.4.2 Exterior Lights in U.S. Department of Energy Commercial Reference Building Models of the National Building Stock shows their use."
|
123
|
+
},
|
124
|
+
{
|
125
|
+
"building_type": "Warehouse",
|
126
|
+
"rollup_doors_per_10,000": 3.67,
|
127
|
+
"entrance_doors_per_10,000": 1.0,
|
128
|
+
"others_doors_per_10,000": 2.0,
|
129
|
+
"entrance_canopies": null,
|
130
|
+
"emergency_canopies": null,
|
131
|
+
"canopy_size": null,
|
132
|
+
"floor_area_per_drive_through_window": null,
|
133
|
+
"notes": "Based on Table 4.18 Number of Doors by Door Type from Achieving the 30% Goal: Energy and Cost Savings Analysis of ASHRAE Standard 90.1-2010"
|
134
|
+
},
|
135
|
+
{
|
136
|
+
"building_type": "QuickServiceRestaurant",
|
137
|
+
"rollup_doors_per_10,000": 0.0,
|
138
|
+
"entrance_doors_per_10,000": 2.0,
|
139
|
+
"others_doors_per_10,000": 1.0,
|
140
|
+
"entrance_canopies": null,
|
141
|
+
"emergency_canopies": null,
|
142
|
+
"canopy_size": null,
|
143
|
+
"floor_area_per_drive_through_window": 2500.0,
|
144
|
+
"notes": "No source for drive through count, Table 5.41. Exterior Lighting Savings Summary for Addendum 90.1-07i doesn't indicate drive through lighting. Section 5.4.2 Exterior Lights in U.S. Department of Energy Commercial Reference Building Models of the National Building Stock shows their use."
|
145
|
+
},
|
146
|
+
{
|
147
|
+
"building_type": "FullServiceRestaurant",
|
148
|
+
"rollup_doors_per_10,000": 0.0,
|
149
|
+
"entrance_doors_per_10,000": 1.0,
|
150
|
+
"others_doors_per_10,000": 3.0,
|
151
|
+
"entrance_canopies": null,
|
152
|
+
"emergency_canopies": null,
|
153
|
+
"canopy_size": null,
|
154
|
+
"floor_area_per_drive_through_window": null,
|
155
|
+
"notes": "Based on Table 4.18 Number of Doors by Door Type from Achieving the 30% Goal: Energy and Cost Savings Analysis of ASHRAE Standard 90.1-2010"
|
156
|
+
},
|
157
|
+
{
|
158
|
+
"building_type": "MidriseApartment",
|
159
|
+
"rollup_doors_per_10,000": 0.0,
|
160
|
+
"entrance_doors_per_10,000": 2.0,
|
161
|
+
"others_doors_per_10,000": 28.91,
|
162
|
+
"entrance_canopies": null,
|
163
|
+
"emergency_canopies": null,
|
164
|
+
"canopy_size": null,
|
165
|
+
"floor_area_per_drive_through_window": null,
|
166
|
+
"notes": "Midrise not in table 4.18, using values from SmallHotel. SmallHotel appears to have exterior entries for all units."
|
167
|
+
},
|
168
|
+
{
|
169
|
+
"building_type": "HighriseApartment",
|
170
|
+
"rollup_doors_per_10,000": 0.0,
|
171
|
+
"entrance_doors_per_10,000": 2.0,
|
172
|
+
"others_doors_per_10,000": 2.27,
|
173
|
+
"entrance_canopies": null,
|
174
|
+
"emergency_canopies": null,
|
175
|
+
"canopy_size": null,
|
176
|
+
"floor_area_per_drive_through_window": null,
|
177
|
+
"notes": "Highrise not in table 4.18, using values from LargeHotel."
|
178
|
+
},
|
179
|
+
{
|
180
|
+
"building_type": "SuperMarket",
|
181
|
+
"rollup_doors_per_10,000": 1.84,
|
182
|
+
"entrance_doors_per_10,000": 1.0,
|
183
|
+
"others_doors_per_10,000": 2.93,
|
184
|
+
"entrance_canopies": null,
|
185
|
+
"emergency_canopies": null,
|
186
|
+
"canopy_size": null,
|
187
|
+
"floor_area_per_drive_through_window": null,
|
188
|
+
"notes": "SuperMarket not in table 4.18, using values from RetailStandAlone. Consistant with SuperMarket parking area used in U.S. Department of Energy Commercial Reference Building Models of the National Building Stock report."
|
189
|
+
}
|
190
|
+
]
|
191
|
+
}
|
@@ -0,0 +1,964 @@
|
|
1
|
+
{
|
2
|
+
"exterior_lighting": [
|
3
|
+
{
|
4
|
+
"exterior_lighting_zone_number": 0.0,
|
5
|
+
"exerior_lighting_zone_name": "Undeveloped Areas Parks",
|
6
|
+
"template": "90.1-2013",
|
7
|
+
"control_option": "AstronomicalClock",
|
8
|
+
"building_facade_and_landscape_automatic_shut_off": 1,
|
9
|
+
"occupancy_setback_reduction": 0.3,
|
10
|
+
"base_site_allowance_power": 0.0,
|
11
|
+
"base_site_allowance_fraction": null,
|
12
|
+
"parking_areas_and_drives": 0.0,
|
13
|
+
"walkways_less_than_10ft_wide": 0.0,
|
14
|
+
"walkways_10ft_wide_or_greater": 0.0,
|
15
|
+
"stairways": 0.0,
|
16
|
+
"pedestrian_tunnels": 0.0,
|
17
|
+
"landscaping": 0.0,
|
18
|
+
"main_entries": 0.0,
|
19
|
+
"other_doors": 0.0,
|
20
|
+
"entry_canopies": 0.0,
|
21
|
+
"loading_docks": 0.0,
|
22
|
+
"sales_canopies": 0.0,
|
23
|
+
"outdoor_sales_open_areas": 0.0,
|
24
|
+
"outdoor_sales_street_frontage_for_vehicle_sales": 0.0,
|
25
|
+
"building_facades": 0.0,
|
26
|
+
"building_facades_alt_perim": 0.0,
|
27
|
+
"automated_teller_machines_per_location": 0.0,
|
28
|
+
"automated_teller_machines_per_machine": 0.0,
|
29
|
+
"entries_and_gates": 0.0,
|
30
|
+
"loading_areas_for_emergency_vehicles": 0.0,
|
31
|
+
"drive_through_windows_and_doors": 0.0,
|
32
|
+
"parking_near_24_hour_entrances": 0.0,
|
33
|
+
"roadway_parking": 60.0
|
34
|
+
},
|
35
|
+
{
|
36
|
+
"exterior_lighting_zone_number": 1.0,
|
37
|
+
"exerior_lighting_zone_name": "Developed Areas Parks",
|
38
|
+
"template": "90.1-2013",
|
39
|
+
"control_option": "AstronomicalClock",
|
40
|
+
"building_facade_and_landscape_automatic_shut_off": 1,
|
41
|
+
"occupancy_setback_reduction": 0.3,
|
42
|
+
"base_site_allowance_power": 500.0,
|
43
|
+
"base_site_allowance_fraction": null,
|
44
|
+
"parking_areas_and_drives": 0.04,
|
45
|
+
"walkways_less_than_10ft_wide": 0.7,
|
46
|
+
"walkways_10ft_wide_or_greater": 0.14,
|
47
|
+
"stairways": 0.75,
|
48
|
+
"pedestrian_tunnels": 0.15,
|
49
|
+
"landscaping": 0.04,
|
50
|
+
"main_entries": 20.0,
|
51
|
+
"other_doors": 20.0,
|
52
|
+
"entry_canopies": 0.25,
|
53
|
+
"loading_docks": 0.5,
|
54
|
+
"sales_canopies": 0.6,
|
55
|
+
"outdoor_sales_open_areas": 0.25,
|
56
|
+
"outdoor_sales_street_frontage_for_vehicle_sales": 0.0,
|
57
|
+
"building_facades": 0.0,
|
58
|
+
"building_facades_alt_perim": 0.0,
|
59
|
+
"automated_teller_machines_per_location": 270.0,
|
60
|
+
"automated_teller_machines_per_machine": 90.0,
|
61
|
+
"entries_and_gates": 0.75,
|
62
|
+
"loading_areas_for_emergency_vehicles": 0.5,
|
63
|
+
"drive_through_windows_and_doors": 400.0,
|
64
|
+
"parking_near_24_hour_entrances": 800.0,
|
65
|
+
"roadway_parking": 0.0
|
66
|
+
},
|
67
|
+
{
|
68
|
+
"exterior_lighting_zone_number": 2.0,
|
69
|
+
"exerior_lighting_zone_name": "Neighborhood",
|
70
|
+
"template": "90.1-2013",
|
71
|
+
"control_option": "AstronomicalClock",
|
72
|
+
"building_facade_and_landscape_automatic_shut_off": 1,
|
73
|
+
"occupancy_setback_reduction": 0.3,
|
74
|
+
"base_site_allowance_power": 600.0,
|
75
|
+
"base_site_allowance_fraction": null,
|
76
|
+
"parking_areas_and_drives": 0.06,
|
77
|
+
"walkways_less_than_10ft_wide": 0.7,
|
78
|
+
"walkways_10ft_wide_or_greater": 0.14,
|
79
|
+
"stairways": 1.0,
|
80
|
+
"pedestrian_tunnels": 0.15,
|
81
|
+
"landscaping": 0.05,
|
82
|
+
"main_entries": 20.0,
|
83
|
+
"other_doors": 20.0,
|
84
|
+
"entry_canopies": 0.25,
|
85
|
+
"loading_docks": 0.5,
|
86
|
+
"sales_canopies": 0.6,
|
87
|
+
"outdoor_sales_open_areas": 0.25,
|
88
|
+
"outdoor_sales_street_frontage_for_vehicle_sales": 10.0,
|
89
|
+
"building_facades": 0.1,
|
90
|
+
"building_facades_alt_perim": 2.5,
|
91
|
+
"automated_teller_machines_per_location": 270.0,
|
92
|
+
"automated_teller_machines_per_machine": 90.0,
|
93
|
+
"entries_and_gates": 0.75,
|
94
|
+
"loading_areas_for_emergency_vehicles": 0.5,
|
95
|
+
"drive_through_windows_and_doors": 400.0,
|
96
|
+
"parking_near_24_hour_entrances": 800.0,
|
97
|
+
"roadway_parking": 0.0
|
98
|
+
},
|
99
|
+
{
|
100
|
+
"exterior_lighting_zone_number": 3.0,
|
101
|
+
"exerior_lighting_zone_name": "All Other Areas",
|
102
|
+
"template": "90.1-2013",
|
103
|
+
"control_option": "AstronomicalClock",
|
104
|
+
"building_facade_and_landscape_automatic_shut_off": 1,
|
105
|
+
"occupancy_setback_reduction": 0.3,
|
106
|
+
"base_site_allowance_power": 750.0,
|
107
|
+
"base_site_allowance_fraction": null,
|
108
|
+
"parking_areas_and_drives": 0.1,
|
109
|
+
"walkways_less_than_10ft_wide": 0.8,
|
110
|
+
"walkways_10ft_wide_or_greater": 0.16,
|
111
|
+
"stairways": 1.0,
|
112
|
+
"pedestrian_tunnels": 0.2,
|
113
|
+
"landscaping": 0.05,
|
114
|
+
"main_entries": 30.0,
|
115
|
+
"other_doors": 20.0,
|
116
|
+
"entry_canopies": 0.4,
|
117
|
+
"loading_docks": 0.5,
|
118
|
+
"sales_canopies": 0.8,
|
119
|
+
"outdoor_sales_open_areas": 0.5,
|
120
|
+
"outdoor_sales_street_frontage_for_vehicle_sales": 10.0,
|
121
|
+
"building_facades": 0.15,
|
122
|
+
"building_facades_alt_perim": 3.75,
|
123
|
+
"automated_teller_machines_per_location": 270.0,
|
124
|
+
"automated_teller_machines_per_machine": 90.0,
|
125
|
+
"entries_and_gates": 0.75,
|
126
|
+
"loading_areas_for_emergency_vehicles": 0.5,
|
127
|
+
"drive_through_windows_and_doors": 400.0,
|
128
|
+
"parking_near_24_hour_entrances": 800.0,
|
129
|
+
"roadway_parking": 0.0
|
130
|
+
},
|
131
|
+
{
|
132
|
+
"exterior_lighting_zone_number": 4.0,
|
133
|
+
"exerior_lighting_zone_name": "High Activity",
|
134
|
+
"template": "90.1-2013",
|
135
|
+
"control_option": "AstronomicalClock",
|
136
|
+
"building_facade_and_landscape_automatic_shut_off": 1,
|
137
|
+
"occupancy_setback_reduction": 0.3,
|
138
|
+
"base_site_allowance_power": 1300.0,
|
139
|
+
"base_site_allowance_fraction": null,
|
140
|
+
"parking_areas_and_drives": 0.13,
|
141
|
+
"walkways_less_than_10ft_wide": 1.0,
|
142
|
+
"walkways_10ft_wide_or_greater": 0.2,
|
143
|
+
"stairways": 1.0,
|
144
|
+
"pedestrian_tunnels": 0.3,
|
145
|
+
"landscaping": 0.05,
|
146
|
+
"main_entries": 30.0,
|
147
|
+
"other_doors": 20.0,
|
148
|
+
"entry_canopies": 0.4,
|
149
|
+
"loading_docks": 0.5,
|
150
|
+
"sales_canopies": 1.0,
|
151
|
+
"outdoor_sales_open_areas": 0.7,
|
152
|
+
"outdoor_sales_street_frontage_for_vehicle_sales": 30.0,
|
153
|
+
"building_facades": 0.2,
|
154
|
+
"building_facades_alt_perim": 5.0,
|
155
|
+
"automated_teller_machines_per_location": 270.0,
|
156
|
+
"automated_teller_machines_per_machine": 90.0,
|
157
|
+
"entries_and_gates": 0.75,
|
158
|
+
"loading_areas_for_emergency_vehicles": 0.5,
|
159
|
+
"drive_through_windows_and_doors": 400.0,
|
160
|
+
"parking_near_24_hour_entrances": 800.0,
|
161
|
+
"roadway_parking": 0.0
|
162
|
+
},
|
163
|
+
{
|
164
|
+
"exterior_lighting_zone_number": 0.0,
|
165
|
+
"exerior_lighting_zone_name": "Undeveloped Areas Parks",
|
166
|
+
"template": "90.1-2010",
|
167
|
+
"control_option": "AstronomicalClock",
|
168
|
+
"building_facade_and_landscape_automatic_shut_off": 1,
|
169
|
+
"occupancy_setback_reduction": 0.3,
|
170
|
+
"base_site_allowance_power": 0.0,
|
171
|
+
"base_site_allowance_fraction": null,
|
172
|
+
"parking_areas_and_drives": 0.0,
|
173
|
+
"walkways_less_than_10ft_wide": 0.0,
|
174
|
+
"walkways_10ft_wide_or_greater": 0.0,
|
175
|
+
"stairways": 0.0,
|
176
|
+
"pedestrian_tunnels": 0.0,
|
177
|
+
"landscaping": 0.0,
|
178
|
+
"main_entries": 0.0,
|
179
|
+
"other_doors": 0.0,
|
180
|
+
"entry_canopies": 0.0,
|
181
|
+
"loading_docks": null,
|
182
|
+
"sales_canopies": 0.0,
|
183
|
+
"outdoor_sales_open_areas": 0.0,
|
184
|
+
"outdoor_sales_street_frontage_for_vehicle_sales": 0.0,
|
185
|
+
"building_facades": 0.0,
|
186
|
+
"building_facades_alt_perim": 0.0,
|
187
|
+
"automated_teller_machines_per_location": 0.0,
|
188
|
+
"automated_teller_machines_per_machine": 0.0,
|
189
|
+
"entries_and_gates": 0.0,
|
190
|
+
"loading_areas_for_emergency_vehicles": 0.0,
|
191
|
+
"drive_through_windows_and_doors": 0.0,
|
192
|
+
"parking_near_24_hour_entrances": 0.0,
|
193
|
+
"roadway_parking": 60.0
|
194
|
+
},
|
195
|
+
{
|
196
|
+
"exterior_lighting_zone_number": 1.0,
|
197
|
+
"exerior_lighting_zone_name": "Developed Areas Parks",
|
198
|
+
"template": "90.1-2010",
|
199
|
+
"control_option": "AstronomicalClock",
|
200
|
+
"building_facade_and_landscape_automatic_shut_off": 1,
|
201
|
+
"occupancy_setback_reduction": 0.3,
|
202
|
+
"base_site_allowance_power": 500.0,
|
203
|
+
"base_site_allowance_fraction": null,
|
204
|
+
"parking_areas_and_drives": 0.04,
|
205
|
+
"walkways_less_than_10ft_wide": 0.7,
|
206
|
+
"walkways_10ft_wide_or_greater": 0.14,
|
207
|
+
"stairways": 0.75,
|
208
|
+
"pedestrian_tunnels": 0.15,
|
209
|
+
"landscaping": 0.04,
|
210
|
+
"main_entries": 20.0,
|
211
|
+
"other_doors": 20.0,
|
212
|
+
"entry_canopies": 0.25,
|
213
|
+
"loading_docks": null,
|
214
|
+
"sales_canopies": 0.6,
|
215
|
+
"outdoor_sales_open_areas": 0.25,
|
216
|
+
"outdoor_sales_street_frontage_for_vehicle_sales": 0.0,
|
217
|
+
"building_facades": 0.0,
|
218
|
+
"building_facades_alt_perim": 0.0,
|
219
|
+
"automated_teller_machines_per_location": 270.0,
|
220
|
+
"automated_teller_machines_per_machine": 90.0,
|
221
|
+
"entries_and_gates": 0.75,
|
222
|
+
"loading_areas_for_emergency_vehicles": 0.5,
|
223
|
+
"drive_through_windows_and_doors": 400.0,
|
224
|
+
"parking_near_24_hour_entrances": 800.0,
|
225
|
+
"roadway_parking": 0.0
|
226
|
+
},
|
227
|
+
{
|
228
|
+
"exterior_lighting_zone_number": 2.0,
|
229
|
+
"exerior_lighting_zone_name": "Neighborhood",
|
230
|
+
"template": "90.1-2010",
|
231
|
+
"control_option": "AstronomicalClock",
|
232
|
+
"building_facade_and_landscape_automatic_shut_off": 1,
|
233
|
+
"occupancy_setback_reduction": 0.3,
|
234
|
+
"base_site_allowance_power": 600.0,
|
235
|
+
"base_site_allowance_fraction": null,
|
236
|
+
"parking_areas_and_drives": 0.06,
|
237
|
+
"walkways_less_than_10ft_wide": 0.7,
|
238
|
+
"walkways_10ft_wide_or_greater": 0.14,
|
239
|
+
"stairways": 1.0,
|
240
|
+
"pedestrian_tunnels": 0.15,
|
241
|
+
"landscaping": 0.05,
|
242
|
+
"main_entries": 20.0,
|
243
|
+
"other_doors": 20.0,
|
244
|
+
"entry_canopies": 0.25,
|
245
|
+
"loading_docks": null,
|
246
|
+
"sales_canopies": 0.6,
|
247
|
+
"outdoor_sales_open_areas": 0.25,
|
248
|
+
"outdoor_sales_street_frontage_for_vehicle_sales": 10.0,
|
249
|
+
"building_facades": 0.1,
|
250
|
+
"building_facades_alt_perim": 2.5,
|
251
|
+
"automated_teller_machines_per_location": 270.0,
|
252
|
+
"automated_teller_machines_per_machine": 90.0,
|
253
|
+
"entries_and_gates": 0.75,
|
254
|
+
"loading_areas_for_emergency_vehicles": 0.5,
|
255
|
+
"drive_through_windows_and_doors": 400.0,
|
256
|
+
"parking_near_24_hour_entrances": 800.0,
|
257
|
+
"roadway_parking": 0.0
|
258
|
+
},
|
259
|
+
{
|
260
|
+
"exterior_lighting_zone_number": 3.0,
|
261
|
+
"exerior_lighting_zone_name": "All Other Areas",
|
262
|
+
"template": "90.1-2010",
|
263
|
+
"control_option": "AstronomicalClock",
|
264
|
+
"building_facade_and_landscape_automatic_shut_off": 1,
|
265
|
+
"occupancy_setback_reduction": 0.3,
|
266
|
+
"base_site_allowance_power": 750.0,
|
267
|
+
"base_site_allowance_fraction": null,
|
268
|
+
"parking_areas_and_drives": 0.1,
|
269
|
+
"walkways_less_than_10ft_wide": 0.8,
|
270
|
+
"walkways_10ft_wide_or_greater": 0.16,
|
271
|
+
"stairways": 1.0,
|
272
|
+
"pedestrian_tunnels": 0.2,
|
273
|
+
"landscaping": 0.05,
|
274
|
+
"main_entries": 30.0,
|
275
|
+
"other_doors": 20.0,
|
276
|
+
"entry_canopies": 0.4,
|
277
|
+
"loading_docks": null,
|
278
|
+
"sales_canopies": 0.8,
|
279
|
+
"outdoor_sales_open_areas": 0.5,
|
280
|
+
"outdoor_sales_street_frontage_for_vehicle_sales": 10.0,
|
281
|
+
"building_facades": 0.15,
|
282
|
+
"building_facades_alt_perim": 3.75,
|
283
|
+
"automated_teller_machines_per_location": 270.0,
|
284
|
+
"automated_teller_machines_per_machine": 90.0,
|
285
|
+
"entries_and_gates": 0.75,
|
286
|
+
"loading_areas_for_emergency_vehicles": 0.5,
|
287
|
+
"drive_through_windows_and_doors": 400.0,
|
288
|
+
"parking_near_24_hour_entrances": 800.0,
|
289
|
+
"roadway_parking": 0.0
|
290
|
+
},
|
291
|
+
{
|
292
|
+
"exterior_lighting_zone_number": 4.0,
|
293
|
+
"exerior_lighting_zone_name": "High Activity",
|
294
|
+
"template": "90.1-2010",
|
295
|
+
"control_option": "AstronomicalClock",
|
296
|
+
"building_facade_and_landscape_automatic_shut_off": 1,
|
297
|
+
"occupancy_setback_reduction": 0.3,
|
298
|
+
"base_site_allowance_power": 1300.0,
|
299
|
+
"base_site_allowance_fraction": null,
|
300
|
+
"parking_areas_and_drives": 0.13,
|
301
|
+
"walkways_less_than_10ft_wide": 1.0,
|
302
|
+
"walkways_10ft_wide_or_greater": 0.2,
|
303
|
+
"stairways": 1.0,
|
304
|
+
"pedestrian_tunnels": 0.3,
|
305
|
+
"landscaping": 0.05,
|
306
|
+
"main_entries": 30.0,
|
307
|
+
"other_doors": 20.0,
|
308
|
+
"entry_canopies": 0.4,
|
309
|
+
"loading_docks": null,
|
310
|
+
"sales_canopies": 1.0,
|
311
|
+
"outdoor_sales_open_areas": 0.7,
|
312
|
+
"outdoor_sales_street_frontage_for_vehicle_sales": 30.0,
|
313
|
+
"building_facades": 0.2,
|
314
|
+
"building_facades_alt_perim": 5.0,
|
315
|
+
"automated_teller_machines_per_location": 270.0,
|
316
|
+
"automated_teller_machines_per_machine": 90.0,
|
317
|
+
"entries_and_gates": 0.75,
|
318
|
+
"loading_areas_for_emergency_vehicles": 0.5,
|
319
|
+
"drive_through_windows_and_doors": 400.0,
|
320
|
+
"parking_near_24_hour_entrances": 800.0,
|
321
|
+
"roadway_parking": 0.0
|
322
|
+
},
|
323
|
+
{
|
324
|
+
"exterior_lighting_zone_number": 0.0,
|
325
|
+
"exerior_lighting_zone_name": "Undeveloped Areas Parks",
|
326
|
+
"template": "90.1-2007",
|
327
|
+
"control_option": "AstronomicalClock",
|
328
|
+
"building_facade_and_landscape_automatic_shut_off": 1,
|
329
|
+
"occupancy_setback_reduction": 0.0,
|
330
|
+
"base_site_allowance_power": null,
|
331
|
+
"base_site_allowance_fraction": 0.05,
|
332
|
+
"parking_areas_and_drives": 0.15,
|
333
|
+
"walkways_less_than_10ft_wide": 1.0,
|
334
|
+
"walkways_10ft_wide_or_greater": 0.2,
|
335
|
+
"stairways": 1.0,
|
336
|
+
"pedestrian_tunnels": null,
|
337
|
+
"landscaping": null,
|
338
|
+
"main_entries": 30.0,
|
339
|
+
"other_doors": 20.0,
|
340
|
+
"entry_canopies": 1.25,
|
341
|
+
"loading_docks": null,
|
342
|
+
"sales_canopies": null,
|
343
|
+
"outdoor_sales_open_areas": 0.5,
|
344
|
+
"outdoor_sales_street_frontage_for_vehicle_sales": 20.0,
|
345
|
+
"building_facades": 0.2,
|
346
|
+
"building_facades_alt_perim": 5.0,
|
347
|
+
"automated_teller_machines_per_location": 270.0,
|
348
|
+
"automated_teller_machines_per_machine": 90.0,
|
349
|
+
"entries_and_gates": 1.25,
|
350
|
+
"loading_areas_for_emergency_vehicles": 0.5,
|
351
|
+
"drive_through_windows_and_doors": 400.0,
|
352
|
+
"parking_near_24_hour_entrances": 800.0,
|
353
|
+
"roadway_parking": null
|
354
|
+
},
|
355
|
+
{
|
356
|
+
"exterior_lighting_zone_number": 1.0,
|
357
|
+
"exerior_lighting_zone_name": "Developed Areas Parks",
|
358
|
+
"template": "90.1-2007",
|
359
|
+
"control_option": "AstronomicalClock",
|
360
|
+
"building_facade_and_landscape_automatic_shut_off": 1,
|
361
|
+
"occupancy_setback_reduction": 0.0,
|
362
|
+
"base_site_allowance_power": null,
|
363
|
+
"base_site_allowance_fraction": 0.05,
|
364
|
+
"parking_areas_and_drives": 0.15,
|
365
|
+
"walkways_less_than_10ft_wide": 1.0,
|
366
|
+
"walkways_10ft_wide_or_greater": 0.2,
|
367
|
+
"stairways": 1.0,
|
368
|
+
"pedestrian_tunnels": null,
|
369
|
+
"landscaping": null,
|
370
|
+
"main_entries": 30.0,
|
371
|
+
"other_doors": 20.0,
|
372
|
+
"entry_canopies": 1.25,
|
373
|
+
"loading_docks": null,
|
374
|
+
"sales_canopies": null,
|
375
|
+
"outdoor_sales_open_areas": 0.5,
|
376
|
+
"outdoor_sales_street_frontage_for_vehicle_sales": 20.0,
|
377
|
+
"building_facades": 0.2,
|
378
|
+
"building_facades_alt_perim": 5.0,
|
379
|
+
"automated_teller_machines_per_location": 270.0,
|
380
|
+
"automated_teller_machines_per_machine": 90.0,
|
381
|
+
"entries_and_gates": 1.25,
|
382
|
+
"loading_areas_for_emergency_vehicles": 0.5,
|
383
|
+
"drive_through_windows_and_doors": 400.0,
|
384
|
+
"parking_near_24_hour_entrances": 800.0,
|
385
|
+
"roadway_parking": null
|
386
|
+
},
|
387
|
+
{
|
388
|
+
"exterior_lighting_zone_number": 2.0,
|
389
|
+
"exerior_lighting_zone_name": "Neighborhood",
|
390
|
+
"template": "90.1-2007",
|
391
|
+
"control_option": "AstronomicalClock",
|
392
|
+
"building_facade_and_landscape_automatic_shut_off": 1,
|
393
|
+
"occupancy_setback_reduction": 0.0,
|
394
|
+
"base_site_allowance_power": null,
|
395
|
+
"base_site_allowance_fraction": 0.05,
|
396
|
+
"parking_areas_and_drives": 0.15,
|
397
|
+
"walkways_less_than_10ft_wide": 1.0,
|
398
|
+
"walkways_10ft_wide_or_greater": 0.2,
|
399
|
+
"stairways": 1.0,
|
400
|
+
"pedestrian_tunnels": null,
|
401
|
+
"landscaping": null,
|
402
|
+
"main_entries": 30.0,
|
403
|
+
"other_doors": 20.0,
|
404
|
+
"entry_canopies": 1.25,
|
405
|
+
"loading_docks": null,
|
406
|
+
"sales_canopies": null,
|
407
|
+
"outdoor_sales_open_areas": 0.5,
|
408
|
+
"outdoor_sales_street_frontage_for_vehicle_sales": 20.0,
|
409
|
+
"building_facades": 0.2,
|
410
|
+
"building_facades_alt_perim": 5.0,
|
411
|
+
"automated_teller_machines_per_location": 270.0,
|
412
|
+
"automated_teller_machines_per_machine": 90.0,
|
413
|
+
"entries_and_gates": 1.25,
|
414
|
+
"loading_areas_for_emergency_vehicles": 0.5,
|
415
|
+
"drive_through_windows_and_doors": 400.0,
|
416
|
+
"parking_near_24_hour_entrances": 800.0,
|
417
|
+
"roadway_parking": null
|
418
|
+
},
|
419
|
+
{
|
420
|
+
"exterior_lighting_zone_number": 3.0,
|
421
|
+
"exerior_lighting_zone_name": "All Other Areas",
|
422
|
+
"template": "90.1-2007",
|
423
|
+
"control_option": "AstronomicalClock",
|
424
|
+
"building_facade_and_landscape_automatic_shut_off": 1,
|
425
|
+
"occupancy_setback_reduction": 0.0,
|
426
|
+
"base_site_allowance_power": null,
|
427
|
+
"base_site_allowance_fraction": 0.05,
|
428
|
+
"parking_areas_and_drives": 0.15,
|
429
|
+
"walkways_less_than_10ft_wide": 1.0,
|
430
|
+
"walkways_10ft_wide_or_greater": 0.2,
|
431
|
+
"stairways": 1.0,
|
432
|
+
"pedestrian_tunnels": null,
|
433
|
+
"landscaping": null,
|
434
|
+
"main_entries": 30.0,
|
435
|
+
"other_doors": 20.0,
|
436
|
+
"entry_canopies": 1.25,
|
437
|
+
"loading_docks": null,
|
438
|
+
"sales_canopies": null,
|
439
|
+
"outdoor_sales_open_areas": 0.5,
|
440
|
+
"outdoor_sales_street_frontage_for_vehicle_sales": 20.0,
|
441
|
+
"building_facades": 0.2,
|
442
|
+
"building_facades_alt_perim": 5.0,
|
443
|
+
"automated_teller_machines_per_location": 270.0,
|
444
|
+
"automated_teller_machines_per_machine": 90.0,
|
445
|
+
"entries_and_gates": 1.25,
|
446
|
+
"loading_areas_for_emergency_vehicles": 0.5,
|
447
|
+
"drive_through_windows_and_doors": 400.0,
|
448
|
+
"parking_near_24_hour_entrances": 800.0,
|
449
|
+
"roadway_parking": null
|
450
|
+
},
|
451
|
+
{
|
452
|
+
"exterior_lighting_zone_number": 4.0,
|
453
|
+
"exerior_lighting_zone_name": "High Activity",
|
454
|
+
"template": "90.1-2007",
|
455
|
+
"control_option": "AstronomicalClock",
|
456
|
+
"building_facade_and_landscape_automatic_shut_off": 1,
|
457
|
+
"occupancy_setback_reduction": 0.0,
|
458
|
+
"base_site_allowance_power": null,
|
459
|
+
"base_site_allowance_fraction": 0.05,
|
460
|
+
"parking_areas_and_drives": 0.15,
|
461
|
+
"walkways_less_than_10ft_wide": 1.0,
|
462
|
+
"walkways_10ft_wide_or_greater": 0.2,
|
463
|
+
"stairways": 1.0,
|
464
|
+
"pedestrian_tunnels": null,
|
465
|
+
"landscaping": null,
|
466
|
+
"main_entries": 30.0,
|
467
|
+
"other_doors": 20.0,
|
468
|
+
"entry_canopies": 1.25,
|
469
|
+
"loading_docks": null,
|
470
|
+
"sales_canopies": null,
|
471
|
+
"outdoor_sales_open_areas": 0.5,
|
472
|
+
"outdoor_sales_street_frontage_for_vehicle_sales": 20.0,
|
473
|
+
"building_facades": 0.2,
|
474
|
+
"building_facades_alt_perim": 5.0,
|
475
|
+
"automated_teller_machines_per_location": 270.0,
|
476
|
+
"automated_teller_machines_per_machine": 90.0,
|
477
|
+
"entries_and_gates": 1.25,
|
478
|
+
"loading_areas_for_emergency_vehicles": 0.5,
|
479
|
+
"drive_through_windows_and_doors": 400.0,
|
480
|
+
"parking_near_24_hour_entrances": 800.0,
|
481
|
+
"roadway_parking": null
|
482
|
+
},
|
483
|
+
{
|
484
|
+
"exterior_lighting_zone_number": 0.0,
|
485
|
+
"exerior_lighting_zone_name": "Undeveloped Areas Parks",
|
486
|
+
"template": "90.1-2004",
|
487
|
+
"control_option": "AstronomicalClock",
|
488
|
+
"building_facade_and_landscape_automatic_shut_off": 1,
|
489
|
+
"occupancy_setback_reduction": 0.0,
|
490
|
+
"base_site_allowance_power": null,
|
491
|
+
"base_site_allowance_fraction": 0.05,
|
492
|
+
"parking_areas_and_drives": 0.15,
|
493
|
+
"walkways_less_than_10ft_wide": 1.0,
|
494
|
+
"walkways_10ft_wide_or_greater": 0.2,
|
495
|
+
"stairways": 1.0,
|
496
|
+
"pedestrian_tunnels": null,
|
497
|
+
"landscaping": null,
|
498
|
+
"main_entries": 30.0,
|
499
|
+
"other_doors": 20.0,
|
500
|
+
"entry_canopies": 1.25,
|
501
|
+
"loading_docks": null,
|
502
|
+
"sales_canopies": null,
|
503
|
+
"outdoor_sales_open_areas": 0.5,
|
504
|
+
"outdoor_sales_street_frontage_for_vehicle_sales": 20.0,
|
505
|
+
"building_facades": 0.2,
|
506
|
+
"building_facades_alt_perim": 5.0,
|
507
|
+
"automated_teller_machines_per_location": 270.0,
|
508
|
+
"automated_teller_machines_per_machine": 90.0,
|
509
|
+
"entries_and_gates": 1.25,
|
510
|
+
"loading_areas_for_emergency_vehicles": 0.5,
|
511
|
+
"drive_through_windows_and_doors": 400.0,
|
512
|
+
"parking_near_24_hour_entrances": 800.0,
|
513
|
+
"roadway_parking": null
|
514
|
+
},
|
515
|
+
{
|
516
|
+
"exterior_lighting_zone_number": 1.0,
|
517
|
+
"exerior_lighting_zone_name": "Developed Areas Parks",
|
518
|
+
"template": "90.1-2004",
|
519
|
+
"control_option": "AstronomicalClock",
|
520
|
+
"building_facade_and_landscape_automatic_shut_off": 1,
|
521
|
+
"occupancy_setback_reduction": 0.0,
|
522
|
+
"base_site_allowance_power": null,
|
523
|
+
"base_site_allowance_fraction": 0.05,
|
524
|
+
"parking_areas_and_drives": 0.15,
|
525
|
+
"walkways_less_than_10ft_wide": 1.0,
|
526
|
+
"walkways_10ft_wide_or_greater": 0.2,
|
527
|
+
"stairways": 1.0,
|
528
|
+
"pedestrian_tunnels": null,
|
529
|
+
"landscaping": null,
|
530
|
+
"main_entries": 30.0,
|
531
|
+
"other_doors": 20.0,
|
532
|
+
"entry_canopies": 1.25,
|
533
|
+
"loading_docks": null,
|
534
|
+
"sales_canopies": null,
|
535
|
+
"outdoor_sales_open_areas": 0.5,
|
536
|
+
"outdoor_sales_street_frontage_for_vehicle_sales": 20.0,
|
537
|
+
"building_facades": 0.2,
|
538
|
+
"building_facades_alt_perim": 5.0,
|
539
|
+
"automated_teller_machines_per_location": 270.0,
|
540
|
+
"automated_teller_machines_per_machine": 90.0,
|
541
|
+
"entries_and_gates": 1.25,
|
542
|
+
"loading_areas_for_emergency_vehicles": 0.5,
|
543
|
+
"drive_through_windows_and_doors": 400.0,
|
544
|
+
"parking_near_24_hour_entrances": 800.0,
|
545
|
+
"roadway_parking": null
|
546
|
+
},
|
547
|
+
{
|
548
|
+
"exterior_lighting_zone_number": 2.0,
|
549
|
+
"exerior_lighting_zone_name": "Neighborhood",
|
550
|
+
"template": "90.1-2004",
|
551
|
+
"control_option": "AstronomicalClock",
|
552
|
+
"building_facade_and_landscape_automatic_shut_off": 1,
|
553
|
+
"occupancy_setback_reduction": 0.0,
|
554
|
+
"base_site_allowance_power": null,
|
555
|
+
"base_site_allowance_fraction": 0.05,
|
556
|
+
"parking_areas_and_drives": 0.15,
|
557
|
+
"walkways_less_than_10ft_wide": 1.0,
|
558
|
+
"walkways_10ft_wide_or_greater": 0.2,
|
559
|
+
"stairways": 1.0,
|
560
|
+
"pedestrian_tunnels": null,
|
561
|
+
"landscaping": null,
|
562
|
+
"main_entries": 30.0,
|
563
|
+
"other_doors": 20.0,
|
564
|
+
"entry_canopies": 1.25,
|
565
|
+
"loading_docks": null,
|
566
|
+
"sales_canopies": null,
|
567
|
+
"outdoor_sales_open_areas": 0.5,
|
568
|
+
"outdoor_sales_street_frontage_for_vehicle_sales": 20.0,
|
569
|
+
"building_facades": 0.2,
|
570
|
+
"building_facades_alt_perim": 5.0,
|
571
|
+
"automated_teller_machines_per_location": 270.0,
|
572
|
+
"automated_teller_machines_per_machine": 90.0,
|
573
|
+
"entries_and_gates": 1.25,
|
574
|
+
"loading_areas_for_emergency_vehicles": 0.5,
|
575
|
+
"drive_through_windows_and_doors": 400.0,
|
576
|
+
"parking_near_24_hour_entrances": 800.0,
|
577
|
+
"roadway_parking": null
|
578
|
+
},
|
579
|
+
{
|
580
|
+
"exterior_lighting_zone_number": 3.0,
|
581
|
+
"exerior_lighting_zone_name": "All Other Areas",
|
582
|
+
"template": "90.1-2004",
|
583
|
+
"control_option": "AstronomicalClock",
|
584
|
+
"building_facade_and_landscape_automatic_shut_off": 1,
|
585
|
+
"occupancy_setback_reduction": 0.0,
|
586
|
+
"base_site_allowance_power": null,
|
587
|
+
"base_site_allowance_fraction": 0.05,
|
588
|
+
"parking_areas_and_drives": 0.15,
|
589
|
+
"walkways_less_than_10ft_wide": 1.0,
|
590
|
+
"walkways_10ft_wide_or_greater": 0.2,
|
591
|
+
"stairways": 1.0,
|
592
|
+
"pedestrian_tunnels": null,
|
593
|
+
"landscaping": null,
|
594
|
+
"main_entries": 30.0,
|
595
|
+
"other_doors": 20.0,
|
596
|
+
"entry_canopies": 1.25,
|
597
|
+
"loading_docks": null,
|
598
|
+
"sales_canopies": null,
|
599
|
+
"outdoor_sales_open_areas": 0.5,
|
600
|
+
"outdoor_sales_street_frontage_for_vehicle_sales": 20.0,
|
601
|
+
"building_facades": 0.2,
|
602
|
+
"building_facades_alt_perim": 5.0,
|
603
|
+
"automated_teller_machines_per_location": 270.0,
|
604
|
+
"automated_teller_machines_per_machine": 90.0,
|
605
|
+
"entries_and_gates": 1.25,
|
606
|
+
"loading_areas_for_emergency_vehicles": 0.5,
|
607
|
+
"drive_through_windows_and_doors": 400.0,
|
608
|
+
"parking_near_24_hour_entrances": 800.0,
|
609
|
+
"roadway_parking": null
|
610
|
+
},
|
611
|
+
{
|
612
|
+
"exterior_lighting_zone_number": 4.0,
|
613
|
+
"exerior_lighting_zone_name": "High Activity",
|
614
|
+
"template": "90.1-2004",
|
615
|
+
"control_option": "AstronomicalClock",
|
616
|
+
"building_facade_and_landscape_automatic_shut_off": 1,
|
617
|
+
"occupancy_setback_reduction": 0.0,
|
618
|
+
"base_site_allowance_power": null,
|
619
|
+
"base_site_allowance_fraction": 0.05,
|
620
|
+
"parking_areas_and_drives": 0.15,
|
621
|
+
"walkways_less_than_10ft_wide": 1.0,
|
622
|
+
"walkways_10ft_wide_or_greater": 0.2,
|
623
|
+
"stairways": 1.0,
|
624
|
+
"pedestrian_tunnels": null,
|
625
|
+
"landscaping": null,
|
626
|
+
"main_entries": 30.0,
|
627
|
+
"other_doors": 20.0,
|
628
|
+
"entry_canopies": 1.25,
|
629
|
+
"loading_docks": null,
|
630
|
+
"sales_canopies": null,
|
631
|
+
"outdoor_sales_open_areas": 0.5,
|
632
|
+
"outdoor_sales_street_frontage_for_vehicle_sales": 20.0,
|
633
|
+
"building_facades": 0.2,
|
634
|
+
"building_facades_alt_perim": null,
|
635
|
+
"automated_teller_machines_per_location": 270.0,
|
636
|
+
"automated_teller_machines_per_machine": 90.0,
|
637
|
+
"entries_and_gates": 1.25,
|
638
|
+
"loading_areas_for_emergency_vehicles": 0.5,
|
639
|
+
"drive_through_windows_and_doors": 400.0,
|
640
|
+
"parking_near_24_hour_entrances": 800.0,
|
641
|
+
"roadway_parking": null
|
642
|
+
},
|
643
|
+
{
|
644
|
+
"exterior_lighting_zone_number": 0.0,
|
645
|
+
"exerior_lighting_zone_name": "Undeveloped Areas Parks",
|
646
|
+
"template": "DOE Ref 1980-2004",
|
647
|
+
"control_option": "AstronomicalClock",
|
648
|
+
"building_facade_and_landscape_automatic_shut_off": null,
|
649
|
+
"occupancy_setback_reduction": null,
|
650
|
+
"base_site_allowance_power": null,
|
651
|
+
"base_site_allowance_fraction": null,
|
652
|
+
"parking_areas_and_drives": 0.18,
|
653
|
+
"walkways_less_than_10ft_wide": null,
|
654
|
+
"walkways_10ft_wide_or_greater": null,
|
655
|
+
"stairways": null,
|
656
|
+
"pedestrian_tunnels": null,
|
657
|
+
"landscaping": null,
|
658
|
+
"main_entries": 30.0,
|
659
|
+
"other_doors": 25.0,
|
660
|
+
"entry_canopies": 10.0,
|
661
|
+
"loading_docks": null,
|
662
|
+
"sales_canopies": null,
|
663
|
+
"outdoor_sales_open_areas": null,
|
664
|
+
"outdoor_sales_street_frontage_for_vehicle_sales": null,
|
665
|
+
"building_facades": 0.25,
|
666
|
+
"building_facades_alt_perim": null,
|
667
|
+
"automated_teller_machines_per_location": null,
|
668
|
+
"automated_teller_machines_per_machine": null,
|
669
|
+
"entries_and_gates": null,
|
670
|
+
"loading_areas_for_emergency_vehicles": 4.0,
|
671
|
+
"drive_through_windows_and_doors": null,
|
672
|
+
"parking_near_24_hour_entrances": null,
|
673
|
+
"roadway_parking": null
|
674
|
+
},
|
675
|
+
{
|
676
|
+
"exterior_lighting_zone_number": 1.0,
|
677
|
+
"exerior_lighting_zone_name": "Developed Areas Parks",
|
678
|
+
"template": "DOE Ref 1980-2004",
|
679
|
+
"control_option": "AstronomicalClock",
|
680
|
+
"building_facade_and_landscape_automatic_shut_off": null,
|
681
|
+
"occupancy_setback_reduction": null,
|
682
|
+
"base_site_allowance_power": null,
|
683
|
+
"base_site_allowance_fraction": null,
|
684
|
+
"parking_areas_and_drives": 0.18,
|
685
|
+
"walkways_less_than_10ft_wide": null,
|
686
|
+
"walkways_10ft_wide_or_greater": null,
|
687
|
+
"stairways": null,
|
688
|
+
"pedestrian_tunnels": null,
|
689
|
+
"landscaping": null,
|
690
|
+
"main_entries": 30.0,
|
691
|
+
"other_doors": 25.0,
|
692
|
+
"entry_canopies": 10.0,
|
693
|
+
"loading_docks": null,
|
694
|
+
"sales_canopies": null,
|
695
|
+
"outdoor_sales_open_areas": null,
|
696
|
+
"outdoor_sales_street_frontage_for_vehicle_sales": null,
|
697
|
+
"building_facades": 0.25,
|
698
|
+
"building_facades_alt_perim": null,
|
699
|
+
"automated_teller_machines_per_location": null,
|
700
|
+
"automated_teller_machines_per_machine": null,
|
701
|
+
"entries_and_gates": null,
|
702
|
+
"loading_areas_for_emergency_vehicles": 4.0,
|
703
|
+
"drive_through_windows_and_doors": null,
|
704
|
+
"parking_near_24_hour_entrances": null,
|
705
|
+
"roadway_parking": null
|
706
|
+
},
|
707
|
+
{
|
708
|
+
"exterior_lighting_zone_number": 2.0,
|
709
|
+
"exerior_lighting_zone_name": "Neighborhood",
|
710
|
+
"template": "DOE Ref 1980-2004",
|
711
|
+
"control_option": "AstronomicalClock",
|
712
|
+
"building_facade_and_landscape_automatic_shut_off": null,
|
713
|
+
"occupancy_setback_reduction": null,
|
714
|
+
"base_site_allowance_power": null,
|
715
|
+
"base_site_allowance_fraction": null,
|
716
|
+
"parking_areas_and_drives": 0.18,
|
717
|
+
"walkways_less_than_10ft_wide": null,
|
718
|
+
"walkways_10ft_wide_or_greater": null,
|
719
|
+
"stairways": null,
|
720
|
+
"pedestrian_tunnels": null,
|
721
|
+
"landscaping": null,
|
722
|
+
"main_entries": 30.0,
|
723
|
+
"other_doors": 25.0,
|
724
|
+
"entry_canopies": 10.0,
|
725
|
+
"loading_docks": null,
|
726
|
+
"sales_canopies": null,
|
727
|
+
"outdoor_sales_open_areas": null,
|
728
|
+
"outdoor_sales_street_frontage_for_vehicle_sales": null,
|
729
|
+
"building_facades": 0.25,
|
730
|
+
"building_facades_alt_perim": null,
|
731
|
+
"automated_teller_machines_per_location": null,
|
732
|
+
"automated_teller_machines_per_machine": null,
|
733
|
+
"entries_and_gates": null,
|
734
|
+
"loading_areas_for_emergency_vehicles": 4.0,
|
735
|
+
"drive_through_windows_and_doors": null,
|
736
|
+
"parking_near_24_hour_entrances": null,
|
737
|
+
"roadway_parking": null
|
738
|
+
},
|
739
|
+
{
|
740
|
+
"exterior_lighting_zone_number": 3.0,
|
741
|
+
"exerior_lighting_zone_name": "All Other Areas",
|
742
|
+
"template": "DOE Ref 1980-2004",
|
743
|
+
"control_option": "AstronomicalClock",
|
744
|
+
"building_facade_and_landscape_automatic_shut_off": null,
|
745
|
+
"occupancy_setback_reduction": null,
|
746
|
+
"base_site_allowance_power": null,
|
747
|
+
"base_site_allowance_fraction": null,
|
748
|
+
"parking_areas_and_drives": 0.18,
|
749
|
+
"walkways_less_than_10ft_wide": null,
|
750
|
+
"walkways_10ft_wide_or_greater": null,
|
751
|
+
"stairways": null,
|
752
|
+
"pedestrian_tunnels": null,
|
753
|
+
"landscaping": null,
|
754
|
+
"main_entries": 30.0,
|
755
|
+
"other_doors": 25.0,
|
756
|
+
"entry_canopies": 10.0,
|
757
|
+
"loading_docks": null,
|
758
|
+
"sales_canopies": null,
|
759
|
+
"outdoor_sales_open_areas": null,
|
760
|
+
"outdoor_sales_street_frontage_for_vehicle_sales": null,
|
761
|
+
"building_facades": 0.25,
|
762
|
+
"building_facades_alt_perim": null,
|
763
|
+
"automated_teller_machines_per_location": null,
|
764
|
+
"automated_teller_machines_per_machine": null,
|
765
|
+
"entries_and_gates": null,
|
766
|
+
"loading_areas_for_emergency_vehicles": 4.0,
|
767
|
+
"drive_through_windows_and_doors": null,
|
768
|
+
"parking_near_24_hour_entrances": null,
|
769
|
+
"roadway_parking": null
|
770
|
+
},
|
771
|
+
{
|
772
|
+
"exterior_lighting_zone_number": 4.0,
|
773
|
+
"exerior_lighting_zone_name": "High Activity",
|
774
|
+
"template": "DOE Ref 1980-2004",
|
775
|
+
"control_option": "AstronomicalClock",
|
776
|
+
"building_facade_and_landscape_automatic_shut_off": null,
|
777
|
+
"occupancy_setback_reduction": null,
|
778
|
+
"base_site_allowance_power": null,
|
779
|
+
"base_site_allowance_fraction": null,
|
780
|
+
"parking_areas_and_drives": 0.18,
|
781
|
+
"walkways_less_than_10ft_wide": null,
|
782
|
+
"walkways_10ft_wide_or_greater": null,
|
783
|
+
"stairways": null,
|
784
|
+
"pedestrian_tunnels": null,
|
785
|
+
"landscaping": null,
|
786
|
+
"main_entries": 30.0,
|
787
|
+
"other_doors": 25.0,
|
788
|
+
"entry_canopies": 10.0,
|
789
|
+
"loading_docks": null,
|
790
|
+
"sales_canopies": null,
|
791
|
+
"outdoor_sales_open_areas": null,
|
792
|
+
"outdoor_sales_street_frontage_for_vehicle_sales": null,
|
793
|
+
"building_facades": 0.25,
|
794
|
+
"building_facades_alt_perim": null,
|
795
|
+
"automated_teller_machines_per_location": null,
|
796
|
+
"automated_teller_machines_per_machine": null,
|
797
|
+
"entries_and_gates": null,
|
798
|
+
"loading_areas_for_emergency_vehicles": 4.0,
|
799
|
+
"drive_through_windows_and_doors": null,
|
800
|
+
"parking_near_24_hour_entrances": null,
|
801
|
+
"roadway_parking": null
|
802
|
+
},
|
803
|
+
{
|
804
|
+
"exterior_lighting_zone_number": 0.0,
|
805
|
+
"exerior_lighting_zone_name": "Undeveloped Areas Parks",
|
806
|
+
"template": "DOE Ref Pre-1980",
|
807
|
+
"control_option": "AstronomicalClock",
|
808
|
+
"building_facade_and_landscape_automatic_shut_off": null,
|
809
|
+
"occupancy_setback_reduction": null,
|
810
|
+
"base_site_allowance_power": null,
|
811
|
+
"base_site_allowance_fraction": null,
|
812
|
+
"parking_areas_and_drives": 0.18,
|
813
|
+
"walkways_less_than_10ft_wide": null,
|
814
|
+
"walkways_10ft_wide_or_greater": null,
|
815
|
+
"stairways": null,
|
816
|
+
"pedestrian_tunnels": null,
|
817
|
+
"landscaping": null,
|
818
|
+
"main_entries": 30.0,
|
819
|
+
"other_doors": 25.0,
|
820
|
+
"entry_canopies": 10.0,
|
821
|
+
"loading_docks": null,
|
822
|
+
"sales_canopies": null,
|
823
|
+
"outdoor_sales_open_areas": null,
|
824
|
+
"outdoor_sales_street_frontage_for_vehicle_sales": null,
|
825
|
+
"building_facades": 0.25,
|
826
|
+
"building_facades_alt_perim": null,
|
827
|
+
"automated_teller_machines_per_location": null,
|
828
|
+
"automated_teller_machines_per_machine": null,
|
829
|
+
"entries_and_gates": null,
|
830
|
+
"loading_areas_for_emergency_vehicles": 4.0,
|
831
|
+
"drive_through_windows_and_doors": null,
|
832
|
+
"parking_near_24_hour_entrances": null,
|
833
|
+
"roadway_parking": null
|
834
|
+
},
|
835
|
+
{
|
836
|
+
"exterior_lighting_zone_number": 1.0,
|
837
|
+
"exerior_lighting_zone_name": "Developed Areas Parks",
|
838
|
+
"template": "DOE Ref Pre-1980",
|
839
|
+
"control_option": "AstronomicalClock",
|
840
|
+
"building_facade_and_landscape_automatic_shut_off": null,
|
841
|
+
"occupancy_setback_reduction": null,
|
842
|
+
"base_site_allowance_power": null,
|
843
|
+
"base_site_allowance_fraction": null,
|
844
|
+
"parking_areas_and_drives": 0.18,
|
845
|
+
"walkways_less_than_10ft_wide": null,
|
846
|
+
"walkways_10ft_wide_or_greater": null,
|
847
|
+
"stairways": null,
|
848
|
+
"pedestrian_tunnels": null,
|
849
|
+
"landscaping": null,
|
850
|
+
"main_entries": 30.0,
|
851
|
+
"other_doors": 25.0,
|
852
|
+
"entry_canopies": 10.0,
|
853
|
+
"loading_docks": null,
|
854
|
+
"sales_canopies": null,
|
855
|
+
"outdoor_sales_open_areas": null,
|
856
|
+
"outdoor_sales_street_frontage_for_vehicle_sales": null,
|
857
|
+
"building_facades": 0.25,
|
858
|
+
"building_facades_alt_perim": null,
|
859
|
+
"automated_teller_machines_per_location": null,
|
860
|
+
"automated_teller_machines_per_machine": null,
|
861
|
+
"entries_and_gates": null,
|
862
|
+
"loading_areas_for_emergency_vehicles": 4.0,
|
863
|
+
"drive_through_windows_and_doors": null,
|
864
|
+
"parking_near_24_hour_entrances": null,
|
865
|
+
"roadway_parking": null
|
866
|
+
},
|
867
|
+
{
|
868
|
+
"exterior_lighting_zone_number": 2.0,
|
869
|
+
"exerior_lighting_zone_name": "Neighborhood",
|
870
|
+
"template": "DOE Ref Pre-1980",
|
871
|
+
"control_option": "AstronomicalClock",
|
872
|
+
"building_facade_and_landscape_automatic_shut_off": null,
|
873
|
+
"occupancy_setback_reduction": null,
|
874
|
+
"base_site_allowance_power": null,
|
875
|
+
"base_site_allowance_fraction": null,
|
876
|
+
"parking_areas_and_drives": 0.18,
|
877
|
+
"walkways_less_than_10ft_wide": null,
|
878
|
+
"walkways_10ft_wide_or_greater": null,
|
879
|
+
"stairways": null,
|
880
|
+
"pedestrian_tunnels": null,
|
881
|
+
"landscaping": null,
|
882
|
+
"main_entries": 30.0,
|
883
|
+
"other_doors": 25.0,
|
884
|
+
"entry_canopies": 10.0,
|
885
|
+
"loading_docks": null,
|
886
|
+
"sales_canopies": null,
|
887
|
+
"outdoor_sales_open_areas": null,
|
888
|
+
"outdoor_sales_street_frontage_for_vehicle_sales": null,
|
889
|
+
"building_facades": 0.25,
|
890
|
+
"building_facades_alt_perim": null,
|
891
|
+
"automated_teller_machines_per_location": null,
|
892
|
+
"automated_teller_machines_per_machine": null,
|
893
|
+
"entries_and_gates": null,
|
894
|
+
"loading_areas_for_emergency_vehicles": 4.0,
|
895
|
+
"drive_through_windows_and_doors": null,
|
896
|
+
"parking_near_24_hour_entrances": null,
|
897
|
+
"roadway_parking": null
|
898
|
+
},
|
899
|
+
{
|
900
|
+
"exterior_lighting_zone_number": 3.0,
|
901
|
+
"exerior_lighting_zone_name": "All Other Areas",
|
902
|
+
"template": "DOE Ref Pre-1980",
|
903
|
+
"control_option": "AstronomicalClock",
|
904
|
+
"building_facade_and_landscape_automatic_shut_off": null,
|
905
|
+
"occupancy_setback_reduction": null,
|
906
|
+
"base_site_allowance_power": null,
|
907
|
+
"base_site_allowance_fraction": null,
|
908
|
+
"parking_areas_and_drives": 0.18,
|
909
|
+
"walkways_less_than_10ft_wide": null,
|
910
|
+
"walkways_10ft_wide_or_greater": null,
|
911
|
+
"stairways": null,
|
912
|
+
"pedestrian_tunnels": null,
|
913
|
+
"landscaping": null,
|
914
|
+
"main_entries": 30.0,
|
915
|
+
"other_doors": 25.0,
|
916
|
+
"entry_canopies": 10.0,
|
917
|
+
"loading_docks": null,
|
918
|
+
"sales_canopies": null,
|
919
|
+
"outdoor_sales_open_areas": null,
|
920
|
+
"outdoor_sales_street_frontage_for_vehicle_sales": null,
|
921
|
+
"building_facades": 0.25,
|
922
|
+
"building_facades_alt_perim": null,
|
923
|
+
"automated_teller_machines_per_location": null,
|
924
|
+
"automated_teller_machines_per_machine": null,
|
925
|
+
"entries_and_gates": null,
|
926
|
+
"loading_areas_for_emergency_vehicles": 4.0,
|
927
|
+
"drive_through_windows_and_doors": null,
|
928
|
+
"parking_near_24_hour_entrances": null,
|
929
|
+
"roadway_parking": null
|
930
|
+
},
|
931
|
+
{
|
932
|
+
"exterior_lighting_zone_number": 4.0,
|
933
|
+
"exerior_lighting_zone_name": "High Activity",
|
934
|
+
"template": "DOE Ref Pre-1980",
|
935
|
+
"control_option": "AstronomicalClock",
|
936
|
+
"building_facade_and_landscape_automatic_shut_off": null,
|
937
|
+
"occupancy_setback_reduction": null,
|
938
|
+
"base_site_allowance_power": null,
|
939
|
+
"base_site_allowance_fraction": null,
|
940
|
+
"parking_areas_and_drives": 0.18,
|
941
|
+
"walkways_less_than_10ft_wide": null,
|
942
|
+
"walkways_10ft_wide_or_greater": null,
|
943
|
+
"stairways": null,
|
944
|
+
"pedestrian_tunnels": null,
|
945
|
+
"landscaping": null,
|
946
|
+
"main_entries": 30.0,
|
947
|
+
"other_doors": 25.0,
|
948
|
+
"entry_canopies": 10.0,
|
949
|
+
"loading_docks": null,
|
950
|
+
"sales_canopies": null,
|
951
|
+
"outdoor_sales_open_areas": null,
|
952
|
+
"outdoor_sales_street_frontage_for_vehicle_sales": null,
|
953
|
+
"building_facades": 0.25,
|
954
|
+
"building_facades_alt_perim": null,
|
955
|
+
"automated_teller_machines_per_location": null,
|
956
|
+
"automated_teller_machines_per_machine": null,
|
957
|
+
"entries_and_gates": null,
|
958
|
+
"loading_areas_for_emergency_vehicles": 4.0,
|
959
|
+
"drive_through_windows_and_doors": null,
|
960
|
+
"parking_near_24_hour_entrances": null,
|
961
|
+
"roadway_parking": null
|
962
|
+
}
|
963
|
+
]
|
964
|
+
}
|