openstudio-standards 0.6.3 → 0.7.0.rc1
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-ashrae_90_1.xlsx +0 -0
- data/data/standards/manage_OpenStudio_Standards.rb +2 -49
- data/data/standards/openstudio_standards_duplicates_log.csv +1 -7962
- data/data/standards/test_performance_expected_dd_results.csv +2005 -97
- data/lib/openstudio-standards/create_typical/space_type_ratios.rb +47 -57
- data/lib/openstudio-standards/geometry/create.rb +1 -1
- data/lib/openstudio-standards/geometry/create_bar.rb +6 -3
- data/lib/openstudio-standards/geometry/create_shape.rb +1 -1
- data/lib/openstudio-standards/geometry/group.rb +1 -1
- data/lib/openstudio-standards/geometry/information.rb +1 -1
- data/lib/openstudio-standards/geometry/modify.rb +53 -1
- data/lib/openstudio-standards/infiltration/nist_infiltration.rb +1 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.Model.rb +11 -11
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.Model.rb +11 -11
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.hvac_systems.rb +2 -2
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SuperTallBuilding.rb +44 -47
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.TallBuilding.rb +43 -48
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.CentralAirSourceHeatPump.rb +1 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.hvac_systems.rb +44 -24
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.refrigeration.rb +24 -24
- data/lib/openstudio-standards/schedules/parametric.rb +1 -1
- data/lib/openstudio-standards/service_water_heating/create_piping_losses.rb +152 -0
- data/lib/openstudio-standards/service_water_heating/create_water_heater.rb +544 -0
- data/lib/openstudio-standards/service_water_heating/create_water_heating_loop.rb +303 -0
- data/lib/openstudio-standards/service_water_heating/create_water_use.rb +95 -0
- data/lib/openstudio-standards/space/space.rb +1 -1
- data/lib/openstudio-standards/standards/Standards.AirLoopHVAC.rb +65 -70
- data/lib/openstudio-standards/standards/Standards.CoilCoolingWaterToAirHeatPumpEquationFit.rb +12 -14
- data/lib/openstudio-standards/standards/Standards.CoilHeatingDXSingleSpeed.rb +16 -5
- data/lib/openstudio-standards/standards/Standards.Model.rb +2 -2
- data/lib/openstudio-standards/standards/Standards.PlanarSurface.rb +10 -2
- data/lib/openstudio-standards/{prototypes/common/objects/Prototype.Model.swh.rb → standards/Standards.ServiceWaterHeating.rb} +209 -139
- data/lib/openstudio-standards/standards/Standards.Surface.rb +1 -1
- data/lib/openstudio-standards/standards/Standards.ZoneHVACComponent.rb +4 -8
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/ashrae_90_1_2004.Model.rb +2 -2
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.construction_properties.json +22251 -12963
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.construction_sets.json +91 -91
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.construction_properties.json +8981 -5228
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.construction_properties.json +8935 -5182
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.construction_properties.json +7281 -5391
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.construction_sets.json +91 -91
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.construction_properties.json +9005 -15215
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.construction_sets.json +136 -136
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.AirLoopHVAC.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.construction_properties.json +8717 -17168
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.construction_sets.json +136 -136
- data/lib/openstudio-standards/standards/ashrae_90_1/data/ashrae_90_1.constructions.json +1941 -651
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.construction_properties.json +135 -135
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.construction_properties.json +135 -135
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/data/nrel_zne_ready_2017.construction_properties.json +36 -36
- data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/data/ze_aedg_multifamily.construction_properties.json +36 -36
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.PlantLoop.rb +377 -99
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.SpaceType.rb +2 -2
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/ashrae_90_1_prm_2019.Model.rb +3 -3
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.construction_properties.json +6889 -4044
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.prm_constructions.json +108 -108
- data/lib/openstudio-standards/standards/cbes/cbes_pre_1978/data/cbes_pre_1978.construction_properties.json +16 -16
- data/lib/openstudio-standards/standards/cbes/cbes_t24_1978/data/cbes_t24_1978.construction_properties.json +16 -16
- data/lib/openstudio-standards/standards/cbes/cbes_t24_1992/data/cbes_t24_1992.construction_properties.json +16 -16
- data/lib/openstudio-standards/standards/cbes/cbes_t24_2001/data/cbes_t24_2001.construction_properties.json +16 -16
- data/lib/openstudio-standards/standards/cbes/cbes_t24_2005/data/cbes_t24_2005.construction_properties.json +16 -16
- data/lib/openstudio-standards/standards/cbes/cbes_t24_2008/data/cbes_t24_2008.construction_properties.json +16 -16
- data/lib/openstudio-standards/standards/cbes/data/cbes.constructions.json +142 -142
- data/lib/openstudio-standards/standards/deer/data/deer.constructions.json +5 -1551
- data/lib/openstudio-standards/standards/deer/data/deer.materials.json +40 -0
- data/lib/openstudio-standards/standards/deer/deer_1985/data/deer_1985.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_1996/data/deer_1996.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2003/data/deer_2003.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2007/data/deer_2007.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2011/data/deer_2011.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2014/data/deer_2014.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2015/data/deer_2015.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2017/data/deer_2017.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2020/data/deer_2020.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2025/data/deer_2025.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2030/data/deer_2030.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2035/data/deer_2035.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2040/data/deer_2040.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2045/data/deer_2045.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2050/data/deer_2050.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2055/data/deer_2055.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2060/data/deer_2060.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2065/data/deer_2065.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2070/data/deer_2070.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2075/data/deer_2075.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_pre_1975/data/deer_pre_1975.motors.json +88 -8
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/btap_pre1980.rb +17 -0
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_systems.rb +2 -1
- data/lib/openstudio-standards/standards/necb/ECMS/ecms.rb +4 -4
- data/lib/openstudio-standards/standards/necb/ECMS/hvac_systems.rb +61 -88
- data/lib/openstudio-standards/standards/necb/NECB2011/autozone.rb +3 -2
- data/lib/openstudio-standards/standards/necb/NECB2011/data/boiler_fuel_type_sets.json +54 -0
- data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/LEEPMidriseApartment.osm +1 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/LEEPMultiTower.osm +1 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/LEEPPointTower.osm +1 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/LEEPTownHouse.osm +1 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/NorthernEducation.osm +4 -4
- data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/NorthernHealthCare.osm +4 -4
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_systems.rb +32 -24
- data/lib/openstudio-standards/standards/necb/NECB2011/necb_2011.rb +89 -15
- data/lib/openstudio-standards/standards/necb/NECB2011/qaqc/necb_qaqc.rb +5 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/service_water_heating.rb +22 -65
- data/lib/openstudio-standards/standards/necb/NECB2011/system_fuels.rb +19 -0
- data/lib/openstudio-standards/standards/necb/common/btap_data.rb +56 -2
- data/lib/openstudio-standards/standards/necb/common/btap_datapoint.rb +3 -1
- data/lib/openstudio-standards/standards/necb/common/construction_defaults.osm +2 -2
- data/lib/openstudio-standards/standards/necb/docs/air_system_names_method.md +127 -0
- data/lib/openstudio-standards/thermal_zone/thermal_zone.rb +1 -1
- data/lib/openstudio-standards/utilities/template_measure/resources/BTAPMeasureHelper.rb +1 -1
- data/lib/openstudio-standards/version.rb +1 -1
- data/lib/openstudio-standards/weather/information.rb +61 -5
- data/lib/openstudio-standards/weather/modify.rb +1 -1
- data/lib/openstudio-standards.rb +5 -3
- metadata +12 -63
- data/data/standards/OpenStudio_Standards-deer.xlsx +0 -0
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.ServiceWaterHeating.rb +0 -1100
- data/lib/openstudio-standards/service_water_heating/component.rb +0 -189
@@ -106,13 +106,13 @@
|
|
106
106
|
"ground_contact_floor_building_category": "Nonresidential",
|
107
107
|
"ground_contact_ceiling_standards_construction_type": null,
|
108
108
|
"ground_contact_ceiling_building_category": "Nonresidential",
|
109
|
-
"exterior_fixed_window_standards_construction_type": "
|
109
|
+
"exterior_fixed_window_standards_construction_type": "Fixed",
|
110
110
|
"exterior_fixed_window_building_category": "Nonresidential",
|
111
|
-
"exterior_operable_window_standards_construction_type": "
|
111
|
+
"exterior_operable_window_standards_construction_type": "Operable",
|
112
112
|
"exterior_operable_window_building_category": "Nonresidential",
|
113
113
|
"exterior_door_standards_construction_type": "Swinging",
|
114
114
|
"exterior_door_building_category": "Nonresidential",
|
115
|
-
"exterior_glass_door_standards_construction_type": "
|
115
|
+
"exterior_glass_door_standards_construction_type": "Entrance door",
|
116
116
|
"exterior_glass_door_building_category": "Nonresidential",
|
117
117
|
"exterior_overhead_door_standards_construction_type": "NonSwinging",
|
118
118
|
"exterior_overhead_door_building_category": "Nonresidential",
|
@@ -149,13 +149,13 @@
|
|
149
149
|
"ground_contact_floor_building_category": "Nonresidential",
|
150
150
|
"ground_contact_ceiling_standards_construction_type": null,
|
151
151
|
"ground_contact_ceiling_building_category": "Nonresidential",
|
152
|
-
"exterior_fixed_window_standards_construction_type": "
|
152
|
+
"exterior_fixed_window_standards_construction_type": "Fixed",
|
153
153
|
"exterior_fixed_window_building_category": "Nonresidential",
|
154
|
-
"exterior_operable_window_standards_construction_type": "
|
154
|
+
"exterior_operable_window_standards_construction_type": "Operable",
|
155
155
|
"exterior_operable_window_building_category": "Nonresidential",
|
156
156
|
"exterior_door_standards_construction_type": "Swinging",
|
157
157
|
"exterior_door_building_category": "Nonresidential",
|
158
|
-
"exterior_glass_door_standards_construction_type": "
|
158
|
+
"exterior_glass_door_standards_construction_type": "Entrance door",
|
159
159
|
"exterior_glass_door_building_category": "Nonresidential",
|
160
160
|
"exterior_overhead_door_standards_construction_type": "NonSwinging",
|
161
161
|
"exterior_overhead_door_building_category": "Nonresidential",
|
@@ -192,13 +192,13 @@
|
|
192
192
|
"ground_contact_floor_building_category": "Nonresidential",
|
193
193
|
"ground_contact_ceiling_standards_construction_type": null,
|
194
194
|
"ground_contact_ceiling_building_category": "Nonresidential",
|
195
|
-
"exterior_fixed_window_standards_construction_type": "
|
195
|
+
"exterior_fixed_window_standards_construction_type": "Fixed",
|
196
196
|
"exterior_fixed_window_building_category": "Nonresidential",
|
197
|
-
"exterior_operable_window_standards_construction_type": "
|
197
|
+
"exterior_operable_window_standards_construction_type": "Operable",
|
198
198
|
"exterior_operable_window_building_category": "Nonresidential",
|
199
199
|
"exterior_door_standards_construction_type": "Swinging",
|
200
200
|
"exterior_door_building_category": "Nonresidential",
|
201
|
-
"exterior_glass_door_standards_construction_type": "
|
201
|
+
"exterior_glass_door_standards_construction_type": "Entrance door",
|
202
202
|
"exterior_glass_door_building_category": "Nonresidential",
|
203
203
|
"exterior_overhead_door_standards_construction_type": "NonSwinging",
|
204
204
|
"exterior_overhead_door_building_category": "Nonresidential",
|
@@ -235,13 +235,13 @@
|
|
235
235
|
"ground_contact_floor_building_category": "Residential",
|
236
236
|
"ground_contact_ceiling_standards_construction_type": null,
|
237
237
|
"ground_contact_ceiling_building_category": "Nonresidential",
|
238
|
-
"exterior_fixed_window_standards_construction_type": "
|
238
|
+
"exterior_fixed_window_standards_construction_type": "Fixed",
|
239
239
|
"exterior_fixed_window_building_category": "Nonresidential",
|
240
|
-
"exterior_operable_window_standards_construction_type": "
|
240
|
+
"exterior_operable_window_standards_construction_type": "Operable",
|
241
241
|
"exterior_operable_window_building_category": "Nonresidential",
|
242
242
|
"exterior_door_standards_construction_type": "Swinging",
|
243
243
|
"exterior_door_building_category": "Nonresidential",
|
244
|
-
"exterior_glass_door_standards_construction_type": "
|
244
|
+
"exterior_glass_door_standards_construction_type": "Entrance door",
|
245
245
|
"exterior_glass_door_building_category": "Nonresidential",
|
246
246
|
"exterior_overhead_door_standards_construction_type": "NonSwinging",
|
247
247
|
"exterior_overhead_door_building_category": "Nonresidential",
|
@@ -278,13 +278,13 @@
|
|
278
278
|
"ground_contact_floor_building_category": "Nonresidential",
|
279
279
|
"ground_contact_ceiling_standards_construction_type": null,
|
280
280
|
"ground_contact_ceiling_building_category": "Nonresidential",
|
281
|
-
"exterior_fixed_window_standards_construction_type": "
|
281
|
+
"exterior_fixed_window_standards_construction_type": "Fixed",
|
282
282
|
"exterior_fixed_window_building_category": "Nonresidential",
|
283
|
-
"exterior_operable_window_standards_construction_type": "
|
283
|
+
"exterior_operable_window_standards_construction_type": "Operable",
|
284
284
|
"exterior_operable_window_building_category": "Nonresidential",
|
285
285
|
"exterior_door_standards_construction_type": "Swinging",
|
286
286
|
"exterior_door_building_category": "Nonresidential",
|
287
|
-
"exterior_glass_door_standards_construction_type": "
|
287
|
+
"exterior_glass_door_standards_construction_type": "Entrance door",
|
288
288
|
"exterior_glass_door_building_category": "Nonresidential",
|
289
289
|
"exterior_overhead_door_standards_construction_type": "NonSwinging",
|
290
290
|
"exterior_overhead_door_building_category": "Nonresidential",
|
@@ -321,13 +321,13 @@
|
|
321
321
|
"ground_contact_floor_building_category": "Nonresidential",
|
322
322
|
"ground_contact_ceiling_standards_construction_type": null,
|
323
323
|
"ground_contact_ceiling_building_category": "Nonresidential",
|
324
|
-
"exterior_fixed_window_standards_construction_type": "
|
324
|
+
"exterior_fixed_window_standards_construction_type": "Fixed",
|
325
325
|
"exterior_fixed_window_building_category": "Nonresidential",
|
326
|
-
"exterior_operable_window_standards_construction_type": "
|
326
|
+
"exterior_operable_window_standards_construction_type": "Operable",
|
327
327
|
"exterior_operable_window_building_category": "Nonresidential",
|
328
328
|
"exterior_door_standards_construction_type": "Swinging",
|
329
329
|
"exterior_door_building_category": "Nonresidential",
|
330
|
-
"exterior_glass_door_standards_construction_type": "
|
330
|
+
"exterior_glass_door_standards_construction_type": "Entrance door",
|
331
331
|
"exterior_glass_door_building_category": "Nonresidential",
|
332
332
|
"exterior_overhead_door_standards_construction_type": "NonSwinging",
|
333
333
|
"exterior_overhead_door_building_category": "Nonresidential",
|
@@ -364,13 +364,13 @@
|
|
364
364
|
"ground_contact_floor_building_category": "Nonresidential",
|
365
365
|
"ground_contact_ceiling_standards_construction_type": null,
|
366
366
|
"ground_contact_ceiling_building_category": "Nonresidential",
|
367
|
-
"exterior_fixed_window_standards_construction_type": "
|
367
|
+
"exterior_fixed_window_standards_construction_type": "Fixed",
|
368
368
|
"exterior_fixed_window_building_category": "Nonresidential",
|
369
|
-
"exterior_operable_window_standards_construction_type": "
|
369
|
+
"exterior_operable_window_standards_construction_type": "Operable",
|
370
370
|
"exterior_operable_window_building_category": "Nonresidential",
|
371
371
|
"exterior_door_standards_construction_type": "Swinging",
|
372
372
|
"exterior_door_building_category": "Nonresidential",
|
373
|
-
"exterior_glass_door_standards_construction_type": "
|
373
|
+
"exterior_glass_door_standards_construction_type": "Entrance door",
|
374
374
|
"exterior_glass_door_building_category": "Nonresidential",
|
375
375
|
"exterior_overhead_door_standards_construction_type": "NonSwinging",
|
376
376
|
"exterior_overhead_door_building_category": "Nonresidential",
|
@@ -493,13 +493,13 @@
|
|
493
493
|
"ground_contact_floor_building_category": "Nonresidential",
|
494
494
|
"ground_contact_ceiling_standards_construction_type": null,
|
495
495
|
"ground_contact_ceiling_building_category": "Nonresidential",
|
496
|
-
"exterior_fixed_window_standards_construction_type": "
|
496
|
+
"exterior_fixed_window_standards_construction_type": "Fixed",
|
497
497
|
"exterior_fixed_window_building_category": "Nonresidential",
|
498
|
-
"exterior_operable_window_standards_construction_type": "
|
498
|
+
"exterior_operable_window_standards_construction_type": "Operable",
|
499
499
|
"exterior_operable_window_building_category": "Nonresidential",
|
500
500
|
"exterior_door_standards_construction_type": "Swinging",
|
501
501
|
"exterior_door_building_category": "Nonresidential",
|
502
|
-
"exterior_glass_door_standards_construction_type": "
|
502
|
+
"exterior_glass_door_standards_construction_type": "Entrance door",
|
503
503
|
"exterior_glass_door_building_category": "Nonresidential",
|
504
504
|
"exterior_overhead_door_standards_construction_type": "NonSwinging",
|
505
505
|
"exterior_overhead_door_building_category": "Nonresidential",
|
@@ -536,13 +536,13 @@
|
|
536
536
|
"ground_contact_floor_building_category": "Nonresidential",
|
537
537
|
"ground_contact_ceiling_standards_construction_type": null,
|
538
538
|
"ground_contact_ceiling_building_category": "Nonresidential",
|
539
|
-
"exterior_fixed_window_standards_construction_type": "
|
539
|
+
"exterior_fixed_window_standards_construction_type": "Fixed",
|
540
540
|
"exterior_fixed_window_building_category": "Nonresidential",
|
541
|
-
"exterior_operable_window_standards_construction_type": "
|
541
|
+
"exterior_operable_window_standards_construction_type": "Operable",
|
542
542
|
"exterior_operable_window_building_category": "Nonresidential",
|
543
543
|
"exterior_door_standards_construction_type": "Swinging",
|
544
544
|
"exterior_door_building_category": "Nonresidential",
|
545
|
-
"exterior_glass_door_standards_construction_type": "
|
545
|
+
"exterior_glass_door_standards_construction_type": "Entrance door",
|
546
546
|
"exterior_glass_door_building_category": "Nonresidential",
|
547
547
|
"exterior_overhead_door_standards_construction_type": "NonSwinging",
|
548
548
|
"exterior_overhead_door_building_category": "Nonresidential",
|
@@ -579,13 +579,13 @@
|
|
579
579
|
"ground_contact_floor_building_category": "Nonresidential",
|
580
580
|
"ground_contact_ceiling_standards_construction_type": null,
|
581
581
|
"ground_contact_ceiling_building_category": "Nonresidential",
|
582
|
-
"exterior_fixed_window_standards_construction_type": "
|
582
|
+
"exterior_fixed_window_standards_construction_type": "Fixed",
|
583
583
|
"exterior_fixed_window_building_category": "Nonresidential",
|
584
|
-
"exterior_operable_window_standards_construction_type": "
|
584
|
+
"exterior_operable_window_standards_construction_type": "Operable",
|
585
585
|
"exterior_operable_window_building_category": "Nonresidential",
|
586
586
|
"exterior_door_standards_construction_type": "Swinging",
|
587
587
|
"exterior_door_building_category": "Nonresidential",
|
588
|
-
"exterior_glass_door_standards_construction_type": "
|
588
|
+
"exterior_glass_door_standards_construction_type": "Entrance door",
|
589
589
|
"exterior_glass_door_building_category": "Nonresidential",
|
590
590
|
"exterior_overhead_door_standards_construction_type": "NonSwinging",
|
591
591
|
"exterior_overhead_door_building_category": "Nonresidential",
|
@@ -622,13 +622,13 @@
|
|
622
622
|
"ground_contact_floor_building_category": "Nonresidential",
|
623
623
|
"ground_contact_ceiling_standards_construction_type": null,
|
624
624
|
"ground_contact_ceiling_building_category": "Nonresidential",
|
625
|
-
"exterior_fixed_window_standards_construction_type": "
|
625
|
+
"exterior_fixed_window_standards_construction_type": "Fixed",
|
626
626
|
"exterior_fixed_window_building_category": "Nonresidential",
|
627
|
-
"exterior_operable_window_standards_construction_type": "
|
627
|
+
"exterior_operable_window_standards_construction_type": "Operable",
|
628
628
|
"exterior_operable_window_building_category": "Nonresidential",
|
629
629
|
"exterior_door_standards_construction_type": "Swinging",
|
630
630
|
"exterior_door_building_category": "Nonresidential",
|
631
|
-
"exterior_glass_door_standards_construction_type": "
|
631
|
+
"exterior_glass_door_standards_construction_type": "Entrance door",
|
632
632
|
"exterior_glass_door_building_category": "Nonresidential",
|
633
633
|
"exterior_overhead_door_standards_construction_type": "NonSwinging",
|
634
634
|
"exterior_overhead_door_building_category": "Nonresidential",
|
@@ -665,13 +665,13 @@
|
|
665
665
|
"ground_contact_floor_building_category": "Nonresidential",
|
666
666
|
"ground_contact_ceiling_standards_construction_type": null,
|
667
667
|
"ground_contact_ceiling_building_category": "Nonresidential",
|
668
|
-
"exterior_fixed_window_standards_construction_type": "
|
668
|
+
"exterior_fixed_window_standards_construction_type": "Fixed",
|
669
669
|
"exterior_fixed_window_building_category": "Nonresidential",
|
670
|
-
"exterior_operable_window_standards_construction_type": "
|
670
|
+
"exterior_operable_window_standards_construction_type": "Operable",
|
671
671
|
"exterior_operable_window_building_category": "Nonresidential",
|
672
672
|
"exterior_door_standards_construction_type": "Swinging",
|
673
673
|
"exterior_door_building_category": "Nonresidential",
|
674
|
-
"exterior_glass_door_standards_construction_type": "
|
674
|
+
"exterior_glass_door_standards_construction_type": "Entrance door",
|
675
675
|
"exterior_glass_door_building_category": "Nonresidential",
|
676
676
|
"exterior_overhead_door_standards_construction_type": "NonSwinging",
|
677
677
|
"exterior_overhead_door_building_category": "Nonresidential",
|
@@ -708,13 +708,13 @@
|
|
708
708
|
"ground_contact_floor_building_category": "Nonresidential",
|
709
709
|
"ground_contact_ceiling_standards_construction_type": null,
|
710
710
|
"ground_contact_ceiling_building_category": "Nonresidential",
|
711
|
-
"exterior_fixed_window_standards_construction_type": "
|
711
|
+
"exterior_fixed_window_standards_construction_type": "Fixed",
|
712
712
|
"exterior_fixed_window_building_category": "Nonresidential",
|
713
|
-
"exterior_operable_window_standards_construction_type": "
|
713
|
+
"exterior_operable_window_standards_construction_type": "Operable",
|
714
714
|
"exterior_operable_window_building_category": "Nonresidential",
|
715
715
|
"exterior_door_standards_construction_type": "Swinging",
|
716
716
|
"exterior_door_building_category": "Nonresidential",
|
717
|
-
"exterior_glass_door_standards_construction_type": "
|
717
|
+
"exterior_glass_door_standards_construction_type": "Entrance door",
|
718
718
|
"exterior_glass_door_building_category": "Nonresidential",
|
719
719
|
"exterior_overhead_door_standards_construction_type": "NonSwinging",
|
720
720
|
"exterior_overhead_door_building_category": "Nonresidential",
|
@@ -751,13 +751,13 @@
|
|
751
751
|
"ground_contact_floor_building_category": "Residential",
|
752
752
|
"ground_contact_ceiling_standards_construction_type": null,
|
753
753
|
"ground_contact_ceiling_building_category": "Nonresidential",
|
754
|
-
"exterior_fixed_window_standards_construction_type": "
|
754
|
+
"exterior_fixed_window_standards_construction_type": "Fixed",
|
755
755
|
"exterior_fixed_window_building_category": "Nonresidential",
|
756
|
-
"exterior_operable_window_standards_construction_type": "
|
756
|
+
"exterior_operable_window_standards_construction_type": "Operable",
|
757
757
|
"exterior_operable_window_building_category": "Nonresidential",
|
758
758
|
"exterior_door_standards_construction_type": "Swinging",
|
759
759
|
"exterior_door_building_category": "Nonresidential",
|
760
|
-
"exterior_glass_door_standards_construction_type": "
|
760
|
+
"exterior_glass_door_standards_construction_type": "Entrance door",
|
761
761
|
"exterior_glass_door_building_category": "Nonresidential",
|
762
762
|
"exterior_overhead_door_standards_construction_type": "NonSwinging",
|
763
763
|
"exterior_overhead_door_building_category": "Nonresidential",
|
@@ -794,13 +794,13 @@
|
|
794
794
|
"ground_contact_floor_building_category": "Nonresidential",
|
795
795
|
"ground_contact_ceiling_standards_construction_type": null,
|
796
796
|
"ground_contact_ceiling_building_category": "Nonresidential",
|
797
|
-
"exterior_fixed_window_standards_construction_type": "
|
797
|
+
"exterior_fixed_window_standards_construction_type": "Fixed",
|
798
798
|
"exterior_fixed_window_building_category": "Nonresidential",
|
799
|
-
"exterior_operable_window_standards_construction_type": "
|
799
|
+
"exterior_operable_window_standards_construction_type": "Operable",
|
800
800
|
"exterior_operable_window_building_category": "Nonresidential",
|
801
801
|
"exterior_door_standards_construction_type": "Swinging",
|
802
802
|
"exterior_door_building_category": "Nonresidential",
|
803
|
-
"exterior_glass_door_standards_construction_type": "
|
803
|
+
"exterior_glass_door_standards_construction_type": "Entrance door",
|
804
804
|
"exterior_glass_door_building_category": "Nonresidential",
|
805
805
|
"exterior_overhead_door_standards_construction_type": "NonSwinging",
|
806
806
|
"exterior_overhead_door_building_category": "Nonresidential",
|
@@ -837,13 +837,13 @@
|
|
837
837
|
"ground_contact_floor_building_category": "Nonresidential",
|
838
838
|
"ground_contact_ceiling_standards_construction_type": null,
|
839
839
|
"ground_contact_ceiling_building_category": "Nonresidential",
|
840
|
-
"exterior_fixed_window_standards_construction_type": "
|
840
|
+
"exterior_fixed_window_standards_construction_type": "Fixed",
|
841
841
|
"exterior_fixed_window_building_category": "Nonresidential",
|
842
|
-
"exterior_operable_window_standards_construction_type": "
|
842
|
+
"exterior_operable_window_standards_construction_type": "Operable",
|
843
843
|
"exterior_operable_window_building_category": "Nonresidential",
|
844
844
|
"exterior_door_standards_construction_type": "Swinging",
|
845
845
|
"exterior_door_building_category": "Nonresidential",
|
846
|
-
"exterior_glass_door_standards_construction_type": "
|
846
|
+
"exterior_glass_door_standards_construction_type": "Entrance door",
|
847
847
|
"exterior_glass_door_building_category": "Nonresidential",
|
848
848
|
"exterior_overhead_door_standards_construction_type": "NonSwinging",
|
849
849
|
"exterior_overhead_door_building_category": "Nonresidential",
|
@@ -880,13 +880,13 @@
|
|
880
880
|
"ground_contact_floor_building_category": "Nonresidential",
|
881
881
|
"ground_contact_ceiling_standards_construction_type": null,
|
882
882
|
"ground_contact_ceiling_building_category": "Nonresidential",
|
883
|
-
"exterior_fixed_window_standards_construction_type": "
|
883
|
+
"exterior_fixed_window_standards_construction_type": "Fixed",
|
884
884
|
"exterior_fixed_window_building_category": "Nonresidential",
|
885
|
-
"exterior_operable_window_standards_construction_type": "
|
885
|
+
"exterior_operable_window_standards_construction_type": "Operable",
|
886
886
|
"exterior_operable_window_building_category": "Nonresidential",
|
887
887
|
"exterior_door_standards_construction_type": "Swinging",
|
888
888
|
"exterior_door_building_category": "Nonresidential",
|
889
|
-
"exterior_glass_door_standards_construction_type": "
|
889
|
+
"exterior_glass_door_standards_construction_type": "Entrance door",
|
890
890
|
"exterior_glass_door_building_category": "Nonresidential",
|
891
891
|
"exterior_overhead_door_standards_construction_type": "NonSwinging",
|
892
892
|
"exterior_overhead_door_building_category": "Nonresidential",
|
@@ -923,13 +923,13 @@
|
|
923
923
|
"ground_contact_floor_building_category": "Nonresidential",
|
924
924
|
"ground_contact_ceiling_standards_construction_type": null,
|
925
925
|
"ground_contact_ceiling_building_category": "Nonresidential",
|
926
|
-
"exterior_fixed_window_standards_construction_type": "
|
926
|
+
"exterior_fixed_window_standards_construction_type": "Fixed",
|
927
927
|
"exterior_fixed_window_building_category": "Nonresidential",
|
928
|
-
"exterior_operable_window_standards_construction_type": "
|
928
|
+
"exterior_operable_window_standards_construction_type": "Operable",
|
929
929
|
"exterior_operable_window_building_category": "Nonresidential",
|
930
930
|
"exterior_door_standards_construction_type": "Swinging",
|
931
931
|
"exterior_door_building_category": "Nonresidential",
|
932
|
-
"exterior_glass_door_standards_construction_type": "
|
932
|
+
"exterior_glass_door_standards_construction_type": "Entrance door",
|
933
933
|
"exterior_glass_door_building_category": "Nonresidential",
|
934
934
|
"exterior_overhead_door_standards_construction_type": "NonSwinging",
|
935
935
|
"exterior_overhead_door_building_category": "Nonresidential",
|
@@ -966,13 +966,13 @@
|
|
966
966
|
"ground_contact_floor_building_category": "Nonresidential",
|
967
967
|
"ground_contact_ceiling_standards_construction_type": null,
|
968
968
|
"ground_contact_ceiling_building_category": "Nonresidential",
|
969
|
-
"exterior_fixed_window_standards_construction_type": "
|
969
|
+
"exterior_fixed_window_standards_construction_type": "Fixed",
|
970
970
|
"exterior_fixed_window_building_category": "Nonresidential",
|
971
|
-
"exterior_operable_window_standards_construction_type": "
|
971
|
+
"exterior_operable_window_standards_construction_type": "Operable",
|
972
972
|
"exterior_operable_window_building_category": "Nonresidential",
|
973
973
|
"exterior_door_standards_construction_type": "Swinging",
|
974
974
|
"exterior_door_building_category": "Nonresidential",
|
975
|
-
"exterior_glass_door_standards_construction_type": "
|
975
|
+
"exterior_glass_door_standards_construction_type": "Entrance door",
|
976
976
|
"exterior_glass_door_building_category": "Nonresidential",
|
977
977
|
"exterior_overhead_door_standards_construction_type": "NonSwinging",
|
978
978
|
"exterior_overhead_door_building_category": "Nonresidential",
|
@@ -1009,13 +1009,13 @@
|
|
1009
1009
|
"ground_contact_floor_building_category": "Nonresidential",
|
1010
1010
|
"ground_contact_ceiling_standards_construction_type": null,
|
1011
1011
|
"ground_contact_ceiling_building_category": "Nonresidential",
|
1012
|
-
"exterior_fixed_window_standards_construction_type": "
|
1012
|
+
"exterior_fixed_window_standards_construction_type": "Fixed",
|
1013
1013
|
"exterior_fixed_window_building_category": "Nonresidential",
|
1014
|
-
"exterior_operable_window_standards_construction_type": "
|
1014
|
+
"exterior_operable_window_standards_construction_type": "Operable",
|
1015
1015
|
"exterior_operable_window_building_category": "Nonresidential",
|
1016
1016
|
"exterior_door_standards_construction_type": "Swinging",
|
1017
1017
|
"exterior_door_building_category": "Nonresidential",
|
1018
|
-
"exterior_glass_door_standards_construction_type": "
|
1018
|
+
"exterior_glass_door_standards_construction_type": "Entrance door",
|
1019
1019
|
"exterior_glass_door_building_category": "Nonresidential",
|
1020
1020
|
"exterior_overhead_door_standards_construction_type": "NonSwinging",
|
1021
1021
|
"exterior_overhead_door_building_category": "Nonresidential",
|
@@ -1138,13 +1138,13 @@
|
|
1138
1138
|
"ground_contact_floor_building_category": "Nonresidential",
|
1139
1139
|
"ground_contact_ceiling_standards_construction_type": null,
|
1140
1140
|
"ground_contact_ceiling_building_category": "Nonresidential",
|
1141
|
-
"exterior_fixed_window_standards_construction_type": "
|
1141
|
+
"exterior_fixed_window_standards_construction_type": "Fixed",
|
1142
1142
|
"exterior_fixed_window_building_category": "Nonresidential",
|
1143
|
-
"exterior_operable_window_standards_construction_type": "
|
1143
|
+
"exterior_operable_window_standards_construction_type": "Operable",
|
1144
1144
|
"exterior_operable_window_building_category": "Nonresidential",
|
1145
1145
|
"exterior_door_standards_construction_type": "Swinging",
|
1146
1146
|
"exterior_door_building_category": "Nonresidential",
|
1147
|
-
"exterior_glass_door_standards_construction_type": "
|
1147
|
+
"exterior_glass_door_standards_construction_type": "Entrance door",
|
1148
1148
|
"exterior_glass_door_building_category": "Nonresidential",
|
1149
1149
|
"exterior_overhead_door_standards_construction_type": "NonSwinging",
|
1150
1150
|
"exterior_overhead_door_building_category": "Nonresidential",
|
@@ -1181,9 +1181,9 @@
|
|
1181
1181
|
"ground_contact_floor_building_category": "Residential",
|
1182
1182
|
"ground_contact_ceiling_standards_construction_type": null,
|
1183
1183
|
"ground_contact_ceiling_building_category": "Residential",
|
1184
|
-
"exterior_fixed_window_standards_construction_type": "
|
1184
|
+
"exterior_fixed_window_standards_construction_type": "Fixed",
|
1185
1185
|
"exterior_fixed_window_building_category": "Residential",
|
1186
|
-
"exterior_operable_window_standards_construction_type": "
|
1186
|
+
"exterior_operable_window_standards_construction_type": "Operable",
|
1187
1187
|
"exterior_operable_window_building_category": "Residential",
|
1188
1188
|
"exterior_door_standards_construction_type": "Swinging",
|
1189
1189
|
"exterior_door_building_category": "Residential",
|
@@ -1224,13 +1224,13 @@
|
|
1224
1224
|
"ground_contact_floor_building_category": "Nonresidential",
|
1225
1225
|
"ground_contact_ceiling_standards_construction_type": null,
|
1226
1226
|
"ground_contact_ceiling_building_category": "Nonresidential",
|
1227
|
-
"exterior_fixed_window_standards_construction_type": "
|
1227
|
+
"exterior_fixed_window_standards_construction_type": "Fixed",
|
1228
1228
|
"exterior_fixed_window_building_category": "Nonresidential",
|
1229
|
-
"exterior_operable_window_standards_construction_type": "
|
1229
|
+
"exterior_operable_window_standards_construction_type": "Operable",
|
1230
1230
|
"exterior_operable_window_building_category": "Nonresidential",
|
1231
1231
|
"exterior_door_standards_construction_type": "Swinging",
|
1232
1232
|
"exterior_door_building_category": "Nonresidential",
|
1233
|
-
"exterior_glass_door_standards_construction_type": "
|
1233
|
+
"exterior_glass_door_standards_construction_type": "Entrance door",
|
1234
1234
|
"exterior_glass_door_building_category": "Nonresidential",
|
1235
1235
|
"exterior_overhead_door_standards_construction_type": "NonSwinging",
|
1236
1236
|
"exterior_overhead_door_building_category": "Nonresidential",
|
@@ -1267,13 +1267,13 @@
|
|
1267
1267
|
"ground_contact_floor_building_category": "Nonresidential",
|
1268
1268
|
"ground_contact_ceiling_standards_construction_type": null,
|
1269
1269
|
"ground_contact_ceiling_building_category": "Nonresidential",
|
1270
|
-
"exterior_fixed_window_standards_construction_type": "
|
1270
|
+
"exterior_fixed_window_standards_construction_type": "Fixed",
|
1271
1271
|
"exterior_fixed_window_building_category": "Nonresidential",
|
1272
|
-
"exterior_operable_window_standards_construction_type": "
|
1272
|
+
"exterior_operable_window_standards_construction_type": "Operable",
|
1273
1273
|
"exterior_operable_window_building_category": "Nonresidential",
|
1274
1274
|
"exterior_door_standards_construction_type": "Swinging",
|
1275
1275
|
"exterior_door_building_category": "Nonresidential",
|
1276
|
-
"exterior_glass_door_standards_construction_type": "
|
1276
|
+
"exterior_glass_door_standards_construction_type": "Entrance door",
|
1277
1277
|
"exterior_glass_door_building_category": "Nonresidential",
|
1278
1278
|
"exterior_overhead_door_standards_construction_type": "NonSwinging",
|
1279
1279
|
"exterior_overhead_door_building_category": "Nonresidential",
|
@@ -1310,13 +1310,13 @@
|
|
1310
1310
|
"ground_contact_floor_building_category": "Nonresidential",
|
1311
1311
|
"ground_contact_ceiling_standards_construction_type": null,
|
1312
1312
|
"ground_contact_ceiling_building_category": "Nonresidential",
|
1313
|
-
"exterior_fixed_window_standards_construction_type": "
|
1313
|
+
"exterior_fixed_window_standards_construction_type": "Fixed",
|
1314
1314
|
"exterior_fixed_window_building_category": "Nonresidential",
|
1315
|
-
"exterior_operable_window_standards_construction_type": "
|
1315
|
+
"exterior_operable_window_standards_construction_type": "Operable",
|
1316
1316
|
"exterior_operable_window_building_category": "Nonresidential",
|
1317
1317
|
"exterior_door_standards_construction_type": "Swinging",
|
1318
1318
|
"exterior_door_building_category": "Nonresidential",
|
1319
|
-
"exterior_glass_door_standards_construction_type": "
|
1319
|
+
"exterior_glass_door_standards_construction_type": "Entrance door",
|
1320
1320
|
"exterior_glass_door_building_category": "Nonresidential",
|
1321
1321
|
"exterior_overhead_door_standards_construction_type": "NonSwinging",
|
1322
1322
|
"exterior_overhead_door_building_category": "Nonresidential",
|
@@ -1353,13 +1353,13 @@
|
|
1353
1353
|
"ground_contact_floor_building_category": "Nonresidential",
|
1354
1354
|
"ground_contact_ceiling_standards_construction_type": null,
|
1355
1355
|
"ground_contact_ceiling_building_category": "Nonresidential",
|
1356
|
-
"exterior_fixed_window_standards_construction_type": "
|
1356
|
+
"exterior_fixed_window_standards_construction_type": "Fixed",
|
1357
1357
|
"exterior_fixed_window_building_category": "Nonresidential",
|
1358
|
-
"exterior_operable_window_standards_construction_type": "
|
1358
|
+
"exterior_operable_window_standards_construction_type": "Operable",
|
1359
1359
|
"exterior_operable_window_building_category": "Nonresidential",
|
1360
1360
|
"exterior_door_standards_construction_type": "Swinging",
|
1361
1361
|
"exterior_door_building_category": "Nonresidential",
|
1362
|
-
"exterior_glass_door_standards_construction_type": "
|
1362
|
+
"exterior_glass_door_standards_construction_type": "Entrance door",
|
1363
1363
|
"exterior_glass_door_building_category": "Nonresidential",
|
1364
1364
|
"exterior_overhead_door_standards_construction_type": "NonSwinging",
|
1365
1365
|
"exterior_overhead_door_building_category": "Nonresidential",
|
@@ -1396,13 +1396,13 @@
|
|
1396
1396
|
"ground_contact_floor_building_category": "Nonresidential",
|
1397
1397
|
"ground_contact_ceiling_standards_construction_type": null,
|
1398
1398
|
"ground_contact_ceiling_building_category": "Nonresidential",
|
1399
|
-
"exterior_fixed_window_standards_construction_type": "
|
1399
|
+
"exterior_fixed_window_standards_construction_type": "Fixed",
|
1400
1400
|
"exterior_fixed_window_building_category": "Nonresidential",
|
1401
|
-
"exterior_operable_window_standards_construction_type": "
|
1401
|
+
"exterior_operable_window_standards_construction_type": "Operable",
|
1402
1402
|
"exterior_operable_window_building_category": "Nonresidential",
|
1403
1403
|
"exterior_door_standards_construction_type": "Swinging",
|
1404
1404
|
"exterior_door_building_category": "Nonresidential",
|
1405
|
-
"exterior_glass_door_standards_construction_type": "
|
1405
|
+
"exterior_glass_door_standards_construction_type": "Entrance door",
|
1406
1406
|
"exterior_glass_door_building_category": "Nonresidential",
|
1407
1407
|
"exterior_overhead_door_standards_construction_type": "NonSwinging",
|
1408
1408
|
"exterior_overhead_door_building_category": "Nonresidential",
|
@@ -1439,13 +1439,13 @@
|
|
1439
1439
|
"ground_contact_floor_building_category": "Nonresidential",
|
1440
1440
|
"ground_contact_ceiling_standards_construction_type": null,
|
1441
1441
|
"ground_contact_ceiling_building_category": "Nonresidential",
|
1442
|
-
"exterior_fixed_window_standards_construction_type": "
|
1442
|
+
"exterior_fixed_window_standards_construction_type": "Fixed",
|
1443
1443
|
"exterior_fixed_window_building_category": "Nonresidential",
|
1444
|
-
"exterior_operable_window_standards_construction_type": "
|
1444
|
+
"exterior_operable_window_standards_construction_type": "Operable",
|
1445
1445
|
"exterior_operable_window_building_category": "Nonresidential",
|
1446
1446
|
"exterior_door_standards_construction_type": "Swinging",
|
1447
1447
|
"exterior_door_building_category": "Nonresidential",
|
1448
|
-
"exterior_glass_door_standards_construction_type": "
|
1448
|
+
"exterior_glass_door_standards_construction_type": "Entrance door",
|
1449
1449
|
"exterior_glass_door_building_category": "Nonresidential",
|
1450
1450
|
"exterior_overhead_door_standards_construction_type": "NonSwinging",
|
1451
1451
|
"exterior_overhead_door_building_category": "Nonresidential",
|
@@ -1482,9 +1482,9 @@
|
|
1482
1482
|
"ground_contact_floor_building_category": "Semiheated",
|
1483
1483
|
"ground_contact_ceiling_standards_construction_type": null,
|
1484
1484
|
"ground_contact_ceiling_building_category": "Semiheated",
|
1485
|
-
"exterior_fixed_window_standards_construction_type": "
|
1485
|
+
"exterior_fixed_window_standards_construction_type": "Fixed",
|
1486
1486
|
"exterior_fixed_window_building_category": "Nonresidential",
|
1487
|
-
"exterior_operable_window_standards_construction_type": "
|
1487
|
+
"exterior_operable_window_standards_construction_type": "Operable",
|
1488
1488
|
"exterior_operable_window_building_category": "Nonresidential",
|
1489
1489
|
"exterior_door_standards_construction_type": "Swinging",
|
1490
1490
|
"exterior_door_building_category": "Semiheated",
|
@@ -1525,9 +1525,9 @@
|
|
1525
1525
|
"ground_contact_floor_building_category": "Semiheated",
|
1526
1526
|
"ground_contact_ceiling_standards_construction_type": null,
|
1527
1527
|
"ground_contact_ceiling_building_category": "Nonresidential",
|
1528
|
-
"exterior_fixed_window_standards_construction_type": "
|
1528
|
+
"exterior_fixed_window_standards_construction_type": "Fixed",
|
1529
1529
|
"exterior_fixed_window_building_category": "Nonresidential",
|
1530
|
-
"exterior_operable_window_standards_construction_type": "
|
1530
|
+
"exterior_operable_window_standards_construction_type": "Operable",
|
1531
1531
|
"exterior_operable_window_building_category": "Nonresidential",
|
1532
1532
|
"exterior_door_standards_construction_type": "Swinging",
|
1533
1533
|
"exterior_door_building_category": "Semiheated",
|
@@ -1568,9 +1568,9 @@
|
|
1568
1568
|
"ground_contact_floor_building_category": "Semiheated",
|
1569
1569
|
"ground_contact_ceiling_standards_construction_type": null,
|
1570
1570
|
"ground_contact_ceiling_building_category": "Nonresidential",
|
1571
|
-
"exterior_fixed_window_standards_construction_type": "
|
1571
|
+
"exterior_fixed_window_standards_construction_type": "Fixed",
|
1572
1572
|
"exterior_fixed_window_building_category": "Nonresidential",
|
1573
|
-
"exterior_operable_window_standards_construction_type": "
|
1573
|
+
"exterior_operable_window_standards_construction_type": "Operable",
|
1574
1574
|
"exterior_operable_window_building_category": "Nonresidential",
|
1575
1575
|
"exterior_door_standards_construction_type": "Swinging",
|
1576
1576
|
"exterior_door_building_category": "Semiheated",
|
@@ -1611,9 +1611,9 @@
|
|
1611
1611
|
"ground_contact_floor_building_category": "Semiheated",
|
1612
1612
|
"ground_contact_ceiling_standards_construction_type": null,
|
1613
1613
|
"ground_contact_ceiling_building_category": "Nonresidential",
|
1614
|
-
"exterior_fixed_window_standards_construction_type": "
|
1614
|
+
"exterior_fixed_window_standards_construction_type": "Fixed",
|
1615
1615
|
"exterior_fixed_window_building_category": "Nonresidential",
|
1616
|
-
"exterior_operable_window_standards_construction_type": "
|
1616
|
+
"exterior_operable_window_standards_construction_type": "Operable",
|
1617
1617
|
"exterior_operable_window_building_category": "Nonresidential",
|
1618
1618
|
"exterior_door_standards_construction_type": "Swinging",
|
1619
1619
|
"exterior_door_building_category": "Semiheated",
|