openstudio-standards 0.8.2 → 0.8.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/data/standards/OpenStudio_Standards-ashrae_90_1-ALL-comstock(space_types).xlsx +0 -0
- data/data/standards/openstudio_standards_duplicates_log.csv +7962 -0
- data/lib/openstudio-standards/btap/costing/README.md +502 -0
- data/lib/openstudio-standards/btap/costing/btap_costing.rb +473 -0
- data/lib/openstudio-standards/btap/costing/btap_measure_helper.rb +359 -0
- data/lib/openstudio-standards/btap/costing/btap_workflow.rb +117 -0
- data/lib/openstudio-standards/btap/costing/common_paths.rb +78 -0
- data/lib/openstudio-standards/btap/costing/common_resources/ConstructionProperties.csv +52 -0
- data/lib/openstudio-standards/btap/costing/common_resources/Constructions.csv +37 -0
- data/lib/openstudio-standards/btap/costing/common_resources/construction_sets.csv +1270 -0
- data/lib/openstudio-standards/btap/costing/common_resources/constructions_glazing.csv +61 -0
- data/lib/openstudio-standards/btap/costing/common_resources/constructions_opaque.csv +2256 -0
- data/lib/openstudio-standards/btap/costing/common_resources/costs.csv +1904 -0
- data/lib/openstudio-standards/btap/costing/common_resources/costs_local_factors.csv +2315 -0
- data/lib/openstudio-standards/btap/costing/common_resources/hvac_vent_ahu.csv +925 -0
- data/lib/openstudio-standards/btap/costing/common_resources/lighting.csv +364 -0
- data/lib/openstudio-standards/btap/costing/common_resources/lighting_sets.csv +2667 -0
- data/lib/openstudio-standards/btap/costing/common_resources/locations.csv +75 -0
- data/lib/openstudio-standards/btap/costing/common_resources/materials_glazing.csv +35 -0
- data/lib/openstudio-standards/btap/costing/common_resources/materials_hvac.csv +1699 -0
- data/lib/openstudio-standards/btap/costing/common_resources/materials_lighting.csv +267 -0
- data/lib/openstudio-standards/btap/costing/common_resources/materials_opaque.csv +164 -0
- data/lib/openstudio-standards/btap/costing/copy_test_results_files_to_expected_results.rb +11 -0
- data/lib/openstudio-standards/btap/costing/cost_building_from_file.rb +136 -0
- data/lib/openstudio-standards/btap/costing/costing_database_wrapper.rb +177 -0
- data/lib/openstudio-standards/btap/costing/daylighting_sensor_control_costing.rb +353 -0
- data/lib/openstudio-standards/btap/costing/dcv_costing.rb +314 -0
- data/lib/openstudio-standards/btap/costing/dummy.epw +8768 -0
- data/lib/openstudio-standards/btap/costing/dummy.osm +5320 -0
- data/lib/openstudio-standards/btap/costing/envelope_costing.rb +284 -0
- data/lib/openstudio-standards/btap/costing/heating_cooling_costing.rb +2584 -0
- data/lib/openstudio-standards/btap/costing/led_lighting_costing.rb +155 -0
- data/lib/openstudio-standards/btap/costing/lighting_costing.rb +209 -0
- data/lib/openstudio-standards/btap/costing/mech_sizing.json +502 -0
- data/lib/openstudio-standards/btap/costing/neb_end_use_prices.csv +42 -0
- data/lib/openstudio-standards/btap/costing/necb_2011_spacetype_info.csv +225 -0
- data/lib/openstudio-standards/btap/costing/necb_reference_runs.csv +28705 -0
- data/lib/openstudio-standards/btap/costing/nv_costing.rb +547 -0
- data/lib/openstudio-standards/btap/costing/parallel_tests.rb +92 -0
- data/lib/openstudio-standards/btap/costing/pv_ground_costing.rb +687 -0
- data/lib/openstudio-standards/btap/costing/shw_costing.rb +705 -0
- data/lib/openstudio-standards/btap/costing/test_list.txt +17 -0
- data/lib/openstudio-standards/btap/costing/test_run_all_test_locally.rb +26 -0
- data/lib/openstudio-standards/btap/costing/test_run_costing_tests.rb +80 -0
- data/lib/openstudio-standards/btap/costing/ventilation_costing.rb +2616 -0
- data/lib/openstudio-standards/constructions/modify.rb +2 -1
- data/lib/openstudio-standards/refrigeration/create_case.rb +58 -21
- data/lib/openstudio-standards/refrigeration/create_typical_refrigeration.rb +4 -2
- data/lib/openstudio-standards/refrigeration/create_walkin.rb +57 -22
- data/lib/openstudio-standards/refrigeration/data/refrigerated_cases.csv +31 -31
- data/lib/openstudio-standards/refrigeration/data/refrigerated_walkins.csv +76 -76
- data/lib/openstudio-standards/service_water_heating/create_typical.rb +10 -10
- data/lib/openstudio-standards/service_water_heating/create_water_heater.rb +10 -0
- data/lib/openstudio-standards/service_water_heating/create_water_heating_loop.rb +16 -3
- data/lib/openstudio-standards/service_water_heating/data/convert_data.rb +9 -9
- data/lib/openstudio-standards/service_water_heating/data/typical_water_use_equipment.csv +49 -49
- data/lib/openstudio-standards/service_water_heating/data/typical_water_use_equipment.json +159 -159
- data/lib/openstudio-standards/standards/Standards.CoilCoolingDXMultiSpeed.rb +7 -18
- data/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb +10 -20
- data/lib/openstudio-standards/standards/Standards.CoilCoolingDXTwoSpeed.rb +6 -15
- data/lib/openstudio-standards/standards/Standards.CoilCoolingWaterToAirHeatPumpEquationFit.rb +5 -6
- data/lib/openstudio-standards/standards/Standards.CoilDX.rb +93 -43
- data/lib/openstudio-standards/standards/Standards.CoilHeatingDXMultiSpeed.rb +5 -5
- data/lib/openstudio-standards/standards/Standards.CoilHeatingDXSingleSpeed.rb +135 -37
- data/lib/openstudio-standards/standards/Standards.CoilHeatingWaterToAirHeatPumpEquationFit.rb +2 -2
- data/lib/openstudio-standards/standards/Standards.Model.rb +48 -13
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.computer_room_acs.json +302 -140
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.heat_pumps.json +648 -326
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.heat_pumps_heating.json +371 -90
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.water_heaters.json +66 -22
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.computer_room_acs.json +302 -140
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.heat_pumps.json +1012 -296
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.heat_pumps_heating.json +443 -79
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.water_heaters.json +66 -22
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.computer_room_acs.json +302 -140
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.heat_pumps.json +672 -306
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.heat_pumps_heating.json +354 -74
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.water_heaters.json +72 -24
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.computer_room_acs.json +302 -140
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.energy_recovery.json +8 -8
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.heat_pumps.json +930 -604
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.heat_pumps_heating.json +415 -111
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.water_heaters.json +72 -24
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.computer_room_acs.json +602 -140
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.heat_pumps.json +1005 -333
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.heat_pumps_heating.json +642 -88
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.water_heaters.json +78 -26
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.computer_room_acs.json +722 -140
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.heat_pumps.json +1741 -426
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.heat_pumps_heating.json +1108 -111
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.water_heaters.json +186 -62
- data/lib/openstudio-standards/standards/ashrae_90_1/data/ashrae_90_1.schedules.json +62 -232
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilCoolingDXSingleSpeed.rb +2 -3
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilCoolingDXTwoSpeed.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilDX.rb +7 -18
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilHeatingDXSingleSpeed.rb +9 -7
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilHeatingGas.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.Model.rb +2 -2
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.heat_pumps.json +154 -69
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.heat_pumps_heating.json +72 -72
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.water_heaters.json +382 -295
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/ashrae_90_1_prm.UserData.rb +6 -1
- data/lib/openstudio-standards/standards/deer/data/deer.schedules.json +62 -232
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/btap_pre1980.rb +2 -27
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/data/heat_pumps.json +16 -0
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/data/heat_pumps_heating.json +6 -0
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_system_3_and_8_single_speed.rb +68 -27
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_system_4.rb +64 -25
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_system_6.rb +9 -14
- data/lib/openstudio-standards/standards/necb/ECMS/hvac_systems.rb +46 -20
- data/lib/openstudio-standards/standards/necb/NECB2011/autozone.rb +635 -248
- data/lib/openstudio-standards/standards/necb/NECB2011/data/constants.json +43 -7
- data/lib/openstudio-standards/standards/necb/NECB2011/data/fuel_type_sets.json +7 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/HighriseApartmentMult.osm +14272 -0
- data/lib/openstudio-standards/standards/necb/NECB2011/data/heat_pumps.json +16 -0
- data/lib/openstudio-standards/standards/necb/NECB2011/data/heat_pumps_heating.json +6 -0
- data/lib/openstudio-standards/standards/necb/NECB2011/data/necb_2015_table_c1.json +1 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/data/space_types.json +437 -437
- data/lib/openstudio-standards/standards/necb/NECB2011/data/systems.json +516 -0
- data/lib/openstudio-standards/standards/necb/NECB2011/data/systems_including_sys5.json +588 -0
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_namer.rb +489 -0
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_1_single_speed.rb +16 -6
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_2_and_5.rb +48 -5
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_3_and_8_multi_speed.rb +2 -2
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_3_and_8_single_speed.rb +35 -27
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_4.rb +34 -23
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_6.rb +8 -6
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_systems.rb +43 -14
- data/lib/openstudio-standards/standards/necb/NECB2011/necb_2011.rb +214 -25
- data/lib/openstudio-standards/standards/necb/NECB2011/system_fuels.rb +61 -1
- data/lib/openstudio-standards/standards/necb/NECB2015/data/heat_pumps.json +16 -0
- data/lib/openstudio-standards/standards/necb/NECB2015/data/heat_pumps_heating.json +8 -0
- data/lib/openstudio-standards/standards/necb/NECB2015/data/space_types.json +636 -636
- data/lib/openstudio-standards/standards/necb/NECB2015/data/unitary_acs.json +38 -38
- data/lib/openstudio-standards/standards/necb/NECB2015/hvac_systems.rb +15 -6
- data/lib/openstudio-standards/standards/necb/NECB2017/data/space_types.json +636 -636
- data/lib/openstudio-standards/standards/necb/NECB2020/data/chillers.json +71 -71
- data/lib/openstudio-standards/standards/necb/NECB2020/data/heat_pumps.json +20 -0
- data/lib/openstudio-standards/standards/necb/NECB2020/data/heat_pumps_heating.json +10 -0
- data/lib/openstudio-standards/standards/necb/README.md +343 -0
- data/lib/openstudio-standards/standards/necb/common/btap_data.rb +190 -28
- data/lib/openstudio-standards/standards/necb/common/btap_datapoint.rb +14 -5
- data/lib/openstudio-standards/standards/necb/common/eccc_electric_grid_intensity_20250311.csv +14 -0
- data/lib/openstudio-standards/standards/necb/common/nir_gas_grid_intensity_20250311.csv +14 -0
- data/lib/openstudio-standards/standards/necb/common/system_types.yaml +0 -0
- data/lib/openstudio-standards/utilities/logging.rb +18 -14
- data/lib/openstudio-standards/utilities/simulation.rb +3 -2
- data/lib/openstudio-standards/version.rb +1 -1
- data/lib/openstudio-standards/weather/modify.rb +2 -2
- data/lib/openstudio-standards.rb +12 -0
- metadata +56 -3
@@ -0,0 +1,267 @@
|
|
1
|
+
lighting_type_id,description,source,type,id,unit
|
2
|
+
1,0.5 metal conduit straps,rs-means,Unit,180135,Ea
|
3
|
+
2,"Rooftop channel support 1-5/8"" x 1-5/8"" 12gauge galvenized",rs-means,Unit,180136,Ea
|
4
|
+
3,"PVC Wiring duct snap-in slots 2"" x 1"" ",rs-means,Unit,180137,LF
|
5
|
+
4,Fixture Hanger 0.75 in diameter 6 ft long,rs-means,Unit,180138,Ea
|
6
|
+
10,Wire 600V #14 Stranded THWN-THHN,rs-means,Unit,180139,CLF
|
7
|
+
11,Wire 600V #12 in raceway,rs-means,Unit,180140,CLF
|
8
|
+
12,Wire 600V #10 in raceway,rs-means,Unit,180141,CLF
|
9
|
+
13,"Metal conduit. 0.5 in diamater, 11 coupling per 100 LF",rs-means,Unit,180142,LF
|
10
|
+
14,"Steel Outlet boxes, set flush in concrete 4 "" deep",rs-means,Unit,180143,Ea
|
11
|
+
15,"Steel Outlet boxes, on framing",rs-means,Unit,180144,Ea
|
12
|
+
16,"Steel Pull box NEMA 1 12"" x 12"" x4"" Type D",rs-means,Unit,180145,Ea
|
13
|
+
17,"1"" diameter Electrical non-metallic conduit (PVC conduit)",rs-means,Unit,180146,LF
|
14
|
+
20,"Surface Ceiling Mount Fixtures: grid suspension, 2x4 fixtures, T8, 32 watt lamps, acrylic prismatic diffusers",rs-means,Unit,180147,Ea
|
15
|
+
21,"Surface Mount Strip Fixtures: grid suspension, 2-T8, 32 watt 4 ft. lamps, rapid start, acrylic prismatic diffusers",rs-means,Unit,180147,Ea
|
16
|
+
22,"High-bay Pendant Mount, 6-32W T8 2' x 4' fixtures, includes hardware",rs-means,Unit,180148,Ea
|
17
|
+
23,"High-bay Strip Mount Industrial type 2-32W T8 4' long fixtures, includes hardware",rs-means,Unit,180148,Ea
|
18
|
+
26,"Recessed Ceiling Mount Fixtures: grid suspension, 2x4 fixtures, T8, 32 watt lamps, acrylic prismatic diffusers",rs-means,Unit,180149,Ea
|
19
|
+
27,"Pendant Mount, 4-54W T5HO 16"" x 4' fixtures, includes hardware",rs-means,Unit,180150,Ea
|
20
|
+
28,"Fluorescent fixture, interior, acrylic lens, grid recess ceiling mounted, 2-32 W T8, 1' W x 4' L, incl lamps, mounting hardware and connections",rs-means,Unit,180151,Ea
|
21
|
+
29,"Fluorescent fixture, interior, acrylic lens, grid recess ceiling mounted, 2-U32 W T8, 2' W x 2' L, incl lamps, mounting hardware and connections",rs-means,Unit,180152,Ea
|
22
|
+
30,"Fluorescent fixture, interior, acrylic lens, grid recess ceiling mounted, 2-32 W T8, 2' W x 4' L, incl lamps, mounting hardware and connections",rs-means,Unit,180153,Ea
|
23
|
+
31,"Fluorescent fixture, interior, acrylic lens, grid recess ceiling mounted, 3-32 W T8, 2' W x 4' L, incl lamps, mounting hardware and connections",rs-means,Unit,180154,Ea
|
24
|
+
32,"Fluorescent fixture, interior, acrylic lens, grid recess ceiling mounted, 4-32 W T8, 2' W x 4' L, incl lamps, mounting hardware and connections",rs-means,Unit,180149,Ea
|
25
|
+
33,"Fluorescent fixture, interior, strip, surface mounted, RS, 2-32 W T8, 4' long, incl lamps, mounting hardware and connections",rs-means,Unit,180155,Ea
|
26
|
+
34,"Fluorescent fixture, interior, strip, surface mounted, S.L., 1-60 W T8, 8' long, incl lamps, mounting hardware and connections",rs-means,Unit,180156,Ea
|
27
|
+
35,"Fluorescent fixture, interior, strip, surface mounted, S.L., 2-T8/60 W, 8' long, incl lamps, mounting hardware and connections",rs-means,Unit,180157,Ea
|
28
|
+
36,"Fluorescent fixture, interior, strip, surface mounted, H.O., 2-54 W, T5HO, 4' long, incl lamps, mounting hardware and connections",rs-means,Unit,180158,Ea
|
29
|
+
37,"Fluorescent fixture, interior, strip, staggered cove mounted, 1-32 W T8, 4' long, incl lamps, mounting hardware and connections",rs-means,Unit,180159,Ea
|
30
|
+
38,"Fluorescent fixture, interior, high bay pendent mounted, 4-54 W, T5HO, 16"" W x 4' L, incl lamps, mounting hardware and connections",rs-means,Unit,180150,Ea
|
31
|
+
39,"Fluorescent fixture, interior, high bay pendent mounted, 6-54 W, T5HO, 2' W x 4' L, incl lamps, mounting hardware and connections",rs-means,Unit,180160,Ea
|
32
|
+
40,"Fluorescent fixture, interior, high bay pendent mounted, 6-32 W, T8, 2' W x 4' L, incl lamps, mounting hardware and connections",rs-means,Unit,180148,Ea
|
33
|
+
41,"Fluorescent fixture, interior, strip, pendent mounted, industrial, white porcelain enamel, R.S., 2-32 W T8, 4' L, incl lamps, mounting hardware and connections",rs-means,Unit,180161,Ea
|
34
|
+
42,"Fluorescent fixture, interior, strip, pendent mounted, industrial, white porcelain enamel, S.L., 2-60 W T8, 8' L, incl lamps, mounting hardware and connections",rs-means,Unit,180162,Ea
|
35
|
+
43,"Fluorescent fixture, interior, troffer, air handling, R.S., 4-32 W T8, 2' W x 4' L, incl lamps, mounting hardware and connections",rs-means,Unit,180163,Ea
|
36
|
+
44,"Fluorescent fixture, interior, troffer, air handling, R.S., 2-U32 W T8, 2' W x 2' L, incl lamps, mounting hardware and connections",rs-means,Unit,180164,Ea
|
37
|
+
45,"Fluorescent fixture, interior, troffer, direct/indirect, 2-32 W T8, 2' W x 4' L, incl lamps, mounting hardware and connections",rs-means,Unit,180165,Ea
|
38
|
+
46,"Fluorescent fixture, interior, troffer parabolic lay-in, 1-32 W T8, 1' W x 4' L, incl lamps, mounting hardware and connections",rs-means,Unit,180166,Ea
|
39
|
+
47,"Fluorescent fixture, interior, troffer parabolic lay-in, 2-32 W T8, 1' W x 4' L, incl lamps, mounting hardware and connections",rs-means,Unit,180167,Ea
|
40
|
+
48,"Fluorescent fixture, interior, troffer parabolic lay-in, 2-U32 W T8, 2' W x 2' L, incl lamps, mounting hardware and connections",rs-means,Unit,180168,Ea
|
41
|
+
49,"Fluorescent fixture, interior, troffer parabolic lay-in, 3-32 W T8, 2' W x 4' L, incl lamps, mounting hardware and connections",rs-means,Unit,180169,Ea
|
42
|
+
50,"Fluorescent fixture, interior, downlight, recess mounted, incl lamps, mounting hardware and connections",rs-means,Unit,180170,Ea
|
43
|
+
51,"Fluorescent fixture, interior, wall washer, recess mounted, incl lamps, mounting hardware and connections",rs-means,Unit,180171,Ea
|
44
|
+
52,"Fluorescent fixture, interior, direct/indirect, steel, pendent mounted, 4' L, incl lamps, mounting hardware and connections",rs-means,Unit,180172,Ea
|
45
|
+
53,"Fluorescent fixture, interior, direct/indirect, aluminum, pendent mounted, 4' L, incl lamps, mounting hardware and connections",rs-means,Unit,180173,Ea
|
46
|
+
54,"Fluorescent fixture, interior, prefabricated cove, steel continuous row, 4' L, incl lamps, mounting hardware and connections",rs-means,Unit,180174,Ea
|
47
|
+
55,"Fluorescent fixture, interior, prefabricated cove, aluminum continuous row, 4' L, incl lamps, mounting hardware and connections",rs-means,Unit,180175,Ea
|
48
|
+
60,"Metal Halide 1000 W bulb Surface Mount, aluminum reflector, includes hardware",rs-means,Unit,180176,Ea
|
49
|
+
61,"Metal Halide 250W lamps Type J Low Bay Surface Mount, aluminum reflector 28FC, includes hardware",rs-means,Unit,180177,Ea
|
50
|
+
62,"Metal Halide 400 W bulb Surface Mount, aluminum reflector, includes hardware",rs-means,Unit,180178,Ea
|
51
|
+
63,"Metal Halide 400W lamps Type J Low Bay Surface Mount, aluminum reflector 44FC, includes hardware",rs-means,Unit,180179,Ea
|
52
|
+
64,"Metal halide fixture, interior, recessed, square, 175 W, incl lamps, and mounting hardware",rs-means,Unit,180180,Ea
|
53
|
+
65,"Metal halide fixture, interior, surface, square, 175 W, incl lamps, and mounting hardware",rs-means,Unit,180181,Ea
|
54
|
+
66,"Metal halide fixture, interior, pendent, square, 175 W, incl lamps, and mounting hardware",rs-means,Unit,180182,Ea
|
55
|
+
67,"Metal halide fixture, interior, pendent, square, 200 W, incl lamps, and mounting hardware",rs-means,Unit,180183,Ea
|
56
|
+
68,"Metal halide fixture, interior, pendent, square, 400 W, incl lamps, and mounting hardware",rs-means,Unit,180184,Ea
|
57
|
+
69,"Metal halide fixture, interior, integral ballast, prismatic glass lens, recess mounted, 250 W, 2' W x 2' L, incl lamps, mounting hardware and connections",rs-means,Unit,180185,Ea
|
58
|
+
70,"Metal halide fixture, interior, integral ballast, prismatic glass lens, recess mounted, 400 W, 2' W x 2' L, incl lamps, mounting hardware and connections",rs-means,Unit,180186,Ea
|
59
|
+
71,"Metal halide fixture, interior, integral ballast, prismatic glass lens, surface mounted, 250 W, 2' W x 2' L, incl lamps, mounting hardware and connections",rs-means,Unit,180187,Ea
|
60
|
+
72,"Metal halide fixture, interior, integral ballast, prismatic glass lens, surface mounted, 400 W, 2' W x 2' L, incl lamps, mounting hardware and connections",rs-means,Unit,180188,Ea
|
61
|
+
73,"Metal halide fixture, interior, surface mounted, high bay, aluminum reflector, single unit, 400 W, incl lamps, mounting hardware and connections",rs-means,Unit,180178,Ea
|
62
|
+
74,"Metal halide fixture, interior, surface mounted, high bay, aluminum reflector, single unit, 1000 W, incl lamps, mounting hardware and connections",rs-means,Unit,180176,Ea
|
63
|
+
75,"Metal halide fixture, interior, surface mounted, high bay, aluminum reflector, twin unit, 2-400 W, incl lamps, mounting hardware and connections",rs-means,Unit,180189,Ea
|
64
|
+
76,"Metal halide fixture, interior, surface mounted, low bay, aluminum reflector, DX lamp, 250 W, incl lamps, mounting hardware and connections",rs-means,Unit,180177,Ea
|
65
|
+
77,"Metal halide fixture, interior, surface mounted, low bay, aluminum reflector, DX lamp, 400 W, incl lamps, mounting hardware and connections",rs-means,Unit,180179,Ea
|
66
|
+
80,"High pressure sodium fixture, interior, recessed, square, 70 W, incl lamps, and mounting hardware",rs-means,Unit,180190,Ea
|
67
|
+
81,"High pressure sodium fixture, interior, recessed, square, 100 W, incl lamps, and mounting hardware",rs-means,Unit,180191,Ea
|
68
|
+
82,"High pressure sodium fixture, interior, recessed, square, 250 W, incl lamps, and mounting hardware",rs-means,Unit,180192,Ea
|
69
|
+
83,"High pressure sodium fixture, interior, recessed, square, 1000 W, incl lamps, and mounting hardware",rs-means,Unit,180193,Ea
|
70
|
+
84,"High pressure sodium fixture, interior, surface, square, 70 W, incl lamps, and mounting hardware",rs-means,Unit,180194,Ea
|
71
|
+
85,"High pressure sodium fixture, interior, surface, square, 100 W, incl lamps, and mounting hardware",rs-means,Unit,180195,Ea
|
72
|
+
86,"High pressure sodium fixture, interior, surface, square, 250 W, incl lamps, and mounting hardware",rs-means,Unit,180196,Ea
|
73
|
+
87,"High pressure sodium fixture, interior, pendent, square, 70 W, incl lamps, and mounting hardware",rs-means,Unit,180197,Ea
|
74
|
+
88,"High pressure sodium fixture, interior, pendent, square, 100 W, incl lamps, and mounting hardware",rs-means,Unit,180198,Ea
|
75
|
+
89,"High pressure sodium fixture, interior, pendent, square, 150 W, incl lamps, and mounting hardware",rs-means,Unit,180199,Ea
|
76
|
+
90,"High pressure sodium fixture, interior, pendent, square, 250 W, incl lamps, and mounting hardware",rs-means,Unit,180200,Ea
|
77
|
+
91,"High pressure sodium fixture, interior, pendent, square, 400 W, incl lamps, and mounting hardware",rs-means,Unit,180201,Ea
|
78
|
+
92,"High pressure sodium fixture, interior, wall, square, 70 W, incl lamps, and mounting hardware",rs-means,Unit,180202,Ea
|
79
|
+
93,"High pressure sodium fixture, interior, wall, square, 100 W, incl lamps, and mounting hardware",rs-means,Unit,180203,Ea
|
80
|
+
94,"High pressure sodium fixture, interior, wall, square, 150 W, incl lamps, and mounting hardware",rs-means,Unit,180204,Ea
|
81
|
+
95,"High pressure sodium fixture, interior, wall, square, 250 W, incl lamps, and mounting hardware",rs-means,Unit,180205,Ea
|
82
|
+
96,"High pressure sodium fixture, interior, wall, square, 400 W, incl lamps, and mounting hardware",rs-means,Unit,180206,Ea
|
83
|
+
97,"High pressure sodium fixture, interior, wall, square, 1000 W, incl lamps, and mounting hardware",rs-means,Unit,180207,Ea
|
84
|
+
78,"High pressure sodium fixture, interior, integral ballast, prismatic glass lens, recess mounted, 150 W, 2' W x 2' L, incl lamps, mounting hardware and connections",rs-means,Unit,180208,Ea
|
85
|
+
79,"High pressure sodium fixture, interior, integral ballast, prismatic glass lens, recess mounted, 400 W, 2' W x 2' L, incl lamps, mounting hardware and connections",rs-means,Unit,180209,Ea
|
86
|
+
80,"High pressure sodium fixture, interior, integral ballast, prismatic glass lens, surface mounted, 150 W, 2' W x 2' L, incl lamps, mounting hardware and connections",rs-means,Unit,180210,Ea
|
87
|
+
81,"High pressure sodium fixture, interior, integral ballast, prismatic glass lens, surface mounted, 400 W, 2' W x 2' L, incl lamps, mounting hardware and connections",rs-means,Unit,180211,Ea
|
88
|
+
82,"High pressure sodium fixture, interior, surface mounted, high bay, aluminum reflector, single unit, 400 W, incl lamps, mounting hardware and connections",rs-means,Unit,180212,Ea
|
89
|
+
83,"High pressure sodium fixture, interior, surface mounted, high bay, aluminum reflector, single unit, 1000 W, incl lamps, mounting hardware and connections",rs-means,Unit,180213,Ea
|
90
|
+
84,"High pressure sodium fixture, interior, surface mounted, low bay, aluminum reflector, 150 W, incl lamps, mounting hardware and connections",rs-means,Unit,180214,Ea
|
91
|
+
90,"HID quartz restrike, interior lighting fixtures, high bay, incl lamps, mounting hardware and connections",rs-means,Unit,180215,Ea
|
92
|
+
100,"Interior LED fixtures, downlight, recess mounted, 25 watt, 7.5"" diameter, incl lamps, mounting hardware and connections",rs-means,Unit,180216,Ea
|
93
|
+
101,"Interior LED fixtures, downlight, recess mounted, 36 watt, 10"" diameter, incl lamps, mounting hardware and connections",rs-means,Unit,180217,Ea
|
94
|
+
102,"Interior LED fixtures, downlight, cylinder, 10 watts, incl lamps, mounting hardware and connections",rs-means,Unit,180218,Ea
|
95
|
+
103,"Interior LED fixtures, downlight, cylinder, 20 watts, incl lamps, mounting hardware and connections",rs-means,Unit,180219,Ea
|
96
|
+
104,"Interior LED fixtures, troffer, recess mounted, 37 Watts, 3200 Lumens, 2' x 4', incl lamps, mounting hardware and connections, replaces 2 T8s",rs-means,Unit,180220,Ea
|
97
|
+
105,"Interior LED fixtures, troffer, recess mounted, 60 Watts, 4800 Lumens, 2' x 4', incl lamps, mounting hardware and connections, replaces 3 Ts",rs-means,Unit,180221,Ea
|
98
|
+
106,"Interior LED fixtures, troffer, recess mounted, 100 Watts, 6400 Lumens, 2' x 4', incl lamps, mounting hardware and connections, replaces 4 T8s",rs-means,Unit,180222,Ea
|
99
|
+
107,"Interior LED fixtures, troffer retrofit lamp, 38 watt, incl lamps, mounting hardware and connections",rs-means,Unit,180223,Ea
|
100
|
+
108,"Interior LED fixtures, troffer retrofit lamp, 60 watt, incl lamps, mounting hardware and connections",rs-means,Unit,180224,Ea
|
101
|
+
109,"Interior LED fixtures, troffer retrofit lamp, 100 watt, incl lamps, mounting hardware and connections",rs-means,Unit,180225,Ea
|
102
|
+
110,"Interior LED fixtures, troffer, volumetric recess mounted, 2' x 2', incl lamps, mounting hardware and connections",rs-means,Unit,180226,Ea
|
103
|
+
111,"Interior LED fixtures, strip, surface mounted, 37 Watts, 3500K, one light bar 4' long, incl lamps, mounting hardware and connections",rs-means,Unit,180227,Ea
|
104
|
+
112,"Interior LED fixtures, strip, surface mounted, 47 Watts 5000K, one light bar 4' long, incl lamps, mounting hardware and connections",rs-means,Unit,180228,Ea
|
105
|
+
113,"Interior LED fixtures, strip, surface mounted, 92 Watts, 5000K, two light bar 4' long, incl lamps, mounting hardware and connections",rs-means,Unit,180229,Ea
|
106
|
+
114,"Interior LED fixtures, linear, suspended mounted, 37 watt, one light bar 4' long, incl lamps, mounting hardware and connections",rs-means,Unit,180230,Ea
|
107
|
+
115,"Interior LED fixtures, linear, suspended mounted, 74 watt, one light bar 8' long, incl lamps, mounting hardware and connections",rs-means,Unit,180231,Ea
|
108
|
+
116,"Interior LED fixtures, linear, suspended mounted, 74 watt, two light bar 4' long, incl lamps, mounting hardware and connections",rs-means,Unit,180232,Ea
|
109
|
+
117,"Interior LED fixtures, linear, suspended mounted, 148 watt, two light bar 8' long, incl lamps, mounting hardware and connections",rs-means,Unit,180233,Ea
|
110
|
+
118,"Interior LED fixtures, high bay, surface mounted, round, 150 watt",rs-means,Unit,180234,Ea
|
111
|
+
119,"Interior LED fixtures, high bay, surface mounted,two bars, 164 watt",rs-means,Unit,180235,Ea
|
112
|
+
120,"Interior LED fixtures, high bay, surface mounted, three bars, 246 watt",rs-means,Unit,180236,Ea
|
113
|
+
121,"Interior LED fixtures, high bay, surface mounted, four bars, 328 watt",rs-means,Unit,180237,Ea
|
114
|
+
122,"Interior LED fixtures, high bay, surface mounted, five bars, 410 watt",rs-means,Unit,180238,Ea
|
115
|
+
123,"Interior LED fixtures, high bay, surface mounted, 6 bars, 492 watt",rs-means,Unit,180239,Ea
|
116
|
+
124,"Interior LED fixtures, high bay, surface mounted, 7 bars, 574 watt",rs-means,Unit,180240,Ea
|
117
|
+
125,"Interior LED fixtures, high bay, surface mounted, 8 bars, 656 watt",rs-means,Unit,180241,Ea
|
118
|
+
126,"Interior LED fixtures, track, lighthead, 6 watt",rs-means,Unit,180242,Ea
|
119
|
+
127,"Interior LED fixtures, track, lighthead, 9 watt",rs-means,Unit,180243,Ea
|
120
|
+
128,"Interior LED fixtures, garage, surface mounted, 103 watts",rs-means,Unit,180244,Ea
|
121
|
+
129,"Interior LED fixtures, garage, pendent mounted, 80 watts",rs-means,Unit,180245,Ea
|
122
|
+
130,"Interior LED fixtures, garage, pendent mounted, 95 watts",rs-means,Unit,180246,Ea
|
123
|
+
131,"Interior LED fixtures, garage, pendent mounted, 125 watts",rs-means,Unit,180247,Ea
|
124
|
+
150,"Fluorescent fixtures, residential, interior, surface mounted, circline, 32 watt & 40 watt",rs-means,Unit,180248,Ea
|
125
|
+
151,"Fluorescent fixtures, residential, interior, surface mounted, 2 U-tube 32 watt T8, 2' x 2'",rs-means,Unit,180249,Ea
|
126
|
+
152,"Fluorescent fixtures, residential, interior, surface mounted, shallow under cabinet, 2-20 watt",rs-means,Unit,180250,Ea
|
127
|
+
153,"Fluorescent fixtures, residential, interior, wall mounted, with baffle, 2-32 watt T8, 4' L",rs-means,Unit,180251,Ea
|
128
|
+
160,"Ballast, replacement, interior lighting fixtures, fluorescent, less than 2 lbs, to 15' high",rs-means,Unit,180252,Ea
|
129
|
+
161,"Ballast, replacement, interior lighting fixtures, fluorescent, w/ reducer, two 40 W, 2 to 5 lbs, to 15' high",rs-means,Unit,180253,Ea
|
130
|
+
162,"Ballast, replacement, interior lighting fixtures, fluorescent, slimline, two F96, over 5 lbs, to 15' high",rs-means,Unit,180254,Ea
|
131
|
+
163,"Electronic ballast, replacement, interior lighting fixtures, for two tubes, to 15' high",rs-means,Unit,180255,Ea
|
132
|
+
164,"Dimmable ballast, replacement, interior lighting fixtures, one lamp, to 15' high",rs-means,Unit,180256,Ea
|
133
|
+
165,"Dimmable ballast, replacement, interior lighting fixtures, two-lamp, to 15' high",rs-means,Unit,180257,Ea
|
134
|
+
166,"Ballasts, replacement, multi-tap, for high pressure sodium, 70 watt",rs-means,Unit,180258,Ea
|
135
|
+
167,"Ballasts, replacement, multi-tap, for high pressure sodium, 100 watt",rs-means,Unit,180259,Ea
|
136
|
+
168,"Ballasts, replacement, multi-tap, for high pressure sodium, 150 watt",rs-means,Unit,180260,Ea
|
137
|
+
169,"Ballasts, replacement, multi-tap, for high pressure sodium, 250 watt",rs-means,Unit,180261,Ea
|
138
|
+
170,"Ballasts, replacement, multi-tap, for high pressure sodium, 400 watt",rs-means,Unit,180262,Ea
|
139
|
+
171,"Ballasts, replacement, multi-tap, for high pressure sodium, 1000 watt",rs-means,Unit,180263,Ea
|
140
|
+
172,"Ballasts, replacement, multi-tap, for metal halide, 175 Watt",rs-means,Unit,180264,Ea
|
141
|
+
173,"Ballasts, replacement, multi-tap, for metal halide, 250 Watt",rs-means,Unit,180265,Ea
|
142
|
+
174,"Ballasts, replacement, multi-tap, for metal halide, 400 Watt",rs-means,Unit,180266,Ea
|
143
|
+
175,"Ballasts, replacement, multi-tap, for metal halide, 1000 Watt",rs-means,Unit,180267,Ea
|
144
|
+
176,"Ballasts, replacement, multi-tap, for metal halide, 1500 Watt",rs-means,Unit,180268,Ea
|
145
|
+
177,"Exit lighting, incandescent, single face, ceiling or wall mount",rs-means,Unit,180269,Ea
|
146
|
+
178,"Exit lighting, incandescent, double face, ceiling or wall mount",rs-means,Unit,180270,Ea
|
147
|
+
179,"Exit lighting, incandescent, double face, explosion proof, ceiling or wall mount",rs-means,Unit,180271,Ea
|
148
|
+
180,"Exit lighting, fluorescent, single face, ceiling or wall mount",rs-means,Unit,180272,Ea
|
149
|
+
181,"Exit lighting, fluorescent, double face, ceiling or wall mount",rs-means,Unit,180273,Ea
|
150
|
+
182,"Exit lighting, LED standard, single face, ceiling or wall mount",rs-means,Unit,180274,Ea
|
151
|
+
183,"Exit lighting, LED standard, double face, ceiling or wall mount",rs-means,Unit,180275,Ea
|
152
|
+
184,"Exit lighting, LED vandal-resistant, single face, single face, ceiling or wall mount",rs-means,Unit,180276,Ea
|
153
|
+
185,"Exit lighting, LED w/ battery unit, single face, ceiling or wall mount",rs-means,Unit,180277,Ea
|
154
|
+
186,"Exit lighting, LED w/ battery unit, double face, ceiling or wall mount",rs-means,Unit,180278,Ea
|
155
|
+
187,"Exit lighting, LED w/ battery unit, vandal-resistant, single face, ceiling or wall mount",rs-means,Unit,180279,Ea
|
156
|
+
188,"Combination emergency light units and exit sign, ceiling or wall mount",rs-means,Unit,180280,Ea
|
157
|
+
189,"Exit lighting, LED retrofit kits",rs-means,Unit,180281,Ea
|
158
|
+
190,"Low pressure sodium fixture, exterior, wall pack, 35 watt, incl lamps",rs-means,Unit,180282,Ea
|
159
|
+
191,"Low pressure sodium fixture, exterior, wall pack, 55 watt, incl lamps",rs-means,Unit,180283,Ea
|
160
|
+
192,"High pressure sodium fixture, exterior, wall pack, 70 watt, incl lamps",rs-means,Unit,180284,Ea
|
161
|
+
193,"High pressure sodium fixture, exterior, wall pack, 150 watt, incl lamps",rs-means,Unit,180285,Ea
|
162
|
+
194,"Metal halide fixture, exterior, wall pack, 175 Watt, incl lamps",rs-means,Unit,180286,Ea
|
163
|
+
195,"Metal halide fixture, exterior, wall pack, 250 Watt, incl lamps",rs-means,Unit,180287,Ea
|
164
|
+
196,"Metal halide fixture, exterior, wall pack, 400 Watt, incl lamps",rs-means,Unit,180288,Ea
|
165
|
+
197,"LED fixture, exterior, wall pack, poly lens, 26 watt, incl lamps",rs-means,Unit,180289,Ea
|
166
|
+
198,"LED fixture, exterior, wall pack, poly lens, 110 watt, incl lamps",rs-means,Unit,180290,Ea
|
167
|
+
199,"LED fixture, exterior, wall pack, poly lens, 13 watt, incl lamps",rs-means,Unit,180291,Ea
|
168
|
+
200,"Exterior LED fixture, wall mounted, indoor/outdoor, 12 watt, incl lamps",rs-means,Unit,180292,Ea
|
169
|
+
201,"Exterior LED fixture, wall mounted, indoor/outdoor, 32 watt, incl lamps",rs-means,Unit,180293,Ea
|
170
|
+
202,"Exterior LED fixture, wall mounted, indoor/outdoor, 66 watt, incl lamps",rs-means,Unit,180294,Ea
|
171
|
+
203,"Exterior LED fixture, wall mounted, outdoor, 110 watt, incl lamps",rs-means,Unit,180295,Ea
|
172
|
+
204,"Exterior LED fixture, wall mounted, outdoor, 220 watt, incl lamps",rs-means,Unit,180296,Ea
|
173
|
+
205,"Exterior LED fixture, modular, type IV, 120 V, 50 watt, incl lamps",rs-means,Unit,180297,Ea
|
174
|
+
206,"Exterior LED fixture, modular, type IV, 120 V, 101 watt, incl lamps",rs-means,Unit,180298,Ea
|
175
|
+
207,"Exterior LED fixture, modular, type IV, 120 V, 126 watt, incl lamps",rs-means,Unit,180299,Ea
|
176
|
+
208,"Exterior LED fixture, modular, type IV, 120 V, 202 watt, incl lamps",rs-means,Unit,180300,Ea
|
177
|
+
209,"Exterior LED fixture, modular, type IV, 240 V, 50 watt, incl lamps",rs-means,Unit,180301,Ea
|
178
|
+
210,"Exterior LED fixture, modular, type IV, 240 V, 101 watt, incl lamps",rs-means,Unit,180302,Ea
|
179
|
+
211,"Exterior LED fixture, modular, type IV, 240 V, 126 watt, incl lamps",rs-means,Unit,180303,Ea
|
180
|
+
212,"Exterior LED fixture, modular, type IV, 240 V, 202 watt, incl lamps",rs-means,Unit,180304,Ea
|
181
|
+
213,"Exterior LED fixture, wall pack, glass, 13 watt, incl lamps",rs-means,Unit,180305,Ea
|
182
|
+
214,"Exterior LED fixture, wall pack, poly w/photocell, 26 watt, incl lamps",rs-means,Unit,180306,Ea
|
183
|
+
215,"Exterior LED fixture, wall pack, poly w/photocell, 50 watt, incl lamps",rs-means,Unit,180307,Ea
|
184
|
+
216,"Exterior LED fixture, wall pack, replacement, 40 watt, incl lamps",rs-means,Unit,180308,Ea
|
185
|
+
217,"Exterior LED fixture, wall pack, replacement, 60 watt, incl lamps",rs-means,Unit,180309,Ea
|
186
|
+
218,Parking LED 88 watt lamp pole mounting (excludes pole),rs-means,Unit,180310,Ea
|
187
|
+
219,Walkway LED 86 watts 4350 lumens pole mounted (includes pole),rs-means,Unit,180311,Ea
|
188
|
+
220,Walkway LED 86 watts 4630 lumens pole mounted (includes pole),rs-means,Unit,180312,Ea
|
189
|
+
221,Walkway LED 80 watts 4000 lumens pole mounted (includes pole),rs-means,Unit,180313,Ea
|
190
|
+
222,"Fluorescent lamp, rapid start, cool white, 20 watt, 2' long",rs-means,Unit,180314,Ea
|
191
|
+
223,"Fluorescent lamp, rapid start, cool white, 40 watt, 4' long",rs-means,Unit,180315,Ea
|
192
|
+
224,"Fluorescent lamp, rapid start, cool white, 30 watt, 3' long",rs-means,Unit,180316,Ea
|
193
|
+
225,"Fluorescent lamp, rapid start, cool white, energy saver, 25 watt, 3' long",rs-means,Unit,180317,Ea
|
194
|
+
226,"Fluorescent lamp, rapid start, cool white, U-40 watt",rs-means,Unit,180318,Ea
|
195
|
+
227,"Fluorescent lamp, rapid start, cool white, energy saver, U-34 watt",rs-means,Unit,180319,Ea
|
196
|
+
228,"Fluorescent lamp, rapid start, cool white, energy saver, 34 watt energy saver, 4' long",rs-means,Unit,180320,Ea
|
197
|
+
229,"Fluorescent lamp, energy saver, 17 watt, 2' long, T8",rs-means,Unit,180321,Ea
|
198
|
+
230,"Fluorescent lamp, energy saver, 25 watt, 3' long, T8",rs-means,Unit,180322,Ea
|
199
|
+
231,"Fluorescent lamp, energy saver, 32 watt, 4' long, T8",rs-means,Unit,180323,Ea
|
200
|
+
232,"Fluorescent lamp, slimline, 40 watt, 4' long",rs-means,Unit,180324,Ea
|
201
|
+
233,"Fluorescent lamp, slimline, energy saver, 30 watt, 4' long",rs-means,Unit,180325,Ea
|
202
|
+
234,"Fluorescent lamp, slimline, 75 watt, 8' long",rs-means,Unit,180326,Ea
|
203
|
+
235,"Fluorescent lamp, slimline, energy saver, 60 watt, 8' long",rs-means,Unit,180327,Ea
|
204
|
+
236,"Fluorescent lamp, high output, 60 watt, 4' long",rs-means,Unit,180328,Ea
|
205
|
+
237,"Fluorescent lamp, high output, 95 watt, 8' long",rs-means,Unit,180329,Ea
|
206
|
+
238,"Fluorescent lamp, high output, 110 watt, 8' long",rs-means,Unit,180330,Ea
|
207
|
+
239,"Fluorescent lamp, high output, energy saver, 14 watt, 2' long, T5",rs-means,Unit,180331,Ea
|
208
|
+
240,"Fluorescent lamp, high output, energy saver, 21 watt, 3' long, T5",rs-means,Unit,180332,Ea
|
209
|
+
241,"Fluorescent lamp, high output, energy saver, 28 watt, 4' long, T5",rs-means,Unit,180333,Ea
|
210
|
+
242,"Fluorescent lamp, high output, energy saver, 54 watt, 4' long, T5",rs-means,Unit,180334,Ea
|
211
|
+
243,"Fluorescent lamp, very high output, 110 watt, 4' long",rs-means,Unit,180335,Ea
|
212
|
+
244,"Fluorescent lamp, very high output, energy saver, 195 watt, 8' long",rs-means,Unit,180336,Ea
|
213
|
+
245,"Fluorescent lamp, very high output, 215 watt, 8' long",rs-means,Unit,180337,Ea
|
214
|
+
246,"Fluorescent lamp, full spectrum, 60 watt, 4' long",rs-means,Unit,180338,Ea
|
215
|
+
247,"Fluorescent lamp, full spectrum, 85 watt, 6' long",rs-means,Unit,180339,Ea
|
216
|
+
248,"Fluorescent lamp, full spectrum, 110 watt, 8' long",rs-means,Unit,180340,Ea
|
217
|
+
249,"Fluorescent lamp, twin tube compact lamp",rs-means,Unit,180341,Ea
|
218
|
+
250,"Fluorescent lamp, double twin tube compact lamp",rs-means,Unit,180342,Ea
|
219
|
+
251,"Metal halide lamp, mogul base, 175 Watt",rs-means,Unit,180343,Ea
|
220
|
+
252,"Metal halide lamp, mogul base, 250 Watt",rs-means,Unit,180344,Ea
|
221
|
+
253,"Metal halide lamp, mogul base, 400 Watt",rs-means,Unit,180345,Ea
|
222
|
+
254,"Metal halide lamp, mogul base, 1000 Watt",rs-means,Unit,180346,Ea
|
223
|
+
255,"Metal halide lamp, mogul base, 125 000 initial lumens, 1000 Watt",rs-means,Unit,180347,Ea
|
224
|
+
256,"Metal halide lamp, mogul base, 1500 Watt",rs-means,Unit,180348,Ea
|
225
|
+
257,"High pressure sodium lamp, mogul base, 70 watt",rs-means,Unit,180349,Ea
|
226
|
+
258,"High pressure sodium lamp, mogul base, 100 watt",rs-means,Unit,180350,Ea
|
227
|
+
259,"high pressure sodium lamp, mogul base, 150 watt",rs-means,Unit,180351,Ea
|
228
|
+
260,"high pressure sodium lamp, mogul base, 250 watt",rs-means,Unit,180352,Ea
|
229
|
+
261,"high pressure sodium lamp, mogul base, 400 watt",rs-means,Unit,180353,Ea
|
230
|
+
262,"high pressure sodium lamp, mogul base, 1000 watt",rs-means,Unit,180354,Ea
|
231
|
+
263,"Low pressure sodium lamp, mogul base, 35 watt",rs-means,Unit,180355,Ea
|
232
|
+
264,"Low pressure sodium lamp, mogul base, 55 watt",rs-means,Unit,180356,Ea
|
233
|
+
265,"Low pressure sodium lamp, mogul base, 90 watt",rs-means,Unit,180357,Ea
|
234
|
+
266,"Low pressure sodium lamp, mogul base, 135 watt",rs-means,Unit,180358,Ea
|
235
|
+
267,"Low pressure sodium lamp, mogul base, 180 watt",rs-means,Unit,180359,Ea
|
236
|
+
268,"quartzline lamp, clear, 500 watt",rs-means,Unit,180360,Ea
|
237
|
+
269,"quartzline lamp, clear, 1500 watt",rs-means,Unit,180361,Ea
|
238
|
+
270,"Quartzline lamp, spot, 50 watt, MR 16",rs-means,Unit,180362,Ea
|
239
|
+
271,"Quartzline tungsten halogen lamp, 400 Watt, T4",rs-means,Unit,180363,Ea
|
240
|
+
272,"Quartzline tungsten halogen lamp, 1200 Watt, T3",rs-means,Unit,180364,Ea
|
241
|
+
273,"Halogen lamp, 50 watt, PAR 30",rs-means,Unit,180365,Ea
|
242
|
+
274,"Halogen lamp, 90 watt, PAR 38",rs-means,Unit,180366,Ea
|
243
|
+
275,"LED lamp, interior, globe clear A60, equal to 60 watt",rs-means,Unit,180367,Ea
|
244
|
+
276,"LED lamp, interior, globe frosted A60, equal to 60 watt",rs-means,Unit,180368,Ea
|
245
|
+
277,"LED lamp, interior, globe earth, equal to 100 watt",rs-means,Unit,180369,Ea
|
246
|
+
278,"LED lamp, interior, MR16, 3 watt, replacement of halogen 25 watt",rs-means,Unit,180370,Ea
|
247
|
+
279,"LED lamp, interior, MR16, 6 watt, replacement of halogen 45 watt",rs-means,Unit,180371,Ea
|
248
|
+
280,"LED lamp, interior, PAR20, 10 watt, equal to 60 watt",rs-means,Unit,180372,Ea
|
249
|
+
281,"LED lamp, interior, PAR30, 15 watt, equal to 100 watt",rs-means,Unit,180373,Ea
|
250
|
+
282,"LED lamp 50 watt, w 6ft pri",rs-means,Unit,180374,Ea
|
251
|
+
283,LED 11 watt dimmable warm white,rs-means,Unit,180375,Ea
|
252
|
+
284,LED 13 watt dimmable warm white,rs-means,Unit,180376,Ea
|
253
|
+
285,"LED 9 watt 3500K strip replacement for T8 2 ft linear, frosted",rs-means,Unit,180377,Ea
|
254
|
+
286,"LED 9 watt 4000K strip replacement for T8 2 ft linear, frosted",rs-means,Unit,180378,Ea
|
255
|
+
287,"LED 9 watt 5000K strip replacement for T8 2 ft linear, frosted",rs-means,Unit,180379,Ea
|
256
|
+
288,"LED 18 watt 4000K strip replacement for T8 4 ft linear, frosted",rs-means,Unit,180380,Ea
|
257
|
+
289,"LED 18 watt 5000K strip replacement for T8 4 ft linear, frosted",rs-means,Unit,180381,Ea
|
258
|
+
400,Lighting Control Module,rs-means,Unit,180382,Ea
|
259
|
+
401,Remote Power Pack,rs-means,Unit,180383,Ea
|
260
|
+
402,"Occupancy Sensor, passive infrared ceiling mount",rs-means,Unit,180384,Ea
|
261
|
+
403,"Occupancy Sensor, ultrasonic ceiling mount",rs-means,Unit,180385,Ea
|
262
|
+
404,"Occupancy Sensor, dual technology ceiling mount",rs-means,Unit,180386,Ea
|
263
|
+
405,Automatic wall Switch,rs-means,Unit,180387,Ea
|
264
|
+
406,"Daylight sensor, manual control ceiling mount",rs-means,Unit,180388,Ea
|
265
|
+
407,"Daylight sensor, ceiling mount, remote with dimming and remote controller",rs-means,Unit,180389,Ea
|
266
|
+
408,"Daylight sensor,wall mount on/off with dimming",rs-means,Unit,180390,Ea
|
267
|
+
290,"LED lamp, 17 W LED PAR 38 100 W replacement parabolic reflector ",rs-means,Unit,180376,Ea
|
@@ -0,0 +1,164 @@
|
|
1
|
+
materials_opaque_id,description,source,type,material_type,id,unit,quantity,material_mult,labour_mult,op_mult,eqpt
|
2
|
+
1,gypsum wallboard 0.5 in thick,rs-means,Unit,opaque,110017,ft2,1,1,1,0.381,1
|
3
|
+
2,"standard wood studs with single bottom plate and double top plate, 16"" O.C., pneumatic nailer",rs-means,Assembly,opaque,240018,LF,0.1,1,1,0,1
|
4
|
+
3,polyethylene 4 ml vapour barrier,rs-means,Unit,opaque,090019,SQ,0.01,1,1,0.543,1
|
5
|
+
4,"foil face fibreglass batts, 5"" thick, 15"" wide, RSI 3.36",rs-means,Unit,opaque,090020,ft2,1,0.84,1,0.229,1
|
6
|
+
5,"plywood sheathing, CDX, 0.5 in, pneumatic nailer",rs-means,Unit,opaque,080021,Ft2,1,1,1,0.33,1
|
7
|
+
6,"weather barrier, spunbonded polyethylene",rs-means,Unit,opaque,090022,ft2,1,1,1,0.29,1
|
8
|
+
7,"wood siding T&G ""B"" grade",rs-means,Unit,opaque,090023,ft2,1,1,1,0.18,1
|
9
|
+
8,"joint sealants. tapes, foam, adhesive ",rs-means,Assembly,opaque,240018,CLF,0.001,1,1,0,1
|
10
|
+
9,"waterproof sealer, 1 coat, sprayed",rs-means,Unit,opaque,110024,ft2,1,1,1,0.35,1
|
11
|
+
10,"stains, paints, 2 coats sprayed",rs-means,Unit,opaque,110025,ft2,1,1,1,0.36,1
|
12
|
+
11,"galvanized LB studs, 16 ga x 3-5/8\"" W studs 16\"" O.C. x 10' H, incl galvanized top & bottom track, excl openings, headers, beams, bracing & bridging",rs-means,Unit,opaque,070026,LF,0.1,1,1,0,1
|
13
|
+
12,Polymer EIFS with 2 in EPS and finish,rs-means,Unit,opaque,090027,ft2,1,1,1,0.4,1
|
14
|
+
13,"standard wood studs with single bottom plate and double top plate, 16"" O.C.",rs-means,Assembly,opaque,240018,ft2,1,1,1,0,1
|
15
|
+
14,"vinyl siding, clapboard profile, woodgrain texture, 0.048 "" thick, 8"" width",rs-means,Unit,opaque,090028,ft2,1,1,1,0.377,1
|
16
|
+
15,"aluminum flashing, mill finish. 0.013 "" thick",rs-means,Assembly,opaque,240029,ft2,1,1,1,0,1
|
17
|
+
16,"metal decking strips, galvanized, 18 gauge",rs-means,Unit,opaque,070030,LF,0.0766,1,1,0,1
|
18
|
+
17,"10 yr finish metal siding, 24 gauge, 0.0239 "" thick with fasteners",rs-means,Unit,opaque,090031,ft2,1,1,1,0.315,1
|
19
|
+
18,"aluminum closure strips, mill finish. 0.032 "" thick",rs-means,Unit,opaque,090032,LF,0.111,1,1,0,1
|
20
|
+
19,"joint sealants. tapes, foam, adhesive ",rs-means,Assembly,opaque,240033,CLF,0.00397,1,1,0,1
|
21
|
+
20,"Brick walls, face brick, red, running bond, 6.75/SF, 4\"" thick, includes mortar",rs-means,Unit,opaque,060034,ft2,1,1,1,0,1
|
22
|
+
21,"Lintel angle, structural, unpainted, under 500 lb., shop fabricated",rs-means,Unit,opaque,070035,lb,1,1,1,0,1
|
23
|
+
22,"Sheet metal flashing, 0.019"" thick",rs-means,Assembly,opaque,240018,ft2,0.1,1,1,0,1
|
24
|
+
23,"standard wood studs with single bottom plate and double top plate, 16"" O.C.",rs-means,Assembly,opaque,240036,ft2,1,1,1,0,1
|
25
|
+
24,"Block, tooled joints both sides, includes morter, excludes, scaffolding, reinforcing, grout",rs-means,Unit,opaque,060037,ft2,1,1,1,0,1
|
26
|
+
25,"masonry reinforcing bars, galvanized ladder type 9 gauge with ties placed horizontally",rs-means,Unit,opaque,060038,CLF,0.008,1,1,0,1
|
27
|
+
26,masonry #5 and #6 reinforcing bars placed vertically,rs-means,Unit,opaque,060039,lb,0.43,1,1,0,1
|
28
|
+
27,"Control joint, PVC",rs-means,Unit,opaque,060040,LF,0.05,1,1,0,1
|
29
|
+
28,"Grout, 8"" thick including pumping",rs-means,Unit,opaque,060041,ft2,0.188,1,1,0,1
|
30
|
+
29,"XPS, 25 PSI, 3"" RSI 2.64 modified to 3.75"" RSI 3.33",rs-means,Unit,opaque,090042,ft2,1,1.25,1,0.22,1
|
31
|
+
30,"fibreglass batts, 3.5 in thick RSI2.29",rs-means,Unit,opaque,090043,ft2,1,1,1,0.27,1
|
32
|
+
31,"80 ton erection crane, truck mounted",rs-means,Unit,opaque,010044,Day,0.000116,1,1,0,1
|
33
|
+
32,"C.I.P. forms, wood to 10 inches high, including erecting, bracing, stripping cleaning",rs-means,Unit,opaque,020045,LF,0.24,1,1,0,1
|
34
|
+
33,"Form aligner for C.I.P. footing forms, material only",rs-means,Unit,opaque,020046,Ea,0.056,1,1,0,1
|
35
|
+
34,"Slab lifting inserts, galvanized, 1"" diameter by 10"" high material only",rs-means,Unit,opaque,020047,C,8e-05,1,1,0,1
|
36
|
+
35,"Welded wire fabric sheets 6""x6"" 42 lbs per Ft2, excludes accessories",rs-means,Unit,opaque,020048,ft2,0.02,1,1,0,1
|
37
|
+
36,"Structural concrete, 3000 PSI, 6"" thick includes, levelling, excludes additives and treatment",rs-means,Unit,opaque,020049,yd3,0.0125,1,1,0,1
|
38
|
+
37,"Concrete surface treatment, sprayed membrane compound",rs-means,Unit,opaque,020050,CSF,0.01,1,1,0,1
|
39
|
+
38,"Tilt-up panel release agent, 1 gal/700ft2",rs-means,Unit,opaque,020051,Gal,0.000285,1,1,0,1
|
40
|
+
39,"Angle framing structural steel, field fabricated",rs-means,Unit,opaque,070052,lb,0.19,1,1,0,1
|
41
|
+
40,"XPS, 25 PSI, 2"" RSI 1.76",rs-means,Unit,opaque,090053,ft2,1,1,1,0.253,1
|
42
|
+
41,"Precast panel, 4 ft x 8 ft smooth white face finish, 4 inch thick, includes erection on prepared openings",rs-means,Unit,opaque,020054,ft2,1,1,1,0,1
|
43
|
+
42,"XPS, 25 PSI, 2 sheets of 2"" RSI 1.76 each total 4"" RSI 3.52",rs-means,Unit,opaque,090053,ft2,1,2,2,0.253,1
|
44
|
+
43,"fibreglass batts, 6 in thick RSI 3.35",rs-means,Unit,opaque,090055,ft2,1,1,1,0.234,1
|
45
|
+
44,"C.I.P. forms, plywood to 8ft high, including erecting, bracing, stripping cleaning",rs-means,Unit,opaque,020056,SFCA,2,1,1,0,1
|
46
|
+
45,"Reinforcing Steel, #3 to #7, includes labour for accessories, but excludes accessories",rs-means,Unit,opaque,020057,ton,0.000376,1,1,0,1
|
47
|
+
46,"Structural concrete, 3000 PSI, 6"" thick includes pumping, levelling, consolidation, excludes additives and treatment",rs-means,Unit,opaque,020049,yd3,0.018,1,1,0,1
|
48
|
+
47,"Concrete finishing, surface treatment, patching, tie break-off",rs-means,Unit,opaque,020058,ft2,2,1,1,0,1
|
49
|
+
48,"Steel siding, factory panel, galvanized, 22 gauge, colored 1 side and baked enamal exterior finish, includes 2 in. polystyrene modified to 3"" PS",rs-means,Unit,opaque,090059,ft2,1,1.5,1,0,1
|
50
|
+
49,"fibreglass batts, 3.5 in thick RSI2.29 modified to 5 inch batt RSI 3.05",rs-means,Unit,opaque,090043,ft2,1,1.33,1,0.272,1
|
51
|
+
50,"Spandrel glass 3/8"" plate",rs-means,Unit,opaque,100060,ft2,1,1,1,0,1
|
52
|
+
51,Aluminum panel with 2 inches fibreglass,rs-means,Unit,opaque,100061,ft2,1,1,1,0,1
|
53
|
+
52,"22 gauge sheet metal galvanized with 2"" fibreglass, polyvinyl exterior finish",rs-means,Unit,opaque,090059,ft2,1,1,1,0,1
|
54
|
+
53,"foil face fibreglass batts, 6 "" thick, 15"" wide, RSI 3.52",rs-means,Unit,opaque,090020,ft2,1,1,1,0.229,1
|
55
|
+
54,"0.5"" Isoboard, 4 x 8 sheet, foil faced (RSI 0.48)",rs-means,Unit,opaque,090062,ft2,1,1,1,0.405,1
|
56
|
+
55,"XPS, 25 PSI, 2"" RSI 1.76 modified to 2 x 2.5"" sheets: total 5"" RSI 4.4",rs-means,Unit,opaque,090053,ft2,1,2.5,2,0.253,1
|
57
|
+
56,"Isoboard, 1"" thick, RSI .98",rs-means,Unit,opaque,090063,ft2,1,1,1,0.337,1
|
58
|
+
57,"XPS, 25 PSI, 2"" RSI 1.76",rs-means,Unit,opaque,090053,ft2,1,1,1,0.253,1
|
59
|
+
58,"XPS, 25 PSI, 2"" RSI 1.76 modified to 2 x 2.25"" sheets RSI 4",rs-means,Unit,opaque,090053,ft2,1,2.25,2,0.253,1
|
60
|
+
59,"XPS, 25 PSI, 2"" RSI 1.76 modified to 3 x 2"" sheets RSI 5.28",rs-means,Unit,opaque,090053,ft2,1,3,3,0.253,1
|
61
|
+
60,"fibreglass batts, 6 in thick RSI3.35",rs-means,Unit,opaque,090055,ft2,1,1,1,0.234,1
|
62
|
+
61,"Polyurethane foam lining of spandrel panel, 1 "" RSI 1.14",rs-means,Unit,opaque,090064,ft2,1,1,1,0,1
|
63
|
+
62,"Polyurethane foam lining of spandrel panel, 1 "" RSI 1.14",rs-means,Unit,opaque,090064,ft2,1,1,1,0.281,1
|
64
|
+
63,"Isoboard, 1.5"" thick, RSI 1.38",rs-means,Unit,opaque,090065,ft2,1,1,1,0.34,1
|
65
|
+
64,"Polyurethane Foam 4.5"" thick, RSI 5.15 modifed to 5"" foaming RSI 5.67",rs-means,Unit,opaque,090066,ft2,1,1.1,1.25,0.203,1.25
|
66
|
+
65,"XPS, 25 PSI, 2"" RSI 1.76 modified to 2 x 2.5"" sheets: total 5"" RSI 4.4",rs-means,Unit,opaque,090053,ft2,1,2.5,2,0.253,1
|
67
|
+
66,"Polyurethane foam lining of spandrel panel, 2 "" RSI 2.2",rs-means,Unit,opaque,090067,ft2,1,1,1,0.2,1
|
68
|
+
67,"Isoboard sheathing, 2"" thick RSI 1.93",rs-means,Unit,opaque,090068,Ft2,1,1,1,0.31,1
|
69
|
+
68,"Polyurethane Foam 4.5"" thick, RSI 5.15 modified to 5.5"" foaming RSI 6.18",rs-means,Unit,opaque,090066,ft2,1,1.2,1.25,0.203,1.25
|
70
|
+
69,"fibreglass batts, 6 in thick RSI 3.34",rs-means,Unit,opaque,090055,ft2,1,1,1,0.234,1
|
71
|
+
70,"Isoboard sheathing, 3"" thick RSI 2.88 2 sheets 6"" RSI 5.76",rs-means,Unit,opaque,090069,ft2,1,2,2,0.207,1
|
72
|
+
71,"XPS, 25 PSI, 2"" RSI 1.76 modified to 2 x 2.5"" sheets: total 5"" RSI 4.4",rs-means,Unit,opaque,090053,ft2,1,2.5,2,0.253,1
|
73
|
+
72,"Polyurethane foam lining of spandrel panel, 3 "" RSI 3.42",rs-means,Unit,opaque,090070,ft2,1,1,1,0.197,1
|
74
|
+
73,"Isoboard 3"" RSI 2.9, modified to 3.75"" sheet RSI 3.63",rs-means,Unit,opaque,090069,ft2,1,1.25,1,0.207,1
|
75
|
+
74,"gypsumboard, 0.5 in. fire rated, no finish or taping",rs-means,Unit,opaque,110071,ft2,1,1,1,0.378,1
|
76
|
+
75,"Isoboard 3"" RSI 2.9, modified to 4"" sheet RSI 3.85",rs-means,Unit,opaque,090069,ft2,1,1.33,1,0.207,1
|
77
|
+
76,"Isoboard 4"" RSI 3.87 modified to 2x2.5"" sheets RSI 4.84",rs-means,Unit,opaque,090072,ft2,1,1.25,2,0.195,1
|
78
|
+
77,"Isoboard 4"" RSI 3.87 modfied to 2 x 2.75"" sheets RSI 5.15",rs-means,Unit,opaque,090072,ft2,1,1.33,2,0.195,1
|
79
|
+
78,"Polyurethane foam, closed cell, 4"", RSI 4.10 modified to 6""foaming RSI 6.15",rs-means,Unit,opaque,090073,ft2,1,1.5,1.25,0.197,1.25
|
80
|
+
79,"Fibreglass Foil Faced 3 "" RSI 2.29",rs-means,Unit,opaque,090043,ft2,1,1,1,0.27,1
|
81
|
+
80,"XPS, 25 PSI, 3"" RSI 2.64",rs-means,Unit,opaque,090042,ft2,1,1,1,0.221,1
|
82
|
+
81,"Fibreglass Foil Faced High Density 3 "" RSI 2.64",rs-means,Unit,opaque,090074,ft2,1,1,1,0.27,1
|
83
|
+
82,"XPS, 25 PSI, 2"" RSI 1.76 modified to 2 sheets 4"" RSI 3.52",rs-means,Unit,opaque,090053,ft2,1,2,2,0.253,1
|
84
|
+
83,"Fibreglass Foil Faced 6 "" RSI 3.7",rs-means,Unit,opaque,090075,ft2,1,1,1,0.23,1
|
85
|
+
84,"XPS, 25 PSI, 2"" RSI 1.76 modified to 2 sheets 4"" RSI 3.52",rs-means,Unit,opaque,090053,ft2,1,2,2,0.253,1
|
86
|
+
85,"XPS, 25 PSI, 3"" RSI 2.64 modified to 1x 3"" sheet and 1x 2.25"" sheet RSI 4.63",rs-means,Unit,opaque,090042,ft2,1,1.75,2,0.221,1
|
87
|
+
86,"Polyurethance foam, 6"" RSI 5.28",rs-means,Unit,opaque,090076,ft2,1,1,1,0.2,1
|
88
|
+
87,"asphalt flood coat, gravel base coated glass-fibre sheet and 3 plies glass fibre felt (type IV) mopped on nailable deck",rs-means,Unit,opaque,090077,SQ.,0.01,1,1,0.378,1
|
89
|
+
88,"plywood underlayment 0.5"" thick",rs-means,Unit,opaque,080078,ft2,1,1,1,0.225,1
|
90
|
+
89,"roof deck extruded polystyrene, 4"" (RSI 3.52), 25 PSI modifed to 1x4"" + 1x1.25"" sheets RSI 4.4",rs-means,Unit,opaque,090079,ft2,1,1.25,2,0.149,1
|
91
|
+
90,"Spruce Wood decking, 2 "" thick",rs-means,Unit,opaque,080080,ft2,1,1,1,0.383,1
|
92
|
+
91,"roof deck extruded polystyrene, 4"" (RSI 3.52), 25 PSI",rs-means,Unit,opaque,090079,ft2,1,1,1,0.149,1
|
93
|
+
92,"Fibreglassboard, 1-5/16 inches thick RSI 0.92",rs-means,Unit,opaque,090081,ft2,1,1,1,0.191,1
|
94
|
+
93,"Steel decking, open type galvanized, 1.5"" rib depth, 18 gauge",rs-means,Unit,opaque,070082,ft2,1,1,1,0.179,1
|
95
|
+
94,"60 ml Single ply EPDM membrane fully adhered to underlayment, 0.4 lb/ft2 no ballast or aggregate topping",rs-means,Unit,opaque,090083,SQ.,0.01,1,1,0.29,1
|
96
|
+
95,"Zinc Steel roofing, 28 gauge, .020"" thick, 115 lb/ft2",rs-means,Unit,opaque,090084,SQ.,0.01,1,1,0.208,1
|
97
|
+
96,"Asphalt felt, #15",rs-means,Unit,opaque,090085,ft2,1,1,1,0.538,1
|
98
|
+
97,Plywood underlayment 0.75' thick,rs-means,Unit,opaque,080086,ft2,1,1,1,0.215,1
|
99
|
+
98,"Premium shingles, Class A, 300-385 lbs/ft2, pneumatic nailer",rs-means,Unit,opaque,090087,SQ.,0.01,1,1,0.3,1
|
100
|
+
99,"9.5"" thick fibreglass, kraft coated ceiling insulation, 15"" wide blanket (RSI 5.28)",rs-means,Unit,opaque,090088,ft2,1,1,1,0.36,1
|
101
|
+
100,"Isoboard, 1.5 in thick RSI 1.48",rs-means,Unit,opaque,090089,ft2,1,1,1,0.238,1
|
102
|
+
101,"12"" thick fibreglass, kraft coated ceiling insulation, 15"" wide blanket (RSI 6.69)",rs-means,Unit,opaque,090090,ft2,1,1,1,0.312,1
|
103
|
+
102,"roof deck extruded polystyrene, 4"" (RSI 3.52), 25 PSI modifed to 1x4"" + 1x2"" sheets RSI 5.28",rs-means,Unit,opaque,090079,ft2,1,1.5,2,0.149,1
|
104
|
+
103,"Isoboard, 0.75 in thick RSI .72",rs-means,Unit,opaque,090091,ft2,1,1,1,0.27,1
|
105
|
+
104,"18"" thick fibreglass blown ceiling (RSI 7.9) ",rs-means,Unit,opaque,090092,ft2,1,1.2,1,0.305,1
|
106
|
+
105,"16"" thick fibreglass blown ceiling (RSI 6.7)",rs-means,Unit,opaque,090092,ft2,1,1,1,0.305,1
|
107
|
+
106,"roof deck extruded polystyrene, 4"" (RSI 3.52), 25 PSI modifed to 2x4"" sheets RSI 7.04",rs-means,Unit,opaque,090079,ft2,1,2,2,0.149,1
|
108
|
+
107,"20"" thick fibreglass blown ceiling (RSI 8.63)",rs-means,Unit,opaque,090093,ft2,1,1,1,0.31,1
|
109
|
+
108,gypsum wallboard 0.5 in thick,rs-means,Unit,opaque,110017,ft2,1,1,1,,1
|
110
|
+
109,"Roof Insulation fastening, 4"" screws",rs-means,Unit,opaque,090094,Ea.,1,1,1,0,1
|
111
|
+
110,"C.I.P. forms elevated slab floor hung from steel beams, including shoring, erection, bracing",rs-means,Unit,opaque,020095,ft2,1,1,1,0,1
|
112
|
+
111,"C.I.P. forms elevated slab edge forms, including shoring, erection, bracing",rs-means,Unit,opaque,020096,SFCA,0.2,1,1,0,1
|
113
|
+
112,"Reinforcing steel for elevated slabs and ceilings/roofa, grade 60, all assembly and accessories",rs-means,Unit,opaque,020097,ton,0.001275,1,1,0,1
|
114
|
+
113,"Structural concrete, 3000 PSI, complete delivered and pum,ped in place",rs-means,Unit,opaque,020049,yd3,0.0231,1,1,0,1
|
115
|
+
114,"Concrete surface treatment, curing, sprayed membrane compound",rs-means,Unit,opaque,020050,C.S.F.,0.01,1,1,0,1
|
116
|
+
115,"Sprayed fireproofing, vermiculite cement, 0.25""",rs-means,Unit,opaque,090098,ft2,1,1,1,0.177,1
|
117
|
+
116,"Roof Insulation fastening, 4"" screws modifed to 8"" screws",rs-means,Assembly,opaque,250099,Ea.,1,2,1,0,1
|
118
|
+
117,"Floor system, light gauge (14 ga.) galvanized steel, ""C"" type joists, 10"" deep, 24"" spacing, 15' span, 116 PSF total load",rs-means,Unit,opaque,070100,LF,0.22,1,1,0,1
|
119
|
+
118,"3/4"" thick CDX plywood subfloor, pneumatic nailed",rs-means,Unit,opaque,080101,ft2,1,1,1,0.27,1
|
120
|
+
119,"Steel siding, bevelled with vinyl finish, 10"" width",rs-means,Unit,opaque,090102,ft2,1,1,1,0.31,1
|
121
|
+
120,"Floor system, 2""x10"" joists, 24"" spacing, 116 PSF total load",rs-means,Unit,opaque,080103,MBF,0.00091,1,1,0,1
|
122
|
+
121,"Isoboard, 1.5 "" 4 x 8 sheet, foil faced (RSI 1.28)",rs-means,Unit,opaque,090065,ft2,1,1,1,0.34,1
|
123
|
+
122,"6"" sprayed polyurethane foam (RSI 6.86) modifed to 9"" foaming RSI 10.3",rs-means,Unit,opaque,090076,ft2,1,1.5,1.25,0.21,1.25
|
124
|
+
123,"Concrete forms, wooden, erecting, bracing, stripping, cleaning",rs-means,Unit,opaque,020045,LF,0.03,1,1,0,1
|
125
|
+
124,"Expansion joint, premolded bituminous fiber",rs-means,Unit,opaque,020104,LF,0.22,1,1,0,1
|
126
|
+
125,"Welded wire, 6 x 6 sheets, 30 lbs/ft2",rs-means,Unit,opaque,020105,CSF,0.012,1,1,0,1
|
127
|
+
126,"Structural concrete, ready mix 3500 psi, local aggregate, Type 1 Portland cement, no additives",rs-means,Unit,opaque,020106,yd3,0.019,1,1,0,1
|
128
|
+
127,"Structural concrete, placing, slab on grade, direct chute, over 6\"" thick, includes leveling ",rs-means,Unit,opaque,020107,yd3,0.019,1,1,0,1
|
129
|
+
128,"Concrete finishing, specified Random Access Floors ACI Classes 1, 2, 3 & 4",rs-means,Unit,opaque,020108,ft2,1,1,1,0,1
|
130
|
+
129,"Concrete surface treatment, sprayed membrane",rs-means,Unit,opaque,020050,CSF,0.01,1,1,0,1
|
131
|
+
130,"Vapur barrier, polyethylene 6 mil",rs-means,Unit,opaque,090109,SQ,0.01,1,1,0,1
|
132
|
+
131,"Fine grading, finish grading, small area, to be paved with grader",rs-means,Unit,opaque,200110,SY,0.11,1,1,0,1
|
133
|
+
132,"Fill, gravel fill, compacted, under floor slabs, 4\"" deep",rs-means,Unit,opaque,200111,ft2,1,1,1,0,1
|
134
|
+
133,"Isoboard, 38 mm RSI 1.44",rs-means,Unit,opaque,090089,ft2,1,1,1,0.237,1
|
135
|
+
134,"XPS, 3"" 2.64",rs-means,Unit,opaque,090112,ft2,1,1,1,0.18,1
|
136
|
+
135,"Concrete finishing, fresh concrete flatwork, floors, basic finishing for unspecified flatwork",rs-means,Unit,opaque,020113,ft2,1.5,1,1,0,1
|
137
|
+
136,"Washing brick, smooth brick, acid wash",rs-means,Unit,opaque,060114,ft2,1,1,1,0,1
|
138
|
+
137,"Structural concrete, placing, slab on grade, direct chute, up to 6\"" thick, includes leveling ",rs-means,Unit,opaque,020115,yd3,0.025,1,1,0,1
|
139
|
+
138,"Wood framing, partitions, standard & better lumber, 2\"" x 6\"" studs, 16\"" O.C., 10' high, includes single bottom plate and double top plate",rs-means,Unit,opaque,080116,LF,0.1,1,1,0,1
|
140
|
+
139,"Sheet metal flashing, aluminum, flexible, mill finish, .019\"" thick, including up to 4 bends",rs-means,Unit,opaque,090117,ft2,0.1,1,1,0,1
|
141
|
+
140,"Pre-formed joint seals, backer rod, polyethylene, 1/4\"" dia""",rs-means,Unit,opaque,090118,CLF,0.001,1,1,0,1
|
142
|
+
141,"Joint sealants, caulking and sealants, butyl based, bulk, 1/4\"" x 1/2\""",rs-means,Unit,opaque,090119,LF,0.125,1,1,0,1
|
143
|
+
142,"Structural concrete, placing, walls, pumped, 8\"" thick, includes leveling (strike off) & consolidation",rs-means,Unit,opaque,020120,yd3,0.018,1,1,0,1
|
144
|
+
143,"Concrete finishing, specified Random Access Floors ACI Classes 1, 2, 3 & 4,",rs-means,Unit,opaque,020108,ft2,1,1,1,0,1
|
145
|
+
144,"Structural concrete, placing, elevated slab, pumped, 6\"" to 10\"" thick, includes leveling (strike off) & consolidation",rs-means,Unit,opaque,020121,yd3,0.625,1,1,0,1
|
146
|
+
145,Installation of 14 gauge steel floor joist to beams/headers,rs-means,Unit,opaque,070122,Ea.,0.3,1,1,0,1
|
147
|
+
146,"Metal Door 20 gauge, includes hardware",rs-means,Unit,opaque,100123,Ea.,0.0476,1,1,0,1
|
148
|
+
147,"Aluminum Commercial Entrance pair of 2'-6"" x 7'-0"" includes hardware",rs-means,Unit,opaque,100124,Ea.,0.02857,1,1,0,1
|
149
|
+
148,"Fibreglass Door, 3'-0"" x 7'-0', includes hardware",rs-means,Unit,opaque,100125,Ea.,0.0476,1,1,0,1
|
150
|
+
149,"Steel Overhead Rolling Door, 10'-0 x 10'-0' includes hardware",rs-means,Unit,opaque,100126,Ea.,0.01,1,1,0,1
|
151
|
+
150,"XPS, 25 PSI, 1"" RSI 0.88",rs-means,Unit,opaque,090127,ft2,1,1,1,0,1
|
152
|
+
151,"XPS, 25 PSI, 1"" RSI 0.88 modifed to 1.5"" sheet RSI 1.32",rs-means,Unit,opaque,090127,ft2,1,1.5,1,0.253,1
|
153
|
+
152,"Isoboard, 1"" RSI 1.94 modified to 2"" RSI 3.88",rs-means,Unit,opaque,090128,ft2,1,2,1,0.237,1
|
154
|
+
153,"Fibreglasboard 1"" RSI 0.69",rs-means,Unit,opaque,090129,ft2,1,1,1,0,1
|
155
|
+
154,10 inch fibreglass insulation RSI 5.86,rs-means,Unit,opaque,090088,ft2,1,1.05,1,0.36,1
|
156
|
+
155,"Fibreglass Foil Faced 6 "" RSI 3.7 batts, 2 batts installed, modifed to 2 6"" batts back to back RSI 7.4",rs-means,Unit,opaque,090075,ft2,1,2,2,0.23,1
|
157
|
+
156,concrete cutting through wall per inch of thickness,rs-means,Unit,opaque,020130,LF,1,1,1,1,1
|
158
|
+
157,"galvanized LB studs, 16 ga x 6\"" W studs 16\"" O.C. x 10' H, incl galvanized top & bottom track, excl openings, headers, beams, bracing & bridging",rs-means,Unit,opaque,070131,LF,0.1,1,1,0,1
|
159
|
+
158,"XPS, 3/4"" RSI 0.501",rs-means,Unit,opaque,080132,ft2,1,1,1,0,1
|
160
|
+
159,"fibreglass batts, 6 in thick RSI 3.7",rs-means,Unit,opaque,090020,ft2,1,1,1,0.234,1
|
161
|
+
160,"Fibreglass Foil Faced 6 "" RSI 3.7 batts",rs-means,Unit,opaque,090075,ft2,1,1,1,1,1
|
162
|
+
161,"Kraft faced fiberglass, 3-1/2"" thick, 23"" wide, RSI1.93",rs-means,Unit,opaque,090133,ft2,1,1,1,1,1
|
163
|
+
162,"Kraft faced fiberglass, 3-1/2"" thick, 23"" wide, RSI2.29",rs-means,Unit,opaque,090134,ft2,1,1,1,1,1
|
164
|
+
163,"Polyurethane Foam 4.5"" thick, RSI5.72",rs-means,Unit,opaque,090066,ft2,1,1,1,1,1
|
@@ -0,0 +1,11 @@
|
|
1
|
+
require 'fileutils'
|
2
|
+
|
3
|
+
folder_path = "#{File.dirname(__FILE__)}/btap_results/tests/regression_files/"
|
4
|
+
puts folder_path
|
5
|
+
Dir.glob(folder_path + "/*test_result.cost.json").sort.each do |f|
|
6
|
+
new_file = f.gsub("test_result.cost.json","expected_result.cost.json")
|
7
|
+
FileUtils.cp(f,new_file )
|
8
|
+
FileUtils.rm(f, :force => true)
|
9
|
+
puts "created new #{new_file}"
|
10
|
+
end
|
11
|
+
|
@@ -0,0 +1,136 @@
|
|
1
|
+
require 'fileutils'
|
2
|
+
require 'json'
|
3
|
+
require 'optparse'
|
4
|
+
require_relative './btap_costing.rb'
|
5
|
+
|
6
|
+
# This script is used to apply costs to a list of costing items produced by btap_costing. Right now it can only be run
|
7
|
+
# from the btap_results resources folder because it uses btap_costing.rb. It can be used elsewhere probably but then
|
8
|
+
# the require_relative statement has to be changed. It takes in the following command line arguments:
|
9
|
+
# -c (string, required) Location of the json containing the list of items to be costed and the original costing City and
|
10
|
+
# Province.
|
11
|
+
# -d (string, optional) Location of a custom costing database containing the costing information for the items that
|
12
|
+
# need costing. This is used only if you do not want to use the standard costing database. It must have the same
|
13
|
+
# structure as the 'costs' hash in the default costing database
|
14
|
+
# -t (string, optional) The city to use when finding localization factors (only if you do not want to use the city that
|
15
|
+
# used in the original run).
|
16
|
+
# -p (string, optional) Same as -t only for Province.
|
17
|
+
# -o (string, optional) The location and name of the output file containing the costs. If a name and path are not
|
18
|
+
# provided then one called cost_list_output.json will be put in the same directory as this file.
|
19
|
+
#
|
20
|
+
# The output of this script is a json file containing the following cost summary:
|
21
|
+
# {
|
22
|
+
# envelope: (float) Building envelope costs (to 2 decimal places).
|
23
|
+
# lighting: (float) Ligting costs (to 2 decimal places).
|
24
|
+
# heating_and_cooling: (float) Heating and cooling costs (not related to ventilation) (to 2 decimal places).
|
25
|
+
# shw: (float) Service hot water costs (to 2 decimal places).
|
26
|
+
# ventilation: (float) Ventilation (including ventilation air heating and cooling) costs (to 2 decimal places).
|
27
|
+
# grand_total: (float) Total costs (to 2 decimal places).
|
28
|
+
# }
|
29
|
+
class BTAPCostFromFile
|
30
|
+
def cost_file()
|
31
|
+
# Get the commond line arguments
|
32
|
+
args = {}
|
33
|
+
OptionParser.new do |opts|
|
34
|
+
opts.banner = "Usage: example.rb [options]"
|
35
|
+
opts.on("-c", "--costlist_location=NAME", "Costing List File Location") do |n|
|
36
|
+
args['cost_file'] = n
|
37
|
+
end
|
38
|
+
|
39
|
+
opts.on("-d", "--custom_costing=NAME", "Custom Costing Database Location") do |n|
|
40
|
+
args['custom_db_file'] = n
|
41
|
+
end
|
42
|
+
|
43
|
+
opts.on("-t", "--custom_city=NAME", "Custom Costing City") do |n|
|
44
|
+
args['custom_city'] = n
|
45
|
+
end
|
46
|
+
|
47
|
+
opts.on("-p", "--custom_province=NAME", "Custom Costing Province") do |n|
|
48
|
+
args['custom_province'] = n
|
49
|
+
end
|
50
|
+
|
51
|
+
opts.on("-o", "--output_name=NAME", "Output file name and location") do |n|
|
52
|
+
args['output_loc'] = n
|
53
|
+
end
|
54
|
+
|
55
|
+
opts.on("-h", "--help", "Prints this help") do
|
56
|
+
puts opts
|
57
|
+
exit
|
58
|
+
end
|
59
|
+
end.parse!
|
60
|
+
|
61
|
+
curr_folder = (File.dirname(__FILE__)).to_s + "/"
|
62
|
+
|
63
|
+
# Get the output file location from the arguments
|
64
|
+
outputLoc = args['output_loc']
|
65
|
+
if outputLoc.nil?
|
66
|
+
outputFile = "./cost_list_output.json"
|
67
|
+
elsif outputLoc[0] == "."
|
68
|
+
if outputLoc[1] == "."
|
69
|
+
outputFile = curr_folder + outputLoc
|
70
|
+
elsif outputLoc[1] == "/"
|
71
|
+
outputFile = curr_folder + outputLoc[2..-1]
|
72
|
+
else
|
73
|
+
outputFile = curr_folder + outputLoc[1..-1]
|
74
|
+
end
|
75
|
+
elsif outputLoc[0] == "/"
|
76
|
+
outputFile = outputLoc
|
77
|
+
else
|
78
|
+
outputFile = curr_folder + outputLoc
|
79
|
+
end
|
80
|
+
|
81
|
+
# Get the cost list location from the arguments
|
82
|
+
costListLoc = args['cost_file']
|
83
|
+
if costListLoc.nil?
|
84
|
+
raise("No cost list location specified. Please enter the location and name of the costed item list after the -c")
|
85
|
+
elsif costListLoc[0] == "."
|
86
|
+
if costListLoc[1] == "."
|
87
|
+
cost_loc = curr_folder + costListLoc
|
88
|
+
elsif costListLoc[1] == "/"
|
89
|
+
cost_loc = curr_folder + costListLoc[2..-1]
|
90
|
+
else
|
91
|
+
cost_loc = curr_folder + costListLoc[1..-1]
|
92
|
+
end
|
93
|
+
elsif costListLoc[0] == "/"
|
94
|
+
cost_loc = costListLoc
|
95
|
+
else
|
96
|
+
cost_loc = curr_folder + costListLoc
|
97
|
+
end
|
98
|
+
|
99
|
+
# Get the custom costing database location from the arguments
|
100
|
+
custDB = args['custom_db_file']
|
101
|
+
if custDB.nil?
|
102
|
+
db_loc = nil
|
103
|
+
else
|
104
|
+
if custDB[0] == "."
|
105
|
+
if custDB[1] == "."
|
106
|
+
db_loc = curr_folder + custDB
|
107
|
+
elsif custDB[1] == "/"
|
108
|
+
db_loc = curr_folder + custDB[2..-1]
|
109
|
+
else
|
110
|
+
db_loc = curr_folder + custDB[1..-1]
|
111
|
+
end
|
112
|
+
elsif custDB[0] == "/"
|
113
|
+
db_loc = custDB
|
114
|
+
else
|
115
|
+
db_loc = curr_folder + custDB
|
116
|
+
end
|
117
|
+
end
|
118
|
+
|
119
|
+
# Set the custom costing city and province location if specified
|
120
|
+
args['custom_city'].nil? ? customCity = nil : customCity = args['custom_city'].to_s
|
121
|
+
args['custom_province'].nil? ? customProv = nil : customProv = args['custom_province'].to_s
|
122
|
+
|
123
|
+
# Get the costed items list
|
124
|
+
costList = JSON.parse(File.read(cost_loc))
|
125
|
+
|
126
|
+
# Create a BTAPCosting object and pass the btap_items list, and optional costing database, costing City and costing
|
127
|
+
# Province arguments. Get the resulting costs and save them in a json (see the description of the -o inline
|
128
|
+
# arguments above for more information).
|
129
|
+
btapCosting = BTAPCosting.new()
|
130
|
+
costResults = btapCosting.cost_list_items(btap_items: costList, custom_costing: custDB, custCity: customCity, custProvince: customProv)
|
131
|
+
|
132
|
+
File.write(outputFile, JSON.pretty_generate(costResults))
|
133
|
+
end
|
134
|
+
end
|
135
|
+
# Create a 'BTAPCostFromFile' object and call the 'cost_file' method to run the above script.
|
136
|
+
BTAPCostFromFile.new().cost_file()
|