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": "Metal framing
|
109
|
+
"exterior_fixed_window_standards_construction_type": "Metal framing, fixed",
|
110
110
|
"exterior_fixed_window_building_category": "Nonresidential",
|
111
|
-
"exterior_operable_window_standards_construction_type": "Metal framing
|
111
|
+
"exterior_operable_window_standards_construction_type": "Metal framing, 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": "Metal framing
|
115
|
+
"exterior_glass_door_standards_construction_type": "Metal framing, 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": "Metal framing
|
152
|
+
"exterior_fixed_window_standards_construction_type": "Metal framing, fixed",
|
153
153
|
"exterior_fixed_window_building_category": "Nonresidential",
|
154
|
-
"exterior_operable_window_standards_construction_type": "Metal framing
|
154
|
+
"exterior_operable_window_standards_construction_type": "Metal framing, 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": "Metal framing
|
158
|
+
"exterior_glass_door_standards_construction_type": "Metal framing, 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": "Metal framing, fixed",
|
196
196
|
"exterior_fixed_window_building_category": "Nonresidential",
|
197
|
-
"exterior_operable_window_standards_construction_type": "
|
197
|
+
"exterior_operable_window_standards_construction_type": "Metal framing, 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": "Metal framing, 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": "Metal framing, fixed",
|
239
239
|
"exterior_fixed_window_building_category": "Residential",
|
240
|
-
"exterior_operable_window_standards_construction_type": "
|
240
|
+
"exterior_operable_window_standards_construction_type": "Metal framing, operable",
|
241
241
|
"exterior_operable_window_building_category": "Residential",
|
242
242
|
"exterior_door_standards_construction_type": "Swinging",
|
243
243
|
"exterior_door_building_category": "Residential",
|
244
|
-
"exterior_glass_door_standards_construction_type": "
|
244
|
+
"exterior_glass_door_standards_construction_type": "Metal framing, entrance door",
|
245
245
|
"exterior_glass_door_building_category": "Residential",
|
246
246
|
"exterior_overhead_door_standards_construction_type": "NonSwinging",
|
247
247
|
"exterior_overhead_door_building_category": "Residential",
|
@@ -278,13 +278,13 @@
|
|
278
278
|
"ground_contact_floor_building_category": "Residential",
|
279
279
|
"ground_contact_ceiling_standards_construction_type": null,
|
280
280
|
"ground_contact_ceiling_building_category": "Residential",
|
281
|
-
"exterior_fixed_window_standards_construction_type": "
|
281
|
+
"exterior_fixed_window_standards_construction_type": "Metal framing, fixed",
|
282
282
|
"exterior_fixed_window_building_category": "Residential",
|
283
|
-
"exterior_operable_window_standards_construction_type": "
|
283
|
+
"exterior_operable_window_standards_construction_type": "Metal framing, operable",
|
284
284
|
"exterior_operable_window_building_category": "Residential",
|
285
285
|
"exterior_door_standards_construction_type": "Swinging",
|
286
286
|
"exterior_door_building_category": "Residential",
|
287
|
-
"exterior_glass_door_standards_construction_type": "
|
287
|
+
"exterior_glass_door_standards_construction_type": "Metal framing, entrance door",
|
288
288
|
"exterior_glass_door_building_category": "Residential",
|
289
289
|
"exterior_overhead_door_standards_construction_type": "NonSwinging",
|
290
290
|
"exterior_overhead_door_building_category": "Residential",
|
@@ -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": "Metal framing, fixed",
|
325
325
|
"exterior_fixed_window_building_category": "Nonresidential",
|
326
|
-
"exterior_operable_window_standards_construction_type": "
|
326
|
+
"exterior_operable_window_standards_construction_type": "Metal framing, 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": "Metal framing, 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": "Metal framing
|
367
|
+
"exterior_fixed_window_standards_construction_type": "Metal framing, fixed",
|
368
368
|
"exterior_fixed_window_building_category": "Nonresidential",
|
369
|
-
"exterior_operable_window_standards_construction_type": "Metal framing
|
369
|
+
"exterior_operable_window_standards_construction_type": "Metal framing, 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": "Metal framing
|
373
|
+
"exterior_glass_door_standards_construction_type": "Metal framing, 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": "Residential",
|
494
494
|
"ground_contact_ceiling_standards_construction_type": null,
|
495
495
|
"ground_contact_ceiling_building_category": "Residential",
|
496
|
-
"exterior_fixed_window_standards_construction_type": "
|
496
|
+
"exterior_fixed_window_standards_construction_type": "Metal framing, fixed",
|
497
497
|
"exterior_fixed_window_building_category": "Residential",
|
498
|
-
"exterior_operable_window_standards_construction_type": "
|
498
|
+
"exterior_operable_window_standards_construction_type": "Metal framing, operable",
|
499
499
|
"exterior_operable_window_building_category": "Residential",
|
500
500
|
"exterior_door_standards_construction_type": "Swinging",
|
501
501
|
"exterior_door_building_category": "Residential",
|
502
|
-
"exterior_glass_door_standards_construction_type": "
|
502
|
+
"exterior_glass_door_standards_construction_type": "Metal framing, entrance door",
|
503
503
|
"exterior_glass_door_building_category": "Residential",
|
504
504
|
"exterior_overhead_door_standards_construction_type": "NonSwinging",
|
505
505
|
"exterior_overhead_door_building_category": "Residential",
|
@@ -536,13 +536,13 @@
|
|
536
536
|
"ground_contact_floor_building_category": "Residential",
|
537
537
|
"ground_contact_ceiling_standards_construction_type": null,
|
538
538
|
"ground_contact_ceiling_building_category": "Residential",
|
539
|
-
"exterior_fixed_window_standards_construction_type": "
|
539
|
+
"exterior_fixed_window_standards_construction_type": "Metal framing, fixed",
|
540
540
|
"exterior_fixed_window_building_category": "Residential",
|
541
|
-
"exterior_operable_window_standards_construction_type": "
|
541
|
+
"exterior_operable_window_standards_construction_type": "Metal framing, operable",
|
542
542
|
"exterior_operable_window_building_category": "Residential",
|
543
543
|
"exterior_door_standards_construction_type": "Swinging",
|
544
544
|
"exterior_door_building_category": "Residential",
|
545
|
-
"exterior_glass_door_standards_construction_type": "
|
545
|
+
"exterior_glass_door_standards_construction_type": "Metal framing, entrance door",
|
546
546
|
"exterior_glass_door_building_category": "Residential",
|
547
547
|
"exterior_overhead_door_standards_construction_type": "NonSwinging",
|
548
548
|
"exterior_overhead_door_building_category": "Residential",
|
@@ -579,13 +579,13 @@
|
|
579
579
|
"ground_contact_floor_building_category": "Residential",
|
580
580
|
"ground_contact_ceiling_standards_construction_type": null,
|
581
581
|
"ground_contact_ceiling_building_category": "Residential",
|
582
|
-
"exterior_fixed_window_standards_construction_type": "
|
582
|
+
"exterior_fixed_window_standards_construction_type": "Metal framing, fixed",
|
583
583
|
"exterior_fixed_window_building_category": "Residential",
|
584
|
-
"exterior_operable_window_standards_construction_type": "
|
584
|
+
"exterior_operable_window_standards_construction_type": "Metal framing, operable",
|
585
585
|
"exterior_operable_window_building_category": "Residential",
|
586
586
|
"exterior_door_standards_construction_type": "Swinging",
|
587
587
|
"exterior_door_building_category": "Residential",
|
588
|
-
"exterior_glass_door_standards_construction_type": "
|
588
|
+
"exterior_glass_door_standards_construction_type": "Metal framing, entrance door",
|
589
589
|
"exterior_glass_door_building_category": "Residential",
|
590
590
|
"exterior_overhead_door_standards_construction_type": "NonSwinging",
|
591
591
|
"exterior_overhead_door_building_category": "Residential",
|
@@ -622,13 +622,13 @@
|
|
622
622
|
"ground_contact_floor_building_category": "Residential",
|
623
623
|
"ground_contact_ceiling_standards_construction_type": null,
|
624
624
|
"ground_contact_ceiling_building_category": "Residential",
|
625
|
-
"exterior_fixed_window_standards_construction_type": "
|
625
|
+
"exterior_fixed_window_standards_construction_type": "Metal framing, fixed",
|
626
626
|
"exterior_fixed_window_building_category": "Residential",
|
627
|
-
"exterior_operable_window_standards_construction_type": "
|
627
|
+
"exterior_operable_window_standards_construction_type": "Metal framing, operable",
|
628
628
|
"exterior_operable_window_building_category": "Residential",
|
629
629
|
"exterior_door_standards_construction_type": "Swinging",
|
630
630
|
"exterior_door_building_category": "Residential",
|
631
|
-
"exterior_glass_door_standards_construction_type": "
|
631
|
+
"exterior_glass_door_standards_construction_type": "Metal framing, entrance door",
|
632
632
|
"exterior_glass_door_building_category": "Residential",
|
633
633
|
"exterior_overhead_door_standards_construction_type": "NonSwinging",
|
634
634
|
"exterior_overhead_door_building_category": "Residential",
|
@@ -665,13 +665,13 @@
|
|
665
665
|
"ground_contact_floor_building_category": "Residential",
|
666
666
|
"ground_contact_ceiling_standards_construction_type": null,
|
667
667
|
"ground_contact_ceiling_building_category": "Residential",
|
668
|
-
"exterior_fixed_window_standards_construction_type": "
|
668
|
+
"exterior_fixed_window_standards_construction_type": "Metal framing, fixed",
|
669
669
|
"exterior_fixed_window_building_category": "Residential",
|
670
|
-
"exterior_operable_window_standards_construction_type": "
|
670
|
+
"exterior_operable_window_standards_construction_type": "Metal framing, operable",
|
671
671
|
"exterior_operable_window_building_category": "Residential",
|
672
672
|
"exterior_door_standards_construction_type": "Swinging",
|
673
673
|
"exterior_door_building_category": "Residential",
|
674
|
-
"exterior_glass_door_standards_construction_type": "
|
674
|
+
"exterior_glass_door_standards_construction_type": "Metal framing, entrance door",
|
675
675
|
"exterior_glass_door_building_category": "Residential",
|
676
676
|
"exterior_overhead_door_standards_construction_type": "NonSwinging",
|
677
677
|
"exterior_overhead_door_building_category": "Residential",
|
@@ -708,13 +708,13 @@
|
|
708
708
|
"ground_contact_floor_building_category": "Residential",
|
709
709
|
"ground_contact_ceiling_standards_construction_type": null,
|
710
710
|
"ground_contact_ceiling_building_category": "Residential",
|
711
|
-
"exterior_fixed_window_standards_construction_type": "
|
711
|
+
"exterior_fixed_window_standards_construction_type": "Metal framing, fixed",
|
712
712
|
"exterior_fixed_window_building_category": "Residential",
|
713
|
-
"exterior_operable_window_standards_construction_type": "
|
713
|
+
"exterior_operable_window_standards_construction_type": "Metal framing, operable",
|
714
714
|
"exterior_operable_window_building_category": "Residential",
|
715
715
|
"exterior_door_standards_construction_type": "Swinging",
|
716
716
|
"exterior_door_building_category": "Residential",
|
717
|
-
"exterior_glass_door_standards_construction_type": "
|
717
|
+
"exterior_glass_door_standards_construction_type": "Metal framing, entrance door",
|
718
718
|
"exterior_glass_door_building_category": "Residential",
|
719
719
|
"exterior_overhead_door_standards_construction_type": "NonSwinging",
|
720
720
|
"exterior_overhead_door_building_category": "Residential",
|
@@ -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": "Residential",
|
754
|
-
"exterior_fixed_window_standards_construction_type": "
|
754
|
+
"exterior_fixed_window_standards_construction_type": "Metal framing, fixed",
|
755
755
|
"exterior_fixed_window_building_category": "Residential",
|
756
|
-
"exterior_operable_window_standards_construction_type": "
|
756
|
+
"exterior_operable_window_standards_construction_type": "Metal framing, operable",
|
757
757
|
"exterior_operable_window_building_category": "Residential",
|
758
758
|
"exterior_door_standards_construction_type": "Swinging",
|
759
759
|
"exterior_door_building_category": "Residential",
|
760
|
-
"exterior_glass_door_standards_construction_type": "
|
760
|
+
"exterior_glass_door_standards_construction_type": "Metal framing, entrance door",
|
761
761
|
"exterior_glass_door_building_category": "Residential",
|
762
762
|
"exterior_overhead_door_standards_construction_type": "NonSwinging",
|
763
763
|
"exterior_overhead_door_building_category": "Residential",
|
@@ -794,13 +794,13 @@
|
|
794
794
|
"ground_contact_floor_building_category": "Residential",
|
795
795
|
"ground_contact_ceiling_standards_construction_type": null,
|
796
796
|
"ground_contact_ceiling_building_category": "Residential",
|
797
|
-
"exterior_fixed_window_standards_construction_type": "
|
797
|
+
"exterior_fixed_window_standards_construction_type": "Metal framing, fixed",
|
798
798
|
"exterior_fixed_window_building_category": "Residential",
|
799
|
-
"exterior_operable_window_standards_construction_type": "
|
799
|
+
"exterior_operable_window_standards_construction_type": "Metal framing, operable",
|
800
800
|
"exterior_operable_window_building_category": "Residential",
|
801
801
|
"exterior_door_standards_construction_type": "Swinging",
|
802
802
|
"exterior_door_building_category": "Residential",
|
803
|
-
"exterior_glass_door_standards_construction_type": "
|
803
|
+
"exterior_glass_door_standards_construction_type": "Metal framing, entrance door",
|
804
804
|
"exterior_glass_door_building_category": "Residential",
|
805
805
|
"exterior_overhead_door_standards_construction_type": "NonSwinging",
|
806
806
|
"exterior_overhead_door_building_category": "Residential",
|
@@ -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": "Metal framing, fixed",
|
841
841
|
"exterior_fixed_window_building_category": "Nonresidential",
|
842
|
-
"exterior_operable_window_standards_construction_type": "
|
842
|
+
"exterior_operable_window_standards_construction_type": "Metal framing, 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": "Metal framing, 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": "Metal framing, fixed",
|
884
884
|
"exterior_fixed_window_building_category": "Nonresidential",
|
885
|
-
"exterior_operable_window_standards_construction_type": "
|
885
|
+
"exterior_operable_window_standards_construction_type": "Metal framing, 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": "Metal framing, 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": "Metal framing
|
926
|
+
"exterior_fixed_window_standards_construction_type": "Metal framing, fixed",
|
927
927
|
"exterior_fixed_window_building_category": "Nonresidential",
|
928
|
-
"exterior_operable_window_standards_construction_type": "Metal framing
|
928
|
+
"exterior_operable_window_standards_construction_type": "Metal framing, 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": "Metal framing
|
932
|
+
"exterior_glass_door_standards_construction_type": "Metal framing, 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": "Metal framing, fixed",
|
970
970
|
"exterior_fixed_window_building_category": "Nonresidential",
|
971
|
-
"exterior_operable_window_standards_construction_type": "
|
971
|
+
"exterior_operable_window_standards_construction_type": "Metal framing, 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": "Metal framing, 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": "Metal framing
|
1012
|
+
"exterior_fixed_window_standards_construction_type": "Metal framing, fixed",
|
1013
1013
|
"exterior_fixed_window_building_category": "Nonresidential",
|
1014
|
-
"exterior_operable_window_standards_construction_type": "Metal framing
|
1014
|
+
"exterior_operable_window_standards_construction_type": "Metal framing, 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": "Metal framing
|
1018
|
+
"exterior_glass_door_standards_construction_type": "Metal framing, 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",
|
@@ -1052,13 +1052,13 @@
|
|
1052
1052
|
"ground_contact_floor_building_category": "Residential",
|
1053
1053
|
"ground_contact_ceiling_standards_construction_type": null,
|
1054
1054
|
"ground_contact_ceiling_building_category": "Nonresidential",
|
1055
|
-
"exterior_fixed_window_standards_construction_type": "
|
1055
|
+
"exterior_fixed_window_standards_construction_type": "Metal framing, fixed",
|
1056
1056
|
"exterior_fixed_window_building_category": "Residential",
|
1057
|
-
"exterior_operable_window_standards_construction_type": "
|
1057
|
+
"exterior_operable_window_standards_construction_type": "Metal framing, operable",
|
1058
1058
|
"exterior_operable_window_building_category": "Residential",
|
1059
1059
|
"exterior_door_standards_construction_type": "Swinging",
|
1060
1060
|
"exterior_door_building_category": "Residential",
|
1061
|
-
"exterior_glass_door_standards_construction_type": "
|
1061
|
+
"exterior_glass_door_standards_construction_type": "Metal framing, entrance door",
|
1062
1062
|
"exterior_glass_door_building_category": "Residential",
|
1063
1063
|
"exterior_overhead_door_standards_construction_type": "NonSwinging",
|
1064
1064
|
"exterior_overhead_door_building_category": "Residential",
|
@@ -1095,13 +1095,13 @@
|
|
1095
1095
|
"ground_contact_floor_building_category": "Nonresidential",
|
1096
1096
|
"ground_contact_ceiling_standards_construction_type": null,
|
1097
1097
|
"ground_contact_ceiling_building_category": "Nonresidential",
|
1098
|
-
"exterior_fixed_window_standards_construction_type": "Metal framing
|
1098
|
+
"exterior_fixed_window_standards_construction_type": "Metal framing, fixed",
|
1099
1099
|
"exterior_fixed_window_building_category": "Nonresidential",
|
1100
|
-
"exterior_operable_window_standards_construction_type": "Metal framing
|
1100
|
+
"exterior_operable_window_standards_construction_type": "Metal framing, operable",
|
1101
1101
|
"exterior_operable_window_building_category": "Nonresidential",
|
1102
1102
|
"exterior_door_standards_construction_type": "Swinging",
|
1103
1103
|
"exterior_door_building_category": "Nonresidential",
|
1104
|
-
"exterior_glass_door_standards_construction_type": "Metal framing
|
1104
|
+
"exterior_glass_door_standards_construction_type": "Metal framing, entrance door",
|
1105
1105
|
"exterior_glass_door_building_category": "Nonresidential",
|
1106
1106
|
"exterior_overhead_door_standards_construction_type": "NonSwinging",
|
1107
1107
|
"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": "Metal framing, fixed",
|
1142
1142
|
"exterior_fixed_window_building_category": "Nonresidential",
|
1143
|
-
"exterior_operable_window_standards_construction_type": "
|
1143
|
+
"exterior_operable_window_standards_construction_type": "Metal framing, 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": "Metal framing, 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,17 +1181,17 @@
|
|
1181
1181
|
"ground_contact_floor_building_category": "Nonresidential",
|
1182
1182
|
"ground_contact_ceiling_standards_construction_type": null,
|
1183
1183
|
"ground_contact_ceiling_building_category": "Nonresidential",
|
1184
|
-
"exterior_fixed_window_standards_construction_type": "
|
1184
|
+
"exterior_fixed_window_standards_construction_type": "Metal framing, fixed",
|
1185
1185
|
"exterior_fixed_window_building_category": "Nonresidential",
|
1186
|
-
"exterior_operable_window_standards_construction_type": "
|
1186
|
+
"exterior_operable_window_standards_construction_type": "Metal framing, operable",
|
1187
1187
|
"exterior_operable_window_building_category": "Nonresidential",
|
1188
1188
|
"exterior_door_standards_construction_type": "Swinging",
|
1189
1189
|
"exterior_door_building_category": "Nonresidential",
|
1190
|
-
"exterior_glass_door_standards_construction_type": "
|
1190
|
+
"exterior_glass_door_standards_construction_type": "Metal framing, entrance door",
|
1191
1191
|
"exterior_glass_door_building_category": "Nonresidential",
|
1192
1192
|
"exterior_overhead_door_standards_construction_type": "NonSwinging",
|
1193
1193
|
"exterior_overhead_door_building_category": "Nonresidential",
|
1194
|
-
"exterior_skylight_standards_construction_type": "
|
1194
|
+
"exterior_skylight_standards_construction_type": "Glass with Curb",
|
1195
1195
|
"exterior_skylight_building_category": "Nonresidential",
|
1196
1196
|
"tubular_daylight_domes": "Typical Interior Window",
|
1197
1197
|
"tubular_daylight_diffusers": "Typical Interior Window",
|
@@ -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": "Metal framing, fixed",
|
1228
1228
|
"exterior_fixed_window_building_category": "Nonresidential",
|
1229
|
-
"exterior_operable_window_standards_construction_type": "
|
1229
|
+
"exterior_operable_window_standards_construction_type": "Metal framing, 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": "Metal framing, 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,17 +1267,17 @@
|
|
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": "Metal framing, fixed",
|
1271
1271
|
"exterior_fixed_window_building_category": "Nonresidential",
|
1272
|
-
"exterior_operable_window_standards_construction_type": "
|
1272
|
+
"exterior_operable_window_standards_construction_type": "Metal framing, 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": "Metal framing, 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",
|
1280
|
-
"exterior_skylight_standards_construction_type": "
|
1280
|
+
"exterior_skylight_standards_construction_type": "Glass with Curb",
|
1281
1281
|
"exterior_skylight_building_category": "Nonresidential",
|
1282
1282
|
"tubular_daylight_domes": "Typical Interior Window",
|
1283
1283
|
"tubular_daylight_diffusers": "Typical Interior Window",
|
@@ -1310,17 +1310,17 @@
|
|
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": "Metal framing, fixed",
|
1314
1314
|
"exterior_fixed_window_building_category": "Nonresidential",
|
1315
|
-
"exterior_operable_window_standards_construction_type": "
|
1315
|
+
"exterior_operable_window_standards_construction_type": "Metal framing, 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": "Metal framing, 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",
|
1323
|
-
"exterior_skylight_standards_construction_type": "
|
1323
|
+
"exterior_skylight_standards_construction_type": "Glass with Curb",
|
1324
1324
|
"exterior_skylight_building_category": "Nonresidential",
|
1325
1325
|
"tubular_daylight_domes": "Typical Interior Window",
|
1326
1326
|
"tubular_daylight_diffusers": "Typical Interior Window",
|
@@ -1439,13 +1439,13 @@
|
|
1439
1439
|
"ground_contact_floor_building_category": "Residential",
|
1440
1440
|
"ground_contact_ceiling_standards_construction_type": null,
|
1441
1441
|
"ground_contact_ceiling_building_category": "Residential",
|
1442
|
-
"exterior_fixed_window_standards_construction_type": "
|
1442
|
+
"exterior_fixed_window_standards_construction_type": "Metal framing, fixed",
|
1443
1443
|
"exterior_fixed_window_building_category": "Residential",
|
1444
|
-
"exterior_operable_window_standards_construction_type": "
|
1444
|
+
"exterior_operable_window_standards_construction_type": "Metal framing, operable",
|
1445
1445
|
"exterior_operable_window_building_category": "Residential",
|
1446
1446
|
"exterior_door_standards_construction_type": "Swinging",
|
1447
1447
|
"exterior_door_building_category": "Residential",
|
1448
|
-
"exterior_glass_door_standards_construction_type": "
|
1448
|
+
"exterior_glass_door_standards_construction_type": "Metal framing, entrance door",
|
1449
1449
|
"exterior_glass_door_building_category": "Residential",
|
1450
1450
|
"exterior_overhead_door_standards_construction_type": "NonSwinging",
|
1451
1451
|
"exterior_overhead_door_building_category": "Residential",
|
@@ -1482,13 +1482,13 @@
|
|
1482
1482
|
"ground_contact_floor_building_category": "Residential",
|
1483
1483
|
"ground_contact_ceiling_standards_construction_type": null,
|
1484
1484
|
"ground_contact_ceiling_building_category": "Residential",
|
1485
|
-
"exterior_fixed_window_standards_construction_type": "
|
1485
|
+
"exterior_fixed_window_standards_construction_type": "Metal framing, fixed",
|
1486
1486
|
"exterior_fixed_window_building_category": "Residential",
|
1487
|
-
"exterior_operable_window_standards_construction_type": "
|
1487
|
+
"exterior_operable_window_standards_construction_type": "Metal framing, operable",
|
1488
1488
|
"exterior_operable_window_building_category": "Residential",
|
1489
1489
|
"exterior_door_standards_construction_type": "Swinging",
|
1490
1490
|
"exterior_door_building_category": "Residential",
|
1491
|
-
"exterior_glass_door_standards_construction_type": "
|
1491
|
+
"exterior_glass_door_standards_construction_type": "Metal framing, entrance door",
|
1492
1492
|
"exterior_glass_door_building_category": "Residential",
|
1493
1493
|
"exterior_overhead_door_standards_construction_type": "NonSwinging",
|
1494
1494
|
"exterior_overhead_door_building_category": "Residential",
|
@@ -1525,13 +1525,13 @@
|
|
1525
1525
|
"ground_contact_floor_building_category": "Residential",
|
1526
1526
|
"ground_contact_ceiling_standards_construction_type": null,
|
1527
1527
|
"ground_contact_ceiling_building_category": "Residential",
|
1528
|
-
"exterior_fixed_window_standards_construction_type": "
|
1528
|
+
"exterior_fixed_window_standards_construction_type": "Metal framing, fixed",
|
1529
1529
|
"exterior_fixed_window_building_category": "Residential",
|
1530
|
-
"exterior_operable_window_standards_construction_type": "
|
1530
|
+
"exterior_operable_window_standards_construction_type": "Metal framing, operable",
|
1531
1531
|
"exterior_operable_window_building_category": "Residential",
|
1532
1532
|
"exterior_door_standards_construction_type": "Swinging",
|
1533
1533
|
"exterior_door_building_category": "Residential",
|
1534
|
-
"exterior_glass_door_standards_construction_type": "
|
1534
|
+
"exterior_glass_door_standards_construction_type": "Metal framing, entrance door",
|
1535
1535
|
"exterior_glass_door_building_category": "Residential",
|
1536
1536
|
"exterior_overhead_door_standards_construction_type": "NonSwinging",
|
1537
1537
|
"exterior_overhead_door_building_category": "Residential",
|
@@ -1568,13 +1568,13 @@
|
|
1568
1568
|
"ground_contact_floor_building_category": "Residential",
|
1569
1569
|
"ground_contact_ceiling_standards_construction_type": null,
|
1570
1570
|
"ground_contact_ceiling_building_category": "Residential",
|
1571
|
-
"exterior_fixed_window_standards_construction_type": "
|
1571
|
+
"exterior_fixed_window_standards_construction_type": "Metal framing, fixed",
|
1572
1572
|
"exterior_fixed_window_building_category": "Residential",
|
1573
|
-
"exterior_operable_window_standards_construction_type": "
|
1573
|
+
"exterior_operable_window_standards_construction_type": "Metal framing, operable",
|
1574
1574
|
"exterior_operable_window_building_category": "Residential",
|
1575
1575
|
"exterior_door_standards_construction_type": "Swinging",
|
1576
1576
|
"exterior_door_building_category": "Residential",
|
1577
|
-
"exterior_glass_door_standards_construction_type": "
|
1577
|
+
"exterior_glass_door_standards_construction_type": "Metal framing, entrance door",
|
1578
1578
|
"exterior_glass_door_building_category": "Residential",
|
1579
1579
|
"exterior_overhead_door_standards_construction_type": "NonSwinging",
|
1580
1580
|
"exterior_overhead_door_building_category": "Residential",
|
@@ -1611,13 +1611,13 @@
|
|
1611
1611
|
"ground_contact_floor_building_category": "Residential",
|
1612
1612
|
"ground_contact_ceiling_standards_construction_type": null,
|
1613
1613
|
"ground_contact_ceiling_building_category": "Residential",
|
1614
|
-
"exterior_fixed_window_standards_construction_type": "
|
1614
|
+
"exterior_fixed_window_standards_construction_type": "Metal framing, fixed",
|
1615
1615
|
"exterior_fixed_window_building_category": "Residential",
|
1616
|
-
"exterior_operable_window_standards_construction_type": "
|
1616
|
+
"exterior_operable_window_standards_construction_type": "Metal framing, operable",
|
1617
1617
|
"exterior_operable_window_building_category": "Residential",
|
1618
1618
|
"exterior_door_standards_construction_type": "Swinging",
|
1619
1619
|
"exterior_door_building_category": "Residential",
|
1620
|
-
"exterior_glass_door_standards_construction_type": "
|
1620
|
+
"exterior_glass_door_standards_construction_type": "Metal framing, entrance door",
|
1621
1621
|
"exterior_glass_door_building_category": "Residential",
|
1622
1622
|
"exterior_overhead_door_standards_construction_type": "NonSwinging",
|
1623
1623
|
"exterior_overhead_door_building_category": "Residential",
|
@@ -1654,13 +1654,13 @@
|
|
1654
1654
|
"ground_contact_floor_building_category": "Nonresidential",
|
1655
1655
|
"ground_contact_ceiling_standards_construction_type": null,
|
1656
1656
|
"ground_contact_ceiling_building_category": "Nonresidential",
|
1657
|
-
"exterior_fixed_window_standards_construction_type": "
|
1657
|
+
"exterior_fixed_window_standards_construction_type": "Metal framing, fixed",
|
1658
1658
|
"exterior_fixed_window_building_category": "Nonresidential",
|
1659
|
-
"exterior_operable_window_standards_construction_type": "
|
1659
|
+
"exterior_operable_window_standards_construction_type": "Metal framing, operable",
|
1660
1660
|
"exterior_operable_window_building_category": "Nonresidential",
|
1661
1661
|
"exterior_door_standards_construction_type": "Swinging",
|
1662
1662
|
"exterior_door_building_category": "Nonresidential",
|
1663
|
-
"exterior_glass_door_standards_construction_type": "
|
1663
|
+
"exterior_glass_door_standards_construction_type": "Metal framing, entrance door",
|
1664
1664
|
"exterior_glass_door_building_category": "Nonresidential",
|
1665
1665
|
"exterior_overhead_door_standards_construction_type": "NonSwinging",
|
1666
1666
|
"exterior_overhead_door_building_category": "Nonresidential",
|
@@ -1697,13 +1697,13 @@
|
|
1697
1697
|
"ground_contact_floor_building_category": "Nonresidential",
|
1698
1698
|
"ground_contact_ceiling_standards_construction_type": null,
|
1699
1699
|
"ground_contact_ceiling_building_category": "Nonresidential",
|
1700
|
-
"exterior_fixed_window_standards_construction_type": "
|
1700
|
+
"exterior_fixed_window_standards_construction_type": "Metal framing, fixed",
|
1701
1701
|
"exterior_fixed_window_building_category": "Nonresidential",
|
1702
|
-
"exterior_operable_window_standards_construction_type": "
|
1702
|
+
"exterior_operable_window_standards_construction_type": "Metal framing, operable",
|
1703
1703
|
"exterior_operable_window_building_category": "Nonresidential",
|
1704
1704
|
"exterior_door_standards_construction_type": "Swinging",
|
1705
1705
|
"exterior_door_building_category": "Nonresidential",
|
1706
|
-
"exterior_glass_door_standards_construction_type": "
|
1706
|
+
"exterior_glass_door_standards_construction_type": "Metal framing, entrance door",
|
1707
1707
|
"exterior_glass_door_building_category": "Nonresidential",
|
1708
1708
|
"exterior_overhead_door_standards_construction_type": "NonSwinging",
|
1709
1709
|
"exterior_overhead_door_building_category": "Nonresidential",
|
@@ -1740,13 +1740,13 @@
|
|
1740
1740
|
"ground_contact_floor_building_category": "Nonresidential",
|
1741
1741
|
"ground_contact_ceiling_standards_construction_type": null,
|
1742
1742
|
"ground_contact_ceiling_building_category": "Nonresidential",
|
1743
|
-
"exterior_fixed_window_standards_construction_type": "Metal framing
|
1743
|
+
"exterior_fixed_window_standards_construction_type": "Metal framing, fixed",
|
1744
1744
|
"exterior_fixed_window_building_category": "Nonresidential",
|
1745
|
-
"exterior_operable_window_standards_construction_type": "Metal framing
|
1745
|
+
"exterior_operable_window_standards_construction_type": "Metal framing, operable",
|
1746
1746
|
"exterior_operable_window_building_category": "Nonresidential",
|
1747
1747
|
"exterior_door_standards_construction_type": "Swinging",
|
1748
1748
|
"exterior_door_building_category": "Nonresidential",
|
1749
|
-
"exterior_glass_door_standards_construction_type": "Metal framing
|
1749
|
+
"exterior_glass_door_standards_construction_type": "Metal framing, entrance door",
|
1750
1750
|
"exterior_glass_door_building_category": "Nonresidential",
|
1751
1751
|
"exterior_overhead_door_standards_construction_type": "NonSwinging",
|
1752
1752
|
"exterior_overhead_door_building_category": "Nonresidential",
|
@@ -1783,13 +1783,13 @@
|
|
1783
1783
|
"ground_contact_floor_building_category": "Nonresidential",
|
1784
1784
|
"ground_contact_ceiling_standards_construction_type": null,
|
1785
1785
|
"ground_contact_ceiling_building_category": "Nonresidential",
|
1786
|
-
"exterior_fixed_window_standards_construction_type": "
|
1786
|
+
"exterior_fixed_window_standards_construction_type": "Metal framing, fixed",
|
1787
1787
|
"exterior_fixed_window_building_category": "Nonresidential",
|
1788
|
-
"exterior_operable_window_standards_construction_type": "
|
1788
|
+
"exterior_operable_window_standards_construction_type": "Metal framing, operable",
|
1789
1789
|
"exterior_operable_window_building_category": "Nonresidential",
|
1790
1790
|
"exterior_door_standards_construction_type": "Swinging",
|
1791
1791
|
"exterior_door_building_category": "Nonresidential",
|
1792
|
-
"exterior_glass_door_standards_construction_type": "
|
1792
|
+
"exterior_glass_door_standards_construction_type": "Metal framing, entrance door",
|
1793
1793
|
"exterior_glass_door_building_category": "Nonresidential",
|
1794
1794
|
"exterior_overhead_door_standards_construction_type": "NonSwinging",
|
1795
1795
|
"exterior_overhead_door_building_category": "Nonresidential",
|
@@ -1826,13 +1826,13 @@
|
|
1826
1826
|
"ground_contact_floor_building_category": "Nonresidential",
|
1827
1827
|
"ground_contact_ceiling_standards_construction_type": null,
|
1828
1828
|
"ground_contact_ceiling_building_category": "Nonresidential",
|
1829
|
-
"exterior_fixed_window_standards_construction_type": "Metal framing
|
1829
|
+
"exterior_fixed_window_standards_construction_type": "Metal framing, fixed",
|
1830
1830
|
"exterior_fixed_window_building_category": "Nonresidential",
|
1831
|
-
"exterior_operable_window_standards_construction_type": "Metal framing
|
1831
|
+
"exterior_operable_window_standards_construction_type": "Metal framing, operable",
|
1832
1832
|
"exterior_operable_window_building_category": "Nonresidential",
|
1833
1833
|
"exterior_door_standards_construction_type": "Swinging",
|
1834
1834
|
"exterior_door_building_category": "Nonresidential",
|
1835
|
-
"exterior_glass_door_standards_construction_type": "Metal framing
|
1835
|
+
"exterior_glass_door_standards_construction_type": "Metal framing, entrance door",
|
1836
1836
|
"exterior_glass_door_building_category": "Nonresidential",
|
1837
1837
|
"exterior_overhead_door_standards_construction_type": "NonSwinging",
|
1838
1838
|
"exterior_overhead_door_building_category": "Nonresidential",
|
@@ -1869,13 +1869,13 @@
|
|
1869
1869
|
"ground_contact_floor_building_category": "Nonresidential",
|
1870
1870
|
"ground_contact_ceiling_standards_construction_type": null,
|
1871
1871
|
"ground_contact_ceiling_building_category": "Nonresidential",
|
1872
|
-
"exterior_fixed_window_standards_construction_type": "Metal framing
|
1872
|
+
"exterior_fixed_window_standards_construction_type": "Metal framing, fixed",
|
1873
1873
|
"exterior_fixed_window_building_category": "Nonresidential",
|
1874
|
-
"exterior_operable_window_standards_construction_type": "Metal framing
|
1874
|
+
"exterior_operable_window_standards_construction_type": "Metal framing, operable",
|
1875
1875
|
"exterior_operable_window_building_category": "Nonresidential",
|
1876
1876
|
"exterior_door_standards_construction_type": "Swinging",
|
1877
1877
|
"exterior_door_building_category": "Nonresidential",
|
1878
|
-
"exterior_glass_door_standards_construction_type": "Metal framing
|
1878
|
+
"exterior_glass_door_standards_construction_type": "Metal framing, entrance door",
|
1879
1879
|
"exterior_glass_door_building_category": "Nonresidential",
|
1880
1880
|
"exterior_overhead_door_standards_construction_type": "NonSwinging",
|
1881
1881
|
"exterior_overhead_door_building_category": "Nonresidential",
|
@@ -1912,13 +1912,13 @@
|
|
1912
1912
|
"ground_contact_floor_building_category": "Nonresidential",
|
1913
1913
|
"ground_contact_ceiling_standards_construction_type": null,
|
1914
1914
|
"ground_contact_ceiling_building_category": "Nonresidential",
|
1915
|
-
"exterior_fixed_window_standards_construction_type": "Metal framing
|
1915
|
+
"exterior_fixed_window_standards_construction_type": "Metal framing, fixed",
|
1916
1916
|
"exterior_fixed_window_building_category": "Nonresidential",
|
1917
|
-
"exterior_operable_window_standards_construction_type": "Metal framing
|
1917
|
+
"exterior_operable_window_standards_construction_type": "Metal framing, operable",
|
1918
1918
|
"exterior_operable_window_building_category": "Nonresidential",
|
1919
1919
|
"exterior_door_standards_construction_type": "Swinging",
|
1920
1920
|
"exterior_door_building_category": "Nonresidential",
|
1921
|
-
"exterior_glass_door_standards_construction_type": "Metal framing
|
1921
|
+
"exterior_glass_door_standards_construction_type": "Metal framing, entrance door",
|
1922
1922
|
"exterior_glass_door_building_category": "Nonresidential",
|
1923
1923
|
"exterior_overhead_door_standards_construction_type": "NonSwinging",
|
1924
1924
|
"exterior_overhead_door_building_category": "Nonresidential",
|
@@ -1955,17 +1955,17 @@
|
|
1955
1955
|
"ground_contact_floor_building_category": "Semiheated",
|
1956
1956
|
"ground_contact_ceiling_standards_construction_type": null,
|
1957
1957
|
"ground_contact_ceiling_building_category": "Semiheated",
|
1958
|
-
"exterior_fixed_window_standards_construction_type": "
|
1958
|
+
"exterior_fixed_window_standards_construction_type": "Metal framing, fixed",
|
1959
1959
|
"exterior_fixed_window_building_category": "Semiheated",
|
1960
|
-
"exterior_operable_window_standards_construction_type": "
|
1960
|
+
"exterior_operable_window_standards_construction_type": "Metal framing, operable",
|
1961
1961
|
"exterior_operable_window_building_category": "Semiheated",
|
1962
1962
|
"exterior_door_standards_construction_type": "Swinging",
|
1963
1963
|
"exterior_door_building_category": "Semiheated",
|
1964
|
-
"exterior_glass_door_standards_construction_type": "
|
1964
|
+
"exterior_glass_door_standards_construction_type": "Metal framing, entrance door",
|
1965
1965
|
"exterior_glass_door_building_category": "Semiheated",
|
1966
1966
|
"exterior_overhead_door_standards_construction_type": "NonSwinging",
|
1967
1967
|
"exterior_overhead_door_building_category": "Semiheated",
|
1968
|
-
"exterior_skylight_standards_construction_type": "
|
1968
|
+
"exterior_skylight_standards_construction_type": "Glass with Curb",
|
1969
1969
|
"exterior_skylight_building_category": "Semiheated",
|
1970
1970
|
"tubular_daylight_domes": "Typical Interior Window",
|
1971
1971
|
"tubular_daylight_diffusers": "Typical Interior Window",
|
@@ -1998,17 +1998,17 @@
|
|
1998
1998
|
"ground_contact_floor_building_category": "Nonresidential",
|
1999
1999
|
"ground_contact_ceiling_standards_construction_type": null,
|
2000
2000
|
"ground_contact_ceiling_building_category": "Nonresidential",
|
2001
|
-
"exterior_fixed_window_standards_construction_type": "
|
2001
|
+
"exterior_fixed_window_standards_construction_type": "Metal framing, fixed",
|
2002
2002
|
"exterior_fixed_window_building_category": "Nonresidential",
|
2003
|
-
"exterior_operable_window_standards_construction_type": "
|
2003
|
+
"exterior_operable_window_standards_construction_type": "Metal framing, operable",
|
2004
2004
|
"exterior_operable_window_building_category": "Nonresidential",
|
2005
2005
|
"exterior_door_standards_construction_type": "Swinging",
|
2006
2006
|
"exterior_door_building_category": "Nonresidential",
|
2007
|
-
"exterior_glass_door_standards_construction_type": "
|
2007
|
+
"exterior_glass_door_standards_construction_type": "Metal framing, entrance door",
|
2008
2008
|
"exterior_glass_door_building_category": "Nonresidential",
|
2009
2009
|
"exterior_overhead_door_standards_construction_type": "NonSwinging",
|
2010
2010
|
"exterior_overhead_door_building_category": "Nonresidential",
|
2011
|
-
"exterior_skylight_standards_construction_type": "
|
2011
|
+
"exterior_skylight_standards_construction_type": "Glass with Curb",
|
2012
2012
|
"exterior_skylight_building_category": "Nonresidential",
|
2013
2013
|
"tubular_daylight_domes": "Typical Interior Window",
|
2014
2014
|
"tubular_daylight_diffusers": "Typical Interior Window",
|
@@ -2041,17 +2041,17 @@
|
|
2041
2041
|
"ground_contact_floor_building_category": "Nonresidential",
|
2042
2042
|
"ground_contact_ceiling_standards_construction_type": null,
|
2043
2043
|
"ground_contact_ceiling_building_category": "Nonresidential",
|
2044
|
-
"exterior_fixed_window_standards_construction_type": "
|
2044
|
+
"exterior_fixed_window_standards_construction_type": "Metal framing, fixed",
|
2045
2045
|
"exterior_fixed_window_building_category": "Nonresidential",
|
2046
|
-
"exterior_operable_window_standards_construction_type": "
|
2046
|
+
"exterior_operable_window_standards_construction_type": "Metal framing, operable",
|
2047
2047
|
"exterior_operable_window_building_category": "Nonresidential",
|
2048
2048
|
"exterior_door_standards_construction_type": "Swinging",
|
2049
2049
|
"exterior_door_building_category": "Nonresidential",
|
2050
|
-
"exterior_glass_door_standards_construction_type": "
|
2050
|
+
"exterior_glass_door_standards_construction_type": "Metal framing, entrance door",
|
2051
2051
|
"exterior_glass_door_building_category": "Nonresidential",
|
2052
2052
|
"exterior_overhead_door_standards_construction_type": "NonSwinging",
|
2053
2053
|
"exterior_overhead_door_building_category": "Nonresidential",
|
2054
|
-
"exterior_skylight_standards_construction_type": "
|
2054
|
+
"exterior_skylight_standards_construction_type": "Glass with Curb",
|
2055
2055
|
"exterior_skylight_building_category": "Nonresidential",
|
2056
2056
|
"tubular_daylight_domes": "Typical Interior Window",
|
2057
2057
|
"tubular_daylight_diffusers": "Typical Interior Window",
|
@@ -2084,17 +2084,17 @@
|
|
2084
2084
|
"ground_contact_floor_building_category": "Semiheated",
|
2085
2085
|
"ground_contact_ceiling_standards_construction_type": null,
|
2086
2086
|
"ground_contact_ceiling_building_category": "Semiheated",
|
2087
|
-
"exterior_fixed_window_standards_construction_type": "
|
2087
|
+
"exterior_fixed_window_standards_construction_type": "Metal framing, fixed",
|
2088
2088
|
"exterior_fixed_window_building_category": "Semiheated",
|
2089
|
-
"exterior_operable_window_standards_construction_type": "
|
2089
|
+
"exterior_operable_window_standards_construction_type": "Metal framing, operable",
|
2090
2090
|
"exterior_operable_window_building_category": "Semiheated",
|
2091
2091
|
"exterior_door_standards_construction_type": "Swinging",
|
2092
2092
|
"exterior_door_building_category": "Semiheated",
|
2093
|
-
"exterior_glass_door_standards_construction_type": "
|
2093
|
+
"exterior_glass_door_standards_construction_type": "Metal framing, entrance door",
|
2094
2094
|
"exterior_glass_door_building_category": "Semiheated",
|
2095
2095
|
"exterior_overhead_door_standards_construction_type": "NonSwinging",
|
2096
2096
|
"exterior_overhead_door_building_category": "Semiheated",
|
2097
|
-
"exterior_skylight_standards_construction_type": "
|
2097
|
+
"exterior_skylight_standards_construction_type": "Glass with Curb",
|
2098
2098
|
"exterior_skylight_building_category": "Semiheated",
|
2099
2099
|
"tubular_daylight_domes": "Typical Interior Window",
|
2100
2100
|
"tubular_daylight_diffusers": "Typical Interior Window",
|