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
@@ -347,7 +347,7 @@
|
|
347
347
|
"intended_surface_type": "ExteriorWindow",
|
348
348
|
"standards_construction_type": "Metal framing (all other)",
|
349
349
|
"building_category": "Nonresidential",
|
350
|
-
"construction": "
|
350
|
+
"construction": "U 0.62 SHGC 0.20 Simple Glazing",
|
351
351
|
"orientation": null,
|
352
352
|
"minimum_percent_of_surface": null,
|
353
353
|
"maximum_percent_of_surface": null,
|
@@ -367,7 +367,7 @@
|
|
367
367
|
"intended_surface_type": "ExteriorWindow",
|
368
368
|
"standards_construction_type": "Metal framing (all other)",
|
369
369
|
"building_category": "Residential",
|
370
|
-
"construction": "
|
370
|
+
"construction": "U 0.62 SHGC 0.20 Simple Glazing",
|
371
371
|
"orientation": null,
|
372
372
|
"minimum_percent_of_surface": null,
|
373
373
|
"maximum_percent_of_surface": null,
|
@@ -387,7 +387,7 @@
|
|
387
387
|
"intended_surface_type": "ExteriorWindow",
|
388
388
|
"standards_construction_type": "Metal framing (curtainwall/storefront)",
|
389
389
|
"building_category": "Nonresidential",
|
390
|
-
"construction": "
|
390
|
+
"construction": "U 0.50 SHGC 0.22 Simple Glazing",
|
391
391
|
"orientation": null,
|
392
392
|
"minimum_percent_of_surface": null,
|
393
393
|
"maximum_percent_of_surface": null,
|
@@ -407,7 +407,7 @@
|
|
407
407
|
"intended_surface_type": "ExteriorWindow",
|
408
408
|
"standards_construction_type": "Metal framing (curtainwall/storefront)",
|
409
409
|
"building_category": "Residential",
|
410
|
-
"construction": "
|
410
|
+
"construction": "U 0.50 SHGC 0.22 Simple Glazing",
|
411
411
|
"orientation": null,
|
412
412
|
"minimum_percent_of_surface": null,
|
413
413
|
"maximum_percent_of_surface": null,
|
@@ -827,7 +827,7 @@
|
|
827
827
|
"intended_surface_type": "ExteriorWindow",
|
828
828
|
"standards_construction_type": "Metal framing (all other)",
|
829
829
|
"building_category": "Nonresidential",
|
830
|
-
"construction": "
|
830
|
+
"construction": "U 0.62 SHGC 0.21 Simple Glazing",
|
831
831
|
"orientation": null,
|
832
832
|
"minimum_percent_of_surface": null,
|
833
833
|
"maximum_percent_of_surface": null,
|
@@ -847,7 +847,7 @@
|
|
847
847
|
"intended_surface_type": "ExteriorWindow",
|
848
848
|
"standards_construction_type": "Metal framing (all other)",
|
849
849
|
"building_category": "Residential",
|
850
|
-
"construction": "
|
850
|
+
"construction": "U 0.62 SHGC 0.21 Simple Glazing",
|
851
851
|
"orientation": null,
|
852
852
|
"minimum_percent_of_surface": null,
|
853
853
|
"maximum_percent_of_surface": null,
|
@@ -867,7 +867,7 @@
|
|
867
867
|
"intended_surface_type": "ExteriorWindow",
|
868
868
|
"standards_construction_type": "Metal framing (curtainwall/storefront)",
|
869
869
|
"building_category": "Nonresidential",
|
870
|
-
"construction": "
|
870
|
+
"construction": "U 0.50 SHGC 0.23 Simple Glazing",
|
871
871
|
"orientation": null,
|
872
872
|
"minimum_percent_of_surface": null,
|
873
873
|
"maximum_percent_of_surface": null,
|
@@ -887,7 +887,7 @@
|
|
887
887
|
"intended_surface_type": "ExteriorWindow",
|
888
888
|
"standards_construction_type": "Metal framing (curtainwall/storefront)",
|
889
889
|
"building_category": "Residential",
|
890
|
-
"construction": "
|
890
|
+
"construction": "U 0.50 SHGC 0.23 Simple Glazing",
|
891
891
|
"orientation": null,
|
892
892
|
"minimum_percent_of_surface": null,
|
893
893
|
"maximum_percent_of_surface": null,
|
@@ -1307,7 +1307,7 @@
|
|
1307
1307
|
"intended_surface_type": "ExteriorWindow",
|
1308
1308
|
"standards_construction_type": "Metal framing (all other)",
|
1309
1309
|
"building_category": "Nonresidential",
|
1310
|
-
"construction": "
|
1310
|
+
"construction": "U 0.60 SHGC 0.23 Simple Glazing",
|
1311
1311
|
"orientation": null,
|
1312
1312
|
"minimum_percent_of_surface": null,
|
1313
1313
|
"maximum_percent_of_surface": null,
|
@@ -1327,7 +1327,7 @@
|
|
1327
1327
|
"intended_surface_type": "ExteriorWindow",
|
1328
1328
|
"standards_construction_type": "Metal framing (all other)",
|
1329
1329
|
"building_category": "Residential",
|
1330
|
-
"construction": "
|
1330
|
+
"construction": "U 0.60 SHGC 0.23 Simple Glazing",
|
1331
1331
|
"orientation": null,
|
1332
1332
|
"minimum_percent_of_surface": null,
|
1333
1333
|
"maximum_percent_of_surface": null,
|
@@ -1347,7 +1347,7 @@
|
|
1347
1347
|
"intended_surface_type": "ExteriorWindow",
|
1348
1348
|
"standards_construction_type": "Metal framing (curtainwall/storefront)",
|
1349
1349
|
"building_category": "Nonresidential",
|
1350
|
-
"construction": "
|
1350
|
+
"construction": "U 0.45 SHGC 0.25 Simple Glazing",
|
1351
1351
|
"orientation": null,
|
1352
1352
|
"minimum_percent_of_surface": null,
|
1353
1353
|
"maximum_percent_of_surface": null,
|
@@ -1367,7 +1367,7 @@
|
|
1367
1367
|
"intended_surface_type": "ExteriorWindow",
|
1368
1368
|
"standards_construction_type": "Metal framing (curtainwall/storefront)",
|
1369
1369
|
"building_category": "Residential",
|
1370
|
-
"construction": "
|
1370
|
+
"construction": "U 0.45 SHGC 0.25 Simple Glazing",
|
1371
1371
|
"orientation": null,
|
1372
1372
|
"minimum_percent_of_surface": null,
|
1373
1373
|
"maximum_percent_of_surface": null,
|
@@ -1787,7 +1787,7 @@
|
|
1787
1787
|
"intended_surface_type": "ExteriorWindow",
|
1788
1788
|
"standards_construction_type": "Metal framing (all other)",
|
1789
1789
|
"building_category": "Nonresidential",
|
1790
|
-
"construction": "
|
1790
|
+
"construction": "U 0.54 SHGC 0.23 Simple Glazing",
|
1791
1791
|
"orientation": null,
|
1792
1792
|
"minimum_percent_of_surface": null,
|
1793
1793
|
"maximum_percent_of_surface": null,
|
@@ -1807,7 +1807,7 @@
|
|
1807
1807
|
"intended_surface_type": "ExteriorWindow",
|
1808
1808
|
"standards_construction_type": "Metal framing (all other)",
|
1809
1809
|
"building_category": "Residential",
|
1810
|
-
"construction": "
|
1810
|
+
"construction": "U 0.54 SHGC 0.23 Simple Glazing",
|
1811
1811
|
"orientation": null,
|
1812
1812
|
"minimum_percent_of_surface": null,
|
1813
1813
|
"maximum_percent_of_surface": null,
|
@@ -1827,7 +1827,7 @@
|
|
1827
1827
|
"intended_surface_type": "ExteriorWindow",
|
1828
1828
|
"standards_construction_type": "Metal framing (curtainwall/storefront)",
|
1829
1829
|
"building_category": "Nonresidential",
|
1830
|
-
"construction": "
|
1830
|
+
"construction": "U 0.42 SHGC 0.25 Simple Glazing",
|
1831
1831
|
"orientation": null,
|
1832
1832
|
"minimum_percent_of_surface": null,
|
1833
1833
|
"maximum_percent_of_surface": null,
|
@@ -1847,7 +1847,7 @@
|
|
1847
1847
|
"intended_surface_type": "ExteriorWindow",
|
1848
1848
|
"standards_construction_type": "Metal framing (curtainwall/storefront)",
|
1849
1849
|
"building_category": "Residential",
|
1850
|
-
"construction": "
|
1850
|
+
"construction": "U 0.42 SHGC 0.25 Simple Glazing",
|
1851
1851
|
"orientation": null,
|
1852
1852
|
"minimum_percent_of_surface": null,
|
1853
1853
|
"maximum_percent_of_surface": null,
|
@@ -2267,7 +2267,7 @@
|
|
2267
2267
|
"intended_surface_type": "ExteriorWindow",
|
2268
2268
|
"standards_construction_type": "Metal framing (all other)",
|
2269
2269
|
"building_category": "Nonresidential",
|
2270
|
-
"construction": "
|
2270
|
+
"construction": "U 0.45 SHGC 0.33 Simple Glazing",
|
2271
2271
|
"orientation": null,
|
2272
2272
|
"minimum_percent_of_surface": null,
|
2273
2273
|
"maximum_percent_of_surface": null,
|
@@ -2287,7 +2287,7 @@
|
|
2287
2287
|
"intended_surface_type": "ExteriorWindow",
|
2288
2288
|
"standards_construction_type": "Metal framing (all other)",
|
2289
2289
|
"building_category": "Residential",
|
2290
|
-
"construction": "
|
2290
|
+
"construction": "U 0.45 SHGC 0.33 Simple Glazing",
|
2291
2291
|
"orientation": null,
|
2292
2292
|
"minimum_percent_of_surface": null,
|
2293
2293
|
"maximum_percent_of_surface": null,
|
@@ -2307,7 +2307,7 @@
|
|
2307
2307
|
"intended_surface_type": "ExteriorWindow",
|
2308
2308
|
"standards_construction_type": "Metal framing (curtainwall/storefront)",
|
2309
2309
|
"building_category": "Nonresidential",
|
2310
|
-
"construction": "
|
2310
|
+
"construction": "U 0.36 SHGC 0.36 Simple Glazing",
|
2311
2311
|
"orientation": null,
|
2312
2312
|
"minimum_percent_of_surface": null,
|
2313
2313
|
"maximum_percent_of_surface": null,
|
@@ -2327,7 +2327,7 @@
|
|
2327
2327
|
"intended_surface_type": "ExteriorWindow",
|
2328
2328
|
"standards_construction_type": "Metal framing (curtainwall/storefront)",
|
2329
2329
|
"building_category": "Residential",
|
2330
|
-
"construction": "
|
2330
|
+
"construction": "U 0.36 SHGC 0.36 Simple Glazing",
|
2331
2331
|
"orientation": null,
|
2332
2332
|
"minimum_percent_of_surface": null,
|
2333
2333
|
"maximum_percent_of_surface": null,
|
@@ -3187,7 +3187,7 @@
|
|
3187
3187
|
"intended_surface_type": "ExteriorWindow",
|
3188
3188
|
"standards_construction_type": "Metal framing (all other)",
|
3189
3189
|
"building_category": "Nonresidential",
|
3190
|
-
"construction": "
|
3190
|
+
"construction": "U 0.45 SHGC 0.33 Simple Glazing",
|
3191
3191
|
"orientation": null,
|
3192
3192
|
"minimum_percent_of_surface": null,
|
3193
3193
|
"maximum_percent_of_surface": null,
|
@@ -3207,7 +3207,7 @@
|
|
3207
3207
|
"intended_surface_type": "ExteriorWindow",
|
3208
3208
|
"standards_construction_type": "Metal framing (all other)",
|
3209
3209
|
"building_category": "Residential",
|
3210
|
-
"construction": "
|
3210
|
+
"construction": "U 0.45 SHGC 0.33 Simple Glazing",
|
3211
3211
|
"orientation": null,
|
3212
3212
|
"minimum_percent_of_surface": null,
|
3213
3213
|
"maximum_percent_of_surface": null,
|
@@ -3247,7 +3247,7 @@
|
|
3247
3247
|
"intended_surface_type": "ExteriorWindow",
|
3248
3248
|
"standards_construction_type": "Metal framing (curtainwall/storefront)",
|
3249
3249
|
"building_category": "Nonresidential",
|
3250
|
-
"construction": "
|
3250
|
+
"construction": "U 0.36 SHGC 0.38 Simple Glazing",
|
3251
3251
|
"orientation": null,
|
3252
3252
|
"minimum_percent_of_surface": null,
|
3253
3253
|
"maximum_percent_of_surface": null,
|
@@ -3267,7 +3267,7 @@
|
|
3267
3267
|
"intended_surface_type": "ExteriorWindow",
|
3268
3268
|
"standards_construction_type": "Metal framing (curtainwall/storefront)",
|
3269
3269
|
"building_category": "Residential",
|
3270
|
-
"construction": "
|
3270
|
+
"construction": "U 0.36 SHGC 0.38 Simple Glazing",
|
3271
3271
|
"orientation": null,
|
3272
3272
|
"minimum_percent_of_surface": null,
|
3273
3273
|
"maximum_percent_of_surface": null,
|
@@ -4147,7 +4147,7 @@
|
|
4147
4147
|
"intended_surface_type": "ExteriorWindow",
|
4148
4148
|
"standards_construction_type": "Metal framing (all other)",
|
4149
4149
|
"building_category": "Nonresidential",
|
4150
|
-
"construction": "
|
4150
|
+
"construction": "U 0.42 SHGC 0.34 Simple Glazing",
|
4151
4151
|
"orientation": null,
|
4152
4152
|
"minimum_percent_of_surface": null,
|
4153
4153
|
"maximum_percent_of_surface": null,
|
@@ -4167,7 +4167,7 @@
|
|
4167
4167
|
"intended_surface_type": "ExteriorWindow",
|
4168
4168
|
"standards_construction_type": "Metal framing (all other)",
|
4169
4169
|
"building_category": "Residential",
|
4170
|
-
"construction": "
|
4170
|
+
"construction": "U 0.42 SHGC 0.34 Simple Glazing",
|
4171
4171
|
"orientation": null,
|
4172
4172
|
"minimum_percent_of_surface": null,
|
4173
4173
|
"maximum_percent_of_surface": null,
|
@@ -4187,7 +4187,7 @@
|
|
4187
4187
|
"intended_surface_type": "ExteriorWindow",
|
4188
4188
|
"standards_construction_type": "Metal framing (curtainwall/storefront)",
|
4189
4189
|
"building_category": "Nonresidential",
|
4190
|
-
"construction": "
|
4190
|
+
"construction": "U 0.34 SHGC 0.38 Simple Glazing",
|
4191
4191
|
"orientation": null,
|
4192
4192
|
"minimum_percent_of_surface": null,
|
4193
4193
|
"maximum_percent_of_surface": null,
|
@@ -4207,7 +4207,7 @@
|
|
4207
4207
|
"intended_surface_type": "ExteriorWindow",
|
4208
4208
|
"standards_construction_type": "Metal framing (curtainwall/storefront)",
|
4209
4209
|
"building_category": "Residential",
|
4210
|
-
"construction": "
|
4210
|
+
"construction": "U 0.34 SHGC 0.38 Simple Glazing",
|
4211
4211
|
"orientation": null,
|
4212
4212
|
"minimum_percent_of_surface": null,
|
4213
4213
|
"maximum_percent_of_surface": null,
|
@@ -4627,7 +4627,7 @@
|
|
4627
4627
|
"intended_surface_type": "ExteriorWindow",
|
4628
4628
|
"standards_construction_type": "Metal framing (all other)",
|
4629
4629
|
"building_category": "Nonresidential",
|
4630
|
-
"construction": "
|
4630
|
+
"construction": "U 0.36 SHGC 0.36 Simple Glazing",
|
4631
4631
|
"orientation": null,
|
4632
4632
|
"minimum_percent_of_surface": null,
|
4633
4633
|
"maximum_percent_of_surface": null,
|
@@ -4647,7 +4647,7 @@
|
|
4647
4647
|
"intended_surface_type": "ExteriorWindow",
|
4648
4648
|
"standards_construction_type": "Metal framing (all other)",
|
4649
4649
|
"building_category": "Residential",
|
4650
|
-
"construction": "
|
4650
|
+
"construction": "U 0.36 SHGC 0.36 Simple Glazing",
|
4651
4651
|
"orientation": null,
|
4652
4652
|
"minimum_percent_of_surface": null,
|
4653
4653
|
"maximum_percent_of_surface": null,
|
@@ -4667,7 +4667,7 @@
|
|
4667
4667
|
"intended_surface_type": "ExteriorWindow",
|
4668
4668
|
"standards_construction_type": "Metal framing (curtainwall/storefront)",
|
4669
4669
|
"building_category": "Nonresidential",
|
4670
|
-
"construction": "
|
4670
|
+
"construction": "U 0.29 SHGC 0.40 Simple Glazing",
|
4671
4671
|
"orientation": null,
|
4672
4672
|
"minimum_percent_of_surface": null,
|
4673
4673
|
"maximum_percent_of_surface": null,
|
@@ -4687,7 +4687,7 @@
|
|
4687
4687
|
"intended_surface_type": "ExteriorWindow",
|
4688
4688
|
"standards_construction_type": "Metal framing (curtainwall/storefront)",
|
4689
4689
|
"building_category": "Residential",
|
4690
|
-
"construction": "
|
4690
|
+
"construction": "U 0.29 SHGC 0.40 Simple Glazing",
|
4691
4691
|
"orientation": null,
|
4692
4692
|
"minimum_percent_of_surface": null,
|
4693
4693
|
"maximum_percent_of_surface": null,
|
@@ -5107,7 +5107,7 @@
|
|
5107
5107
|
"intended_surface_type": "ExteriorWindow",
|
5108
5108
|
"standards_construction_type": "Metal framing (all other)",
|
5109
5109
|
"building_category": "Nonresidential",
|
5110
|
-
"construction": "
|
5110
|
+
"construction": "U 0.32 SHGC 0.36 Simple Glazing",
|
5111
5111
|
"orientation": null,
|
5112
5112
|
"minimum_percent_of_surface": null,
|
5113
5113
|
"maximum_percent_of_surface": null,
|
@@ -5127,7 +5127,7 @@
|
|
5127
5127
|
"intended_surface_type": "ExteriorWindow",
|
5128
5128
|
"standards_construction_type": "Metal framing (all other)",
|
5129
5129
|
"building_category": "Residential",
|
5130
|
-
"construction": "
|
5130
|
+
"construction": "U 0.32 SHGC 0.36 Simple Glazing",
|
5131
5131
|
"orientation": null,
|
5132
5132
|
"minimum_percent_of_surface": null,
|
5133
5133
|
"maximum_percent_of_surface": null,
|
@@ -5147,7 +5147,7 @@
|
|
5147
5147
|
"intended_surface_type": "ExteriorWindow",
|
5148
5148
|
"standards_construction_type": "Metal framing (curtainwall/storefront)",
|
5149
5149
|
"building_category": "Nonresidential",
|
5150
|
-
"construction": "
|
5150
|
+
"construction": "U 0.26 SHGC 0.40 Simple Glazing",
|
5151
5151
|
"orientation": null,
|
5152
5152
|
"minimum_percent_of_surface": null,
|
5153
5153
|
"maximum_percent_of_surface": null,
|
@@ -5167,7 +5167,7 @@
|
|
5167
5167
|
"intended_surface_type": "ExteriorWindow",
|
5168
5168
|
"standards_construction_type": "Metal framing (curtainwall/storefront)",
|
5169
5169
|
"building_category": "Residential",
|
5170
|
-
"construction": "
|
5170
|
+
"construction": "U 0.26 SHGC 0.40 Simple Glazing",
|
5171
5171
|
"orientation": null,
|
5172
5172
|
"minimum_percent_of_surface": null,
|
5173
5173
|
"maximum_percent_of_surface": null,
|
@@ -307,7 +307,7 @@
|
|
307
307
|
"intended_surface_type": "ExteriorWindow",
|
308
308
|
"standards_construction_type": "Metal framing (all other)",
|
309
309
|
"building_category": "Nonresidential",
|
310
|
-
"construction": "
|
310
|
+
"construction": "U 0.48 SHGC 0.19 Simple Glazing",
|
311
311
|
"orientation": null,
|
312
312
|
"minimum_percent_of_surface": null,
|
313
313
|
"maximum_percent_of_surface": null,
|
@@ -327,7 +327,7 @@
|
|
327
327
|
"intended_surface_type": "ExteriorWindow",
|
328
328
|
"standards_construction_type": "Metal framing (all other)",
|
329
329
|
"building_category": "Residential",
|
330
|
-
"construction": "
|
330
|
+
"construction": "U 0.48 SHGC 0.20 Simple Glazing",
|
331
331
|
"orientation": null,
|
332
332
|
"minimum_percent_of_surface": null,
|
333
333
|
"maximum_percent_of_surface": null,
|
@@ -347,7 +347,7 @@
|
|
347
347
|
"intended_surface_type": "ExteriorWindow",
|
348
348
|
"standards_construction_type": "Metal framing (curtainwall/storefront)",
|
349
349
|
"building_category": "Nonresidential",
|
350
|
-
"construction": "
|
350
|
+
"construction": "U 0.48 SHGC 0.21 Simple Glazing",
|
351
351
|
"orientation": null,
|
352
352
|
"minimum_percent_of_surface": null,
|
353
353
|
"maximum_percent_of_surface": null,
|
@@ -367,7 +367,7 @@
|
|
367
367
|
"intended_surface_type": "ExteriorWindow",
|
368
368
|
"standards_construction_type": "Metal framing (curtainwall/storefront)",
|
369
369
|
"building_category": "Residential",
|
370
|
-
"construction": "
|
370
|
+
"construction": "U 0.48 SHGC 0.22 Simple Glazing",
|
371
371
|
"orientation": null,
|
372
372
|
"minimum_percent_of_surface": null,
|
373
373
|
"maximum_percent_of_surface": null,
|
@@ -747,7 +747,7 @@
|
|
747
747
|
"intended_surface_type": "ExteriorWindow",
|
748
748
|
"standards_construction_type": "Metal framing (all other)",
|
749
749
|
"building_category": "Nonresidential",
|
750
|
-
"construction": "
|
750
|
+
"construction": "U 0.48 SHGC 0.20 Simple Glazing",
|
751
751
|
"orientation": null,
|
752
752
|
"minimum_percent_of_surface": null,
|
753
753
|
"maximum_percent_of_surface": null,
|
@@ -767,7 +767,7 @@
|
|
767
767
|
"intended_surface_type": "ExteriorWindow",
|
768
768
|
"standards_construction_type": "Metal framing (all other)",
|
769
769
|
"building_category": "Residential",
|
770
|
-
"construction": "
|
770
|
+
"construction": "U 0.48 SHGC 0.20 Simple Glazing",
|
771
771
|
"orientation": null,
|
772
772
|
"minimum_percent_of_surface": null,
|
773
773
|
"maximum_percent_of_surface": null,
|
@@ -787,7 +787,7 @@
|
|
787
787
|
"intended_surface_type": "ExteriorWindow",
|
788
788
|
"standards_construction_type": "Metal framing (curtainwall/storefront)",
|
789
789
|
"building_category": "Nonresidential",
|
790
|
-
"construction": "
|
790
|
+
"construction": "U 0.48 SHGC 0.22 Simple Glazing",
|
791
791
|
"orientation": null,
|
792
792
|
"minimum_percent_of_surface": null,
|
793
793
|
"maximum_percent_of_surface": null,
|
@@ -807,7 +807,7 @@
|
|
807
807
|
"intended_surface_type": "ExteriorWindow",
|
808
808
|
"standards_construction_type": "Metal framing (curtainwall/storefront)",
|
809
809
|
"building_category": "Residential",
|
810
|
-
"construction": "
|
810
|
+
"construction": "U 0.48 SHGC 0.22 Simple Glazing",
|
811
811
|
"orientation": null,
|
812
812
|
"minimum_percent_of_surface": null,
|
813
813
|
"maximum_percent_of_surface": null,
|
@@ -1187,7 +1187,7 @@
|
|
1187
1187
|
"intended_surface_type": "ExteriorWindow",
|
1188
1188
|
"standards_construction_type": "Metal framing (all other)",
|
1189
1189
|
"building_category": "Nonresidential",
|
1190
|
-
"construction": "
|
1190
|
+
"construction": "U 0.35 SHGC 0.22 Simple Glazing",
|
1191
1191
|
"orientation": null,
|
1192
1192
|
"minimum_percent_of_surface": null,
|
1193
1193
|
"maximum_percent_of_surface": null,
|
@@ -1207,7 +1207,7 @@
|
|
1207
1207
|
"intended_surface_type": "ExteriorWindow",
|
1208
1208
|
"standards_construction_type": "Metal framing (all other)",
|
1209
1209
|
"building_category": "Residential",
|
1210
|
-
"construction": "
|
1210
|
+
"construction": "U 0.35 SHGC 0.22 Simple Glazing",
|
1211
1211
|
"orientation": null,
|
1212
1212
|
"minimum_percent_of_surface": null,
|
1213
1213
|
"maximum_percent_of_surface": null,
|
@@ -1227,7 +1227,7 @@
|
|
1227
1227
|
"intended_surface_type": "ExteriorWindow",
|
1228
1228
|
"standards_construction_type": "Metal framing (curtainwall/storefront)",
|
1229
1229
|
"building_category": "Nonresidential",
|
1230
|
-
"construction": "
|
1230
|
+
"construction": "U 0.35 SHGC 0.24 Simple Glazing",
|
1231
1231
|
"orientation": null,
|
1232
1232
|
"minimum_percent_of_surface": null,
|
1233
1233
|
"maximum_percent_of_surface": null,
|
@@ -1247,7 +1247,7 @@
|
|
1247
1247
|
"intended_surface_type": "ExteriorWindow",
|
1248
1248
|
"standards_construction_type": "Metal framing (curtainwall/storefront)",
|
1249
1249
|
"building_category": "Residential",
|
1250
|
-
"construction": "
|
1250
|
+
"construction": "U 0.35 SHGC 0.24 Simple Glazing",
|
1251
1251
|
"orientation": null,
|
1252
1252
|
"minimum_percent_of_surface": null,
|
1253
1253
|
"maximum_percent_of_surface": null,
|
@@ -1627,7 +1627,7 @@
|
|
1627
1627
|
"intended_surface_type": "ExteriorWindow",
|
1628
1628
|
"standards_construction_type": "Metal framing (all other)",
|
1629
1629
|
"building_category": "Nonresidential",
|
1630
|
-
"construction": "
|
1630
|
+
"construction": "U 0.25 SHGC 0.22 Simple Glazing",
|
1631
1631
|
"orientation": null,
|
1632
1632
|
"minimum_percent_of_surface": null,
|
1633
1633
|
"maximum_percent_of_surface": null,
|
@@ -1647,7 +1647,7 @@
|
|
1647
1647
|
"intended_surface_type": "ExteriorWindow",
|
1648
1648
|
"standards_construction_type": "Metal framing (all other)",
|
1649
1649
|
"building_category": "Residential",
|
1650
|
-
"construction": "
|
1650
|
+
"construction": "U 0.25 SHGC 0.22 Simple Glazing",
|
1651
1651
|
"orientation": null,
|
1652
1652
|
"minimum_percent_of_surface": null,
|
1653
1653
|
"maximum_percent_of_surface": null,
|
@@ -1667,7 +1667,7 @@
|
|
1667
1667
|
"intended_surface_type": "ExteriorWindow",
|
1668
1668
|
"standards_construction_type": "Metal framing (curtainwall/storefront)",
|
1669
1669
|
"building_category": "Nonresidential",
|
1670
|
-
"construction": "
|
1670
|
+
"construction": "U 0.25 SHGC 0.24 Simple Glazing",
|
1671
1671
|
"orientation": null,
|
1672
1672
|
"minimum_percent_of_surface": null,
|
1673
1673
|
"maximum_percent_of_surface": null,
|
@@ -1687,7 +1687,7 @@
|
|
1687
1687
|
"intended_surface_type": "ExteriorWindow",
|
1688
1688
|
"standards_construction_type": "Metal framing (curtainwall/storefront)",
|
1689
1689
|
"building_category": "Residential",
|
1690
|
-
"construction": "
|
1690
|
+
"construction": "U 0.25 SHGC 0.24 Simple Glazing",
|
1691
1691
|
"orientation": null,
|
1692
1692
|
"minimum_percent_of_surface": null,
|
1693
1693
|
"maximum_percent_of_surface": null,
|
@@ -2067,7 +2067,7 @@
|
|
2067
2067
|
"intended_surface_type": "ExteriorWindow",
|
2068
2068
|
"standards_construction_type": "Metal framing (all other)",
|
2069
2069
|
"building_category": "Nonresidential",
|
2070
|
-
"construction": "
|
2070
|
+
"construction": "U 0.23 SHGC 0.31 Simple Glazing",
|
2071
2071
|
"orientation": null,
|
2072
2072
|
"minimum_percent_of_surface": null,
|
2073
2073
|
"maximum_percent_of_surface": null,
|
@@ -2087,7 +2087,7 @@
|
|
2087
2087
|
"intended_surface_type": "ExteriorWindow",
|
2088
2088
|
"standards_construction_type": "Metal framing (all other)",
|
2089
2089
|
"building_category": "Residential",
|
2090
|
-
"construction": "
|
2090
|
+
"construction": "U 0.23 SHGC 0.31 Simple Glazing",
|
2091
2091
|
"orientation": null,
|
2092
2092
|
"minimum_percent_of_surface": null,
|
2093
2093
|
"maximum_percent_of_surface": null,
|
@@ -2107,7 +2107,7 @@
|
|
2107
2107
|
"intended_surface_type": "ExteriorWindow",
|
2108
2108
|
"standards_construction_type": "Metal framing (curtainwall/storefront)",
|
2109
2109
|
"building_category": "Nonresidential",
|
2110
|
-
"construction": "
|
2110
|
+
"construction": "U 0.23 SHGC 0.34 Simple Glazing",
|
2111
2111
|
"orientation": null,
|
2112
2112
|
"minimum_percent_of_surface": null,
|
2113
2113
|
"maximum_percent_of_surface": null,
|
@@ -2127,7 +2127,7 @@
|
|
2127
2127
|
"intended_surface_type": "ExteriorWindow",
|
2128
2128
|
"standards_construction_type": "Metal framing (curtainwall/storefront)",
|
2129
2129
|
"building_category": "Residential",
|
2130
|
-
"construction": "
|
2130
|
+
"construction": "U 0.23 SHGC 0.34 Simple Glazing",
|
2131
2131
|
"orientation": null,
|
2132
2132
|
"minimum_percent_of_surface": null,
|
2133
2133
|
"maximum_percent_of_surface": null,
|
@@ -2687,7 +2687,7 @@
|
|
2687
2687
|
"intended_surface_type": "ExteriorWindow",
|
2688
2688
|
"standards_construction_type": "Metal framing (all other)",
|
2689
2689
|
"building_category": "Nonresidential",
|
2690
|
-
"construction": "
|
2690
|
+
"construction": "U 0.17 SHGC 0.31 Simple Glazing",
|
2691
2691
|
"orientation": null,
|
2692
2692
|
"minimum_percent_of_surface": null,
|
2693
2693
|
"maximum_percent_of_surface": null,
|
@@ -2707,7 +2707,7 @@
|
|
2707
2707
|
"intended_surface_type": "ExteriorWindow",
|
2708
2708
|
"standards_construction_type": "Metal framing (all other)",
|
2709
2709
|
"building_category": "Residential",
|
2710
|
-
"construction": "
|
2710
|
+
"construction": "U 0.17 SHGC 0.31 Simple Glazing",
|
2711
2711
|
"orientation": null,
|
2712
2712
|
"minimum_percent_of_surface": null,
|
2713
2713
|
"maximum_percent_of_surface": null,
|
@@ -2727,7 +2727,7 @@
|
|
2727
2727
|
"intended_surface_type": "ExteriorWindow",
|
2728
2728
|
"standards_construction_type": "Metal framing (curtainwall/storefront)",
|
2729
2729
|
"building_category": "Nonresidential",
|
2730
|
-
"construction": "
|
2730
|
+
"construction": "U 0.17 SHGC 0.36 Simple Glazing",
|
2731
2731
|
"orientation": null,
|
2732
2732
|
"minimum_percent_of_surface": null,
|
2733
2733
|
"maximum_percent_of_surface": null,
|
@@ -2747,7 +2747,7 @@
|
|
2747
2747
|
"intended_surface_type": "ExteriorWindow",
|
2748
2748
|
"standards_construction_type": "Metal framing (curtainwall/storefront)",
|
2749
2749
|
"building_category": "Residential",
|
2750
|
-
"construction": "
|
2750
|
+
"construction": "U 0.17 SHGC 0.36 Simple Glazing",
|
2751
2751
|
"orientation": null,
|
2752
2752
|
"minimum_percent_of_surface": null,
|
2753
2753
|
"maximum_percent_of_surface": null,
|
@@ -3427,7 +3427,7 @@
|
|
3427
3427
|
"intended_surface_type": "ExteriorWindow",
|
3428
3428
|
"standards_construction_type": "Metal framing (all other)",
|
3429
3429
|
"building_category": "Nonresidential",
|
3430
|
-
"construction": "
|
3430
|
+
"construction": "U 0.17 SHGC 0.32 Simple Glazing",
|
3431
3431
|
"orientation": null,
|
3432
3432
|
"minimum_percent_of_surface": null,
|
3433
3433
|
"maximum_percent_of_surface": null,
|
@@ -3447,7 +3447,7 @@
|
|
3447
3447
|
"intended_surface_type": "ExteriorWindow",
|
3448
3448
|
"standards_construction_type": "Metal framing (all other)",
|
3449
3449
|
"building_category": "Residential",
|
3450
|
-
"construction": "
|
3450
|
+
"construction": "U 0.17 SHGC 0.32 Simple Glazing",
|
3451
3451
|
"orientation": null,
|
3452
3452
|
"minimum_percent_of_surface": null,
|
3453
3453
|
"maximum_percent_of_surface": null,
|
@@ -3467,7 +3467,7 @@
|
|
3467
3467
|
"intended_surface_type": "ExteriorWindow",
|
3468
3468
|
"standards_construction_type": "Metal framing (curtainwall/storefront)",
|
3469
3469
|
"building_category": "Nonresidential",
|
3470
|
-
"construction": "
|
3470
|
+
"construction": "U 0.17 SHGC 0.36 Simple Glazing",
|
3471
3471
|
"orientation": null,
|
3472
3472
|
"minimum_percent_of_surface": null,
|
3473
3473
|
"maximum_percent_of_surface": null,
|
@@ -3487,7 +3487,7 @@
|
|
3487
3487
|
"intended_surface_type": "ExteriorWindow",
|
3488
3488
|
"standards_construction_type": "Metal framing (curtainwall/storefront)",
|
3489
3489
|
"building_category": "Residential",
|
3490
|
-
"construction": "
|
3490
|
+
"construction": "U 0.17 SHGC 0.36 Simple Glazing",
|
3491
3491
|
"orientation": null,
|
3492
3492
|
"minimum_percent_of_surface": null,
|
3493
3493
|
"maximum_percent_of_surface": null,
|
@@ -3867,7 +3867,7 @@
|
|
3867
3867
|
"intended_surface_type": "ExteriorWindow",
|
3868
3868
|
"standards_construction_type": "Metal framing (all other)",
|
3869
3869
|
"building_category": "Nonresidential",
|
3870
|
-
"construction": "
|
3870
|
+
"construction": "U 0.14 SHGC 0.34 Simple Glazing",
|
3871
3871
|
"orientation": null,
|
3872
3872
|
"minimum_percent_of_surface": null,
|
3873
3873
|
"maximum_percent_of_surface": null,
|
@@ -3887,7 +3887,7 @@
|
|
3887
3887
|
"intended_surface_type": "ExteriorWindow",
|
3888
3888
|
"standards_construction_type": "Metal framing (all other)",
|
3889
3889
|
"building_category": "Residential",
|
3890
|
-
"construction": "
|
3890
|
+
"construction": "U 0.14 SHGC 0.34 Simple Glazing",
|
3891
3891
|
"orientation": null,
|
3892
3892
|
"minimum_percent_of_surface": null,
|
3893
3893
|
"maximum_percent_of_surface": null,
|
@@ -3907,7 +3907,7 @@
|
|
3907
3907
|
"intended_surface_type": "ExteriorWindow",
|
3908
3908
|
"standards_construction_type": "Metal framing (curtainwall/storefront)",
|
3909
3909
|
"building_category": "Nonresidential",
|
3910
|
-
"construction": "
|
3910
|
+
"construction": "U 0.14 SHGC 0.38 Simple Glazing",
|
3911
3911
|
"orientation": null,
|
3912
3912
|
"minimum_percent_of_surface": null,
|
3913
3913
|
"maximum_percent_of_surface": null,
|
@@ -3927,7 +3927,7 @@
|
|
3927
3927
|
"intended_surface_type": "ExteriorWindow",
|
3928
3928
|
"standards_construction_type": "Metal framing (curtainwall/storefront)",
|
3929
3929
|
"building_category": "Residential",
|
3930
|
-
"construction": "
|
3930
|
+
"construction": "U 0.14 SHGC 0.38 Simple Glazing",
|
3931
3931
|
"orientation": null,
|
3932
3932
|
"minimum_percent_of_surface": null,
|
3933
3933
|
"maximum_percent_of_surface": null,
|
@@ -4307,7 +4307,7 @@
|
|
4307
4307
|
"intended_surface_type": "ExteriorWindow",
|
4308
4308
|
"standards_construction_type": "Metal framing (all other)",
|
4309
4309
|
"building_category": "Nonresidential",
|
4310
|
-
"construction": "
|
4310
|
+
"construction": "U 0.12 SHGC 0.34 Simple Glazing",
|
4311
4311
|
"orientation": null,
|
4312
4312
|
"minimum_percent_of_surface": null,
|
4313
4313
|
"maximum_percent_of_surface": null,
|
@@ -4327,7 +4327,7 @@
|
|
4327
4327
|
"intended_surface_type": "ExteriorWindow",
|
4328
4328
|
"standards_construction_type": "Metal framing (all other)",
|
4329
4329
|
"building_category": "Residential",
|
4330
|
-
"construction": "
|
4330
|
+
"construction": "U 0.12 SHGC 0.34 Simple Glazing",
|
4331
4331
|
"orientation": null,
|
4332
4332
|
"minimum_percent_of_surface": null,
|
4333
4333
|
"maximum_percent_of_surface": null,
|
@@ -4347,7 +4347,7 @@
|
|
4347
4347
|
"intended_surface_type": "ExteriorWindow",
|
4348
4348
|
"standards_construction_type": "Metal framing (curtainwall/storefront)",
|
4349
4349
|
"building_category": "Nonresidential",
|
4350
|
-
"construction": "
|
4350
|
+
"construction": "U 0.12 SHGC 0.38 Simple Glazing",
|
4351
4351
|
"orientation": null,
|
4352
4352
|
"minimum_percent_of_surface": null,
|
4353
4353
|
"maximum_percent_of_surface": null,
|
@@ -4367,7 +4367,7 @@
|
|
4367
4367
|
"intended_surface_type": "ExteriorWindow",
|
4368
4368
|
"standards_construction_type": "Metal framing (curtainwall/storefront)",
|
4369
4369
|
"building_category": "Residential",
|
4370
|
-
"construction": "
|
4370
|
+
"construction": "U 0.12 SHGC 0.38 Simple Glazing",
|
4371
4371
|
"orientation": null,
|
4372
4372
|
"minimum_percent_of_surface": null,
|
4373
4373
|
"maximum_percent_of_surface": null,
|