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
@@ -1422,13 +1422,13 @@
|
|
1422
1422
|
]
|
1423
1423
|
},
|
1424
1424
|
{
|
1425
|
-
"name": "
|
1425
|
+
"name": "U 0.52 SHGC 0.39 Simple Glazing",
|
1426
1426
|
"intended_surface_type": "ExteriorWindow",
|
1427
1427
|
"standards_construction_type": "Metal framing (all other)",
|
1428
1428
|
"insulation_layer": null,
|
1429
1429
|
"skylight_framing": null,
|
1430
1430
|
"materials": [
|
1431
|
-
"
|
1431
|
+
"U 0.52 SHGC 0.39 Simple Glazing"
|
1432
1432
|
]
|
1433
1433
|
},
|
1434
1434
|
{
|
@@ -1444,23 +1444,23 @@
|
|
1444
1444
|
]
|
1445
1445
|
},
|
1446
1446
|
{
|
1447
|
-
"name": "
|
1447
|
+
"name": "U 0.52 SHGC 0.49 Simple Glazing",
|
1448
1448
|
"intended_surface_type": "ExteriorWindow",
|
1449
1449
|
"standards_construction_type": "Metal framing (all other)",
|
1450
1450
|
"insulation_layer": null,
|
1451
1451
|
"skylight_framing": null,
|
1452
1452
|
"materials": [
|
1453
|
-
"
|
1453
|
+
"U 0.52 SHGC 0.49 Simple Glazing"
|
1454
1454
|
]
|
1455
1455
|
},
|
1456
1456
|
{
|
1457
|
-
"name": "
|
1457
|
+
"name": "U 0.52 SHGC 0.615 Simple Glazing",
|
1458
1458
|
"intended_surface_type": "ExteriorWindow",
|
1459
1459
|
"standards_construction_type": "Metal framing (all other)",
|
1460
1460
|
"insulation_layer": null,
|
1461
1461
|
"skylight_framing": null,
|
1462
1462
|
"materials": [
|
1463
|
-
"
|
1463
|
+
"U 0.52 SHGC 0.615 Simple Glazing"
|
1464
1464
|
]
|
1465
1465
|
},
|
1466
1466
|
{
|
@@ -1584,43 +1584,43 @@
|
|
1584
1584
|
]
|
1585
1585
|
},
|
1586
1586
|
{
|
1587
|
-
"name": "U 0.58 SHGC 0.19 Simple Glazing
|
1587
|
+
"name": "U 0.58 SHGC 0.19 Simple Glazing",
|
1588
1588
|
"intended_surface_type": "Skylight",
|
1589
1589
|
"standards_construction_type": "Glass with Curb",
|
1590
1590
|
"insulation_layer": null,
|
1591
1591
|
"skylight_framing": null,
|
1592
1592
|
"materials": [
|
1593
|
-
"
|
1593
|
+
"U 0.58 SHGC 0.19 Simple Glazing"
|
1594
1594
|
]
|
1595
1595
|
},
|
1596
1596
|
{
|
1597
|
-
"name": "U 0.58 SHGC 0.36 Simple Glazing
|
1597
|
+
"name": "U 0.58 SHGC 0.36 Simple Glazing",
|
1598
1598
|
"intended_surface_type": "Skylight",
|
1599
1599
|
"standards_construction_type": "Glass with Curb",
|
1600
1600
|
"insulation_layer": null,
|
1601
1601
|
"skylight_framing": null,
|
1602
1602
|
"materials": [
|
1603
|
-
"
|
1603
|
+
"U 0.58 SHGC 0.36 Simple Glazing"
|
1604
1604
|
]
|
1605
1605
|
},
|
1606
1606
|
{
|
1607
|
-
"name": "
|
1607
|
+
"name": "U 0.59 SHGC 0.36 Simple Glazing",
|
1608
1608
|
"intended_surface_type": "ExteriorWindow",
|
1609
1609
|
"standards_construction_type": "Metal framing (all other)",
|
1610
1610
|
"insulation_layer": null,
|
1611
1611
|
"skylight_framing": null,
|
1612
1612
|
"materials": [
|
1613
|
-
"
|
1613
|
+
"U 0.59 SHGC 0.36 Simple Glazing"
|
1614
1614
|
]
|
1615
1615
|
},
|
1616
1616
|
{
|
1617
|
-
"name": "
|
1617
|
+
"name": "U 0.59 SHGC 0.39 Simple Glazing",
|
1618
1618
|
"intended_surface_type": "ExteriorWindow",
|
1619
1619
|
"standards_construction_type": "Metal framing (all other)",
|
1620
1620
|
"insulation_layer": null,
|
1621
1621
|
"skylight_framing": null,
|
1622
1622
|
"materials": [
|
1623
|
-
"
|
1623
|
+
"U 0.59 SHGC 0.39 Simple Glazing"
|
1624
1624
|
]
|
1625
1625
|
},
|
1626
1626
|
{
|
@@ -1636,13 +1636,13 @@
|
|
1636
1636
|
]
|
1637
1637
|
},
|
1638
1638
|
{
|
1639
|
-
"name": "U 0.61 SHGC 0.77 Simple Glazing
|
1639
|
+
"name": "U 0.61 SHGC 0.77 Simple Glazing",
|
1640
1640
|
"intended_surface_type": null,
|
1641
1641
|
"standards_construction_type": null,
|
1642
1642
|
"insulation_layer": null,
|
1643
1643
|
"skylight_framing": null,
|
1644
1644
|
"materials": [
|
1645
|
-
"
|
1645
|
+
"U 0.61 SHGC 0.77 Simple Glazing"
|
1646
1646
|
]
|
1647
1647
|
},
|
1648
1648
|
{
|
@@ -1670,13 +1670,13 @@
|
|
1670
1670
|
]
|
1671
1671
|
},
|
1672
1672
|
{
|
1673
|
-
"name": "
|
1673
|
+
"name": "U 0.62 SHGC 0.41 Simple Glazing",
|
1674
1674
|
"intended_surface_type": "ExteriorWindow",
|
1675
1675
|
"standards_construction_type": "Metal framing (all other)",
|
1676
1676
|
"insulation_layer": null,
|
1677
1677
|
"skylight_framing": null,
|
1678
1678
|
"materials": [
|
1679
|
-
"
|
1679
|
+
"U 0.62 SHGC 0.41 Simple Glazing"
|
1680
1680
|
]
|
1681
1681
|
},
|
1682
1682
|
{
|
@@ -1704,13 +1704,13 @@
|
|
1704
1704
|
]
|
1705
1705
|
},
|
1706
1706
|
{
|
1707
|
-
"name": "U 0.65 SHGC 0.35 Simple Glazing
|
1707
|
+
"name": "U 0.65 SHGC 0.35 Simple Glazing",
|
1708
1708
|
"intended_surface_type": null,
|
1709
1709
|
"standards_construction_type": null,
|
1710
1710
|
"insulation_layer": null,
|
1711
1711
|
"skylight_framing": null,
|
1712
1712
|
"materials": [
|
1713
|
-
"
|
1713
|
+
"U 0.65 SHGC 0.35 Simple Glazing"
|
1714
1714
|
]
|
1715
1715
|
},
|
1716
1716
|
{
|
@@ -1724,63 +1724,63 @@
|
|
1724
1724
|
]
|
1725
1725
|
},
|
1726
1726
|
{
|
1727
|
-
"name": "U 0.69 SHGC 0.19 Simple Glazing
|
1727
|
+
"name": "U 0.69 SHGC 0.19 Simple Glazing",
|
1728
1728
|
"intended_surface_type": null,
|
1729
1729
|
"standards_construction_type": null,
|
1730
1730
|
"insulation_layer": null,
|
1731
1731
|
"skylight_framing": null,
|
1732
1732
|
"materials": [
|
1733
|
-
"
|
1733
|
+
"U 0.69 SHGC 0.19 Simple Glazing"
|
1734
1734
|
]
|
1735
1735
|
},
|
1736
1736
|
{
|
1737
|
-
"name": "U 0.69 SHGC 0.36 Simple Glazing
|
1737
|
+
"name": "U 0.69 SHGC 0.36 Simple Glazing",
|
1738
1738
|
"intended_surface_type": null,
|
1739
1739
|
"standards_construction_type": null,
|
1740
1740
|
"insulation_layer": null,
|
1741
1741
|
"skylight_framing": null,
|
1742
1742
|
"materials": [
|
1743
|
-
"
|
1743
|
+
"U 0.69 SHGC 0.36 Simple Glazing"
|
1744
1744
|
]
|
1745
1745
|
},
|
1746
1746
|
{
|
1747
|
-
"name": "U 0.69 SHGC 0.39 Simple Glazing
|
1747
|
+
"name": "U 0.69 SHGC 0.39 Simple Glazing",
|
1748
1748
|
"intended_surface_type": null,
|
1749
1749
|
"standards_construction_type": null,
|
1750
1750
|
"insulation_layer": null,
|
1751
1751
|
"skylight_framing": null,
|
1752
1752
|
"materials": [
|
1753
|
-
"
|
1753
|
+
"U 0.69 SHGC 0.39 Simple Glazing"
|
1754
1754
|
]
|
1755
1755
|
},
|
1756
1756
|
{
|
1757
|
-
"name": "U 0.69 SHGC 0.49 Simple Glazing
|
1757
|
+
"name": "U 0.69 SHGC 0.49 Simple Glazing",
|
1758
1758
|
"intended_surface_type": null,
|
1759
1759
|
"standards_construction_type": null,
|
1760
1760
|
"insulation_layer": null,
|
1761
1761
|
"skylight_framing": null,
|
1762
1762
|
"materials": [
|
1763
|
-
"
|
1763
|
+
"U 0.69 SHGC 0.49 Simple Glazing"
|
1764
1764
|
]
|
1765
1765
|
},
|
1766
1766
|
{
|
1767
|
-
"name": "U 0.69 SHGC 0.64 Simple Glazing
|
1767
|
+
"name": "U 0.69 SHGC 0.64 Simple Glazing",
|
1768
1768
|
"intended_surface_type": null,
|
1769
1769
|
"standards_construction_type": null,
|
1770
1770
|
"insulation_layer": null,
|
1771
1771
|
"skylight_framing": null,
|
1772
1772
|
"materials": [
|
1773
|
-
"
|
1773
|
+
"U 0.69 SHGC 0.64 Simple Glazing"
|
1774
1774
|
]
|
1775
1775
|
},
|
1776
1776
|
{
|
1777
|
-
"name": "U 0.69 SHGC 0.68 Simple Glazing
|
1777
|
+
"name": "U 0.69 SHGC 0.68 Simple Glazing",
|
1778
1778
|
"intended_surface_type": null,
|
1779
1779
|
"standards_construction_type": null,
|
1780
1780
|
"insulation_layer": null,
|
1781
1781
|
"skylight_framing": null,
|
1782
1782
|
"materials": [
|
1783
|
-
"
|
1783
|
+
"U 0.69 SHGC 0.68 Simple Glazing"
|
1784
1784
|
]
|
1785
1785
|
},
|
1786
1786
|
{
|
@@ -1806,63 +1806,63 @@
|
|
1806
1806
|
]
|
1807
1807
|
},
|
1808
1808
|
{
|
1809
|
-
"name": "
|
1809
|
+
"name": "U 0.72 SHGC 0.25 Simple Glazing",
|
1810
1810
|
"intended_surface_type": "ExteriorWindow",
|
1811
1811
|
"standards_construction_type": "Metal framing (all other)",
|
1812
1812
|
"insulation_layer": null,
|
1813
1813
|
"skylight_framing": null,
|
1814
1814
|
"materials": [
|
1815
|
-
"
|
1815
|
+
"U 0.72 SHGC 0.25 Simple Glazing"
|
1816
1816
|
]
|
1817
1817
|
},
|
1818
1818
|
{
|
1819
|
-
"name": "
|
1819
|
+
"name": "U 0.72 SHGC 0.36 Simple Glazing",
|
1820
1820
|
"intended_surface_type": "ExteriorWindow",
|
1821
1821
|
"standards_construction_type": "Metal framing (all other)",
|
1822
1822
|
"insulation_layer": null,
|
1823
1823
|
"skylight_framing": null,
|
1824
1824
|
"materials": [
|
1825
|
-
"
|
1825
|
+
"U 0.72 SHGC 0.36 Simple Glazing"
|
1826
1826
|
]
|
1827
1827
|
},
|
1828
1828
|
{
|
1829
|
-
"name": "
|
1829
|
+
"name": "U 0.72 SHGC 0.39 Simple Glazing",
|
1830
1830
|
"intended_surface_type": "ExteriorWindow",
|
1831
1831
|
"standards_construction_type": "Metal framing (all other)",
|
1832
1832
|
"insulation_layer": null,
|
1833
1833
|
"skylight_framing": null,
|
1834
1834
|
"materials": [
|
1835
|
-
"
|
1835
|
+
"U 0.72 SHGC 0.39 Simple Glazing"
|
1836
1836
|
]
|
1837
1837
|
},
|
1838
1838
|
{
|
1839
|
-
"name": "U 0.74 SHGC 0.55 Simple Glazing
|
1839
|
+
"name": "U 0.74 SHGC 0.55 Simple Glazing",
|
1840
1840
|
"intended_surface_type": null,
|
1841
1841
|
"standards_construction_type": null,
|
1842
1842
|
"insulation_layer": null,
|
1843
1843
|
"skylight_framing": null,
|
1844
1844
|
"materials": [
|
1845
|
-
"
|
1845
|
+
"U 0.74 SHGC 0.55 Simple Glazing"
|
1846
1846
|
]
|
1847
1847
|
},
|
1848
1848
|
{
|
1849
|
-
"name": "U 0.74 SHGC 0.65 Simple Glazing
|
1849
|
+
"name": "U 0.74 SHGC 0.65 Simple Glazing",
|
1850
1850
|
"intended_surface_type": null,
|
1851
1851
|
"standards_construction_type": null,
|
1852
1852
|
"insulation_layer": null,
|
1853
1853
|
"skylight_framing": null,
|
1854
1854
|
"materials": [
|
1855
|
-
"
|
1855
|
+
"U 0.74 SHGC 0.65 Simple Glazing"
|
1856
1856
|
]
|
1857
1857
|
},
|
1858
1858
|
{
|
1859
|
-
"name": "U 0.75 SHGC 0.35 Simple Glazing
|
1859
|
+
"name": "U 0.75 SHGC 0.35 Simple Glazing",
|
1860
1860
|
"intended_surface_type": null,
|
1861
1861
|
"standards_construction_type": null,
|
1862
1862
|
"insulation_layer": null,
|
1863
1863
|
"skylight_framing": null,
|
1864
1864
|
"materials": [
|
1865
|
-
"
|
1865
|
+
"U 0.75 SHGC 0.35 Simple Glazing"
|
1866
1866
|
]
|
1867
1867
|
},
|
1868
1868
|
{
|
@@ -1876,53 +1876,53 @@
|
|
1876
1876
|
]
|
1877
1877
|
},
|
1878
1878
|
{
|
1879
|
-
"name": "U 0.81 SHGC 0.65 Simple Glazing
|
1879
|
+
"name": "U 0.81 SHGC 0.65 Simple Glazing",
|
1880
1880
|
"intended_surface_type": null,
|
1881
1881
|
"standards_construction_type": null,
|
1882
1882
|
"insulation_layer": null,
|
1883
1883
|
"skylight_framing": null,
|
1884
1884
|
"materials": [
|
1885
|
-
"
|
1885
|
+
"U 0.81 SHGC 0.65 Simple Glazing"
|
1886
1886
|
]
|
1887
1887
|
},
|
1888
1888
|
{
|
1889
|
-
"name": "U 0.85 SHGC 0.65 Simple Glazing
|
1889
|
+
"name": "U 0.85 SHGC 0.65 Simple Glazing",
|
1890
1890
|
"intended_surface_type": null,
|
1891
1891
|
"standards_construction_type": null,
|
1892
1892
|
"insulation_layer": null,
|
1893
1893
|
"skylight_framing": null,
|
1894
1894
|
"materials": [
|
1895
|
-
"
|
1895
|
+
"U 0.85 SHGC 0.65 Simple Glazing"
|
1896
1896
|
]
|
1897
1897
|
},
|
1898
1898
|
{
|
1899
|
-
"name": "U 0.87 SHGC 0.58 Simple Glazing
|
1899
|
+
"name": "U 0.87 SHGC 0.58 Simple Glazing",
|
1900
1900
|
"intended_surface_type": null,
|
1901
1901
|
"standards_construction_type": null,
|
1902
1902
|
"insulation_layer": null,
|
1903
1903
|
"skylight_framing": null,
|
1904
1904
|
"materials": [
|
1905
|
-
"
|
1905
|
+
"U 0.87 SHGC 0.58 Simple Glazing"
|
1906
1906
|
]
|
1907
1907
|
},
|
1908
1908
|
{
|
1909
|
-
"name": "U 0.87 SHGC 0.71 Simple Glazing
|
1909
|
+
"name": "U 0.87 SHGC 0.71 Simple Glazing",
|
1910
1910
|
"intended_surface_type": null,
|
1911
1911
|
"standards_construction_type": null,
|
1912
1912
|
"insulation_layer": null,
|
1913
1913
|
"skylight_framing": null,
|
1914
1914
|
"materials": [
|
1915
|
-
"
|
1915
|
+
"U 0.87 SHGC 0.71 Simple Glazing"
|
1916
1916
|
]
|
1917
1917
|
},
|
1918
1918
|
{
|
1919
|
-
"name": "U 0.87 SHGC 0.77 Simple Glazing
|
1919
|
+
"name": "U 0.87 SHGC 0.77 Simple Glazing",
|
1920
1920
|
"intended_surface_type": null,
|
1921
1921
|
"standards_construction_type": null,
|
1922
1922
|
"insulation_layer": null,
|
1923
1923
|
"skylight_framing": null,
|
1924
1924
|
"materials": [
|
1925
|
-
"
|
1925
|
+
"U 0.87 SHGC 0.77 Simple Glazing"
|
1926
1926
|
]
|
1927
1927
|
},
|
1928
1928
|
{
|
@@ -1946,23 +1946,23 @@
|
|
1946
1946
|
]
|
1947
1947
|
},
|
1948
1948
|
{
|
1949
|
-
"name": "U 0.98 SHGC 0.19 Simple Glazing
|
1949
|
+
"name": "U 0.98 SHGC 0.19 Simple Glazing",
|
1950
1950
|
"intended_surface_type": null,
|
1951
1951
|
"standards_construction_type": null,
|
1952
1952
|
"insulation_layer": null,
|
1953
1953
|
"skylight_framing": null,
|
1954
1954
|
"materials": [
|
1955
|
-
"
|
1955
|
+
"U 0.98 SHGC 0.19 Simple Glazing"
|
1956
1956
|
]
|
1957
1957
|
},
|
1958
1958
|
{
|
1959
|
-
"name": "U 0.98 SHGC 0.36 Simple Glazing
|
1959
|
+
"name": "U 0.98 SHGC 0.36 Simple Glazing",
|
1960
1960
|
"intended_surface_type": null,
|
1961
1961
|
"standards_construction_type": null,
|
1962
1962
|
"insulation_layer": null,
|
1963
1963
|
"skylight_framing": null,
|
1964
1964
|
"materials": [
|
1965
|
-
"
|
1965
|
+
"U 0.98 SHGC 0.36 Simple Glazing"
|
1966
1966
|
]
|
1967
1967
|
},
|
1968
1968
|
{
|
@@ -1986,53 +1986,53 @@
|
|
1986
1986
|
]
|
1987
1987
|
},
|
1988
1988
|
{
|
1989
|
-
"name": "U 1.10 SHGC 0.62 Simple Glazing
|
1989
|
+
"name": "U 1.10 SHGC 0.62 Simple Glazing",
|
1990
1990
|
"intended_surface_type": null,
|
1991
1991
|
"standards_construction_type": null,
|
1992
1992
|
"insulation_layer": null,
|
1993
1993
|
"skylight_framing": null,
|
1994
1994
|
"materials": [
|
1995
|
-
"
|
1995
|
+
"U 1.10 SHGC 0.62 Simple Glazing"
|
1996
1996
|
]
|
1997
1997
|
},
|
1998
1998
|
{
|
1999
|
-
"name": "U 1.10 SHGC 0.77 Simple Glazing
|
1999
|
+
"name": "U 1.10 SHGC 0.77 Simple Glazing",
|
2000
2000
|
"intended_surface_type": null,
|
2001
2001
|
"standards_construction_type": null,
|
2002
2002
|
"insulation_layer": null,
|
2003
2003
|
"skylight_framing": null,
|
2004
2004
|
"materials": [
|
2005
|
-
"
|
2005
|
+
"U 1.10 SHGC 0.77 Simple Glazing"
|
2006
2006
|
]
|
2007
2007
|
},
|
2008
2008
|
{
|
2009
|
-
"name": "U 1.15 SHGC 0.77 Simple Glazing
|
2009
|
+
"name": "U 1.15 SHGC 0.77 Simple Glazing",
|
2010
2010
|
"intended_surface_type": null,
|
2011
2011
|
"standards_construction_type": null,
|
2012
2012
|
"insulation_layer": null,
|
2013
2013
|
"skylight_framing": null,
|
2014
2014
|
"materials": [
|
2015
|
-
"
|
2015
|
+
"U 1.15 SHGC 0.77 Simple Glazing"
|
2016
2016
|
]
|
2017
2017
|
},
|
2018
2018
|
{
|
2019
|
-
"name": "U 1.17 SHGC 0.19 Simple Glazing
|
2019
|
+
"name": "U 1.17 SHGC 0.19 Simple Glazing",
|
2020
2020
|
"intended_surface_type": null,
|
2021
2021
|
"standards_construction_type": null,
|
2022
2022
|
"insulation_layer": null,
|
2023
2023
|
"skylight_framing": null,
|
2024
2024
|
"materials": [
|
2025
|
-
"
|
2025
|
+
"U 1.17 SHGC 0.19 Simple Glazing"
|
2026
2026
|
]
|
2027
2027
|
},
|
2028
2028
|
{
|
2029
|
-
"name": "U 1.17 SHGC 0.36 Simple Glazing
|
2029
|
+
"name": "U 1.17 SHGC 0.36 Simple Glazing",
|
2030
2030
|
"intended_surface_type": null,
|
2031
2031
|
"standards_construction_type": null,
|
2032
2032
|
"insulation_layer": null,
|
2033
2033
|
"skylight_framing": null,
|
2034
2034
|
"materials": [
|
2035
|
-
"
|
2035
|
+
"U 1.17 SHGC 0.36 Simple Glazing"
|
2036
2036
|
]
|
2037
2037
|
},
|
2038
2038
|
{
|
@@ -2046,13 +2046,13 @@
|
|
2046
2046
|
]
|
2047
2047
|
},
|
2048
2048
|
{
|
2049
|
-
"name": "U 1.17 SHGC 0.39 Simple Glazing
|
2049
|
+
"name": "U 1.17 SHGC 0.39 Simple Glazing",
|
2050
2050
|
"intended_surface_type": null,
|
2051
2051
|
"standards_construction_type": null,
|
2052
2052
|
"insulation_layer": null,
|
2053
2053
|
"skylight_framing": null,
|
2054
2054
|
"materials": [
|
2055
|
-
"
|
2055
|
+
"U 1.17 SHGC 0.39 Simple Glazing"
|
2056
2056
|
]
|
2057
2057
|
},
|
2058
2058
|
{
|
@@ -2066,23 +2066,23 @@
|
|
2066
2066
|
]
|
2067
2067
|
},
|
2068
2068
|
{
|
2069
|
-
"name": "U 1.17 SHGC 0.49 Simple Glazing
|
2069
|
+
"name": "U 1.17 SHGC 0.49 Simple Glazing",
|
2070
2070
|
"intended_surface_type": null,
|
2071
2071
|
"standards_construction_type": null,
|
2072
2072
|
"insulation_layer": null,
|
2073
2073
|
"skylight_framing": null,
|
2074
2074
|
"materials": [
|
2075
|
-
"
|
2075
|
+
"U 1.17 SHGC 0.49 Simple Glazing"
|
2076
2076
|
]
|
2077
2077
|
},
|
2078
2078
|
{
|
2079
|
-
"name": "U 1.17 SHGC 0.64 Simple Glazing
|
2079
|
+
"name": "U 1.17 SHGC 0.64 Simple Glazing",
|
2080
2080
|
"intended_surface_type": null,
|
2081
2081
|
"standards_construction_type": null,
|
2082
2082
|
"insulation_layer": null,
|
2083
2083
|
"skylight_framing": null,
|
2084
2084
|
"materials": [
|
2085
|
-
"
|
2085
|
+
"U 1.17 SHGC 0.64 Simple Glazing"
|
2086
2086
|
]
|
2087
2087
|
},
|
2088
2088
|
{
|
@@ -2096,13 +2096,13 @@
|
|
2096
2096
|
]
|
2097
2097
|
},
|
2098
2098
|
{
|
2099
|
-
"name": "U 1.17 SHGC 0.68 Simple Glazing
|
2099
|
+
"name": "U 1.17 SHGC 0.68 Simple Glazing",
|
2100
2100
|
"intended_surface_type": null,
|
2101
2101
|
"standards_construction_type": null,
|
2102
2102
|
"insulation_layer": null,
|
2103
2103
|
"skylight_framing": null,
|
2104
2104
|
"materials": [
|
2105
|
-
"
|
2105
|
+
"U 1.17 SHGC 0.68 Simple Glazing"
|
2106
2106
|
]
|
2107
2107
|
},
|
2108
2108
|
{
|
@@ -2116,13 +2116,13 @@
|
|
2116
2116
|
]
|
2117
2117
|
},
|
2118
2118
|
{
|
2119
|
-
"name": "
|
2119
|
+
"name": "U 1.22 SHGC 0.25 Simple Glazing",
|
2120
2120
|
"intended_surface_type": "ExteriorWindow",
|
2121
2121
|
"standards_construction_type": "Metal framing (all other)",
|
2122
2122
|
"insulation_layer": null,
|
2123
2123
|
"skylight_framing": null,
|
2124
2124
|
"materials": [
|
2125
|
-
"
|
2125
|
+
"U 1.22 SHGC 0.25 Simple Glazing"
|
2126
2126
|
]
|
2127
2127
|
},
|
2128
2128
|
{
|
@@ -2146,13 +2146,13 @@
|
|
2146
2146
|
]
|
2147
2147
|
},
|
2148
2148
|
{
|
2149
|
-
"name": "
|
2149
|
+
"name": "U 1.22 SHGC 0.54 Simple Glazing",
|
2150
2150
|
"intended_surface_type": "ExteriorWindow",
|
2151
2151
|
"standards_construction_type": "Metal framing (all other)",
|
2152
2152
|
"insulation_layer": null,
|
2153
2153
|
"skylight_framing": null,
|
2154
2154
|
"materials": [
|
2155
|
-
"
|
2155
|
+
"U 1.22 SHGC 0.54 Simple Glazing"
|
2156
2156
|
]
|
2157
2157
|
},
|
2158
2158
|
{
|
@@ -2166,163 +2166,163 @@
|
|
2166
2166
|
]
|
2167
2167
|
},
|
2168
2168
|
{
|
2169
|
-
"name": "U 1.30 SHGC 0.27 Simple Glazing
|
2169
|
+
"name": "U 1.30 SHGC 0.27 Simple Glazing",
|
2170
2170
|
"intended_surface_type": null,
|
2171
2171
|
"standards_construction_type": null,
|
2172
2172
|
"insulation_layer": null,
|
2173
2173
|
"skylight_framing": null,
|
2174
2174
|
"materials": [
|
2175
|
-
"
|
2175
|
+
"U 1.30 SHGC 0.27 Simple Glazing"
|
2176
2176
|
]
|
2177
2177
|
},
|
2178
2178
|
{
|
2179
|
-
"name": "U 1.30 SHGC 0.34 Simple Glazing
|
2179
|
+
"name": "U 1.30 SHGC 0.34 Simple Glazing",
|
2180
2180
|
"intended_surface_type": null,
|
2181
2181
|
"standards_construction_type": null,
|
2182
2182
|
"insulation_layer": null,
|
2183
2183
|
"skylight_framing": null,
|
2184
2184
|
"materials": [
|
2185
|
-
"
|
2185
|
+
"U 1.30 SHGC 0.34 Simple Glazing"
|
2186
2186
|
]
|
2187
2187
|
},
|
2188
2188
|
{
|
2189
|
-
"name": "U 1.30 SHGC 0.62 Simple Glazing
|
2189
|
+
"name": "U 1.30 SHGC 0.62 Simple Glazing",
|
2190
2190
|
"intended_surface_type": null,
|
2191
2191
|
"standards_construction_type": null,
|
2192
2192
|
"insulation_layer": null,
|
2193
2193
|
"skylight_framing": null,
|
2194
2194
|
"materials": [
|
2195
|
-
"
|
2195
|
+
"U 1.30 SHGC 0.62 Simple Glazing"
|
2196
2196
|
]
|
2197
2197
|
},
|
2198
2198
|
{
|
2199
|
-
"name": "U 1.30 SHGC 0.65 Simple Glazing
|
2199
|
+
"name": "U 1.30 SHGC 0.65 Simple Glazing",
|
2200
2200
|
"intended_surface_type": null,
|
2201
2201
|
"standards_construction_type": null,
|
2202
2202
|
"insulation_layer": null,
|
2203
2203
|
"skylight_framing": null,
|
2204
2204
|
"materials": [
|
2205
|
-
"
|
2205
|
+
"U 1.30 SHGC 0.65 Simple Glazing"
|
2206
2206
|
]
|
2207
2207
|
},
|
2208
2208
|
{
|
2209
|
-
"name": "U 1.36 SHGC 0.19 Simple Glazing
|
2209
|
+
"name": "U 1.36 SHGC 0.19 Simple Glazing",
|
2210
2210
|
"intended_surface_type": null,
|
2211
2211
|
"standards_construction_type": null,
|
2212
2212
|
"insulation_layer": null,
|
2213
2213
|
"skylight_framing": null,
|
2214
2214
|
"materials": [
|
2215
|
-
"
|
2215
|
+
"U 1.36 SHGC 0.19 Simple Glazing"
|
2216
2216
|
]
|
2217
2217
|
},
|
2218
2218
|
{
|
2219
|
-
"name": "U 1.36 SHGC 0.36 Simple Glazing
|
2219
|
+
"name": "U 1.36 SHGC 0.36 Simple Glazing",
|
2220
2220
|
"intended_surface_type": null,
|
2221
2221
|
"standards_construction_type": null,
|
2222
2222
|
"insulation_layer": null,
|
2223
2223
|
"skylight_framing": null,
|
2224
2224
|
"materials": [
|
2225
|
-
"
|
2225
|
+
"U 1.36 SHGC 0.36 Simple Glazing"
|
2226
2226
|
]
|
2227
2227
|
},
|
2228
2228
|
{
|
2229
|
-
"name": "U 1.36 SHGC 0.39 Simple Glazing
|
2229
|
+
"name": "U 1.36 SHGC 0.39 Simple Glazing",
|
2230
2230
|
"intended_surface_type": null,
|
2231
2231
|
"standards_construction_type": null,
|
2232
2232
|
"insulation_layer": null,
|
2233
2233
|
"skylight_framing": null,
|
2234
2234
|
"materials": [
|
2235
|
-
"
|
2235
|
+
"U 1.36 SHGC 0.39 Simple Glazing"
|
2236
2236
|
]
|
2237
2237
|
},
|
2238
2238
|
{
|
2239
|
-
"name": "U 1.36 SHGC 0.61 Simple Glazing
|
2239
|
+
"name": "U 1.36 SHGC 0.61 Simple Glazing",
|
2240
2240
|
"intended_surface_type": null,
|
2241
2241
|
"standards_construction_type": null,
|
2242
2242
|
"insulation_layer": null,
|
2243
2243
|
"skylight_framing": null,
|
2244
2244
|
"materials": [
|
2245
|
-
"
|
2245
|
+
"U 1.36 SHGC 0.61 Simple Glazing"
|
2246
2246
|
]
|
2247
2247
|
},
|
2248
2248
|
{
|
2249
|
-
"name": "U 1.70 SHGC 0.36 Simple Glazing
|
2249
|
+
"name": "U 1.70 SHGC 0.36 Simple Glazing",
|
2250
2250
|
"intended_surface_type": null,
|
2251
2251
|
"standards_construction_type": null,
|
2252
2252
|
"insulation_layer": null,
|
2253
2253
|
"skylight_framing": null,
|
2254
2254
|
"materials": [
|
2255
|
-
"
|
2255
|
+
"U 1.70 SHGC 0.36 Simple Glazing"
|
2256
2256
|
]
|
2257
2257
|
},
|
2258
2258
|
{
|
2259
|
-
"name": "U 1.80 SHGC 0.36 Simple Glazing
|
2259
|
+
"name": "U 1.80 SHGC 0.36 Simple Glazing",
|
2260
2260
|
"intended_surface_type": null,
|
2261
2261
|
"standards_construction_type": null,
|
2262
2262
|
"insulation_layer": null,
|
2263
2263
|
"skylight_framing": null,
|
2264
2264
|
"materials": [
|
2265
|
-
"
|
2265
|
+
"U 1.80 SHGC 0.36 Simple Glazing"
|
2266
2266
|
]
|
2267
2267
|
},
|
2268
2268
|
{
|
2269
|
-
"name": "U 1.90 SHGC 0.27 Simple Glazing
|
2269
|
+
"name": "U 1.90 SHGC 0.27 Simple Glazing",
|
2270
2270
|
"intended_surface_type": null,
|
2271
2271
|
"standards_construction_type": null,
|
2272
2272
|
"insulation_layer": null,
|
2273
2273
|
"skylight_framing": null,
|
2274
2274
|
"materials": [
|
2275
|
-
"
|
2275
|
+
"U 1.90 SHGC 0.27 Simple Glazing"
|
2276
2276
|
]
|
2277
2277
|
},
|
2278
2278
|
{
|
2279
|
-
"name": "U 1.90 SHGC 0.34 Simple Glazing
|
2279
|
+
"name": "U 1.90 SHGC 0.34 Simple Glazing",
|
2280
2280
|
"intended_surface_type": null,
|
2281
2281
|
"standards_construction_type": null,
|
2282
2282
|
"insulation_layer": null,
|
2283
2283
|
"skylight_framing": null,
|
2284
2284
|
"materials": [
|
2285
|
-
"
|
2285
|
+
"U 1.90 SHGC 0.34 Simple Glazing"
|
2286
2286
|
]
|
2287
2287
|
},
|
2288
2288
|
{
|
2289
|
-
"name": "U 1.90 SHGC 0.39 Simple Glazing
|
2289
|
+
"name": "U 1.90 SHGC 0.39 Simple Glazing",
|
2290
2290
|
"intended_surface_type": null,
|
2291
2291
|
"standards_construction_type": null,
|
2292
2292
|
"insulation_layer": null,
|
2293
2293
|
"skylight_framing": null,
|
2294
2294
|
"materials": [
|
2295
|
-
"
|
2295
|
+
"U 1.90 SHGC 0.39 Simple Glazing"
|
2296
2296
|
]
|
2297
2297
|
},
|
2298
2298
|
{
|
2299
|
-
"name": "U 1.90 SHGC 0.65 Simple Glazing
|
2299
|
+
"name": "U 1.90 SHGC 0.65 Simple Glazing",
|
2300
2300
|
"intended_surface_type": null,
|
2301
2301
|
"standards_construction_type": null,
|
2302
2302
|
"insulation_layer": null,
|
2303
2303
|
"skylight_framing": null,
|
2304
2304
|
"materials": [
|
2305
|
-
"
|
2305
|
+
"U 1.90 SHGC 0.65 Simple Glazing"
|
2306
2306
|
]
|
2307
2307
|
},
|
2308
2308
|
{
|
2309
|
-
"name": "U 1.98 SHGC 0.16 Simple Glazing
|
2309
|
+
"name": "U 1.98 SHGC 0.16 Simple Glazing",
|
2310
2310
|
"intended_surface_type": null,
|
2311
2311
|
"standards_construction_type": null,
|
2312
2312
|
"insulation_layer": null,
|
2313
2313
|
"skylight_framing": null,
|
2314
2314
|
"materials": [
|
2315
|
-
"
|
2315
|
+
"U 1.98 SHGC 0.16 Simple Glazing"
|
2316
2316
|
]
|
2317
2317
|
},
|
2318
2318
|
{
|
2319
|
-
"name": "U 1.98 SHGC 0.19 Simple Glazing
|
2319
|
+
"name": "U 1.98 SHGC 0.19 Simple Glazing",
|
2320
2320
|
"intended_surface_type": null,
|
2321
2321
|
"standards_construction_type": null,
|
2322
2322
|
"insulation_layer": null,
|
2323
2323
|
"skylight_framing": null,
|
2324
2324
|
"materials": [
|
2325
|
-
"
|
2325
|
+
"U 1.98 SHGC 0.19 Simple Glazing"
|
2326
2326
|
]
|
2327
2327
|
},
|
2328
2328
|
{
|
@@ -2336,23 +2336,23 @@
|
|
2336
2336
|
]
|
2337
2337
|
},
|
2338
2338
|
{
|
2339
|
-
"name": "U 1.98 SHGC 0.36 Simple Glazing
|
2339
|
+
"name": "U 1.98 SHGC 0.36 Simple Glazing",
|
2340
2340
|
"intended_surface_type": null,
|
2341
2341
|
"standards_construction_type": null,
|
2342
2342
|
"insulation_layer": null,
|
2343
2343
|
"skylight_framing": null,
|
2344
2344
|
"materials": [
|
2345
|
-
"
|
2345
|
+
"U 1.98 SHGC 0.36 Simple Glazing"
|
2346
2346
|
]
|
2347
2347
|
},
|
2348
2348
|
{
|
2349
|
-
"name": "U 1.98 SHGC 0.39 Simple Glazing
|
2349
|
+
"name": "U 1.98 SHGC 0.39 Simple Glazing",
|
2350
2350
|
"intended_surface_type": null,
|
2351
2351
|
"standards_construction_type": null,
|
2352
2352
|
"insulation_layer": null,
|
2353
2353
|
"skylight_framing": null,
|
2354
2354
|
"materials": [
|
2355
|
-
"
|
2355
|
+
"U 1.98 SHGC 0.39 Simple Glazing"
|
2356
2356
|
]
|
2357
2357
|
},
|
2358
2358
|
{
|
@@ -2366,133 +2366,133 @@
|
|
2366
2366
|
]
|
2367
2367
|
},
|
2368
2368
|
{
|
2369
|
-
"name": "U 1.98 SHGC 0.61 Simple Glazing
|
2369
|
+
"name": "U 1.98 SHGC 0.61 Simple Glazing",
|
2370
2370
|
"intended_surface_type": "Skylight",
|
2371
2371
|
"standards_construction_type": "Glass with Curb",
|
2372
2372
|
"insulation_layer": null,
|
2373
2373
|
"skylight_framing": null,
|
2374
2374
|
"materials": [
|
2375
|
-
"
|
2375
|
+
"U 1.98 SHGC 0.61 Simple Glazing"
|
2376
2376
|
]
|
2377
2377
|
},
|
2378
2378
|
{
|
2379
|
-
"name": "
|
2379
|
+
"name": "U 0.47 SHGC 0.46 Simple Glazing",
|
2380
2380
|
"intended_surface_type": "ExteriorWindow",
|
2381
2381
|
"standards_construction_type": null,
|
2382
2382
|
"insulation_layer": null,
|
2383
2383
|
"skylight_framing": null,
|
2384
2384
|
"materials": [
|
2385
|
-
"
|
2385
|
+
"U 0.47 SHGC 0.46 Simple Glazing"
|
2386
2386
|
]
|
2387
2387
|
},
|
2388
2388
|
{
|
2389
|
-
"name": "
|
2389
|
+
"name": "U 0.47 SHGC 0.47 Simple Glazing",
|
2390
2390
|
"intended_surface_type": "ExteriorWindow",
|
2391
2391
|
"standards_construction_type": null,
|
2392
2392
|
"insulation_layer": null,
|
2393
2393
|
"skylight_framing": null,
|
2394
2394
|
"materials": [
|
2395
|
-
"
|
2395
|
+
"U 0.47 SHGC 0.47 Simple Glazing"
|
2396
2396
|
]
|
2397
2397
|
},
|
2398
2398
|
{
|
2399
|
-
"name": "
|
2399
|
+
"name": "U 0.47 SHGC 0.47 Simple Glazing",
|
2400
2400
|
"intended_surface_type": "ExteriorWindow",
|
2401
2401
|
"standards_construction_type": null,
|
2402
2402
|
"insulation_layer": null,
|
2403
2403
|
"skylight_framing": null,
|
2404
2404
|
"materials": [
|
2405
|
-
"
|
2405
|
+
"U 0.47 SHGC 0.47 Simple Glazing"
|
2406
2406
|
]
|
2407
2407
|
},
|
2408
2408
|
{
|
2409
|
-
"name": "
|
2409
|
+
"name": "U 0.47 SHGC 0.5 Simple Glazing",
|
2410
2410
|
"intended_surface_type": "ExteriorWindow",
|
2411
2411
|
"standards_construction_type": null,
|
2412
2412
|
"insulation_layer": null,
|
2413
2413
|
"skylight_framing": null,
|
2414
2414
|
"materials": [
|
2415
|
-
"
|
2415
|
+
"U 0.47 SHGC 0.5 Simple Glazing"
|
2416
2416
|
]
|
2417
2417
|
},
|
2418
2418
|
{
|
2419
|
-
"name": "
|
2419
|
+
"name": "U 0.47 SHGC 0.49 Simple Glazing",
|
2420
2420
|
"intended_surface_type": "ExteriorWindow",
|
2421
2421
|
"standards_construction_type": null,
|
2422
2422
|
"insulation_layer": null,
|
2423
2423
|
"skylight_framing": null,
|
2424
2424
|
"materials": [
|
2425
|
-
"
|
2425
|
+
"U 0.47 SHGC 0.49 Simple Glazing"
|
2426
2426
|
]
|
2427
2427
|
},
|
2428
2428
|
{
|
2429
|
-
"name": "
|
2429
|
+
"name": "U 0.77 SHGC 0.5 Simple Glazing",
|
2430
2430
|
"intended_surface_type": "ExteriorWindow",
|
2431
2431
|
"standards_construction_type": null,
|
2432
2432
|
"insulation_layer": null,
|
2433
2433
|
"skylight_framing": null,
|
2434
2434
|
"materials": [
|
2435
|
-
"
|
2435
|
+
"U 0.77 SHGC 0.5 Simple Glazing"
|
2436
2436
|
]
|
2437
2437
|
},
|
2438
2438
|
{
|
2439
|
-
"name": "
|
2439
|
+
"name": "U 0.77 SHGC 0.61 Simple Glazing",
|
2440
2440
|
"intended_surface_type": "ExteriorWindow",
|
2441
2441
|
"standards_construction_type": null,
|
2442
2442
|
"insulation_layer": null,
|
2443
2443
|
"skylight_framing": null,
|
2444
2444
|
"materials": [
|
2445
|
-
"
|
2445
|
+
"U 0.77 SHGC 0.61 Simple Glazing"
|
2446
2446
|
]
|
2447
2447
|
},
|
2448
2448
|
{
|
2449
|
-
"name": "
|
2449
|
+
"name": "U 0.77 SHGC 0.62 Simple Glazing",
|
2450
2450
|
"intended_surface_type": "ExteriorWindow",
|
2451
2451
|
"standards_construction_type": null,
|
2452
2452
|
"insulation_layer": null,
|
2453
2453
|
"skylight_framing": null,
|
2454
2454
|
"materials": [
|
2455
|
-
"
|
2455
|
+
"U 0.77 SHGC 0.62 Simple Glazing"
|
2456
2456
|
]
|
2457
2457
|
},
|
2458
2458
|
{
|
2459
|
-
"name": "
|
2459
|
+
"name": "U 0.77 SHGC 0.77 Simple Glazing",
|
2460
2460
|
"intended_surface_type": "ExteriorWindow",
|
2461
2461
|
"standards_construction_type": null,
|
2462
2462
|
"insulation_layer": null,
|
2463
2463
|
"skylight_framing": null,
|
2464
2464
|
"materials": [
|
2465
|
-
"
|
2465
|
+
"U 0.77 SHGC 0.77 Simple Glazing"
|
2466
2466
|
]
|
2467
2467
|
},
|
2468
2468
|
{
|
2469
|
-
"name": "
|
2469
|
+
"name": "U 1.23 SHGC 0.5 Simple Glazing",
|
2470
2470
|
"intended_surface_type": "ExteriorWindow",
|
2471
2471
|
"standards_construction_type": null,
|
2472
2472
|
"insulation_layer": null,
|
2473
2473
|
"skylight_framing": null,
|
2474
2474
|
"materials": [
|
2475
|
-
"
|
2475
|
+
"U 1.23 SHGC 0.5 Simple Glazing"
|
2476
2476
|
]
|
2477
2477
|
},
|
2478
2478
|
{
|
2479
|
-
"name": "
|
2479
|
+
"name": "U 1.23 SHGC 0.82 Simple Glazing",
|
2480
2480
|
"intended_surface_type": "ExteriorWindow",
|
2481
2481
|
"standards_construction_type": null,
|
2482
2482
|
"insulation_layer": null,
|
2483
2483
|
"skylight_framing": null,
|
2484
2484
|
"materials": [
|
2485
|
-
"
|
2485
|
+
"U 1.23 SHGC 0.82 Simple Glazing"
|
2486
2486
|
]
|
2487
2487
|
},
|
2488
2488
|
{
|
2489
|
-
"name": "
|
2489
|
+
"name": "U 1.23 SHGC 0.82 Simple Glazing",
|
2490
2490
|
"intended_surface_type": "ExteriorWindow",
|
2491
2491
|
"standards_construction_type": null,
|
2492
2492
|
"insulation_layer": null,
|
2493
2493
|
"skylight_framing": null,
|
2494
2494
|
"materials": [
|
2495
|
-
"
|
2495
|
+
"U 1.23 SHGC 0.82 Simple Glazing"
|
2496
2496
|
]
|
2497
2497
|
},
|
2498
2498
|
{
|