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
@@ -787,7 +787,7 @@
|
|
787
787
|
"intended_surface_type": "ExteriorWindow",
|
788
788
|
"standards_construction_type": "Metal framing (all other)",
|
789
789
|
"building_category": "Nonresidential",
|
790
|
-
"construction": "
|
790
|
+
"construction": "U 1.22 SHGC 0.54 Simple Glazing",
|
791
791
|
"orientation": null,
|
792
792
|
"minimum_percent_of_surface": null,
|
793
793
|
"maximum_percent_of_surface": null,
|
@@ -1247,7 +1247,7 @@
|
|
1247
1247
|
"intended_surface_type": "Skylight",
|
1248
1248
|
"standards_construction_type": "Glass with Curb",
|
1249
1249
|
"building_category": "Residential",
|
1250
|
-
"construction": "U 1.98 SHGC 0.19 Simple Glazing
|
1250
|
+
"construction": "U 1.98 SHGC 0.19 Simple Glazing",
|
1251
1251
|
"orientation": null,
|
1252
1252
|
"minimum_percent_of_surface": 0.0,
|
1253
1253
|
"maximum_percent_of_surface": 2.0,
|
@@ -1287,7 +1287,7 @@
|
|
1287
1287
|
"intended_surface_type": "Skylight",
|
1288
1288
|
"standards_construction_type": "Plastic with Curb",
|
1289
1289
|
"building_category": "Nonresidential",
|
1290
|
-
"construction": "U 1.90 SHGC 0.34 Simple Glazing
|
1290
|
+
"construction": "U 1.90 SHGC 0.34 Simple Glazing",
|
1291
1291
|
"orientation": null,
|
1292
1292
|
"minimum_percent_of_surface": 0.0,
|
1293
1293
|
"maximum_percent_of_surface": 2.0,
|
@@ -1307,7 +1307,7 @@
|
|
1307
1307
|
"intended_surface_type": "Skylight",
|
1308
1308
|
"standards_construction_type": "Plastic with Curb",
|
1309
1309
|
"building_category": "Residential",
|
1310
|
-
"construction": "U 1.90 SHGC 0.27 Simple Glazing
|
1310
|
+
"construction": "U 1.90 SHGC 0.27 Simple Glazing",
|
1311
1311
|
"orientation": null,
|
1312
1312
|
"minimum_percent_of_surface": 0.0,
|
1313
1313
|
"maximum_percent_of_surface": 2.0,
|
@@ -1327,7 +1327,7 @@
|
|
1327
1327
|
"intended_surface_type": "Skylight",
|
1328
1328
|
"standards_construction_type": "Plastic with Curb",
|
1329
1329
|
"building_category": "Semiheated",
|
1330
|
-
"construction": "U 1.90 SHGC 0.39 Simple Glazing
|
1330
|
+
"construction": "U 1.90 SHGC 0.39 Simple Glazing",
|
1331
1331
|
"orientation": null,
|
1332
1332
|
"minimum_percent_of_surface": 0.0,
|
1333
1333
|
"maximum_percent_of_surface": 2.0,
|
@@ -1347,7 +1347,7 @@
|
|
1347
1347
|
"intended_surface_type": "Skylight",
|
1348
1348
|
"standards_construction_type": "Without Curb",
|
1349
1349
|
"building_category": "Nonresidential",
|
1350
|
-
"construction": "U 1.36 SHGC 0.36 Simple Glazing
|
1350
|
+
"construction": "U 1.36 SHGC 0.36 Simple Glazing",
|
1351
1351
|
"orientation": null,
|
1352
1352
|
"minimum_percent_of_surface": 0.0,
|
1353
1353
|
"maximum_percent_of_surface": 2.0,
|
@@ -1367,7 +1367,7 @@
|
|
1367
1367
|
"intended_surface_type": "Skylight",
|
1368
1368
|
"standards_construction_type": "Without Curb",
|
1369
1369
|
"building_category": "Residential",
|
1370
|
-
"construction": "U 1.36 SHGC 0.19 Simple Glazing
|
1370
|
+
"construction": "U 1.36 SHGC 0.19 Simple Glazing",
|
1371
1371
|
"orientation": null,
|
1372
1372
|
"minimum_percent_of_surface": 0.0,
|
1373
1373
|
"maximum_percent_of_surface": 2.0,
|
@@ -1387,7 +1387,7 @@
|
|
1387
1387
|
"intended_surface_type": "Skylight",
|
1388
1388
|
"standards_construction_type": "Without Curb",
|
1389
1389
|
"building_category": "Semiheated",
|
1390
|
-
"construction": "U 1.36 SHGC 0.36 Simple Glazing
|
1390
|
+
"construction": "U 1.36 SHGC 0.36 Simple Glazing",
|
1391
1391
|
"orientation": null,
|
1392
1392
|
"minimum_percent_of_surface": 0.0,
|
1393
1393
|
"maximum_percent_of_surface": 2.0,
|
@@ -2187,7 +2187,7 @@
|
|
2187
2187
|
"intended_surface_type": "ExteriorWindow",
|
2188
2188
|
"standards_construction_type": "Metal framing (all other)",
|
2189
2189
|
"building_category": "Nonresidential",
|
2190
|
-
"construction": "
|
2190
|
+
"construction": "U 1.22 SHGC 0.54 Simple Glazing",
|
2191
2191
|
"orientation": null,
|
2192
2192
|
"minimum_percent_of_surface": null,
|
2193
2193
|
"maximum_percent_of_surface": null,
|
@@ -2647,7 +2647,7 @@
|
|
2647
2647
|
"intended_surface_type": "Skylight",
|
2648
2648
|
"standards_construction_type": "Glass with Curb",
|
2649
2649
|
"building_category": "Residential",
|
2650
|
-
"construction": "U 1.98 SHGC 0.19 Simple Glazing
|
2650
|
+
"construction": "U 1.98 SHGC 0.19 Simple Glazing",
|
2651
2651
|
"orientation": null,
|
2652
2652
|
"minimum_percent_of_surface": 0.0,
|
2653
2653
|
"maximum_percent_of_surface": 2.0,
|
@@ -2687,7 +2687,7 @@
|
|
2687
2687
|
"intended_surface_type": "Skylight",
|
2688
2688
|
"standards_construction_type": "Plastic with Curb",
|
2689
2689
|
"building_category": "Nonresidential",
|
2690
|
-
"construction": "U 1.90 SHGC 0.34 Simple Glazing
|
2690
|
+
"construction": "U 1.90 SHGC 0.34 Simple Glazing",
|
2691
2691
|
"orientation": null,
|
2692
2692
|
"minimum_percent_of_surface": 0.0,
|
2693
2693
|
"maximum_percent_of_surface": 2.0,
|
@@ -2707,7 +2707,7 @@
|
|
2707
2707
|
"intended_surface_type": "Skylight",
|
2708
2708
|
"standards_construction_type": "Plastic with Curb",
|
2709
2709
|
"building_category": "Residential",
|
2710
|
-
"construction": "U 1.90 SHGC 0.27 Simple Glazing
|
2710
|
+
"construction": "U 1.90 SHGC 0.27 Simple Glazing",
|
2711
2711
|
"orientation": null,
|
2712
2712
|
"minimum_percent_of_surface": 0.0,
|
2713
2713
|
"maximum_percent_of_surface": 2.0,
|
@@ -2727,7 +2727,7 @@
|
|
2727
2727
|
"intended_surface_type": "Skylight",
|
2728
2728
|
"standards_construction_type": "Plastic with Curb",
|
2729
2729
|
"building_category": "Semiheated",
|
2730
|
-
"construction": "U 1.90 SHGC 0.39 Simple Glazing
|
2730
|
+
"construction": "U 1.90 SHGC 0.39 Simple Glazing",
|
2731
2731
|
"orientation": null,
|
2732
2732
|
"minimum_percent_of_surface": 0.0,
|
2733
2733
|
"maximum_percent_of_surface": 2.0,
|
@@ -2747,7 +2747,7 @@
|
|
2747
2747
|
"intended_surface_type": "Skylight",
|
2748
2748
|
"standards_construction_type": "Without Curb",
|
2749
2749
|
"building_category": "Nonresidential",
|
2750
|
-
"construction": "U 1.36 SHGC 0.36 Simple Glazing
|
2750
|
+
"construction": "U 1.36 SHGC 0.36 Simple Glazing",
|
2751
2751
|
"orientation": null,
|
2752
2752
|
"minimum_percent_of_surface": 0.0,
|
2753
2753
|
"maximum_percent_of_surface": 2.0,
|
@@ -2767,7 +2767,7 @@
|
|
2767
2767
|
"intended_surface_type": "Skylight",
|
2768
2768
|
"standards_construction_type": "Without Curb",
|
2769
2769
|
"building_category": "Residential",
|
2770
|
-
"construction": "U 1.36 SHGC 0.19 Simple Glazing
|
2770
|
+
"construction": "U 1.36 SHGC 0.19 Simple Glazing",
|
2771
2771
|
"orientation": null,
|
2772
2772
|
"minimum_percent_of_surface": 0.0,
|
2773
2773
|
"maximum_percent_of_surface": 2.0,
|
@@ -2787,7 +2787,7 @@
|
|
2787
2787
|
"intended_surface_type": "Skylight",
|
2788
2788
|
"standards_construction_type": "Without Curb",
|
2789
2789
|
"building_category": "Semiheated",
|
2790
|
-
"construction": "U 1.36 SHGC 0.36 Simple Glazing
|
2790
|
+
"construction": "U 1.36 SHGC 0.36 Simple Glazing",
|
2791
2791
|
"orientation": null,
|
2792
2792
|
"minimum_percent_of_surface": 0.0,
|
2793
2793
|
"maximum_percent_of_surface": 2.0,
|
@@ -3587,7 +3587,7 @@
|
|
3587
3587
|
"intended_surface_type": "ExteriorWindow",
|
3588
3588
|
"standards_construction_type": "Metal framing (all other)",
|
3589
3589
|
"building_category": "Nonresidential",
|
3590
|
-
"construction": "
|
3590
|
+
"construction": "U 1.22 SHGC 0.54 Simple Glazing",
|
3591
3591
|
"orientation": null,
|
3592
3592
|
"minimum_percent_of_surface": null,
|
3593
3593
|
"maximum_percent_of_surface": null,
|
@@ -4047,7 +4047,7 @@
|
|
4047
4047
|
"intended_surface_type": "Skylight",
|
4048
4048
|
"standards_construction_type": "Glass with Curb",
|
4049
4049
|
"building_category": "Residential",
|
4050
|
-
"construction": "U 1.98 SHGC 0.19 Simple Glazing
|
4050
|
+
"construction": "U 1.98 SHGC 0.19 Simple Glazing",
|
4051
4051
|
"orientation": null,
|
4052
4052
|
"minimum_percent_of_surface": 0.0,
|
4053
4053
|
"maximum_percent_of_surface": 2.0,
|
@@ -4087,7 +4087,7 @@
|
|
4087
4087
|
"intended_surface_type": "Skylight",
|
4088
4088
|
"standards_construction_type": "Plastic with Curb",
|
4089
4089
|
"building_category": "Nonresidential",
|
4090
|
-
"construction": "U 1.90 SHGC 0.34 Simple Glazing
|
4090
|
+
"construction": "U 1.90 SHGC 0.34 Simple Glazing",
|
4091
4091
|
"orientation": null,
|
4092
4092
|
"minimum_percent_of_surface": 0.0,
|
4093
4093
|
"maximum_percent_of_surface": 2.0,
|
@@ -4107,7 +4107,7 @@
|
|
4107
4107
|
"intended_surface_type": "Skylight",
|
4108
4108
|
"standards_construction_type": "Plastic with Curb",
|
4109
4109
|
"building_category": "Residential",
|
4110
|
-
"construction": "U 1.90 SHGC 0.27 Simple Glazing
|
4110
|
+
"construction": "U 1.90 SHGC 0.27 Simple Glazing",
|
4111
4111
|
"orientation": null,
|
4112
4112
|
"minimum_percent_of_surface": 0.0,
|
4113
4113
|
"maximum_percent_of_surface": 2.0,
|
@@ -4127,7 +4127,7 @@
|
|
4127
4127
|
"intended_surface_type": "Skylight",
|
4128
4128
|
"standards_construction_type": "Plastic with Curb",
|
4129
4129
|
"building_category": "Semiheated",
|
4130
|
-
"construction": "U 1.90 SHGC 0.39 Simple Glazing
|
4130
|
+
"construction": "U 1.90 SHGC 0.39 Simple Glazing",
|
4131
4131
|
"orientation": null,
|
4132
4132
|
"minimum_percent_of_surface": 0.0,
|
4133
4133
|
"maximum_percent_of_surface": 2.0,
|
@@ -4147,7 +4147,7 @@
|
|
4147
4147
|
"intended_surface_type": "Skylight",
|
4148
4148
|
"standards_construction_type": "Without Curb",
|
4149
4149
|
"building_category": "Nonresidential",
|
4150
|
-
"construction": "U 1.36 SHGC 0.36 Simple Glazing
|
4150
|
+
"construction": "U 1.36 SHGC 0.36 Simple Glazing",
|
4151
4151
|
"orientation": null,
|
4152
4152
|
"minimum_percent_of_surface": 0.0,
|
4153
4153
|
"maximum_percent_of_surface": 2.0,
|
@@ -4167,7 +4167,7 @@
|
|
4167
4167
|
"intended_surface_type": "Skylight",
|
4168
4168
|
"standards_construction_type": "Without Curb",
|
4169
4169
|
"building_category": "Residential",
|
4170
|
-
"construction": "U 1.36 SHGC 0.19 Simple Glazing
|
4170
|
+
"construction": "U 1.36 SHGC 0.19 Simple Glazing",
|
4171
4171
|
"orientation": null,
|
4172
4172
|
"minimum_percent_of_surface": 0.0,
|
4173
4173
|
"maximum_percent_of_surface": 2.0,
|
@@ -4187,7 +4187,7 @@
|
|
4187
4187
|
"intended_surface_type": "Skylight",
|
4188
4188
|
"standards_construction_type": "Without Curb",
|
4189
4189
|
"building_category": "Semiheated",
|
4190
|
-
"construction": "U 1.36 SHGC 0.36 Simple Glazing
|
4190
|
+
"construction": "U 1.36 SHGC 0.36 Simple Glazing",
|
4191
4191
|
"orientation": null,
|
4192
4192
|
"minimum_percent_of_surface": 0.0,
|
4193
4193
|
"maximum_percent_of_surface": 2.0,
|
@@ -4987,7 +4987,7 @@
|
|
4987
4987
|
"intended_surface_type": "ExteriorWindow",
|
4988
4988
|
"standards_construction_type": "Metal framing (all other)",
|
4989
4989
|
"building_category": "Nonresidential",
|
4990
|
-
"construction": "
|
4990
|
+
"construction": "U 1.22 SHGC 0.54 Simple Glazing",
|
4991
4991
|
"orientation": null,
|
4992
4992
|
"minimum_percent_of_surface": null,
|
4993
4993
|
"maximum_percent_of_surface": null,
|
@@ -5427,7 +5427,7 @@
|
|
5427
5427
|
"intended_surface_type": "Skylight",
|
5428
5428
|
"standards_construction_type": "Glass with Curb",
|
5429
5429
|
"building_category": "Nonresidential",
|
5430
|
-
"construction": "U 1.17 SHGC 0.39 Simple Glazing
|
5430
|
+
"construction": "U 1.17 SHGC 0.39 Simple Glazing",
|
5431
5431
|
"orientation": null,
|
5432
5432
|
"minimum_percent_of_surface": 0.0,
|
5433
5433
|
"maximum_percent_of_surface": 2.0,
|
@@ -5447,7 +5447,7 @@
|
|
5447
5447
|
"intended_surface_type": "Skylight",
|
5448
5448
|
"standards_construction_type": "Glass with Curb",
|
5449
5449
|
"building_category": "Residential",
|
5450
|
-
"construction": "U 1.17 SHGC 0.36 Simple Glazing
|
5450
|
+
"construction": "U 1.17 SHGC 0.36 Simple Glazing",
|
5451
5451
|
"orientation": null,
|
5452
5452
|
"minimum_percent_of_surface": 0.0,
|
5453
5453
|
"maximum_percent_of_surface": 2.0,
|
@@ -5487,7 +5487,7 @@
|
|
5487
5487
|
"intended_surface_type": "Skylight",
|
5488
5488
|
"standards_construction_type": "Plastic with Curb",
|
5489
5489
|
"building_category": "Nonresidential",
|
5490
|
-
"construction": "U 1.30 SHGC 0.65 Simple Glazing
|
5490
|
+
"construction": "U 1.30 SHGC 0.65 Simple Glazing",
|
5491
5491
|
"orientation": null,
|
5492
5492
|
"minimum_percent_of_surface": 0.0,
|
5493
5493
|
"maximum_percent_of_surface": 2.0,
|
@@ -5507,7 +5507,7 @@
|
|
5507
5507
|
"intended_surface_type": "Skylight",
|
5508
5508
|
"standards_construction_type": "Plastic with Curb",
|
5509
5509
|
"building_category": "Residential",
|
5510
|
-
"construction": "U 1.30 SHGC 0.27 Simple Glazing
|
5510
|
+
"construction": "U 1.30 SHGC 0.27 Simple Glazing",
|
5511
5511
|
"orientation": null,
|
5512
5512
|
"minimum_percent_of_surface": 0.0,
|
5513
5513
|
"maximum_percent_of_surface": 2.0,
|
@@ -5527,7 +5527,7 @@
|
|
5527
5527
|
"intended_surface_type": "Skylight",
|
5528
5528
|
"standards_construction_type": "Plastic with Curb",
|
5529
5529
|
"building_category": "Semiheated",
|
5530
|
-
"construction": "U 1.90 SHGC 0.39 Simple Glazing
|
5530
|
+
"construction": "U 1.90 SHGC 0.39 Simple Glazing",
|
5531
5531
|
"orientation": null,
|
5532
5532
|
"minimum_percent_of_surface": 0.0,
|
5533
5533
|
"maximum_percent_of_surface": 2.0,
|
@@ -5547,7 +5547,7 @@
|
|
5547
5547
|
"intended_surface_type": "Skylight",
|
5548
5548
|
"standards_construction_type": "Without Curb",
|
5549
5549
|
"building_category": "Nonresidential",
|
5550
|
-
"construction": "U 0.69 SHGC 0.39 Simple Glazing
|
5550
|
+
"construction": "U 0.69 SHGC 0.39 Simple Glazing",
|
5551
5551
|
"orientation": null,
|
5552
5552
|
"minimum_percent_of_surface": 0.0,
|
5553
5553
|
"maximum_percent_of_surface": 2.0,
|
@@ -5567,7 +5567,7 @@
|
|
5567
5567
|
"intended_surface_type": "Skylight",
|
5568
5568
|
"standards_construction_type": "Without Curb",
|
5569
5569
|
"building_category": "Residential",
|
5570
|
-
"construction": "U 0.69 SHGC 0.36 Simple Glazing
|
5570
|
+
"construction": "U 0.69 SHGC 0.36 Simple Glazing",
|
5571
5571
|
"orientation": null,
|
5572
5572
|
"minimum_percent_of_surface": 0.0,
|
5573
5573
|
"maximum_percent_of_surface": 2.0,
|
@@ -5587,7 +5587,7 @@
|
|
5587
5587
|
"intended_surface_type": "Skylight",
|
5588
5588
|
"standards_construction_type": "Without Curb",
|
5589
5589
|
"building_category": "Semiheated",
|
5590
|
-
"construction": "U 1.36 SHGC 0.36 Simple Glazing
|
5590
|
+
"construction": "U 1.36 SHGC 0.36 Simple Glazing",
|
5591
5591
|
"orientation": null,
|
5592
5592
|
"minimum_percent_of_surface": 0.0,
|
5593
5593
|
"maximum_percent_of_surface": 2.0,
|
@@ -6387,7 +6387,7 @@
|
|
6387
6387
|
"intended_surface_type": "ExteriorWindow",
|
6388
6388
|
"standards_construction_type": "Metal framing (all other)",
|
6389
6389
|
"building_category": "Nonresidential",
|
6390
|
-
"construction": "
|
6390
|
+
"construction": "U 1.22 SHGC 0.54 Simple Glazing",
|
6391
6391
|
"orientation": null,
|
6392
6392
|
"minimum_percent_of_surface": null,
|
6393
6393
|
"maximum_percent_of_surface": null,
|
@@ -6827,7 +6827,7 @@
|
|
6827
6827
|
"intended_surface_type": "Skylight",
|
6828
6828
|
"standards_construction_type": "Glass with Curb",
|
6829
6829
|
"building_category": "Nonresidential",
|
6830
|
-
"construction": "U 1.17 SHGC 0.39 Simple Glazing
|
6830
|
+
"construction": "U 1.17 SHGC 0.39 Simple Glazing",
|
6831
6831
|
"orientation": null,
|
6832
6832
|
"minimum_percent_of_surface": 0.0,
|
6833
6833
|
"maximum_percent_of_surface": 2.0,
|
@@ -6847,7 +6847,7 @@
|
|
6847
6847
|
"intended_surface_type": "Skylight",
|
6848
6848
|
"standards_construction_type": "Glass with Curb",
|
6849
6849
|
"building_category": "Residential",
|
6850
|
-
"construction": "U 1.17 SHGC 0.36 Simple Glazing
|
6850
|
+
"construction": "U 1.17 SHGC 0.36 Simple Glazing",
|
6851
6851
|
"orientation": null,
|
6852
6852
|
"minimum_percent_of_surface": 0.0,
|
6853
6853
|
"maximum_percent_of_surface": 2.0,
|
@@ -6887,7 +6887,7 @@
|
|
6887
6887
|
"intended_surface_type": "Skylight",
|
6888
6888
|
"standards_construction_type": "Plastic with Curb",
|
6889
6889
|
"building_category": "Nonresidential",
|
6890
|
-
"construction": "U 1.30 SHGC 0.65 Simple Glazing
|
6890
|
+
"construction": "U 1.30 SHGC 0.65 Simple Glazing",
|
6891
6891
|
"orientation": null,
|
6892
6892
|
"minimum_percent_of_surface": 0.0,
|
6893
6893
|
"maximum_percent_of_surface": 2.0,
|
@@ -6907,7 +6907,7 @@
|
|
6907
6907
|
"intended_surface_type": "Skylight",
|
6908
6908
|
"standards_construction_type": "Plastic with Curb",
|
6909
6909
|
"building_category": "Residential",
|
6910
|
-
"construction": "U 1.30 SHGC 0.27 Simple Glazing
|
6910
|
+
"construction": "U 1.30 SHGC 0.27 Simple Glazing",
|
6911
6911
|
"orientation": null,
|
6912
6912
|
"minimum_percent_of_surface": 0.0,
|
6913
6913
|
"maximum_percent_of_surface": 2.0,
|
@@ -6927,7 +6927,7 @@
|
|
6927
6927
|
"intended_surface_type": "Skylight",
|
6928
6928
|
"standards_construction_type": "Plastic with Curb",
|
6929
6929
|
"building_category": "Semiheated",
|
6930
|
-
"construction": "U 1.90 SHGC 0.39 Simple Glazing
|
6930
|
+
"construction": "U 1.90 SHGC 0.39 Simple Glazing",
|
6931
6931
|
"orientation": null,
|
6932
6932
|
"minimum_percent_of_surface": 0.0,
|
6933
6933
|
"maximum_percent_of_surface": 2.0,
|
@@ -6947,7 +6947,7 @@
|
|
6947
6947
|
"intended_surface_type": "Skylight",
|
6948
6948
|
"standards_construction_type": "Without Curb",
|
6949
6949
|
"building_category": "Nonresidential",
|
6950
|
-
"construction": "U 0.69 SHGC 0.39 Simple Glazing
|
6950
|
+
"construction": "U 0.69 SHGC 0.39 Simple Glazing",
|
6951
6951
|
"orientation": null,
|
6952
6952
|
"minimum_percent_of_surface": 0.0,
|
6953
6953
|
"maximum_percent_of_surface": 2.0,
|
@@ -6967,7 +6967,7 @@
|
|
6967
6967
|
"intended_surface_type": "Skylight",
|
6968
6968
|
"standards_construction_type": "Without Curb",
|
6969
6969
|
"building_category": "Residential",
|
6970
|
-
"construction": "U 0.69 SHGC 0.36 Simple Glazing
|
6970
|
+
"construction": "U 0.69 SHGC 0.36 Simple Glazing",
|
6971
6971
|
"orientation": null,
|
6972
6972
|
"minimum_percent_of_surface": 0.0,
|
6973
6973
|
"maximum_percent_of_surface": 2.0,
|
@@ -6987,7 +6987,7 @@
|
|
6987
6987
|
"intended_surface_type": "Skylight",
|
6988
6988
|
"standards_construction_type": "Without Curb",
|
6989
6989
|
"building_category": "Semiheated",
|
6990
|
-
"construction": "U 1.36 SHGC 0.36 Simple Glazing
|
6990
|
+
"construction": "U 1.36 SHGC 0.36 Simple Glazing",
|
6991
6991
|
"orientation": null,
|
6992
6992
|
"minimum_percent_of_surface": 0.0,
|
6993
6993
|
"maximum_percent_of_surface": 2.0,
|
@@ -7787,7 +7787,7 @@
|
|
7787
7787
|
"intended_surface_type": "ExteriorWindow",
|
7788
7788
|
"standards_construction_type": "Metal framing (all other)",
|
7789
7789
|
"building_category": "Nonresidential",
|
7790
|
-
"construction": "
|
7790
|
+
"construction": "U 1.22 SHGC 0.54 Simple Glazing",
|
7791
7791
|
"orientation": null,
|
7792
7792
|
"minimum_percent_of_surface": null,
|
7793
7793
|
"maximum_percent_of_surface": null,
|
@@ -8227,7 +8227,7 @@
|
|
8227
8227
|
"intended_surface_type": "Skylight",
|
8228
8228
|
"standards_construction_type": "Glass with Curb",
|
8229
8229
|
"building_category": "Nonresidential",
|
8230
|
-
"construction": "U 1.98 SHGC 0.61 Simple Glazing
|
8230
|
+
"construction": "U 1.98 SHGC 0.61 Simple Glazing",
|
8231
8231
|
"orientation": null,
|
8232
8232
|
"minimum_percent_of_surface": 0.0,
|
8233
8233
|
"maximum_percent_of_surface": 2.0,
|
@@ -8247,7 +8247,7 @@
|
|
8247
8247
|
"intended_surface_type": "Skylight",
|
8248
8248
|
"standards_construction_type": "Glass with Curb",
|
8249
8249
|
"building_category": "Residential",
|
8250
|
-
"construction": "U 1.98 SHGC 0.39 Simple Glazing
|
8250
|
+
"construction": "U 1.98 SHGC 0.39 Simple Glazing",
|
8251
8251
|
"orientation": null,
|
8252
8252
|
"minimum_percent_of_surface": 0.0,
|
8253
8253
|
"maximum_percent_of_surface": 2.0,
|
@@ -8267,7 +8267,7 @@
|
|
8267
8267
|
"intended_surface_type": "Skylight",
|
8268
8268
|
"standards_construction_type": "Glass with Curb",
|
8269
8269
|
"building_category": "Semiheated",
|
8270
|
-
"construction": "U 1.98 SHGC 0.39 Simple Glazing
|
8270
|
+
"construction": "U 1.98 SHGC 0.39 Simple Glazing",
|
8271
8271
|
"orientation": null,
|
8272
8272
|
"minimum_percent_of_surface": 0.0,
|
8273
8273
|
"maximum_percent_of_surface": 2.0,
|
@@ -8287,7 +8287,7 @@
|
|
8287
8287
|
"intended_surface_type": "Skylight",
|
8288
8288
|
"standards_construction_type": "Plastic with Curb",
|
8289
8289
|
"building_category": "Nonresidential",
|
8290
|
-
"construction": "U 1.90 SHGC 0.65 Simple Glazing
|
8290
|
+
"construction": "U 1.90 SHGC 0.65 Simple Glazing",
|
8291
8291
|
"orientation": null,
|
8292
8292
|
"minimum_percent_of_surface": 0.0,
|
8293
8293
|
"maximum_percent_of_surface": 2.0,
|
@@ -8307,7 +8307,7 @@
|
|
8307
8307
|
"intended_surface_type": "Skylight",
|
8308
8308
|
"standards_construction_type": "Plastic with Curb",
|
8309
8309
|
"building_category": "Residential",
|
8310
|
-
"construction": "U 1.90 SHGC 0.65 Simple Glazing
|
8310
|
+
"construction": "U 1.90 SHGC 0.65 Simple Glazing",
|
8311
8311
|
"orientation": null,
|
8312
8312
|
"minimum_percent_of_surface": 0.0,
|
8313
8313
|
"maximum_percent_of_surface": 2.0,
|
@@ -8327,7 +8327,7 @@
|
|
8327
8327
|
"intended_surface_type": "Skylight",
|
8328
8328
|
"standards_construction_type": "Plastic with Curb",
|
8329
8329
|
"building_category": "Semiheated",
|
8330
|
-
"construction": "U 1.90 SHGC 0.39 Simple Glazing
|
8330
|
+
"construction": "U 1.90 SHGC 0.39 Simple Glazing",
|
8331
8331
|
"orientation": null,
|
8332
8332
|
"minimum_percent_of_surface": 0.0,
|
8333
8333
|
"maximum_percent_of_surface": 2.0,
|
@@ -8347,7 +8347,7 @@
|
|
8347
8347
|
"intended_surface_type": "Skylight",
|
8348
8348
|
"standards_construction_type": "Without Curb",
|
8349
8349
|
"building_category": "Nonresidential",
|
8350
|
-
"construction": "U 1.36 SHGC 0.61 Simple Glazing
|
8350
|
+
"construction": "U 1.36 SHGC 0.61 Simple Glazing",
|
8351
8351
|
"orientation": null,
|
8352
8352
|
"minimum_percent_of_surface": 0.0,
|
8353
8353
|
"maximum_percent_of_surface": 2.0,
|
@@ -8367,7 +8367,7 @@
|
|
8367
8367
|
"intended_surface_type": "Skylight",
|
8368
8368
|
"standards_construction_type": "Without Curb",
|
8369
8369
|
"building_category": "Residential",
|
8370
|
-
"construction": "U 1.36 SHGC 0.39 Simple Glazing
|
8370
|
+
"construction": "U 1.36 SHGC 0.39 Simple Glazing",
|
8371
8371
|
"orientation": null,
|
8372
8372
|
"minimum_percent_of_surface": 0.0,
|
8373
8373
|
"maximum_percent_of_surface": 2.0,
|
@@ -8387,7 +8387,7 @@
|
|
8387
8387
|
"intended_surface_type": "Skylight",
|
8388
8388
|
"standards_construction_type": "Without Curb",
|
8389
8389
|
"building_category": "Semiheated",
|
8390
|
-
"construction": "U 1.36 SHGC 0.36 Simple Glazing
|
8390
|
+
"construction": "U 1.36 SHGC 0.36 Simple Glazing",
|
8391
8391
|
"orientation": null,
|
8392
8392
|
"minimum_percent_of_surface": 0.0,
|
8393
8393
|
"maximum_percent_of_surface": 2.0,
|
@@ -9187,7 +9187,7 @@
|
|
9187
9187
|
"intended_surface_type": "ExteriorWindow",
|
9188
9188
|
"standards_construction_type": "Metal framing (all other)",
|
9189
9189
|
"building_category": "Nonresidential",
|
9190
|
-
"construction": "
|
9190
|
+
"construction": "U 1.22 SHGC 0.54 Simple Glazing",
|
9191
9191
|
"orientation": null,
|
9192
9192
|
"minimum_percent_of_surface": null,
|
9193
9193
|
"maximum_percent_of_surface": null,
|
@@ -9627,7 +9627,7 @@
|
|
9627
9627
|
"intended_surface_type": "Skylight",
|
9628
9628
|
"standards_construction_type": "Glass with Curb",
|
9629
9629
|
"building_category": "Nonresidential",
|
9630
|
-
"construction": "U 1.17 SHGC 0.49 Simple Glazing
|
9630
|
+
"construction": "U 1.17 SHGC 0.49 Simple Glazing",
|
9631
9631
|
"orientation": null,
|
9632
9632
|
"minimum_percent_of_surface": 0.0,
|
9633
9633
|
"maximum_percent_of_surface": 2.0,
|
@@ -9647,7 +9647,7 @@
|
|
9647
9647
|
"intended_surface_type": "Skylight",
|
9648
9648
|
"standards_construction_type": "Glass with Curb",
|
9649
9649
|
"building_category": "Residential",
|
9650
|
-
"construction": "U 0.98 SHGC 0.36 Simple Glazing
|
9650
|
+
"construction": "U 0.98 SHGC 0.36 Simple Glazing",
|
9651
9651
|
"orientation": null,
|
9652
9652
|
"minimum_percent_of_surface": 0.0,
|
9653
9653
|
"maximum_percent_of_surface": 2.0,
|
@@ -9687,7 +9687,7 @@
|
|
9687
9687
|
"intended_surface_type": "Skylight",
|
9688
9688
|
"standards_construction_type": "Plastic with Curb",
|
9689
9689
|
"building_category": "Nonresidential",
|
9690
|
-
"construction": "U 1.30 SHGC 0.65 Simple Glazing
|
9690
|
+
"construction": "U 1.30 SHGC 0.65 Simple Glazing",
|
9691
9691
|
"orientation": null,
|
9692
9692
|
"minimum_percent_of_surface": 0.0,
|
9693
9693
|
"maximum_percent_of_surface": 2.0,
|
@@ -9707,7 +9707,7 @@
|
|
9707
9707
|
"intended_surface_type": "Skylight",
|
9708
9708
|
"standards_construction_type": "Plastic with Curb",
|
9709
9709
|
"building_category": "Residential",
|
9710
|
-
"construction": "U 1.30 SHGC 0.62 Simple Glazing
|
9710
|
+
"construction": "U 1.30 SHGC 0.62 Simple Glazing",
|
9711
9711
|
"orientation": null,
|
9712
9712
|
"minimum_percent_of_surface": 0.0,
|
9713
9713
|
"maximum_percent_of_surface": 2.0,
|
@@ -9727,7 +9727,7 @@
|
|
9727
9727
|
"intended_surface_type": "Skylight",
|
9728
9728
|
"standards_construction_type": "Plastic with Curb",
|
9729
9729
|
"building_category": "Semiheated",
|
9730
|
-
"construction": "U 1.90 SHGC 0.39 Simple Glazing
|
9730
|
+
"construction": "U 1.90 SHGC 0.39 Simple Glazing",
|
9731
9731
|
"orientation": null,
|
9732
9732
|
"minimum_percent_of_surface": 0.0,
|
9733
9733
|
"maximum_percent_of_surface": 2.0,
|
@@ -9747,7 +9747,7 @@
|
|
9747
9747
|
"intended_surface_type": "Skylight",
|
9748
9748
|
"standards_construction_type": "Without Curb",
|
9749
9749
|
"building_category": "Nonresidential",
|
9750
|
-
"construction": "U 0.69 SHGC 0.49 Simple Glazing
|
9750
|
+
"construction": "U 0.69 SHGC 0.49 Simple Glazing",
|
9751
9751
|
"orientation": null,
|
9752
9752
|
"minimum_percent_of_surface": 0.0,
|
9753
9753
|
"maximum_percent_of_surface": 2.0,
|
@@ -9767,7 +9767,7 @@
|
|
9767
9767
|
"intended_surface_type": "Skylight",
|
9768
9768
|
"standards_construction_type": "Without Curb",
|
9769
9769
|
"building_category": "Residential",
|
9770
|
-
"construction": "U 0.58 SHGC 0.36 Simple Glazing
|
9770
|
+
"construction": "U 0.58 SHGC 0.36 Simple Glazing",
|
9771
9771
|
"orientation": null,
|
9772
9772
|
"minimum_percent_of_surface": 0.0,
|
9773
9773
|
"maximum_percent_of_surface": 2.0,
|
@@ -9787,7 +9787,7 @@
|
|
9787
9787
|
"intended_surface_type": "Skylight",
|
9788
9788
|
"standards_construction_type": "Without Curb",
|
9789
9789
|
"building_category": "Semiheated",
|
9790
|
-
"construction": "U 1.36 SHGC 0.36 Simple Glazing
|
9790
|
+
"construction": "U 1.36 SHGC 0.36 Simple Glazing",
|
9791
9791
|
"orientation": null,
|
9792
9792
|
"minimum_percent_of_surface": 0.0,
|
9793
9793
|
"maximum_percent_of_surface": 2.0,
|
@@ -10587,7 +10587,7 @@
|
|
10587
10587
|
"intended_surface_type": "ExteriorWindow",
|
10588
10588
|
"standards_construction_type": "Metal framing (all other)",
|
10589
10589
|
"building_category": "Nonresidential",
|
10590
|
-
"construction": "
|
10590
|
+
"construction": "U 1.22 SHGC 0.54 Simple Glazing",
|
10591
10591
|
"orientation": null,
|
10592
10592
|
"minimum_percent_of_surface": null,
|
10593
10593
|
"maximum_percent_of_surface": null,
|
@@ -11027,7 +11027,7 @@
|
|
11027
11027
|
"intended_surface_type": "Skylight",
|
11028
11028
|
"standards_construction_type": "Glass with Curb",
|
11029
11029
|
"building_category": "Nonresidential",
|
11030
|
-
"construction": "U 1.17 SHGC 0.49 Simple Glazing
|
11030
|
+
"construction": "U 1.17 SHGC 0.49 Simple Glazing",
|
11031
11031
|
"orientation": null,
|
11032
11032
|
"minimum_percent_of_surface": 0.0,
|
11033
11033
|
"maximum_percent_of_surface": 2.0,
|
@@ -11047,7 +11047,7 @@
|
|
11047
11047
|
"intended_surface_type": "Skylight",
|
11048
11048
|
"standards_construction_type": "Glass with Curb",
|
11049
11049
|
"building_category": "Residential",
|
11050
|
-
"construction": "U 0.98 SHGC 0.36 Simple Glazing
|
11050
|
+
"construction": "U 0.98 SHGC 0.36 Simple Glazing",
|
11051
11051
|
"orientation": null,
|
11052
11052
|
"minimum_percent_of_surface": 0.0,
|
11053
11053
|
"maximum_percent_of_surface": 2.0,
|
@@ -11087,7 +11087,7 @@
|
|
11087
11087
|
"intended_surface_type": "Skylight",
|
11088
11088
|
"standards_construction_type": "Plastic with Curb",
|
11089
11089
|
"building_category": "Nonresidential",
|
11090
|
-
"construction": "U 1.30 SHGC 0.65 Simple Glazing
|
11090
|
+
"construction": "U 1.30 SHGC 0.65 Simple Glazing",
|
11091
11091
|
"orientation": null,
|
11092
11092
|
"minimum_percent_of_surface": 0.0,
|
11093
11093
|
"maximum_percent_of_surface": 2.0,
|
@@ -11107,7 +11107,7 @@
|
|
11107
11107
|
"intended_surface_type": "Skylight",
|
11108
11108
|
"standards_construction_type": "Plastic with Curb",
|
11109
11109
|
"building_category": "Residential",
|
11110
|
-
"construction": "U 1.30 SHGC 0.62 Simple Glazing
|
11110
|
+
"construction": "U 1.30 SHGC 0.62 Simple Glazing",
|
11111
11111
|
"orientation": null,
|
11112
11112
|
"minimum_percent_of_surface": 0.0,
|
11113
11113
|
"maximum_percent_of_surface": 2.0,
|
@@ -11127,7 +11127,7 @@
|
|
11127
11127
|
"intended_surface_type": "Skylight",
|
11128
11128
|
"standards_construction_type": "Plastic with Curb",
|
11129
11129
|
"building_category": "Semiheated",
|
11130
|
-
"construction": "U 1.90 SHGC 0.39 Simple Glazing
|
11130
|
+
"construction": "U 1.90 SHGC 0.39 Simple Glazing",
|
11131
11131
|
"orientation": null,
|
11132
11132
|
"minimum_percent_of_surface": 0.0,
|
11133
11133
|
"maximum_percent_of_surface": 2.0,
|
@@ -11147,7 +11147,7 @@
|
|
11147
11147
|
"intended_surface_type": "Skylight",
|
11148
11148
|
"standards_construction_type": "Without Curb",
|
11149
11149
|
"building_category": "Nonresidential",
|
11150
|
-
"construction": "U 0.69 SHGC 0.49 Simple Glazing
|
11150
|
+
"construction": "U 0.69 SHGC 0.49 Simple Glazing",
|
11151
11151
|
"orientation": null,
|
11152
11152
|
"minimum_percent_of_surface": 0.0,
|
11153
11153
|
"maximum_percent_of_surface": 2.0,
|
@@ -11167,7 +11167,7 @@
|
|
11167
11167
|
"intended_surface_type": "Skylight",
|
11168
11168
|
"standards_construction_type": "Without Curb",
|
11169
11169
|
"building_category": "Residential",
|
11170
|
-
"construction": "U 0.58 SHGC 0.36 Simple Glazing
|
11170
|
+
"construction": "U 0.58 SHGC 0.36 Simple Glazing",
|
11171
11171
|
"orientation": null,
|
11172
11172
|
"minimum_percent_of_surface": 0.0,
|
11173
11173
|
"maximum_percent_of_surface": 2.0,
|
@@ -11187,7 +11187,7 @@
|
|
11187
11187
|
"intended_surface_type": "Skylight",
|
11188
11188
|
"standards_construction_type": "Without Curb",
|
11189
11189
|
"building_category": "Semiheated",
|
11190
|
-
"construction": "U 1.36 SHGC 0.36 Simple Glazing
|
11190
|
+
"construction": "U 1.36 SHGC 0.36 Simple Glazing",
|
11191
11191
|
"orientation": null,
|
11192
11192
|
"minimum_percent_of_surface": 0.0,
|
11193
11193
|
"maximum_percent_of_surface": 2.0,
|
@@ -11987,7 +11987,7 @@
|
|
11987
11987
|
"intended_surface_type": "ExteriorWindow",
|
11988
11988
|
"standards_construction_type": "Metal framing (all other)",
|
11989
11989
|
"building_category": "Nonresidential",
|
11990
|
-
"construction": "
|
11990
|
+
"construction": "U 1.22 SHGC 0.54 Simple Glazing",
|
11991
11991
|
"orientation": null,
|
11992
11992
|
"minimum_percent_of_surface": null,
|
11993
11993
|
"maximum_percent_of_surface": null,
|
@@ -12427,7 +12427,7 @@
|
|
12427
12427
|
"intended_surface_type": "Skylight",
|
12428
12428
|
"standards_construction_type": "Glass with Curb",
|
12429
12429
|
"building_category": "Nonresidential",
|
12430
|
-
"construction": "U 1.17 SHGC 0.49 Simple Glazing
|
12430
|
+
"construction": "U 1.17 SHGC 0.49 Simple Glazing",
|
12431
12431
|
"orientation": null,
|
12432
12432
|
"minimum_percent_of_surface": 0.0,
|
12433
12433
|
"maximum_percent_of_surface": 2.0,
|
@@ -12447,7 +12447,7 @@
|
|
12447
12447
|
"intended_surface_type": "Skylight",
|
12448
12448
|
"standards_construction_type": "Glass with Curb",
|
12449
12449
|
"building_category": "Residential",
|
12450
|
-
"construction": "U 0.98 SHGC 0.36 Simple Glazing
|
12450
|
+
"construction": "U 0.98 SHGC 0.36 Simple Glazing",
|
12451
12451
|
"orientation": null,
|
12452
12452
|
"minimum_percent_of_surface": 0.0,
|
12453
12453
|
"maximum_percent_of_surface": 2.0,
|
@@ -12487,7 +12487,7 @@
|
|
12487
12487
|
"intended_surface_type": "Skylight",
|
12488
12488
|
"standards_construction_type": "Plastic with Curb",
|
12489
12489
|
"building_category": "Nonresidential",
|
12490
|
-
"construction": "U 1.30 SHGC 0.65 Simple Glazing
|
12490
|
+
"construction": "U 1.30 SHGC 0.65 Simple Glazing",
|
12491
12491
|
"orientation": null,
|
12492
12492
|
"minimum_percent_of_surface": 0.0,
|
12493
12493
|
"maximum_percent_of_surface": 2.0,
|
@@ -12507,7 +12507,7 @@
|
|
12507
12507
|
"intended_surface_type": "Skylight",
|
12508
12508
|
"standards_construction_type": "Plastic with Curb",
|
12509
12509
|
"building_category": "Residential",
|
12510
|
-
"construction": "U 1.30 SHGC 0.62 Simple Glazing
|
12510
|
+
"construction": "U 1.30 SHGC 0.62 Simple Glazing",
|
12511
12511
|
"orientation": null,
|
12512
12512
|
"minimum_percent_of_surface": 0.0,
|
12513
12513
|
"maximum_percent_of_surface": 2.0,
|
@@ -12527,7 +12527,7 @@
|
|
12527
12527
|
"intended_surface_type": "Skylight",
|
12528
12528
|
"standards_construction_type": "Plastic with Curb",
|
12529
12529
|
"building_category": "Semiheated",
|
12530
|
-
"construction": "U 1.90 SHGC 0.39 Simple Glazing
|
12530
|
+
"construction": "U 1.90 SHGC 0.39 Simple Glazing",
|
12531
12531
|
"orientation": null,
|
12532
12532
|
"minimum_percent_of_surface": 0.0,
|
12533
12533
|
"maximum_percent_of_surface": 2.0,
|
@@ -12547,7 +12547,7 @@
|
|
12547
12547
|
"intended_surface_type": "Skylight",
|
12548
12548
|
"standards_construction_type": "Without Curb",
|
12549
12549
|
"building_category": "Nonresidential",
|
12550
|
-
"construction": "U 0.69 SHGC 0.49 Simple Glazing
|
12550
|
+
"construction": "U 0.69 SHGC 0.49 Simple Glazing",
|
12551
12551
|
"orientation": null,
|
12552
12552
|
"minimum_percent_of_surface": 0.0,
|
12553
12553
|
"maximum_percent_of_surface": 2.0,
|
@@ -12567,7 +12567,7 @@
|
|
12567
12567
|
"intended_surface_type": "Skylight",
|
12568
12568
|
"standards_construction_type": "Without Curb",
|
12569
12569
|
"building_category": "Residential",
|
12570
|
-
"construction": "U 0.58 SHGC 0.36 Simple Glazing
|
12570
|
+
"construction": "U 0.58 SHGC 0.36 Simple Glazing",
|
12571
12571
|
"orientation": null,
|
12572
12572
|
"minimum_percent_of_surface": 0.0,
|
12573
12573
|
"maximum_percent_of_surface": 2.0,
|
@@ -12587,7 +12587,7 @@
|
|
12587
12587
|
"intended_surface_type": "Skylight",
|
12588
12588
|
"standards_construction_type": "Without Curb",
|
12589
12589
|
"building_category": "Semiheated",
|
12590
|
-
"construction": "U 1.36 SHGC 0.36 Simple Glazing
|
12590
|
+
"construction": "U 1.36 SHGC 0.36 Simple Glazing",
|
12591
12591
|
"orientation": null,
|
12592
12592
|
"minimum_percent_of_surface": 0.0,
|
12593
12593
|
"maximum_percent_of_surface": 2.0,
|
@@ -13387,7 +13387,7 @@
|
|
13387
13387
|
"intended_surface_type": "ExteriorWindow",
|
13388
13388
|
"standards_construction_type": "Metal framing (all other)",
|
13389
13389
|
"building_category": "Nonresidential",
|
13390
|
-
"construction": "
|
13390
|
+
"construction": "U 0.62 SHGC 0.41 Simple Glazing",
|
13391
13391
|
"orientation": null,
|
13392
13392
|
"minimum_percent_of_surface": null,
|
13393
13393
|
"maximum_percent_of_surface": null,
|
@@ -13827,7 +13827,7 @@
|
|
13827
13827
|
"intended_surface_type": "Skylight",
|
13828
13828
|
"standards_construction_type": "Glass with Curb",
|
13829
13829
|
"building_category": "Nonresidential",
|
13830
|
-
"construction": "U 1.17 SHGC 0.49 Simple Glazing
|
13830
|
+
"construction": "U 1.17 SHGC 0.49 Simple Glazing",
|
13831
13831
|
"orientation": null,
|
13832
13832
|
"minimum_percent_of_surface": 0.0,
|
13833
13833
|
"maximum_percent_of_surface": 2.0,
|
@@ -13847,7 +13847,7 @@
|
|
13847
13847
|
"intended_surface_type": "Skylight",
|
13848
13848
|
"standards_construction_type": "Glass with Curb",
|
13849
13849
|
"building_category": "Residential",
|
13850
|
-
"construction": "U 1.17 SHGC 0.49 Simple Glazing
|
13850
|
+
"construction": "U 1.17 SHGC 0.49 Simple Glazing",
|
13851
13851
|
"orientation": null,
|
13852
13852
|
"minimum_percent_of_surface": 0.0,
|
13853
13853
|
"maximum_percent_of_surface": 2.0,
|
@@ -13887,7 +13887,7 @@
|
|
13887
13887
|
"intended_surface_type": "Skylight",
|
13888
13888
|
"standards_construction_type": "Plastic with Curb",
|
13889
13889
|
"building_category": "Nonresidential",
|
13890
|
-
"construction": "U 1.10 SHGC 0.77 Simple Glazing
|
13890
|
+
"construction": "U 1.10 SHGC 0.77 Simple Glazing",
|
13891
13891
|
"orientation": null,
|
13892
13892
|
"minimum_percent_of_surface": 0.0,
|
13893
13893
|
"maximum_percent_of_surface": 2.0,
|
@@ -13907,7 +13907,7 @@
|
|
13907
13907
|
"intended_surface_type": "Skylight",
|
13908
13908
|
"standards_construction_type": "Plastic with Curb",
|
13909
13909
|
"building_category": "Residential",
|
13910
|
-
"construction": "U 1.10 SHGC 0.77 Simple Glazing
|
13910
|
+
"construction": "U 1.10 SHGC 0.77 Simple Glazing",
|
13911
13911
|
"orientation": null,
|
13912
13912
|
"minimum_percent_of_surface": 0.0,
|
13913
13913
|
"maximum_percent_of_surface": 2.0,
|
@@ -13927,7 +13927,7 @@
|
|
13927
13927
|
"intended_surface_type": "Skylight",
|
13928
13928
|
"standards_construction_type": "Plastic with Curb",
|
13929
13929
|
"building_category": "Semiheated",
|
13930
|
-
"construction": "U 1.90 SHGC 0.39 Simple Glazing
|
13930
|
+
"construction": "U 1.90 SHGC 0.39 Simple Glazing",
|
13931
13931
|
"orientation": null,
|
13932
13932
|
"minimum_percent_of_surface": 0.0,
|
13933
13933
|
"maximum_percent_of_surface": 2.0,
|
@@ -13947,7 +13947,7 @@
|
|
13947
13947
|
"intended_surface_type": "Skylight",
|
13948
13948
|
"standards_construction_type": "Without Curb",
|
13949
13949
|
"building_category": "Nonresidential",
|
13950
|
-
"construction": "U 0.69 SHGC 0.49 Simple Glazing
|
13950
|
+
"construction": "U 0.69 SHGC 0.49 Simple Glazing",
|
13951
13951
|
"orientation": null,
|
13952
13952
|
"minimum_percent_of_surface": 0.0,
|
13953
13953
|
"maximum_percent_of_surface": 2.0,
|
@@ -13967,7 +13967,7 @@
|
|
13967
13967
|
"intended_surface_type": "Skylight",
|
13968
13968
|
"standards_construction_type": "Without Curb",
|
13969
13969
|
"building_category": "Residential",
|
13970
|
-
"construction": "U 0.69 SHGC 0.49 Simple Glazing
|
13970
|
+
"construction": "U 0.69 SHGC 0.49 Simple Glazing",
|
13971
13971
|
"orientation": null,
|
13972
13972
|
"minimum_percent_of_surface": 0.0,
|
13973
13973
|
"maximum_percent_of_surface": 2.0,
|
@@ -13987,7 +13987,7 @@
|
|
13987
13987
|
"intended_surface_type": "Skylight",
|
13988
13988
|
"standards_construction_type": "Without Curb",
|
13989
13989
|
"building_category": "Semiheated",
|
13990
|
-
"construction": "U 1.36 SHGC 0.36 Simple Glazing
|
13990
|
+
"construction": "U 1.36 SHGC 0.36 Simple Glazing",
|
13991
13991
|
"orientation": null,
|
13992
13992
|
"minimum_percent_of_surface": 0.0,
|
13993
13993
|
"maximum_percent_of_surface": 2.0,
|
@@ -14787,7 +14787,7 @@
|
|
14787
14787
|
"intended_surface_type": "ExteriorWindow",
|
14788
14788
|
"standards_construction_type": "Metal framing (all other)",
|
14789
14789
|
"building_category": "Nonresidential",
|
14790
|
-
"construction": "
|
14790
|
+
"construction": "U 0.62 SHGC 0.41 Simple Glazing",
|
14791
14791
|
"orientation": null,
|
14792
14792
|
"minimum_percent_of_surface": null,
|
14793
14793
|
"maximum_percent_of_surface": null,
|
@@ -15227,7 +15227,7 @@
|
|
15227
15227
|
"intended_surface_type": "Skylight",
|
15228
15228
|
"standards_construction_type": "Glass with Curb",
|
15229
15229
|
"building_category": "Nonresidential",
|
15230
|
-
"construction": "U 1.17 SHGC 0.49 Simple Glazing
|
15230
|
+
"construction": "U 1.17 SHGC 0.49 Simple Glazing",
|
15231
15231
|
"orientation": null,
|
15232
15232
|
"minimum_percent_of_surface": 0.0,
|
15233
15233
|
"maximum_percent_of_surface": 2.0,
|
@@ -15247,7 +15247,7 @@
|
|
15247
15247
|
"intended_surface_type": "Skylight",
|
15248
15248
|
"standards_construction_type": "Glass with Curb",
|
15249
15249
|
"building_category": "Residential",
|
15250
|
-
"construction": "U 1.17 SHGC 0.49 Simple Glazing
|
15250
|
+
"construction": "U 1.17 SHGC 0.49 Simple Glazing",
|
15251
15251
|
"orientation": null,
|
15252
15252
|
"minimum_percent_of_surface": 0.0,
|
15253
15253
|
"maximum_percent_of_surface": 2.0,
|
@@ -15287,7 +15287,7 @@
|
|
15287
15287
|
"intended_surface_type": "Skylight",
|
15288
15288
|
"standards_construction_type": "Plastic with Curb",
|
15289
15289
|
"building_category": "Nonresidential",
|
15290
|
-
"construction": "U 1.10 SHGC 0.77 Simple Glazing
|
15290
|
+
"construction": "U 1.10 SHGC 0.77 Simple Glazing",
|
15291
15291
|
"orientation": null,
|
15292
15292
|
"minimum_percent_of_surface": 0.0,
|
15293
15293
|
"maximum_percent_of_surface": 2.0,
|
@@ -15307,7 +15307,7 @@
|
|
15307
15307
|
"intended_surface_type": "Skylight",
|
15308
15308
|
"standards_construction_type": "Plastic with Curb",
|
15309
15309
|
"building_category": "Residential",
|
15310
|
-
"construction": "U 1.10 SHGC 0.77 Simple Glazing
|
15310
|
+
"construction": "U 1.10 SHGC 0.77 Simple Glazing",
|
15311
15311
|
"orientation": null,
|
15312
15312
|
"minimum_percent_of_surface": 0.0,
|
15313
15313
|
"maximum_percent_of_surface": 2.0,
|
@@ -15327,7 +15327,7 @@
|
|
15327
15327
|
"intended_surface_type": "Skylight",
|
15328
15328
|
"standards_construction_type": "Plastic with Curb",
|
15329
15329
|
"building_category": "Semiheated",
|
15330
|
-
"construction": "U 1.90 SHGC 0.39 Simple Glazing
|
15330
|
+
"construction": "U 1.90 SHGC 0.39 Simple Glazing",
|
15331
15331
|
"orientation": null,
|
15332
15332
|
"minimum_percent_of_surface": 0.0,
|
15333
15333
|
"maximum_percent_of_surface": 2.0,
|
@@ -15347,7 +15347,7 @@
|
|
15347
15347
|
"intended_surface_type": "Skylight",
|
15348
15348
|
"standards_construction_type": "Without Curb",
|
15349
15349
|
"building_category": "Nonresidential",
|
15350
|
-
"construction": "U 0.69 SHGC 0.49 Simple Glazing
|
15350
|
+
"construction": "U 0.69 SHGC 0.49 Simple Glazing",
|
15351
15351
|
"orientation": null,
|
15352
15352
|
"minimum_percent_of_surface": 0.0,
|
15353
15353
|
"maximum_percent_of_surface": 2.0,
|
@@ -15367,7 +15367,7 @@
|
|
15367
15367
|
"intended_surface_type": "Skylight",
|
15368
15368
|
"standards_construction_type": "Without Curb",
|
15369
15369
|
"building_category": "Residential",
|
15370
|
-
"construction": "U 0.69 SHGC 0.49 Simple Glazing
|
15370
|
+
"construction": "U 0.69 SHGC 0.49 Simple Glazing",
|
15371
15371
|
"orientation": null,
|
15372
15372
|
"minimum_percent_of_surface": 0.0,
|
15373
15373
|
"maximum_percent_of_surface": 2.0,
|
@@ -15387,7 +15387,7 @@
|
|
15387
15387
|
"intended_surface_type": "Skylight",
|
15388
15388
|
"standards_construction_type": "Without Curb",
|
15389
15389
|
"building_category": "Semiheated",
|
15390
|
-
"construction": "U 1.36 SHGC 0.36 Simple Glazing
|
15390
|
+
"construction": "U 1.36 SHGC 0.36 Simple Glazing",
|
15391
15391
|
"orientation": null,
|
15392
15392
|
"minimum_percent_of_surface": 0.0,
|
15393
15393
|
"maximum_percent_of_surface": 2.0,
|
@@ -16187,7 +16187,7 @@
|
|
16187
16187
|
"intended_surface_type": "ExteriorWindow",
|
16188
16188
|
"standards_construction_type": "Metal framing (all other)",
|
16189
16189
|
"building_category": "Nonresidential",
|
16190
|
-
"construction": "
|
16190
|
+
"construction": "U 0.62 SHGC 0.41 Simple Glazing",
|
16191
16191
|
"orientation": null,
|
16192
16192
|
"minimum_percent_of_surface": null,
|
16193
16193
|
"maximum_percent_of_surface": null,
|
@@ -16627,7 +16627,7 @@
|
|
16627
16627
|
"intended_surface_type": "Skylight",
|
16628
16628
|
"standards_construction_type": "Glass with Curb",
|
16629
16629
|
"building_category": "Nonresidential",
|
16630
|
-
"construction": "U 1.17 SHGC 0.49 Simple Glazing
|
16630
|
+
"construction": "U 1.17 SHGC 0.49 Simple Glazing",
|
16631
16631
|
"orientation": null,
|
16632
16632
|
"minimum_percent_of_surface": 0.0,
|
16633
16633
|
"maximum_percent_of_surface": 2.0,
|
@@ -16647,7 +16647,7 @@
|
|
16647
16647
|
"intended_surface_type": "Skylight",
|
16648
16648
|
"standards_construction_type": "Glass with Curb",
|
16649
16649
|
"building_category": "Residential",
|
16650
|
-
"construction": "U 1.17 SHGC 0.49 Simple Glazing
|
16650
|
+
"construction": "U 1.17 SHGC 0.49 Simple Glazing",
|
16651
16651
|
"orientation": null,
|
16652
16652
|
"minimum_percent_of_surface": 0.0,
|
16653
16653
|
"maximum_percent_of_surface": 2.0,
|
@@ -16687,7 +16687,7 @@
|
|
16687
16687
|
"intended_surface_type": "Skylight",
|
16688
16688
|
"standards_construction_type": "Plastic with Curb",
|
16689
16689
|
"building_category": "Nonresidential",
|
16690
|
-
"construction": "U 1.10 SHGC 0.77 Simple Glazing
|
16690
|
+
"construction": "U 1.10 SHGC 0.77 Simple Glazing",
|
16691
16691
|
"orientation": null,
|
16692
16692
|
"minimum_percent_of_surface": 0.0,
|
16693
16693
|
"maximum_percent_of_surface": 2.0,
|
@@ -16707,7 +16707,7 @@
|
|
16707
16707
|
"intended_surface_type": "Skylight",
|
16708
16708
|
"standards_construction_type": "Plastic with Curb",
|
16709
16709
|
"building_category": "Residential",
|
16710
|
-
"construction": "U 1.10 SHGC 0.77 Simple Glazing
|
16710
|
+
"construction": "U 1.10 SHGC 0.77 Simple Glazing",
|
16711
16711
|
"orientation": null,
|
16712
16712
|
"minimum_percent_of_surface": 0.0,
|
16713
16713
|
"maximum_percent_of_surface": 2.0,
|
@@ -16727,7 +16727,7 @@
|
|
16727
16727
|
"intended_surface_type": "Skylight",
|
16728
16728
|
"standards_construction_type": "Plastic with Curb",
|
16729
16729
|
"building_category": "Semiheated",
|
16730
|
-
"construction": "U 1.90 SHGC 0.39 Simple Glazing
|
16730
|
+
"construction": "U 1.90 SHGC 0.39 Simple Glazing",
|
16731
16731
|
"orientation": null,
|
16732
16732
|
"minimum_percent_of_surface": 0.0,
|
16733
16733
|
"maximum_percent_of_surface": 2.0,
|
@@ -16747,7 +16747,7 @@
|
|
16747
16747
|
"intended_surface_type": "Skylight",
|
16748
16748
|
"standards_construction_type": "Without Curb",
|
16749
16749
|
"building_category": "Nonresidential",
|
16750
|
-
"construction": "U 0.69 SHGC 0.49 Simple Glazing
|
16750
|
+
"construction": "U 0.69 SHGC 0.49 Simple Glazing",
|
16751
16751
|
"orientation": null,
|
16752
16752
|
"minimum_percent_of_surface": 0.0,
|
16753
16753
|
"maximum_percent_of_surface": 2.0,
|
@@ -16767,7 +16767,7 @@
|
|
16767
16767
|
"intended_surface_type": "Skylight",
|
16768
16768
|
"standards_construction_type": "Without Curb",
|
16769
16769
|
"building_category": "Residential",
|
16770
|
-
"construction": "U 0.69 SHGC 0.49 Simple Glazing
|
16770
|
+
"construction": "U 0.69 SHGC 0.49 Simple Glazing",
|
16771
16771
|
"orientation": null,
|
16772
16772
|
"minimum_percent_of_surface": 0.0,
|
16773
16773
|
"maximum_percent_of_surface": 2.0,
|
@@ -16787,7 +16787,7 @@
|
|
16787
16787
|
"intended_surface_type": "Skylight",
|
16788
16788
|
"standards_construction_type": "Without Curb",
|
16789
16789
|
"building_category": "Semiheated",
|
16790
|
-
"construction": "U 1.36 SHGC 0.36 Simple Glazing
|
16790
|
+
"construction": "U 1.36 SHGC 0.36 Simple Glazing",
|
16791
16791
|
"orientation": null,
|
16792
16792
|
"minimum_percent_of_surface": 0.0,
|
16793
16793
|
"maximum_percent_of_surface": 2.0,
|
@@ -17587,7 +17587,7 @@
|
|
17587
17587
|
"intended_surface_type": "ExteriorWindow",
|
17588
17588
|
"standards_construction_type": "Metal framing (all other)",
|
17589
17589
|
"building_category": "Nonresidential",
|
17590
|
-
"construction": "
|
17590
|
+
"construction": "U 0.62 SHGC 0.41 Simple Glazing",
|
17591
17591
|
"orientation": null,
|
17592
17592
|
"minimum_percent_of_surface": null,
|
17593
17593
|
"maximum_percent_of_surface": null,
|
@@ -18027,7 +18027,7 @@
|
|
18027
18027
|
"intended_surface_type": "Skylight",
|
18028
18028
|
"standards_construction_type": "Glass with Curb",
|
18029
18029
|
"building_category": "Nonresidential",
|
18030
|
-
"construction": "U 1.17 SHGC 0.49 Simple Glazing
|
18030
|
+
"construction": "U 1.17 SHGC 0.49 Simple Glazing",
|
18031
18031
|
"orientation": null,
|
18032
18032
|
"minimum_percent_of_surface": 0.0,
|
18033
18033
|
"maximum_percent_of_surface": 2.0,
|
@@ -18087,7 +18087,7 @@
|
|
18087
18087
|
"intended_surface_type": "Skylight",
|
18088
18088
|
"standards_construction_type": "Plastic with Curb",
|
18089
18089
|
"building_category": "Nonresidential",
|
18090
|
-
"construction": "U 0.87 SHGC 0.71 Simple Glazing
|
18090
|
+
"construction": "U 0.87 SHGC 0.71 Simple Glazing",
|
18091
18091
|
"orientation": null,
|
18092
18092
|
"minimum_percent_of_surface": 0.0,
|
18093
18093
|
"maximum_percent_of_surface": 2.0,
|
@@ -18107,7 +18107,7 @@
|
|
18107
18107
|
"intended_surface_type": "Skylight",
|
18108
18108
|
"standards_construction_type": "Plastic with Curb",
|
18109
18109
|
"building_category": "Residential",
|
18110
|
-
"construction": "U 0.74 SHGC 0.65 Simple Glazing
|
18110
|
+
"construction": "U 0.74 SHGC 0.65 Simple Glazing",
|
18111
18111
|
"orientation": null,
|
18112
18112
|
"minimum_percent_of_surface": 0.0,
|
18113
18113
|
"maximum_percent_of_surface": 2.0,
|
@@ -18127,7 +18127,7 @@
|
|
18127
18127
|
"intended_surface_type": "Skylight",
|
18128
18128
|
"standards_construction_type": "Plastic with Curb",
|
18129
18129
|
"building_category": "Semiheated",
|
18130
|
-
"construction": "U 1.90 SHGC 0.39 Simple Glazing
|
18130
|
+
"construction": "U 1.90 SHGC 0.39 Simple Glazing",
|
18131
18131
|
"orientation": null,
|
18132
18132
|
"minimum_percent_of_surface": 0.0,
|
18133
18133
|
"maximum_percent_of_surface": 2.0,
|
@@ -18147,7 +18147,7 @@
|
|
18147
18147
|
"intended_surface_type": "Skylight",
|
18148
18148
|
"standards_construction_type": "Without Curb",
|
18149
18149
|
"building_category": "Nonresidential",
|
18150
|
-
"construction": "U 0.69 SHGC 0.49 Simple Glazing
|
18150
|
+
"construction": "U 0.69 SHGC 0.49 Simple Glazing",
|
18151
18151
|
"orientation": null,
|
18152
18152
|
"minimum_percent_of_surface": 0.0,
|
18153
18153
|
"maximum_percent_of_surface": 2.0,
|
@@ -18187,7 +18187,7 @@
|
|
18187
18187
|
"intended_surface_type": "Skylight",
|
18188
18188
|
"standards_construction_type": "Without Curb",
|
18189
18189
|
"building_category": "Semiheated",
|
18190
|
-
"construction": "U 1.36 SHGC 0.36 Simple Glazing
|
18190
|
+
"construction": "U 1.36 SHGC 0.36 Simple Glazing",
|
18191
18191
|
"orientation": null,
|
18192
18192
|
"minimum_percent_of_surface": 0.0,
|
18193
18193
|
"maximum_percent_of_surface": 2.0,
|
@@ -18987,7 +18987,7 @@
|
|
18987
18987
|
"intended_surface_type": "ExteriorWindow",
|
18988
18988
|
"standards_construction_type": "Metal framing (all other)",
|
18989
18989
|
"building_category": "Nonresidential",
|
18990
|
-
"construction": "
|
18990
|
+
"construction": "U 0.62 SHGC 0.41 Simple Glazing",
|
18991
18991
|
"orientation": null,
|
18992
18992
|
"minimum_percent_of_surface": null,
|
18993
18993
|
"maximum_percent_of_surface": null,
|
@@ -19427,7 +19427,7 @@
|
|
19427
19427
|
"intended_surface_type": "Skylight",
|
19428
19428
|
"standards_construction_type": "Glass with Curb",
|
19429
19429
|
"building_category": "Nonresidential",
|
19430
|
-
"construction": "U 1.17 SHGC 0.49 Simple Glazing
|
19430
|
+
"construction": "U 1.17 SHGC 0.49 Simple Glazing",
|
19431
19431
|
"orientation": null,
|
19432
19432
|
"minimum_percent_of_surface": 0.0,
|
19433
19433
|
"maximum_percent_of_surface": 2.0,
|
@@ -19487,7 +19487,7 @@
|
|
19487
19487
|
"intended_surface_type": "Skylight",
|
19488
19488
|
"standards_construction_type": "Plastic with Curb",
|
19489
19489
|
"building_category": "Nonresidential",
|
19490
|
-
"construction": "U 0.87 SHGC 0.71 Simple Glazing
|
19490
|
+
"construction": "U 0.87 SHGC 0.71 Simple Glazing",
|
19491
19491
|
"orientation": null,
|
19492
19492
|
"minimum_percent_of_surface": 0.0,
|
19493
19493
|
"maximum_percent_of_surface": 2.0,
|
@@ -19507,7 +19507,7 @@
|
|
19507
19507
|
"intended_surface_type": "Skylight",
|
19508
19508
|
"standards_construction_type": "Plastic with Curb",
|
19509
19509
|
"building_category": "Residential",
|
19510
|
-
"construction": "U 0.74 SHGC 0.65 Simple Glazing
|
19510
|
+
"construction": "U 0.74 SHGC 0.65 Simple Glazing",
|
19511
19511
|
"orientation": null,
|
19512
19512
|
"minimum_percent_of_surface": 0.0,
|
19513
19513
|
"maximum_percent_of_surface": 2.0,
|
@@ -19527,7 +19527,7 @@
|
|
19527
19527
|
"intended_surface_type": "Skylight",
|
19528
19528
|
"standards_construction_type": "Plastic with Curb",
|
19529
19529
|
"building_category": "Semiheated",
|
19530
|
-
"construction": "U 1.90 SHGC 0.39 Simple Glazing
|
19530
|
+
"construction": "U 1.90 SHGC 0.39 Simple Glazing",
|
19531
19531
|
"orientation": null,
|
19532
19532
|
"minimum_percent_of_surface": 0.0,
|
19533
19533
|
"maximum_percent_of_surface": 2.0,
|
@@ -19547,7 +19547,7 @@
|
|
19547
19547
|
"intended_surface_type": "Skylight",
|
19548
19548
|
"standards_construction_type": "Without Curb",
|
19549
19549
|
"building_category": "Nonresidential",
|
19550
|
-
"construction": "U 0.69 SHGC 0.49 Simple Glazing
|
19550
|
+
"construction": "U 0.69 SHGC 0.49 Simple Glazing",
|
19551
19551
|
"orientation": null,
|
19552
19552
|
"minimum_percent_of_surface": 0.0,
|
19553
19553
|
"maximum_percent_of_surface": 2.0,
|
@@ -19587,7 +19587,7 @@
|
|
19587
19587
|
"intended_surface_type": "Skylight",
|
19588
19588
|
"standards_construction_type": "Without Curb",
|
19589
19589
|
"building_category": "Semiheated",
|
19590
|
-
"construction": "U 1.36 SHGC 0.36 Simple Glazing
|
19590
|
+
"construction": "U 1.36 SHGC 0.36 Simple Glazing",
|
19591
19591
|
"orientation": null,
|
19592
19592
|
"minimum_percent_of_surface": 0.0,
|
19593
19593
|
"maximum_percent_of_surface": 2.0,
|
@@ -20387,7 +20387,7 @@
|
|
20387
20387
|
"intended_surface_type": "ExteriorWindow",
|
20388
20388
|
"standards_construction_type": "Metal framing (all other)",
|
20389
20389
|
"building_category": "Nonresidential",
|
20390
|
-
"construction": "
|
20390
|
+
"construction": "U 0.62 SHGC 0.41 Simple Glazing",
|
20391
20391
|
"orientation": null,
|
20392
20392
|
"minimum_percent_of_surface": null,
|
20393
20393
|
"maximum_percent_of_surface": null,
|
@@ -20827,7 +20827,7 @@
|
|
20827
20827
|
"intended_surface_type": "Skylight",
|
20828
20828
|
"standards_construction_type": "Glass with Curb",
|
20829
20829
|
"building_category": "Nonresidential",
|
20830
|
-
"construction": "U 1.17 SHGC 0.68 Simple Glazing
|
20830
|
+
"construction": "U 1.17 SHGC 0.68 Simple Glazing",
|
20831
20831
|
"orientation": null,
|
20832
20832
|
"minimum_percent_of_surface": 0.0,
|
20833
20833
|
"maximum_percent_of_surface": 2.0,
|
@@ -20847,7 +20847,7 @@
|
|
20847
20847
|
"intended_surface_type": "Skylight",
|
20848
20848
|
"standards_construction_type": "Glass with Curb",
|
20849
20849
|
"building_category": "Residential",
|
20850
|
-
"construction": "U 1.17 SHGC 0.64 Simple Glazing
|
20850
|
+
"construction": "U 1.17 SHGC 0.64 Simple Glazing",
|
20851
20851
|
"orientation": null,
|
20852
20852
|
"minimum_percent_of_surface": 0.0,
|
20853
20853
|
"maximum_percent_of_surface": 2.0,
|
@@ -20887,7 +20887,7 @@
|
|
20887
20887
|
"intended_surface_type": "Skylight",
|
20888
20888
|
"standards_construction_type": "Plastic with Curb",
|
20889
20889
|
"building_category": "Nonresidential",
|
20890
|
-
"construction": "U 0.87 SHGC 0.77 Simple Glazing
|
20890
|
+
"construction": "U 0.87 SHGC 0.77 Simple Glazing",
|
20891
20891
|
"orientation": null,
|
20892
20892
|
"minimum_percent_of_surface": 0.0,
|
20893
20893
|
"maximum_percent_of_surface": 2.0,
|
@@ -20907,7 +20907,7 @@
|
|
20907
20907
|
"intended_surface_type": "Skylight",
|
20908
20908
|
"standards_construction_type": "Plastic with Curb",
|
20909
20909
|
"building_category": "Residential",
|
20910
|
-
"construction": "U 0.61 SHGC 0.77 Simple Glazing
|
20910
|
+
"construction": "U 0.61 SHGC 0.77 Simple Glazing",
|
20911
20911
|
"orientation": null,
|
20912
20912
|
"minimum_percent_of_surface": 0.0,
|
20913
20913
|
"maximum_percent_of_surface": 2.0,
|
@@ -20927,7 +20927,7 @@
|
|
20927
20927
|
"intended_surface_type": "Skylight",
|
20928
20928
|
"standards_construction_type": "Plastic with Curb",
|
20929
20929
|
"building_category": "Semiheated",
|
20930
|
-
"construction": "U 1.90 SHGC 0.39 Simple Glazing
|
20930
|
+
"construction": "U 1.90 SHGC 0.39 Simple Glazing",
|
20931
20931
|
"orientation": null,
|
20932
20932
|
"minimum_percent_of_surface": 0.0,
|
20933
20933
|
"maximum_percent_of_surface": 2.0,
|
@@ -20947,7 +20947,7 @@
|
|
20947
20947
|
"intended_surface_type": "Skylight",
|
20948
20948
|
"standards_construction_type": "Without Curb",
|
20949
20949
|
"building_category": "Nonresidential",
|
20950
|
-
"construction": "U 0.69 SHGC 0.68 Simple Glazing
|
20950
|
+
"construction": "U 0.69 SHGC 0.68 Simple Glazing",
|
20951
20951
|
"orientation": null,
|
20952
20952
|
"minimum_percent_of_surface": 0.0,
|
20953
20953
|
"maximum_percent_of_surface": 2.0,
|
@@ -20967,7 +20967,7 @@
|
|
20967
20967
|
"intended_surface_type": "Skylight",
|
20968
20968
|
"standards_construction_type": "Without Curb",
|
20969
20969
|
"building_category": "Residential",
|
20970
|
-
"construction": "U 0.69 SHGC 0.64 Simple Glazing
|
20970
|
+
"construction": "U 0.69 SHGC 0.64 Simple Glazing",
|
20971
20971
|
"orientation": null,
|
20972
20972
|
"minimum_percent_of_surface": 0.0,
|
20973
20973
|
"maximum_percent_of_surface": 2.0,
|
@@ -20987,7 +20987,7 @@
|
|
20987
20987
|
"intended_surface_type": "Skylight",
|
20988
20988
|
"standards_construction_type": "Without Curb",
|
20989
20989
|
"building_category": "Semiheated",
|
20990
|
-
"construction": "U 1.36 SHGC 0.36 Simple Glazing
|
20990
|
+
"construction": "U 1.36 SHGC 0.36 Simple Glazing",
|
20991
20991
|
"orientation": null,
|
20992
20992
|
"minimum_percent_of_surface": 0.0,
|
20993
20993
|
"maximum_percent_of_surface": 2.0,
|
@@ -21787,7 +21787,7 @@
|
|
21787
21787
|
"intended_surface_type": "ExteriorWindow",
|
21788
21788
|
"standards_construction_type": "Metal framing (all other)",
|
21789
21789
|
"building_category": "Nonresidential",
|
21790
|
-
"construction": "
|
21790
|
+
"construction": "U 0.62 SHGC 0.41 Simple Glazing",
|
21791
21791
|
"orientation": null,
|
21792
21792
|
"minimum_percent_of_surface": null,
|
21793
21793
|
"maximum_percent_of_surface": null,
|
@@ -22267,7 +22267,7 @@
|
|
22267
22267
|
"intended_surface_type": "Skylight",
|
22268
22268
|
"standards_construction_type": "Glass with Curb",
|
22269
22269
|
"building_category": "Semiheated",
|
22270
|
-
"construction": "U 1.30 SHGC 0.65 Simple Glazing
|
22270
|
+
"construction": "U 1.30 SHGC 0.65 Simple Glazing",
|
22271
22271
|
"orientation": null,
|
22272
22272
|
"minimum_percent_of_surface": 0.0,
|
22273
22273
|
"maximum_percent_of_surface": 2.0,
|
@@ -22287,7 +22287,7 @@
|
|
22287
22287
|
"intended_surface_type": "Skylight",
|
22288
22288
|
"standards_construction_type": "Plastic with Curb",
|
22289
22289
|
"building_category": "Nonresidential",
|
22290
|
-
"construction": "U 0.61 SHGC 0.77 Simple Glazing
|
22290
|
+
"construction": "U 0.61 SHGC 0.77 Simple Glazing",
|
22291
22291
|
"orientation": null,
|
22292
22292
|
"minimum_percent_of_surface": 0.0,
|
22293
22293
|
"maximum_percent_of_surface": 2.0,
|
@@ -22307,7 +22307,7 @@
|
|
22307
22307
|
"intended_surface_type": "Skylight",
|
22308
22308
|
"standards_construction_type": "Plastic with Curb",
|
22309
22309
|
"building_category": "Residential",
|
22310
|
-
"construction": "U 0.61 SHGC 0.77 Simple Glazing
|
22310
|
+
"construction": "U 0.61 SHGC 0.77 Simple Glazing",
|
22311
22311
|
"orientation": null,
|
22312
22312
|
"minimum_percent_of_surface": 0.0,
|
22313
22313
|
"maximum_percent_of_surface": 2.0,
|
@@ -22327,7 +22327,7 @@
|
|
22327
22327
|
"intended_surface_type": "Skylight",
|
22328
22328
|
"standards_construction_type": "Plastic with Curb",
|
22329
22329
|
"building_category": "Semiheated",
|
22330
|
-
"construction": "U 1.10 SHGC 0.77 Simple Glazing
|
22330
|
+
"construction": "U 1.10 SHGC 0.77 Simple Glazing",
|
22331
22331
|
"orientation": null,
|
22332
22332
|
"minimum_percent_of_surface": 0.0,
|
22333
22333
|
"maximum_percent_of_surface": 2.0,
|
@@ -22387,7 +22387,7 @@
|
|
22387
22387
|
"intended_surface_type": "Skylight",
|
22388
22388
|
"standards_construction_type": "Without Curb",
|
22389
22389
|
"building_category": "Semiheated",
|
22390
|
-
"construction": "U 0.81 SHGC 0.65 Simple Glazing
|
22390
|
+
"construction": "U 0.81 SHGC 0.65 Simple Glazing",
|
22391
22391
|
"orientation": null,
|
22392
22392
|
"minimum_percent_of_surface": 0.0,
|
22393
22393
|
"maximum_percent_of_surface": 2.0,
|