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,2667 @@
|
|
1
|
+
template,building_type,space_type,min_stories,max_stories,w_per_m2,Fixture_type_less_than_7.88ft_ht,Fixture_type_7.88_to_15.75ft_ht,Fixture_type_greater_than_>15.75ft_ht,Lux,Type
|
2
|
+
NECB 2011,Automotive Facility,WholeBuilding,1,999,8.8,1,7,9,,CFL
|
3
|
+
NECB 2011,Convention centre,WholeBuilding,1,999,11.6,2,7,10,,CFL
|
4
|
+
NECB 2011,Courthouse,WholeBuilding,1,999,11.3,2,9,10,,CFL
|
5
|
+
NECB 2011,Dining - bar/lounge,WholeBuilding,1,999,10.7,2,7,17,,CFL
|
6
|
+
NECB 2011,Dining - cafeteria,WholeBuilding,1,999,9.7,2,7,17,,CFL
|
7
|
+
NECB 2011,Dining - family,WholeBuilding,1,999,9.6,2,7,17,,CFL
|
8
|
+
NECB 2011,Dormitory,WholeBuilding,1,4,6.6,1,7,17,,CFL
|
9
|
+
NECB 2011,Dormitory,WholeBuilding,5,999,6.6,1,6,9,,CFL
|
10
|
+
NECB 2011,Exercise Centre,WholeBuilding,1,999,9.5,2,9,9,,CFL
|
11
|
+
NECB 2011,Fire Station,WholeBuilding,1,999,7.6,1,9,9,,CFL
|
12
|
+
NECB 2011,Gymnasium,WholeBuilding,1,999,10.8,2,9,9,,CFL
|
13
|
+
NECB 2011,Health-care clinic,WholeBuilding,1,2,9.4,1,7,9,,CFL
|
14
|
+
NECB 2011,Health-care clinic,WholeBuilding,3,999,9.4,1,7,9,,CFL
|
15
|
+
NECB 2011,Hospital,WholeBuilding,1,999,13.0,2,7,10,,CFL
|
16
|
+
NECB 2011,Hotel,WholeBuilding,1,4,10.8,2,7,9,,CFL
|
17
|
+
NECB 2011,Hotel,WholeBuilding,5,999,10.8,2,7,9,,CFL
|
18
|
+
NECB 2011,Library,WholeBuilding,1,2,12.7,2,7,18,,CFL
|
19
|
+
NECB 2011,Library,WholeBuilding,3,999,12.7,2,7,18,,CFL
|
20
|
+
NECB 2011,Manufacturing Facility,WholeBuilding,1,999,11.9,2,9,14,,CFL
|
21
|
+
NECB 2011,Motel,WholeBuilding,1,4,9.5,2,7,9,,CFL
|
22
|
+
NECB 2011,Motel,WholeBuilding,5,999,9.5,2,7,9,,CFL
|
23
|
+
NECB 2011,Motion Picture Theatre,WholeBuilding,1,999,8.9,2,7,17,,CFL
|
24
|
+
NECB 2011,Multi-unit residential,WholeBuilding,1,4,6.5,1,6,9,,CFL
|
25
|
+
NECB 2011,Multi-unit residential,WholeBuilding,5,999,6.5,1,6,9,,CFL
|
26
|
+
NECB 2011,Museum,WholeBuilding,1,2,11.4,2,17,17,,CFL
|
27
|
+
NECB 2011,Museum,WholeBuilding,3,999,11.4,2,17,17,,CFL
|
28
|
+
NECB 2011,Office,WholeBuilding,1,2,9.7,2,7,9,,CFL
|
29
|
+
NECB 2011,Office,WholeBuilding,3,999,9.7,2,7,9,,CFL
|
30
|
+
NECB 2011,Parking Garage,WholeBuilding,1,999,2.7,1,9,9,,CFL
|
31
|
+
NECB 2011,Penitentiary,WholeBuilding,1,999,10.4,2,7,9,,CFL
|
32
|
+
NECB 2011,Performing arts theatre,WholeBuilding,1,999,15.0,3,7,17,,CFL
|
33
|
+
NECB 2011,Police Station,WholeBuilding,1,999,10.3,2,9,9,,CFL
|
34
|
+
NECB 2011,Post Office,WholeBuilding,1,2,9.4,1,7,9,,CFL
|
35
|
+
NECB 2011,Post Office,WholeBuilding,3,999,9.4,1,7,9,,CFL
|
36
|
+
NECB 2011,Religious,WholeBuilding,1,999,11.3,2,7,18,,CFL
|
37
|
+
NECB 2011,Retail,WholeBuilding,1,2,15.1,3,7,18,,CFL
|
38
|
+
NECB 2011,Retail,WholeBuilding,3,999,15.1,3,7,18,,CFL
|
39
|
+
NECB 2011,School/University,WholeBuilding,1,4,10.7,2,7,17,,CFL
|
40
|
+
NECB 2011,School/University,WholeBuilding,5,999,10.7,2,7,17,,CFL
|
41
|
+
NECB 2011,Sports Arena,WholeBuilding,1,999,8.4,1,7,9,,CFL
|
42
|
+
NECB 2011,Town Hall,WholeBuilding,1,4,9.9,2,7,17,,CFL
|
43
|
+
NECB 2011,Town Hall,WholeBuilding,5,999,9.9,2,7,17,,CFL
|
44
|
+
NECB 2011,Transportation,WholeBuilding,1,4,8.3,1,9,9,,CFL
|
45
|
+
NECB 2011,Transportation,WholeBuilding,5,999,8.3,1,9,9,,CFL
|
46
|
+
NECB 2011,Warehouse,WholeBuilding,1,999,7.1,1,9,9,,CFL
|
47
|
+
NECB 2011,Workshop,WholeBuilding,1,999,12.9,2,7,9,,CFL
|
48
|
+
NECB 2011,Warehouse - refrigerated,WholeBuilding,1,999,7.1,1,9,9,,CFL
|
49
|
+
NECB 2011,Space Function,Atrium - H < 13m,1,999,1.3,4,7,17,,CFL
|
50
|
+
NECB 2011,Space Function,Atrium - H > 13m,1,999,9.8,4,17,13,,CFL
|
51
|
+
NECB 2011,Space Function,Audience - auditorium,1,1,8.5,1,7,9,,CFL
|
52
|
+
NECB 2011,Space Function,Audience - auditorium,2,999,8.5,1,7,9,,CFL
|
53
|
+
NECB 2011,Space Function,Audience - performance arts,1,999,26.2,4,7,19,,CFL
|
54
|
+
NECB 2011,Space Function,Audience - motion picture,1,999,12.3,2,7,18,,CFL
|
55
|
+
NECB 2011,Space Function,Classroom/Lecture/Training,1,1,13.3,2,7,18,,CFL
|
56
|
+
NECB 2011,Space Function,Classroom/Lecture/Training,2,999,13.3,2,7,18,,CFL
|
57
|
+
NECB 2011,Space Function,Conf./meet./multi-purpose,1,1,13.2,2,7,18,,CFL
|
58
|
+
NECB 2011,Space Function,Conf./meet./multi-purpose,2,999,13.2,2,7,18,,CFL
|
59
|
+
NECB 2011,Space Function,Corr. >= 2.4m wide-sch-A,1,999,7.1,1,7,17,,CFL
|
60
|
+
NECB 2011,Space Function,Corr. >= 2.4m wide-sch-B,1,999,7.1,1,7,17,,CFL
|
61
|
+
NECB 2011,Space Function,Corr. >= 2.4m wide-sch-C,1,999,7.1,1,7,17,,CFL
|
62
|
+
NECB 2011,Space Function,Corr. >= 2.4m wide-sch-D,1,999,7.1,1,7,17,,CFL
|
63
|
+
NECB 2011,Space Function,Corr. >= 2.4m wide-sch-E,1,999,7.1,1,7,17,,CFL
|
64
|
+
NECB 2011,Space Function,Corr. >= 2.4m wide-sch-F,1,999,7.1,1,7,17,,CFL
|
65
|
+
NECB 2011,Space Function,Corr. >= 2.4m wide-sch-G,1,999,7.1,1,7,17,,CFL
|
66
|
+
NECB 2011,Space Function,Corr. >= 2.4m wide-sch-H,1,999,7.1,1,7,17,,CFL
|
67
|
+
NECB 2011,Space Function,Corr. >= 2.4m wide-sch-I,1,999,7.1,1,7,17,,CFL
|
68
|
+
NECB 2011,Space Function,Corr. < 2.4m wide-sch-A,1,999,8.4,1,7,17,,CFL
|
69
|
+
NECB 2011,Space Function,Corr. < 2.4m wide-sch-B,1,999,8.4,1,7,17,,CFL
|
70
|
+
NECB 2011,Space Function,Corr. < 2.4m wide-sch-C,1,999,8.4,1,7,17,,CFL
|
71
|
+
NECB 2011,Space Function,Corr. < 2.4m wide-sch-D,1,999,8.4,1,7,17,,CFL
|
72
|
+
NECB 2011,Space Function,Corr. < 2.4m wide-sch-E,1,999,8.4,1,7,17,,CFL
|
73
|
+
NECB 2011,Space Function,Corr. < 2.4m wide-sch-F,1,999,8.4,1,7,17,,CFL
|
74
|
+
NECB 2011,Space Function,Corr. < 2.4m wide-sch-G,1,999,8.4,1,7,17,,CFL
|
75
|
+
NECB 2011,Space Function,Corr. < 2.4m wide-sch-H,1,999,8.4,1,7,17,,CFL
|
76
|
+
NECB 2011,Space Function,Corr. < 2.4m wide-sch-I,1,999,8.4,1,7,17,,CFL
|
77
|
+
NECB 2011,Space Function,Dining - other,1,1,7.0,1,7,9,,CFL
|
78
|
+
NECB 2011,Space Function,Dining - bar lounge/leisure,1,1,14.1,2,7,18,,CFL
|
79
|
+
NECB 2011,Space Function,Dining - family space,1,1,9.6,2,7,9,,CFL
|
80
|
+
NECB 2011,Space Function,Dress./fitt. - performance arts,1,1,4.3,1,7,9,,CFL
|
81
|
+
NECB 2011,Space Function,Electrical/Mechanical-sch-A,1,1,13.4,2,9,9,,CFL
|
82
|
+
NECB 2011,Space Function,Electrical/Mechanical-sch-B,1,1,13.4,2,9,9,,CFL
|
83
|
+
NECB 2011,Space Function,Electrical/Mechanical-sch-C,1,1,13.4,2,9,9,,CFL
|
84
|
+
NECB 2011,Space Function,Electrical/Mechanical-sch-D,1,1,13.4,2,9,9,,CFL
|
85
|
+
NECB 2011,Space Function,Electrical/Mechanical-sch-E,1,1,13.4,2,9,9,,CFL
|
86
|
+
NECB 2011,Space Function,Electrical/Mechanical-sch-F,1,1,13.4,2,9,9,,CFL
|
87
|
+
NECB 2011,Space Function,Electrical/Mechanical-sch-G,1,1,13.4,2,9,9,,CFL
|
88
|
+
NECB 2011,Space Function,Electrical/Mechanical-sch-H,1,1,13.4,2,9,9,,CFL
|
89
|
+
NECB 2011,Space Function,Electrical/Mechanical-sch-I,1,1,13.4,2,9,9,,CFL
|
90
|
+
NECB 2011,Space Function,Food preparation,1,1,10.7,2,7,9,,CFL
|
91
|
+
NECB 2011,Space Function,Lab - classrooms,1,1,17.2,3,7,17,,CFL
|
92
|
+
NECB 2011,Space Function,Lab - research,1,1,23.6,3,7,19,,CFL
|
93
|
+
NECB 2011,Space Function,Lobby - other,1,999,10.8,2,7,17,,CFL
|
94
|
+
NECB 2011,Space Function,Lobby - elevator,1,999,6.9,1,7,17,,CFL
|
95
|
+
NECB 2011,Space Function,Lobby - performance arts,1,999,21.5,3,7,18,,CFL
|
96
|
+
NECB 2011,Space Function,Lobby - motion picture,1,999,5.6,1,7,9,,CFL
|
97
|
+
NECB 2011,Space Function,Locker room-sch-A,1,1,9.8,2,7,17,,CFL
|
98
|
+
NECB 2011,Space Function,Locker room-sch-B,1,1,9.8,2,7,17,,CFL
|
99
|
+
NECB 2011,Space Function,Locker room-sch-C,1,1,9.8,2,7,17,,CFL
|
100
|
+
NECB 2011,Space Function,Locker room-sch-D,1,1,9.8,2,7,17,,CFL
|
101
|
+
NECB 2011,Space Function,Locker room-sch-E,1,1,9.8,2,7,17,,CFL
|
102
|
+
NECB 2011,Space Function,Locker room-sch-F,1,1,9.8,2,7,17,,CFL
|
103
|
+
NECB 2011,Space Function,Locker room-sch-G,1,1,9.8,2,7,17,,CFL
|
104
|
+
NECB 2011,Space Function,Locker room-sch-H,1,1,9.8,2,7,17,,CFL
|
105
|
+
NECB 2011,Space Function,Locker room-sch-I,1,1,9.8,2,7,17,,CFL
|
106
|
+
NECB 2011,Space Function,Lounge/recreation,1,1,9.4,2,7,17,,CFL
|
107
|
+
NECB 2011,Space Function,Washroom-sch-A,1,1,10.5,2,7,17,,CFL
|
108
|
+
NECB 2011,Space Function,Washroom-sch-B,1,1,10.5,2,7,17,,CFL
|
109
|
+
NECB 2011,Space Function,Washroom-sch-C,1,1,10.5,2,7,17,,CFL
|
110
|
+
NECB 2011,Space Function,Washroom-sch-D,1,1,10.5,2,7,17,,CFL
|
111
|
+
NECB 2011,Space Function,Washroom-sch-E,1,1,10.5,2,7,17,,CFL
|
112
|
+
NECB 2011,Space Function,Washroom-sch-F,1,1,10.5,2,7,17,,CFL
|
113
|
+
NECB 2011,Space Function,Washroom-sch-G,1,1,10.5,2,7,17,,CFL
|
114
|
+
NECB 2011,Space Function,Washroom-sch-H,1,1,10.5,2,7,17,,CFL
|
115
|
+
NECB 2011,Space Function,Washroom-sch-I,1,1,10.5,2,7,17,,CFL
|
116
|
+
NECB 2011,Space Function,Sales Area,1,1,18.1,3,7,18,,CFL
|
117
|
+
NECB 2011,Space Function,Stairway-sch-A,1,1,7.4,1,7,17,,CFL
|
118
|
+
NECB 2011,Space Function,Stairway-sch-B,1,1,7.4,1,7,17,,CFL
|
119
|
+
NECB 2011,Space Function,Stairway-sch-C,1,1,7.4,1,7,17,,CFL
|
120
|
+
NECB 2011,Space Function,Stairway-sch-D,1,1,7.4,1,7,17,,CFL
|
121
|
+
NECB 2011,Space Function,Stairway-sch-E,1,1,7.4,1,7,17,,CFL
|
122
|
+
NECB 2011,Space Function,Stairway-sch-F,1,1,7.4,1,7,17,,CFL
|
123
|
+
NECB 2011,Space Function,Stairway-sch-G,1,1,7.4,1,7,17,,CFL
|
124
|
+
NECB 2011,Space Function,Stairway-sch-H,1,1,7.4,1,7,17,,CFL
|
125
|
+
NECB 2011,Space Function,Stairway-sch-I,1,1,7.4,1,7,17,,CFL
|
126
|
+
NECB 2011,Space Function,Storage area,1,1,6.8,1,7,17,,CFL
|
127
|
+
NECB 2011,Space Function,Workshop space,1,1,17.1,2,9,18,,CFL
|
128
|
+
NECB 2011,Space Function,Automotive - repair,1,1,7.2,1,9,9,,CFL
|
129
|
+
NECB 2011,Space Function,Bank - banking and offices,1,1,14.9,2,7,18,,CFL
|
130
|
+
NECB 2011,Space Function,Convention centre - audience,1,1,8.8,1,7,17,,CFL
|
131
|
+
NECB 2011,Space Function,Convention centre - exhibit,1,1,17.2,3,7,18,,CFL
|
132
|
+
NECB 2011,Space Function,Courthouse - courtroom,1,1,18.5,3,7,18,,CFL
|
133
|
+
NECB 2011,Space Function,Courthouse - cell,1,1,14.8,2,7,18,,CFL
|
134
|
+
NECB 2011,Space Function,Courthouse - chambers,1,1,12.6,2,7,18,,CFL
|
135
|
+
NECB 2011,Space Function,Penitentiary - audience,1,1,4.6,1,6,9,,CFL
|
136
|
+
NECB 2011,Space Function,Penitentiary - classroom,1,1,14.4,2,7,18,,CFL
|
137
|
+
NECB 2011,Space Function,Penitentiary - dining,1,1,11.5,2,7,18,,CFL
|
138
|
+
NECB 2011,Space Function,Dormitory - living quarters,1,1,4.1,1,6,9,,CFL
|
139
|
+
NECB 2011,Space Function,Dwelling Unit(s),1,4,5.0,1,6,9,,CFL
|
140
|
+
NECB 2011,Space Function,Dwelling Unit(s),5,999,5.0,1,6,9,,CFL
|
141
|
+
NECB 2011,Space Function,Fire station - engine room,1,1,6.0,1,7,17,,CFL
|
142
|
+
NECB 2011,Space Function,Fire station - quarters,1,1,3.4,1,6,17,,CFL
|
143
|
+
NECB 2011,Space Function,Gym - fitness,1,1,9.8,2,7,17,,CFL
|
144
|
+
NECB 2011,Space Function,Gym - audience,1,1,4.6,1,6,17,,CFL
|
145
|
+
NECB 2011,Space Function,Gym - play,1,1,12.9,2,7,18,,CFL
|
146
|
+
NECB 2011,Space Function,Hospital corr. >= 2.4m-sch-A,1,1,9.6,1,7,17,,CFL
|
147
|
+
NECB 2011,Space Function,Hospital corr. >= 2.4m-sch-B,1,1,9.6,1,7,17,,CFL
|
148
|
+
NECB 2011,Space Function,Hospital corr. >= 2.4m-sch-C,1,1,9.6,1,7,17,,CFL
|
149
|
+
NECB 2011,Space Function,Hospital corr. >= 2.4m-sch-D,1,1,9.6,1,7,17,,CFL
|
150
|
+
NECB 2011,Space Function,Hospital corr. >= 2.4m-sch-E,1,1,9.6,1,7,17,,CFL
|
151
|
+
NECB 2011,Space Function,Hospital corr. >= 2.4m-sch-F,1,1,9.6,1,7,17,,CFL
|
152
|
+
NECB 2011,Space Function,Hospital corr. >= 2.4m-sch-G,1,1,9.6,1,7,17,,CFL
|
153
|
+
NECB 2011,Space Function,Hospital corr. >= 2.4m-sch-H,1,1,9.6,1,7,17,,CFL
|
154
|
+
NECB 2011,Space Function,Hospital corr. >= 2.4m-sch-I,1,1,9.6,1,7,17,,CFL
|
155
|
+
NECB 2011,Space Function,Hospital corr. < 2.4m-sch-A,1,1,11.7,2,7,17,,CFL
|
156
|
+
NECB 2011,Space Function,Hospital corr. < 2.4m-sch-B,1,1,11.7,2,7,17,,CFL
|
157
|
+
NECB 2011,Space Function,Hospital corr. < 2.4m-sch-C,1,1,11.7,2,7,17,,CFL
|
158
|
+
NECB 2011,Space Function,Hospital corr. < 2.4m-sch-D,1,1,11.7,2,7,17,,CFL
|
159
|
+
NECB 2011,Space Function,Hospital corr. < 2.4m-sch-E,1,1,11.7,2,7,17,,CFL
|
160
|
+
NECB 2011,Space Function,Hospital corr. < 2.4m-sch-F,1,1,11.7,2,7,17,,CFL
|
161
|
+
NECB 2011,Space Function,Hospital corr. < 2.4m-sch-G,1,1,11.7,2,7,17,,CFL
|
162
|
+
NECB 2011,Space Function,Hospital corr. < 2.4m-sch-H,1,1,11.7,2,7,17,,CFL
|
163
|
+
NECB 2011,Space Function,Hospital corr. < 2.4m-sch-I,1,1,11.7,2,7,17,,CFL
|
164
|
+
NECB 2011,Space Function,Hospital - emergency,1,1,24.3,3,8,19,,CFL
|
165
|
+
NECB 2011,Space Function,Hospital - exam,1,1,17.9,3,7,18,,CFL
|
166
|
+
NECB 2011,Space Function,Hospital - laundry/washing,1,1,8.0,1,7,17,,CFL
|
167
|
+
NECB 2011,Space Function,Hospital - lounge/recreation,1,1,11.5,2,7,18,,CFL
|
168
|
+
NECB 2011,Space Function,Hospital - medical supply,1,1,13.7,2,7,18,,CFL
|
169
|
+
NECB 2011,Space Function,Hospital - nursery,1,1,9.5,2,7,17,,CFL
|
170
|
+
NECB 2011,Space Function,Hospital - nurses station,1,1,9.4,2,7,17,,CFL
|
171
|
+
NECB 2011,Space Function,Hospital - operating room,1,1,20.3,3,8,19,,CFL
|
172
|
+
NECB 2011,Space Function,Hospital - patient room,1,1,6.7,1,7,17,,CFL
|
173
|
+
NECB 2011,Space Function,Hospital - pharmacy,1,1,12.3,2,7,18,,CFL
|
174
|
+
NECB 2011,Space Function,Hospital - physical therapy,1,1,9.8,2,7,17,,CFL
|
175
|
+
NECB 2011,Space Function,Hospital - radiology/imaging,1,1,14.2,2,7,18,,CFL
|
176
|
+
NECB 2011,Space Function,Hospital - recovery,1,1,12.4,2,7,18,,CFL
|
177
|
+
NECB 2011,Space Function,Hotel/Motel - dining,1,1,8.8,1,7,17,,CFL
|
178
|
+
NECB 2011,Space Function,Hotel/Motel - rooms,1,1,11.9,2,7,18,,CFL
|
179
|
+
NECB 2011,Space Function,Hotel/Motel - rooms,2,4,11.9,2,7,18,,CFL
|
180
|
+
NECB 2011,Space Function,Hotel/Motel - rooms,5,999,11.9,2,7,18,,CFL
|
181
|
+
NECB 2011,Space Function,Hotel/Motel - lobby,1,1,11.4,2,7,18,,CFL
|
182
|
+
NECB 2011,Space Function,Hotel/Motel - lobby,2,999,11.4,2,7,18,,CFL
|
183
|
+
NECB 2011,Space Function,Hway lodging - dining,1,999,9.5,1,7,17,,CFL
|
184
|
+
NECB 2011,Space Function,Hway lodging - rooms,1,1,8.1,1,7,17,,CFL
|
185
|
+
NECB 2011,Space Function,Hway lodging - rooms,2,4,8.1,1,7,17,,CFL
|
186
|
+
NECB 2011,Space Function,Hway lodging - rooms,5,999,8.1,1,7,17,,CFL
|
187
|
+
NECB 2011,Space Function,Library - reading,1,1,10.0,2,7,17,,CFL
|
188
|
+
NECB 2011,Space Function,Library - reading,2,999,10.0,2,7,17,,CFL
|
189
|
+
NECB 2011,Space Function,Library - stacks,1,1,22.9,3,8,19,,CFL
|
190
|
+
NECB 2011,Space Function,Library - stacks,2,999,22.9,3,8,19,,CFL
|
191
|
+
NECB 2011,Space Function,Mfg - corr. >= 2.4m-sch-A,1,1,4.4,1,6,17,,CFL
|
192
|
+
NECB 2011,Space Function,Mfg - corr. >= 2.4m-sch-B,1,1,4.4,1,6,17,,CFL
|
193
|
+
NECB 2011,Space Function,Mfg - corr. >= 2.4m-sch-C,1,1,4.4,1,6,17,,CFL
|
194
|
+
NECB 2011,Space Function,Mfg - corr. >= 2.4m-sch-D,1,1,4.4,1,6,17,,CFL
|
195
|
+
NECB 2011,Space Function,Mfg - corr. >= 2.4m-sch-E,1,1,4.4,1,6,17,,CFL
|
196
|
+
NECB 2011,Space Function,Mfg - corr. >= 2.4m-sch-F,1,1,4.4,1,6,17,,CFL
|
197
|
+
NECB 2011,Space Function,Mfg - corr. >= 2.4m-sch-G,1,1,4.4,1,6,17,,CFL
|
198
|
+
NECB 2011,Space Function,Mfg - corr. >= 2.4m-sch-H,1,1,4.4,1,6,17,,CFL
|
199
|
+
NECB 2011,Space Function,Mfg - corr. >= 2.4m-sch-I,1,1,4.4,1,6,17,,CFL
|
200
|
+
NECB 2011,Space Function,Mfg - corr. < 2.4m-sch-A,1,1,5.5,1,6,17,,CFL
|
201
|
+
NECB 2011,Space Function,Mfg - corr. < 2.4m-sch-B,1,1,5.5,1,6,17,,CFL
|
202
|
+
NECB 2011,Space Function,Mfg - corr. < 2.4m-sch-C,1,1,5.5,1,6,17,,CFL
|
203
|
+
NECB 2011,Space Function,Mfg - corr. < 2.4m-sch-D,1,1,5.5,1,6,17,,CFL
|
204
|
+
NECB 2011,Space Function,Mfg - corr. < 2.4m-sch-E,1,1,5.5,1,6,17,,CFL
|
205
|
+
NECB 2011,Space Function,Mfg - corr. < 2.4m-sch-F,1,1,5.5,1,6,17,,CFL
|
206
|
+
NECB 2011,Space Function,Mfg - corr. < 2.4m-sch-G,1,1,5.5,1,6,17,,CFL
|
207
|
+
NECB 2011,Space Function,Mfg - corr. < 2.4m-sch-H,1,1,5.5,1,6,17,,CFL
|
208
|
+
NECB 2011,Space Function,Mfg - corr. < 2.4m-sch-I,1,1,5.5,1,6,17,,CFL
|
209
|
+
NECB 2011,Space Function,Mfg - detailed,1,1,13.9,2,7,18,,CFL
|
210
|
+
NECB 2011,Space Function,Mfg - equipment,1,1,13.4,2,7,18,,CFL
|
211
|
+
NECB 2011,Space Function,Mfg - bay H > 15m,1,1,11.3,2,7,14,,CFL
|
212
|
+
NECB 2011,Space Function,Mfg - 7.5 <= bay H <= 15m,1,1,13.2,2,7,14,,CFL
|
213
|
+
NECB 2011,Space Function,Mfg - bay H < 7.5m,1,1,12.8,2,7,18,,CFL
|
214
|
+
NECB 2011,Space Function,Museum - exhibition,1,1,11.3,2,7,18,,CFL
|
215
|
+
NECB 2011,Space Function,Museum - restoration,1,1,11.0,2,7,18,,CFL
|
216
|
+
NECB 2011,Space Function,Parking garage space,1,1,2.0,1,6,9,,CFL
|
217
|
+
NECB 2011,Space Function,Post office sorting,1,1,10.1,2,7,17,,CFL
|
218
|
+
NECB 2011,Space Function,Religious - audience seating,1,1,18.2,3,8,18,,CFL
|
219
|
+
NECB 2011,Space Function,Religious - fellowship hall,1,1,6.9,1,6,17,,CFL
|
220
|
+
NECB 2011,Space Function,Religious - pulpit/choir,1,1,18.2,3,8,18,,CFL
|
221
|
+
NECB 2011,Space Function,Retail - dressing/fitting,1,1,9.4,1,7,17,,CFL
|
222
|
+
NECB 2011,Space Function,Retail - mall concourse,1,1,11.8,2,7,18,,CFL
|
223
|
+
NECB 2011,Space Function,Retail - sales,1,1,18.1,2,8,18,,CFL
|
224
|
+
NECB 2011,Space Function,Sports arena - audience seating,1,1,4.6,1,6,17,,CFL
|
225
|
+
NECB 2011,Space Function,Sports arena - court c4,1,1,7.8,1,7,17,,CFL
|
226
|
+
NECB 2011,Space Function,Sports arena - court c3,1,1,12.9,2,7,14,,CFL
|
227
|
+
NECB 2011,Space Function,Sports arena - court c2,1,1,20.7,3,7,14,,CFL
|
228
|
+
NECB 2011,Space Function,Sports arena - court c1,1,1,32.4,4,8,15,,CFL
|
229
|
+
NECB 2011,Space Function,Sports arena - ring,1,1,28.2,4,8,15,,CFL
|
230
|
+
NECB 2011,Space Function,Transp. baggage,1,1,10.8,2,7,17,,CFL
|
231
|
+
NECB 2011,Space Function,Transp. concourse,1,1,9.7,1,7,17,,CFL
|
232
|
+
NECB 2011,Space Function,Transp. - seating area,1,1,5.8,1,7,9,,CFL
|
233
|
+
NECB 2011,Space Function,Transp. counter,1,1,11.6,2,7,18,,CFL
|
234
|
+
NECB 2011,Space Function,Warehouse - fine,1,1,10.2,2,7,17,,CFL
|
235
|
+
NECB 2011,Space Function,Warehouse - med/blk,1,1,6.3,1,7,17,,CFL
|
236
|
+
NECB 2011,Space Function,Warehouse - med/blk2,1,1,10.2,2,7,17,,CFL
|
237
|
+
NECB 2011,Space Function,- undefined -,1,1,0.0,Nil,Nil,Nil,,CFL
|
238
|
+
NECB 2011,Space Function,Food preparation - vented,1,1,10.7,2,7,9,,CFL
|
239
|
+
NECB 2011,Space Function,Hospital - medical supply - occsens,1,1,12.33,2,7,18,,CFL
|
240
|
+
NECB 2011,Space Function,Storage area - occsens,1,1,6.12,1,7,17,,CFL
|
241
|
+
NECB 2011,Space Function,Storage area - refrigerated,1,1,6.12,1,7,17,,CFL
|
242
|
+
NECB 2011,Space Function,Storage area - refrigerated - occsens,1,1,6.12,1,7,17,,CFL
|
243
|
+
NECB 2011,Space Function,Warehouse - fine - refrigerated,1,1,10.2,2,7,17,,CFL
|
244
|
+
NECB 2011,Space Function,Warehouse - med/blk - refrigerated,1,1,6.3,1,7,17,,CFL
|
245
|
+
NECB 2011,Space Function,Warehouse - med/blk2 - refrigerated,1,1,6.3,2,7,17,,CFL
|
246
|
+
NECB 2011,Space Function,Office - enclosed,1,2,11.9,1,7,17,,CFL
|
247
|
+
NECB 2011,Space Function,Office - enclosed,3,999,11.9,1,7,17,,CFL
|
248
|
+
NECB 2011,Space Function,Office - open plan,1,2,11.0,1,7,17,,CFL
|
249
|
+
NECB 2011,Space Function,Office - open plan,3,999,11.0,1,7,17,,CFL
|
250
|
+
NECB 2011,Space Function,Office - enclosed - occsens,1,2,10.71,1,7,17,,CFL
|
251
|
+
NECB 2011,Space Function,Office - enclosed - occsens,3,999,10.71,1,7,17,,CFL
|
252
|
+
NECB 2011,Automotive Facility,WholeBuilding,1,999,8.8,28,39,47,400,LED
|
253
|
+
NECB 2011,Convention centre,WholeBuilding,1,999,11.6,21,37,47,300,LED
|
254
|
+
NECB 2011,Courthouse,WholeBuilding,1,999,11.3,25,39,47,400,LED
|
255
|
+
NECB 2011,Dining - bar/lounge,WholeBuilding,1,999,10.7,30,38,49,125,LED
|
256
|
+
NECB 2011,Dining - cafeteria,WholeBuilding,1,999,9.7,30,37,55,300,LED
|
257
|
+
NECB 2011,Dining - family,WholeBuilding,1,999,9.6,21,37,55,300,LED
|
258
|
+
NECB 2011,Dormitory,WholeBuilding,1,4,6.6,22,38,49,100,LED
|
259
|
+
NECB 2011,Dormitory,WholeBuilding,5,999,6.6,22,38,49,100,LED
|
260
|
+
NECB 2011,Exercise Centre,WholeBuilding,1,999,9.5,21,37,47,350,LED
|
261
|
+
NECB 2011,Fire Station,WholeBuilding,1,999,7.6,28,23,47,400,LED
|
262
|
+
NECB 2011,Gymnasium,WholeBuilding,1,999,10.8,32,39,53,500,LED
|
263
|
+
NECB 2011,Health-care clinic,WholeBuilding,1,2,9.4,26,41,53,600,LED
|
264
|
+
NECB 2011,Health-care clinic,WholeBuilding,3,999,9.4,26,41,53,600,LED
|
265
|
+
NECB 2011,Hospital,WholeBuilding,1,999,13.0,21,23,47,350,LED
|
266
|
+
NECB 2011,Hotel,WholeBuilding,1,4,10.8,22,24,49,150,LED
|
267
|
+
NECB 2011,Hotel,WholeBuilding,5,999,10.8,22,24,49,150,LED
|
268
|
+
NECB 2011,Library,WholeBuilding,1,2,12.7,25,23,46,500,LED
|
269
|
+
NECB 2011,Library,WholeBuilding,3,999,12.7,25,23,46,500,LED
|
270
|
+
NECB 2011,Manufacturing Facility,WholeBuilding,1,999,11.9,28,39,47,450,LED
|
271
|
+
NECB 2011,Motel,WholeBuilding,1,4,9.5,22,24,49,150,LED
|
272
|
+
NECB 2011,Motel,WholeBuilding,5,999,9.5,22,24,49,150,LED
|
273
|
+
NECB 2011,Motion Picture Theatre,WholeBuilding,1,999,8.9,30,38,49,150,LED
|
274
|
+
NECB 2011,Multi-unit residential,WholeBuilding,1,4,6.5,22,24,49,125,LED
|
275
|
+
NECB 2011,Multi-unit residential,WholeBuilding,5,999,6.5,22,24,49,125,LED
|
276
|
+
NECB 2011,Museum,WholeBuilding,1,2,11.4,22,24,49,100,LED
|
277
|
+
NECB 2011,Museum,WholeBuilding,3,999,11.4,22,24,49,100,LED
|
278
|
+
NECB 2011,Office,WholeBuilding,1,2,9.7,21,23,47,400,LED
|
279
|
+
NECB 2011,Office,WholeBuilding,3,999,9.7,21,23,47,400,LED
|
280
|
+
NECB 2011,Parking Garage,WholeBuilding,1,999,2.7,29,44,49,75,LED
|
281
|
+
NECB 2011,Penitentiary,WholeBuilding,1,999,10.4,21,40,48,250,LED
|
282
|
+
NECB 2011,Performing arts theatre,WholeBuilding,1,999,15.0,21,40,48,250,LED
|
283
|
+
NECB 2011,Police Station,WholeBuilding,1,999,10.3,21,23,47,400,LED
|
284
|
+
NECB 2011,Post Office,WholeBuilding,1,2,9.4,21,23,46,400,LED
|
285
|
+
NECB 2011,Post Office,WholeBuilding,3,999,9.4,21,23,46,400,LED
|
286
|
+
NECB 2011,Religious,WholeBuilding,1,999,11.3,22,40,48,250,LED
|
287
|
+
NECB 2011,Retail,WholeBuilding,1,2,15.1,25,39,46,450,LED
|
288
|
+
NECB 2011,Retail,WholeBuilding,3,999,15.1,25,39,46,450,LED
|
289
|
+
NECB 2011,School/University,WholeBuilding,1,4,10.7,21,23,47,400,LED
|
290
|
+
NECB 2011,School/University,WholeBuilding,5,999,10.7,21,23,47,400,LED
|
291
|
+
NECB 2011,Sports Arena,WholeBuilding,1,999,8.4,28,39,47,400,LED
|
292
|
+
NECB 2011,Town Hall,WholeBuilding,1,4,9.9,21,23,47,400,LED
|
293
|
+
NECB 2011,Town Hall,WholeBuilding,5,999,9.9,21,23,47,400,LED
|
294
|
+
NECB 2011,Transportation,WholeBuilding,1,4,8.3,30,40,48,225,LED
|
295
|
+
NECB 2011,Transportation,WholeBuilding,5,999,8.3,30,40,48,225,LED
|
296
|
+
NECB 2011,Warehouse,WholeBuilding,1,999,7.1,29,44,49,150,LED
|
297
|
+
NECB 2011,Workshop,WholeBuilding,1,999,12.9,32,39,46,500,LED
|
298
|
+
NECB 2011,Warehouse - refrigerated,WholeBuilding,1,999,7.1,29,44,49,150,LED
|
299
|
+
NECB 2011,Space Function,Atrium - H < 13m,1,999,1.3,30,40,48,250,LED
|
300
|
+
NECB 2011,Space Function,Atrium - H > 13m,1,999,9.8,30,40,48,250,LED
|
301
|
+
NECB 2011,Space Function,Audience - auditorium,1,1,8.5,22,38,49,100,LED
|
302
|
+
NECB 2011,Space Function,Audience - auditorium,2,999,8.5,22,38,49,100,LED
|
303
|
+
NECB 2011,Space Function,Audience - performance arts,1,999,26.2,21,24,48,250,LED
|
304
|
+
NECB 2011,Space Function,Audience - motion picture,1,999,12.3,21,24,48,250,LED
|
305
|
+
NECB 2011,Space Function,Classroom/Lecture/Training,1,1,13.3,21,23,47,400,LED
|
306
|
+
NECB 2011,Space Function,Classroom/Lecture/Training,2,999,13.3,21,23,47,400,LED
|
307
|
+
NECB 2011,Space Function,Conf./meet./multi-purpose,1,1,13.2,21,23,47,350,LED
|
308
|
+
NECB 2011,Space Function,Conf./meet./multi-purpose,2,999,13.2,21,23,47,350,LED
|
309
|
+
NECB 2011,Space Function,Corr. >= 2.4m wide-sch-A,1,999,7.1,29,38,49,150,LED
|
310
|
+
NECB 2011,Space Function,Corr. >= 2.4m wide-sch-B,1,999,7.1,29,38,49,150,LED
|
311
|
+
NECB 2011,Space Function,Corr. >= 2.4m wide-sch-C,1,999,7.1,29,38,49,150,LED
|
312
|
+
NECB 2011,Space Function,Corr. >= 2.4m wide-sch-D,1,999,7.1,29,38,49,150,LED
|
313
|
+
NECB 2011,Space Function,Corr. >= 2.4m wide-sch-E,1,999,7.1,29,38,49,150,LED
|
314
|
+
NECB 2011,Space Function,Corr. >= 2.4m wide-sch-F,1,999,7.1,29,38,49,150,LED
|
315
|
+
NECB 2011,Space Function,Corr. >= 2.4m wide-sch-G,1,999,7.1,29,38,49,150,LED
|
316
|
+
NECB 2011,Space Function,Corr. >= 2.4m wide-sch-H,1,999,7.1,29,38,49,150,LED
|
317
|
+
NECB 2011,Space Function,Corr. >= 2.4m wide-sch-I,1,999,7.1,29,38,49,150,LED
|
318
|
+
NECB 2011,Space Function,Corr. < 2.4m wide-sch-A,1,999,8.4,29,38,49,150,LED
|
319
|
+
NECB 2011,Space Function,Corr. < 2.4m wide-sch-B,1,999,8.4,29,38,49,150,LED
|
320
|
+
NECB 2011,Space Function,Corr. < 2.4m wide-sch-C,1,999,8.4,29,38,49,150,LED
|
321
|
+
NECB 2011,Space Function,Corr. < 2.4m wide-sch-D,1,999,8.4,29,38,49,150,LED
|
322
|
+
NECB 2011,Space Function,Corr. < 2.4m wide-sch-E,1,999,8.4,29,38,49,150,LED
|
323
|
+
NECB 2011,Space Function,Corr. < 2.4m wide-sch-F,1,999,8.4,29,38,49,150,LED
|
324
|
+
NECB 2011,Space Function,Corr. < 2.4m wide-sch-G,1,999,8.4,29,38,49,150,LED
|
325
|
+
NECB 2011,Space Function,Corr. < 2.4m wide-sch-H,1,999,8.4,29,38,49,150,LED
|
326
|
+
NECB 2011,Space Function,Corr. < 2.4m wide-sch-I,1,999,8.4,29,38,49,150,LED
|
327
|
+
NECB 2011,Space Function,Dining - other,1,1,7.0,30,37,55,200,LED
|
328
|
+
NECB 2011,Space Function,Dining - bar lounge/leisure,1,1,14.1,22,38,49,100,LED
|
329
|
+
NECB 2011,Space Function,Dining - family space,1,1,9.6,30,37,55,200,LED
|
330
|
+
NECB 2011,Space Function,Dress./fitt. - performance arts,1,1,4.3,30,37,48,250,LED
|
331
|
+
NECB 2011,Space Function,Electrical/Mechanical-sch-A,1,1,13.4,28,45,47,350,LED
|
332
|
+
NECB 2011,Space Function,Electrical/Mechanical-sch-B,1,1,13.4,28,45,47,350,LED
|
333
|
+
NECB 2011,Space Function,Electrical/Mechanical-sch-C,1,1,13.4,28,45,47,350,LED
|
334
|
+
NECB 2011,Space Function,Electrical/Mechanical-sch-D,1,1,13.4,28,45,47,350,LED
|
335
|
+
NECB 2011,Space Function,Electrical/Mechanical-sch-E,1,1,13.4,28,45,47,350,LED
|
336
|
+
NECB 2011,Space Function,Electrical/Mechanical-sch-F,1,1,13.4,28,45,47,350,LED
|
337
|
+
NECB 2011,Space Function,Electrical/Mechanical-sch-G,1,1,13.4,28,45,47,350,LED
|
338
|
+
NECB 2011,Space Function,Electrical/Mechanical-sch-H,1,1,13.4,28,45,47,350,LED
|
339
|
+
NECB 2011,Space Function,Electrical/Mechanical-sch-I,1,1,13.4,28,45,47,350,LED
|
340
|
+
NECB 2011,Space Function,Food preparation,1,1,10.7,25,39,53,500,LED
|
341
|
+
NECB 2011,Space Function,Lab - classrooms,1,1,17.2,25,39,46,500,LED
|
342
|
+
NECB 2011,Space Function,Lab - research,1,1,23.6,26,41,53,650,LED
|
343
|
+
NECB 2011,Space Function,Lobby - other,1,999,10.8,30,38,49,150,LED
|
344
|
+
NECB 2011,Space Function,Lobby - elevator,1,999,6.9,30,37,55,200,LED
|
345
|
+
NECB 2011,Space Function,Lobby - performance arts,1,999,21.5,30,37,48,200,LED
|
346
|
+
NECB 2011,Space Function,Lobby - motion picture,1,999,5.6,30,38,49,150,LED
|
347
|
+
NECB 2011,Space Function,Locker room-sch-A,1,1,9.8,29,38,49,100,LED
|
348
|
+
NECB 2011,Space Function,Locker room-sch-B,1,1,9.8,29,38,49,100,LED
|
349
|
+
NECB 2011,Space Function,Locker room-sch-C,1,1,9.8,29,38,49,100,LED
|
350
|
+
NECB 2011,Space Function,Locker room-sch-D,1,1,9.8,29,38,49,100,LED
|
351
|
+
NECB 2011,Space Function,Locker room-sch-E,1,1,9.8,29,38,49,100,LED
|
352
|
+
NECB 2011,Space Function,Locker room-sch-F,1,1,9.8,29,38,49,100,LED
|
353
|
+
NECB 2011,Space Function,Locker room-sch-G,1,1,9.8,29,38,49,100,LED
|
354
|
+
NECB 2011,Space Function,Locker room-sch-H,1,1,9.8,29,38,49,100,LED
|
355
|
+
NECB 2011,Space Function,Locker room-sch-I,1,1,9.8,29,38,49,100,LED
|
356
|
+
NECB 2011,Space Function,Lounge/recreation,1,1,9.4,22,24,49,150,LED
|
357
|
+
NECB 2011,Space Function,Washroom-sch-A,1,1,10.5,22,38,49,150,LED
|
358
|
+
NECB 2011,Space Function,Washroom-sch-B,1,1,10.5,22,38,49,150,LED
|
359
|
+
NECB 2011,Space Function,Washroom-sch-C,1,1,10.5,22,38,49,150,LED
|
360
|
+
NECB 2011,Space Function,Washroom-sch-D,1,1,10.5,22,38,49,150,LED
|
361
|
+
NECB 2011,Space Function,Washroom-sch-E,1,1,10.5,22,38,49,150,LED
|
362
|
+
NECB 2011,Space Function,Washroom-sch-F,1,1,10.5,22,38,49,150,LED
|
363
|
+
NECB 2011,Space Function,Washroom-sch-G,1,1,10.5,22,38,49,150,LED
|
364
|
+
NECB 2011,Space Function,Washroom-sch-H,1,1,10.5,22,38,49,150,LED
|
365
|
+
NECB 2011,Space Function,Washroom-sch-I,1,1,10.5,22,38,49,150,LED
|
366
|
+
NECB 2011,Space Function,Sales Area,1,1,18.1,25,39,46,500,LED
|
367
|
+
NECB 2011,Space Function,Stairway-sch-A,1,1,7.4,29,38,49,150,LED
|
368
|
+
NECB 2011,Space Function,Stairway-sch-B,1,1,7.4,29,38,49,150,LED
|
369
|
+
NECB 2011,Space Function,Stairway-sch-C,1,1,7.4,29,38,49,150,LED
|
370
|
+
NECB 2011,Space Function,Stairway-sch-D,1,1,7.4,29,38,49,150,LED
|
371
|
+
NECB 2011,Space Function,Stairway-sch-E,1,1,7.4,29,38,49,150,LED
|
372
|
+
NECB 2011,Space Function,Stairway-sch-F,1,1,7.4,29,38,49,150,LED
|
373
|
+
NECB 2011,Space Function,Stairway-sch-G,1,1,7.4,29,38,49,150,LED
|
374
|
+
NECB 2011,Space Function,Stairway-sch-H,1,1,7.4,29,38,49,150,LED
|
375
|
+
NECB 2011,Space Function,Stairway-sch-I,1,1,7.4,29,38,49,150,LED
|
376
|
+
NECB 2011,Space Function,Storage area,1,1,6.8,29,44,49,100,LED
|
377
|
+
NECB 2011,Space Function,Workshop space,1,1,17.1,25,39,46,500,LED
|
378
|
+
NECB 2011,Space Function,Automotive - repair,1,1,7.2,56,44,54,500,LED
|
379
|
+
NECB 2011,Space Function,Bank - banking and offices,1,1,14.9,21,39,47,400,LED
|
380
|
+
NECB 2011,Space Function,Convention centre - audience,1,1,8.8,21,23,47,350,LED
|
381
|
+
NECB 2011,Space Function,Convention centre - exhibit,1,1,17.2,25,39,46,500,LED
|
382
|
+
NECB 2011,Space Function,Courthouse - courtroom,1,1,18.5,25,23,47,400,LED
|
383
|
+
NECB 2011,Space Function,Courthouse - cell,1,1,14.8,21,23,47,400,LED
|
384
|
+
NECB 2011,Space Function,Courthouse - chambers,1,1,12.6,25,23,47,400,LED
|
385
|
+
NECB 2011,Space Function,Penitentiary - audience,1,1,4.6,21,24,48,250,LED
|
386
|
+
NECB 2011,Space Function,Penitentiary - classroom,1,1,14.4,21,23,47,400,LED
|
387
|
+
NECB 2011,Space Function,Penitentiary - dining,1,1,11.5,30,37,55,200,LED
|
388
|
+
NECB 2011,Space Function,Dormitory - living quarters,1,1,4.1,22,24,55,125,LED
|
389
|
+
NECB 2011,Space Function,Dwelling Unit(s),1,4,5.0,22,24,55,125,LED
|
390
|
+
NECB 2011,Space Function,Dwelling Unit(s),5,999,5.0,22,24,55,125,LED
|
391
|
+
NECB 2011,Space Function,Fire station - engine room,1,1,6.0,28,45,47,350,LED
|
392
|
+
NECB 2011,Space Function,Fire station - quarters,1,1,3.4,22,24,49,150,LED
|
393
|
+
NECB 2011,Space Function,Gym - fitness,1,1,9.8,21,39,47,350,LED
|
394
|
+
NECB 2011,Space Function,Gym - audience,1,1,4.6,21,23,47,350,LED
|
395
|
+
NECB 2011,Space Function,Gym - play,1,1,12.9,21,39,47,350,LED
|
396
|
+
NECB 2011,Space Function,Hospital corr. >= 2.4m-sch-A,1,1,9.6,30,38,49,150,LED
|
397
|
+
NECB 2011,Space Function,Hospital corr. >= 2.4m-sch-B,1,1,9.6,30,38,49,150,LED
|
398
|
+
NECB 2011,Space Function,Hospital corr. >= 2.4m-sch-C,1,1,9.6,30,38,49,150,LED
|
399
|
+
NECB 2011,Space Function,Hospital corr. >= 2.4m-sch-D,1,1,9.6,30,38,49,150,LED
|
400
|
+
NECB 2011,Space Function,Hospital corr. >= 2.4m-sch-E,1,1,9.6,30,38,49,150,LED
|
401
|
+
NECB 2011,Space Function,Hospital corr. >= 2.4m-sch-F,1,1,9.6,30,38,49,150,LED
|
402
|
+
NECB 2011,Space Function,Hospital corr. >= 2.4m-sch-G,1,1,9.6,30,38,49,150,LED
|
403
|
+
NECB 2011,Space Function,Hospital corr. >= 2.4m-sch-H,1,1,9.6,30,38,49,150,LED
|
404
|
+
NECB 2011,Space Function,Hospital corr. >= 2.4m-sch-I,1,1,9.6,30,38,49,150,LED
|
405
|
+
NECB 2011,Space Function,Hospital corr. < 2.4m-sch-A,1,1,11.7,30,38,49,150,LED
|
406
|
+
NECB 2011,Space Function,Hospital corr. < 2.4m-sch-B,1,1,11.7,30,38,49,150,LED
|
407
|
+
NECB 2011,Space Function,Hospital corr. < 2.4m-sch-C,1,1,11.7,30,38,49,150,LED
|
408
|
+
NECB 2011,Space Function,Hospital corr. < 2.4m-sch-D,1,1,11.7,30,38,49,150,LED
|
409
|
+
NECB 2011,Space Function,Hospital corr. < 2.4m-sch-E,1,1,11.7,30,38,49,150,LED
|
410
|
+
NECB 2011,Space Function,Hospital corr. < 2.4m-sch-F,1,1,11.7,30,38,49,150,LED
|
411
|
+
NECB 2011,Space Function,Hospital corr. < 2.4m-sch-G,1,1,11.7,30,38,49,150,LED
|
412
|
+
NECB 2011,Space Function,Hospital corr. < 2.4m-sch-H,1,1,11.7,30,38,49,150,LED
|
413
|
+
NECB 2011,Space Function,Hospital corr. < 2.4m-sch-I,1,1,11.7,30,38,49,150,LED
|
414
|
+
NECB 2011,Space Function,Hospital - emergency,1,1,24.3,26,41,53,600,LED
|
415
|
+
NECB 2011,Space Function,Hospital - exam,1,1,17.9,26,41,53,600,LED
|
416
|
+
NECB 2011,Space Function,Hospital - laundry/washing,1,1,8.0,28,39,55,350,LED
|
417
|
+
NECB 2011,Space Function,Hospital - lounge/recreation,1,1,11.5,22,24,49,150,LED
|
418
|
+
NECB 2011,Space Function,Hospital - medical supply,1,1,13.7,25,39,46,400,LED
|
419
|
+
NECB 2011,Space Function,Hospital - nursery,1,1,9.5,25,23,47,400,LED
|
420
|
+
NECB 2011,Space Function,Hospital - nurses station,1,1,9.4,25,23,47,400,LED
|
421
|
+
NECB 2011,Space Function,Hospital - operating room,1,1,20.3,27,42,51,1000,LED
|
422
|
+
NECB 2011,Space Function,Hospital - patient room,1,1,6.7,21,23,47,400,LED
|
423
|
+
NECB 2011,Space Function,Hospital - pharmacy,1,1,12.3,25,23,47,400,LED
|
424
|
+
NECB 2011,Space Function,Hospital - physical therapy,1,1,9.8,21,23,47,350,LED
|
425
|
+
NECB 2011,Space Function,Hospital - radiology/imaging,1,1,14.2,21,40,48,225,LED
|
426
|
+
NECB 2011,Space Function,Hospital - recovery,1,1,12.4,21,23,48,250,LED
|
427
|
+
NECB 2011,Space Function,Hotel/Motel - dining,1,1,8.8,30,37,55,200,LED
|
428
|
+
NECB 2011,Space Function,Hotel/Motel - rooms,1,1,11.9,22,24,55,200,LED
|
429
|
+
NECB 2011,Space Function,Hotel/Motel - rooms,2,4,11.9,22,24,55,200,LED
|
430
|
+
NECB 2011,Space Function,Hotel/Motel - rooms,5,999,11.9,22,24,55,200,LED
|
431
|
+
NECB 2011,Space Function,Hotel/Motel - lobby,1,1,11.4,30,40,55,250,LED
|
432
|
+
NECB 2011,Space Function,Hotel/Motel - lobby,2,999,11.4,30,40,55,250,LED
|
433
|
+
NECB 2011,Space Function,Hway lodging - dining,1,999,9.5,30,37,55,200,LED
|
434
|
+
NECB 2011,Space Function,Hway lodging - rooms,1,1,8.1,22,24,55,200,LED
|
435
|
+
NECB 2011,Space Function,Hway lodging - rooms,2,4,8.1,22,24,55,200,LED
|
436
|
+
NECB 2011,Space Function,Hway lodging - rooms,5,999,8.1,22,24,55,200,LED
|
437
|
+
NECB 2011,Space Function,Library - reading,1,1,10.0,25,39,55,500,LED
|
438
|
+
NECB 2011,Space Function,Library - reading,2,999,10.0,25,39,55,500,LED
|
439
|
+
NECB 2011,Space Function,Library - stacks,1,1,22.9,25,39,55,500,LED
|
440
|
+
NECB 2011,Space Function,Library - stacks,2,999,22.9,25,39,55,500,LED
|
441
|
+
NECB 2011,Space Function,Mfg - corr. >= 2.4m-sch-A,1,1,4.4,21,39,47,350,LED
|
442
|
+
NECB 2011,Space Function,Mfg - corr. >= 2.4m-sch-B,1,1,4.4,21,39,47,350,LED
|
443
|
+
NECB 2011,Space Function,Mfg - corr. >= 2.4m-sch-C,1,1,4.4,21,39,47,350,LED
|
444
|
+
NECB 2011,Space Function,Mfg - corr. >= 2.4m-sch-D,1,1,4.4,21,39,47,350,LED
|
445
|
+
NECB 2011,Space Function,Mfg - corr. >= 2.4m-sch-E,1,1,4.4,21,39,47,350,LED
|
446
|
+
NECB 2011,Space Function,Mfg - corr. >= 2.4m-sch-F,1,1,4.4,21,39,47,350,LED
|
447
|
+
NECB 2011,Space Function,Mfg - corr. >= 2.4m-sch-G,1,1,4.4,21,39,47,350,LED
|
448
|
+
NECB 2011,Space Function,Mfg - corr. >= 2.4m-sch-H,1,1,4.4,21,39,47,350,LED
|
449
|
+
NECB 2011,Space Function,Mfg - corr. >= 2.4m-sch-I,1,1,4.4,21,39,47,350,LED
|
450
|
+
NECB 2011,Space Function,Mfg - corr. < 2.4m-sch-A,1,1,5.5,21,39,47,350,LED
|
451
|
+
NECB 2011,Space Function,Mfg - corr. < 2.4m-sch-B,1,1,5.5,21,39,47,350,LED
|
452
|
+
NECB 2011,Space Function,Mfg - corr. < 2.4m-sch-C,1,1,5.5,21,39,47,350,LED
|
453
|
+
NECB 2011,Space Function,Mfg - corr. < 2.4m-sch-D,1,1,5.5,21,39,47,350,LED
|
454
|
+
NECB 2011,Space Function,Mfg - corr. < 2.4m-sch-E,1,1,5.5,21,39,47,350,LED
|
455
|
+
NECB 2011,Space Function,Mfg - corr. < 2.4m-sch-F,1,1,5.5,21,39,47,350,LED
|
456
|
+
NECB 2011,Space Function,Mfg - corr. < 2.4m-sch-G,1,1,5.5,21,39,47,350,LED
|
457
|
+
NECB 2011,Space Function,Mfg - corr. < 2.4m-sch-H,1,1,5.5,21,39,47,350,LED
|
458
|
+
NECB 2011,Space Function,Mfg - corr. < 2.4m-sch-I,1,1,5.5,21,39,47,350,LED
|
459
|
+
NECB 2011,Space Function,Mfg - detailed,1,1,13.9,33,41,53,600,LED
|
460
|
+
NECB 2011,Space Function,Mfg - equipment,1,1,13.4,33,41,53,600,LED
|
461
|
+
NECB 2011,Space Function,Mfg - bay H > 15m,1,1,11.3,28,39,46,400,LED
|
462
|
+
NECB 2011,Space Function,Mfg - 7.5 <= bay H <= 15m,1,1,13.2,28,39,46,400,LED
|
463
|
+
NECB 2011,Space Function,Mfg - bay H < 7.5m,1,1,12.8,28,39,46,400,LED
|
464
|
+
NECB 2011,Space Function,Museum - exhibition,1,1,11.3,21,40,48,250,LED
|
465
|
+
NECB 2011,Space Function,Museum - restoration,1,1,11.0,26,41,53,600,LED
|
466
|
+
NECB 2011,Space Function,Parking garage space,1,1,2.0,1,6,9,,
|
467
|
+
NECB 2011,Space Function,Post office sorting,1,1,10.1,21,23,47,400,LED
|
468
|
+
NECB 2011,Space Function,Religious - audience seating,1,1,18.2,22,38,49,150,LED
|
469
|
+
NECB 2011,Space Function,Religious - fellowship hall,1,1,6.9,21,24,48,250,LED
|
470
|
+
NECB 2011,Space Function,Religious - pulpit/choir,1,1,18.2,21,24,48,250,LED
|
471
|
+
NECB 2011,Space Function,Retail - dressing/fitting,1,1,9.4,21,24,47,350,LED
|
472
|
+
NECB 2011,Space Function,Retail - mall concourse,1,1,11.8,31,39,46,400,LED
|
473
|
+
NECB 2011,Space Function,Retail - sales,1,1,18.1,25,39,46,500,LED
|
474
|
+
NECB 2011,Space Function,Sports arena - audience seating,1,1,4.6,22,38,49,150,LED
|
475
|
+
NECB 2011,Space Function,Sports arena - court c4,1,1,7.8,32,39,46,500,LED
|
476
|
+
NECB 2011,Space Function,Sports arena - court c3,1,1,12.9,34,42,52,800,LED
|
477
|
+
NECB 2011,Space Function,Sports arena - court c2,1,1,20.7,35,42,51,1000,LED
|
478
|
+
NECB 2011,Space Function,Sports arena - court c1,1,1,32.4,36,43,50,1600,LED
|
479
|
+
NECB 2011,Space Function,Sports arena - ring,1,1,28.2,32,39,46,500,LED
|
480
|
+
NECB 2011,Space Function,Transp. baggage,1,1,10.8,30,37,48,250,LED
|
481
|
+
NECB 2011,Space Function,Transp. concourse,1,1,9.7,30,38,49,150,LED
|
482
|
+
NECB 2011,Space Function,Transp. - seating area,1,1,5.8,22,38,49,150,LED
|
483
|
+
NECB 2011,Space Function,Transp. counter,1,1,11.6,30,37,48,250,LED
|
484
|
+
NECB 2011,Space Function,Warehouse - fine,1,1,10.2,30,37,48,300,LED
|
485
|
+
NECB 2011,Space Function,Warehouse - med/blk,1,1,6.3,30,37,48,200,LED
|
486
|
+
NECB 2011,Space Function,Warehouse - med/blk2,1,1,10.2,30,37,48,200,LED
|
487
|
+
NECB 2011,Space Function,- undefined -,1,1,0.0,Nil,Nil,Nil,Nil,Nil
|
488
|
+
NECB 2011,Space Function,Food preparation - vented,1,1,10.7,25,39,53,500,LED
|
489
|
+
NECB 2011,Space Function,Hospital - medical supply - occsens,1,1,12.33,25,39,46,400,LED
|
490
|
+
NECB 2011,Space Function,Storage area - occsens,1,1,6.12,29,44,49,100,LED
|
491
|
+
NECB 2011,Space Function,Storage area - refrigerated,1,1,6.12,29,44,49,100,LED
|
492
|
+
NECB 2011,Space Function,Storage area - refrigerated - occsens,1,1,6.12,29,44,49,100,LED
|
493
|
+
NECB 2011,Space Function,Warehouse - fine - refrigerated,1,1,10.2,30,37,48,300,LED
|
494
|
+
NECB 2011,Space Function,Warehouse - med/blk - refrigerated,1,1,6.3,30,37,48,200,LED
|
495
|
+
NECB 2011,Space Function,Warehouse - med/blk2 - refrigerated,1,1,6.3,30,37,48,200,LED
|
496
|
+
NECB 2011,Space Function,Office - enclosed,1,2,11.9,21,23,47,400,LED
|
497
|
+
NECB 2011,Space Function,Office - enclosed,3,999,11.9,21,23,47,400,LED
|
498
|
+
NECB 2011,Space Function,Office - open plan,1,2,11.0,21,23,47,400,LED
|
499
|
+
NECB 2011,Space Function,Office - open plan,3,999,11.0,21,23,47,400,LED
|
500
|
+
NECB 2011,Space Function,Office - enclosed - occsens,1,2,10.71,21,23,47,400,LED
|
501
|
+
NECB 2011,Space Function,Office - enclosed - occsens,3,999,10.71,21,23,47,400,LED
|
502
|
+
NECB 2015,Automotive facility,WholeBuilding,1,1,8.6,1,7,9,400,CFL
|
503
|
+
NECB 2015,Convention centre,WholeBuilding,1,1,10.9,2,7,10,300,CFL
|
504
|
+
NECB 2015,Courthouse,WholeBuilding,1,1,10.9,2,9,10,400,CFL
|
505
|
+
NECB 2015,Dining - bar lounge/leisure,WholeBuilding,1,1,10.9,2,7,17,125,CFL
|
506
|
+
NECB 2015,Dining - cafeteria/fast food,WholeBuilding,1,1,9.7,2,7,17,300,CFL
|
507
|
+
NECB 2015,Dining - family,WholeBuilding,1,1,10.2,2,7,17,300,CFL
|
508
|
+
NECB 2015,Dormitory,WholeBuilding,1,4,6.1,1,7,17,100,CFL
|
509
|
+
NECB 2015,Dormitory,WholeBuilding,5,999,6.1,1,7,9,100,CFL
|
510
|
+
NECB 2015,Exercise centre,WholeBuilding,1,1,9.0,2,9,9,350,CFL
|
511
|
+
NECB 2015,Fire station,WholeBuilding,1,1,7.2,1,9,9,400,CFL
|
512
|
+
NECB 2015,Gymnasium,WholeBuilding,1,1,10.1,2,9,9,500,CFL
|
513
|
+
NECB 2015,Health care clinic,WholeBuilding,1,2,9.7,1,7,9,600,CFL
|
514
|
+
NECB 2015,Health care clinic,WholeBuilding,3,999,9.7,1,7,9,600,CFL
|
515
|
+
NECB 2015,Hospital,WholeBuilding,1,1,11.3,2,7,10,350,CFL
|
516
|
+
NECB 2015,Hotel/Motel,WholeBuilding,1,4,9.4,2,7,9,150,CFL
|
517
|
+
NECB 2015,Hotel/Motel,WholeBuilding,5,999,9.4,2,7,9,150,CFL
|
518
|
+
NECB 2015,Library,WholeBuilding,1,2,12.8,2,7,18,500,CFL
|
519
|
+
NECB 2015,Library,WholeBuilding,3,999,12.8,2,7,18,500,CFL
|
520
|
+
NECB 2015,Long-term care - dwelling units,WholeBuilding,1,4,5.5,1,6,9,400,CFL
|
521
|
+
NECB 2015,Long-term care - dwelling units,WholeBuilding,5,999,5.5,1,6,9,400,CFL
|
522
|
+
NECB 2015,Long-term care - other,WholeBuilding,1,4,5.5,1,6,9,400,CFL
|
523
|
+
NECB 2015,Long-term care - other,WholeBuilding,5,999,5.5,1,6,9,400,CFL
|
524
|
+
NECB 2015,Manufacturing facility,WholeBuilding,1,1,12.6,2,9,14,450,CFL
|
525
|
+
NECB 2015,Motion picture theatre,WholeBuilding,1,1,8.2,2,7,17,150,CFL
|
526
|
+
NECB 2015,Multi-unit residential building,WholeBuilding,1,4,5.5,1,6,9,125,CFL
|
527
|
+
NECB 2015,Multi-unit residential building,WholeBuilding,5,999,5.5,1,6,9,125,CFL
|
528
|
+
NECB 2015,Museum,WholeBuilding,1,1,11.0,2,17,17,100,CFL
|
529
|
+
NECB 2015,Museum,WholeBuilding,3,999,11.0,2,17,17,100,CFL
|
530
|
+
NECB 2015,Office,WholeBuilding,1,2,8.8,2,7,9,400,CFL
|
531
|
+
NECB 2015,Office,WholeBuilding,3,999,8.8,2,7,9,400,CFL
|
532
|
+
NECB 2015,Penitentiary,WholeBuilding,1,1,8.7,2,7,9,250,CFL
|
533
|
+
NECB 2015,Performing arts theatre,WholeBuilding,1,1,14.9,2,7,14,250,CFL
|
534
|
+
NECB 2015,Police station,WholeBuilding,1,1,9.4,2,9,9,400,CFL
|
535
|
+
NECB 2015,Post office,WholeBuilding,1,2,9.4,1,7,9,400,CFL
|
536
|
+
NECB 2015,Post office,WholeBuilding,3,999,9.4,1,7,9,400,CFL
|
537
|
+
NECB 2015,Religious building ,WholeBuilding,1,1,10.8,2,7,18,250,CFL
|
538
|
+
NECB 2015,Retail area,WholeBuilding,1,2,13.5,2,7,18,450,CFL
|
539
|
+
NECB 2015,Retail area,WholeBuilding,3,999,13.5,2,7,18,450,CFL
|
540
|
+
NECB 2015,School/university,WholeBuilding,1,4,9.4,2,7,17,400,CFL
|
541
|
+
NECB 2015,School/university,WholeBuilding,5,999,9.4,2,7,17,400,CFL
|
542
|
+
NECB 2015,Sports arena,WholeBuilding,1,1,9.8,2,7,9,400,CFL
|
543
|
+
NECB 2015,Storage garage,WholeBuilding,1,1,2.3,1,7,17,75,CFL
|
544
|
+
NECB 2015,Town hall,WholeBuilding,1,4,9.6,2,7,17,400,CFL
|
545
|
+
NECB 2015,Town hall,WholeBuilding,5,999,9.6,2,7,17,400,CFL
|
546
|
+
NECB 2015,Transportation facility,WholeBuilding,1,4,7.5,1,9,9,225,CFL
|
547
|
+
NECB 2015,Transportation facility,WholeBuilding,5,999,7.5,1,9,9,225,CFL
|
548
|
+
NECB 2015,Warehouse,WholeBuilding,1,1,7.1,1,9,9,150,CFL
|
549
|
+
NECB 2015,Workshop,WholeBuilding,1,1,12.8,2,7,9,500,CFL
|
550
|
+
NECB 2015,Space Function,Atrium (height < 6m)-sch-A,1,1,,4,7,17,250,CFL
|
551
|
+
NECB 2015,Space Function,Atrium (height < 6m)-sch-B,1,1,,4,7,17,250,CFL
|
552
|
+
NECB 2015,Space Function,Atrium (height < 6m)-sch-C,1,1,,4,7,17,250,CFL
|
553
|
+
NECB 2015,Space Function,Atrium (height < 6m)-sch-D,1,1,,4,7,17,250,CFL
|
554
|
+
NECB 2015,Space Function,Atrium (height < 6m)-sch-E,1,1,,4,7,17,250,CFL
|
555
|
+
NECB 2015,Space Function,Atrium (height < 6m)-sch-F,1,1,,4,7,17,250,CFL
|
556
|
+
NECB 2015,Space Function,Atrium (height < 6m)-sch-G,1,1,,4,7,17,250,CFL
|
557
|
+
NECB 2015,Space Function,Atrium (height < 6m)-sch-H,1,1,,4,7,17,250,CFL
|
558
|
+
NECB 2015,Space Function,Atrium (height < 6m)-sch-I,1,1,,4,7,17,250,CFL
|
559
|
+
NECB 2015,Space Function,Atrium (height < 6m)-sch-J,1,1,,4,7,17,250,CFL
|
560
|
+
NECB 2015,Space Function,Atrium (height < 6m)-sch-K,1,1,,4,7,17,250,CFL
|
561
|
+
NECB 2015,Space Function,Atrium (6 =< height <= 12m)-sch-A,1,1,,4,7,17,250,CFL
|
562
|
+
NECB 2015,Space Function,Atrium (6 =< height <= 12m)-sch-B,1,1,,4,7,17,250,CFL
|
563
|
+
NECB 2015,Space Function,Atrium (6 =< height <= 12m)-sch-C,1,1,,4,7,17,250,CFL
|
564
|
+
NECB 2015,Space Function,Atrium (6 =< height <= 12m)-sch-D,1,1,,4,7,17,250,CFL
|
565
|
+
NECB 2015,Space Function,Atrium (6 =< height <= 12m)-sch-E,1,1,,4,7,17,250,CFL
|
566
|
+
NECB 2015,Space Function,Atrium (6 =< height <= 12m)-sch-F,1,1,,4,7,17,250,CFL
|
567
|
+
NECB 2015,Space Function,Atrium (6 =< height <= 12m)-sch-G,1,1,,4,7,17,250,CFL
|
568
|
+
NECB 2015,Space Function,Atrium (6 =< height <= 12m)-sch-H,1,1,,4,7,17,250,CFL
|
569
|
+
NECB 2015,Space Function,Atrium (6 =< height <= 12m)-sch-I,1,1,,4,7,17,250,CFL
|
570
|
+
NECB 2015,Space Function,Atrium (6 =< height <= 12m)-sch-J,1,1,,4,7,17,250,CFL
|
571
|
+
NECB 2015,Space Function,Atrium (6 =< height <= 12m)-sch-K,1,1,,4,7,17,250,CFL
|
572
|
+
NECB 2015,Space Function,Atrium (height > 12m)-sch-A,1,1,,4,17,13,250,CFL
|
573
|
+
NECB 2015,Space Function,Atrium (height > 12m)-sch-B,1,1,,4,17,13,250,CFL
|
574
|
+
NECB 2015,Space Function,Atrium (height > 12m)-sch-C,1,1,,4,17,13,250,CFL
|
575
|
+
NECB 2015,Space Function,Atrium (height > 12m)-sch-D,1,1,,4,17,13,250,CFL
|
576
|
+
NECB 2015,Space Function,Atrium (height > 12m)-sch-E,1,1,,4,17,13,250,CFL
|
577
|
+
NECB 2015,Space Function,Atrium (height > 12m)-sch-F,1,1,,4,17,13,250,CFL
|
578
|
+
NECB 2015,Space Function,Atrium (height > 12m)-sch-G,1,1,,4,17,13,250,CFL
|
579
|
+
NECB 2015,Space Function,Atrium (height > 12m)-sch-H,1,1,,4,17,13,250,CFL
|
580
|
+
NECB 2015,Space Function,Atrium (height > 12m)-sch-I,1,1,,4,17,13,250,CFL
|
581
|
+
NECB 2015,Space Function,Atrium (height > 12m)-sch-J,1,1,,4,17,13,250,CFL
|
582
|
+
NECB 2015,Space Function,Atrium (height > 12m)-sch-K,1,1,,4,17,13,250,CFL
|
583
|
+
NECB 2015,Space Function,Audience seating area permanent - auditorium,1,1,6.8,1,7,9,100,CFL
|
584
|
+
NECB 2015,Space Function,Audience seating area permanent - auditorium,2,999,6.8,1,7,9,100,CFL
|
585
|
+
NECB 2015,Space Function,Audience seating area permanent - convention centre,1,1,8.9,2,7,13,350,CFL
|
586
|
+
NECB 2015,Space Function,Audience seating area permanent - gymnasium,1,1,7.0,1,7,13,350,CFL
|
587
|
+
NECB 2015,Space Function,Audience seating area permanent - motion picture theatre,1,1,12.3,2,7,14,250,CFL
|
588
|
+
NECB 2015,Space Function,Audience seating area permanent - penitentiary,1,1,3.0,1,6,9,250,CFL
|
589
|
+
NECB 2015,Space Function,Audience seating area permanent - performing arts theatre,1,1,26.2,4,8,19,250,CFL
|
590
|
+
NECB 2015,Space Function,Audience seating area permanent - religious building,1,1,16.5,2,8,18,150,CFL
|
591
|
+
NECB 2015,Space Function,Audience seating area permanent - sports arena,1,1,4.6,1,6,17,150,CFL
|
592
|
+
NECB 2015,Space Function,Audience seating area permanent - other-sch-A,1,1,4.6,1,6,17,100,CFL
|
593
|
+
NECB 2015,Space Function,Audience seating area permanent - other-sch-B,1,1,4.6,1,6,17,100,CFL
|
594
|
+
NECB 2015,Space Function,Audience seating area permanent - other-sch-C,1,1,4.6,1,6,17,100,CFL
|
595
|
+
NECB 2015,Space Function,Audience seating area permanent - other-sch-D,1,1,4.6,1,6,17,100,CFL
|
596
|
+
NECB 2015,Space Function,Audience seating area permanent - other-sch-E,1,1,4.6,1,6,17,100,CFL
|
597
|
+
NECB 2015,Space Function,Audience seating area permanent - other-sch-F,1,1,4.6,1,6,17,100,CFL
|
598
|
+
NECB 2015,Space Function,Audience seating area permanent - other-sch-G,1,1,4.6,1,6,17,100,CFL
|
599
|
+
NECB 2015,Space Function,Audience seating area permanent - other-sch-H,1,1,4.6,1,6,17,100,CFL
|
600
|
+
NECB 2015,Space Function,Audience seating area permanent - other-sch-I,1,1,4.6,1,6,17,100,CFL
|
601
|
+
NECB 2015,Space Function,Audience seating area permanent - other-sch-J,1,1,4.6,1,6,17,100,CFL
|
602
|
+
NECB 2015,Space Function,Audience seating area permanent - other-sch-K,1,1,4.6,1,6,17,100,CFL
|
603
|
+
NECB 2015,Space Function,Banking activity area and offices,1,1,10.9,2,7,18,400,CFL
|
604
|
+
NECB 2015,Space Function,Classroom/Lecture hall/Training room - Penitentary,1,1,14.5,2,7,18,400,CFL
|
605
|
+
NECB 2015,Space Function,Classroom/Lecture hall/Training room other,1,1,13.4,2,7,18,400,CFL
|
606
|
+
NECB 2015,Space Function,Classroom/Lecture hall/Training room other,2,999,13.4,2,7,18,400,CFL
|
607
|
+
NECB 2015,Space Function,Computer/Server room-sch-A,1,999,18.4,3,8,18,350,CFL
|
608
|
+
NECB 2015,Space Function,Computer/Server room-sch-B,1,999,18.4,3,8,18,350,CFL
|
609
|
+
NECB 2015,Space Function,Computer/Server room-sch-C,1,999,18.4,3,8,18,350,CFL
|
610
|
+
NECB 2015,Space Function,Computer/Server room-sch-D,1,999,18.4,3,8,18,350,CFL
|
611
|
+
NECB 2015,Space Function,Computer/Server room-sch-E,1,999,18.4,3,8,18,350,CFL
|
612
|
+
NECB 2015,Space Function,Computer/Server room-sch-F,1,999,18.4,3,8,18,350,CFL
|
613
|
+
NECB 2015,Space Function,Computer/Server room-sch-G,1,999,18.4,3,8,18,350,CFL
|
614
|
+
NECB 2015,Space Function,Computer/Server room-sch-H,1,999,18.4,3,8,18,350,CFL
|
615
|
+
NECB 2015,Space Function,Computer/Server room-sch-I,1,999,18.4,3,8,18,350,CFL
|
616
|
+
NECB 2015,Space Function,Computer/Server room-sch-J,1,999,18.4,3,8,18,350,CFL
|
617
|
+
NECB 2015,Space Function,Computer/Server room-sch-K,1,999,18.4,3,8,18,350,CFL
|
618
|
+
NECB 2015,Space Function,Conference/Meeting/Multi-purpose room,1,1,13.3,2,7,14,350,CFL
|
619
|
+
NECB 2015,Space Function,Conference/Meeting/Multi-purpose room,2,999,13.3,2,7,14,350,CFL
|
620
|
+
NECB 2015,Space Function,Confinement cell,1,999,8.8,2,7,18,400,CFL
|
621
|
+
NECB 2015,Space Function,Copy/Print room,1,999,7.8,1,7,17,400,CFL
|
622
|
+
NECB 2015,Space Function,Corridor/Transition area - hospital-sch-A,1,1,10.7,2,7,17,150,CFL
|
623
|
+
NECB 2015,Space Function,Corridor/Transition area - hospital-sch-B,1,1,10.7,2,7,17,150,CFL
|
624
|
+
NECB 2015,Space Function,Corridor/Transition area - hospital-sch-C,1,1,10.7,2,7,17,150,CFL
|
625
|
+
NECB 2015,Space Function,Corridor/Transition area - hospital-sch-D,1,1,10.7,2,7,17,150,CFL
|
626
|
+
NECB 2015,Space Function,Corridor/Transition area - hospital-sch-E,1,1,10.7,2,7,17,150,CFL
|
627
|
+
NECB 2015,Space Function,Corridor/Transition area - hospital-sch-F,1,1,10.7,2,7,17,150,CFL
|
628
|
+
NECB 2015,Space Function,Corridor/Transition area - hospital-sch-G,1,1,10.7,2,7,17,150,CFL
|
629
|
+
NECB 2015,Space Function,Corridor/Transition area - hospital-sch-H,1,1,10.7,2,7,17,150,CFL
|
630
|
+
NECB 2015,Space Function,Corridor/Transition area - hospital-sch-I,1,1,10.7,2,7,17,150,CFL
|
631
|
+
NECB 2015,Space Function,Corridor/Transition area - hospital-sch-J,1,1,10.7,2,7,17,150,CFL
|
632
|
+
NECB 2015,Space Function,Corridor/Transition area - hospital-sch-K,1,1,10.7,2,7,17,150,CFL
|
633
|
+
NECB 2015,Space Function,Corridor/Transition area - manufacturing facility-sch-A,1,1,4.4,1,6,13,150,CFL
|
634
|
+
NECB 2015,Space Function,Corridor/Transition area - manufacturing facility-sch-B,1,1,4.4,1,6,13,150,CFL
|
635
|
+
NECB 2015,Space Function,Corridor/Transition area - manufacturing facility-sch-C,1,1,4.4,1,6,13,150,CFL
|
636
|
+
NECB 2015,Space Function,Corridor/Transition area - manufacturing facility-sch-D,1,1,4.4,1,6,13,150,CFL
|
637
|
+
NECB 2015,Space Function,Corridor/Transition area - manufacturing facility-sch-E,1,1,4.4,1,6,13,150,CFL
|
638
|
+
NECB 2015,Space Function,Corridor/Transition area - manufacturing facility-sch-F,1,1,4.4,1,6,13,150,CFL
|
639
|
+
NECB 2015,Space Function,Corridor/Transition area - manufacturing facility-sch-G,1,1,4.4,1,6,13,150,CFL
|
640
|
+
NECB 2015,Space Function,Corridor/Transition area - manufacturing facility-sch-H,1,1,4.4,1,6,13,150,CFL
|
641
|
+
NECB 2015,Space Function,Corridor/Transition area - manufacturing facility-sch-I,1,1,4.4,1,6,13,150,CFL
|
642
|
+
NECB 2015,Space Function,Corridor/Transition area - manufacturing facility-sch-J,1,1,4.4,1,6,13,150,CFL
|
643
|
+
NECB 2015,Space Function,Corridor/Transition area - manufacturing facility-sch-K,1,1,4.4,1,6,13,150,CFL
|
644
|
+
NECB 2015,Space Function,Corridor/Transition area - space designed to ANSI/IES RP-28 (and used primarily by residents)-sch-A,1,1,9.9,2,7,17,150,CFL
|
645
|
+
NECB 2015,Space Function,Corridor/Transition area - space designed to ANSI/IES RP-28 (and used primarily by residents)-sch-B,1,1,9.9,2,7,17,150,CFL
|
646
|
+
NECB 2015,Space Function,Corridor/Transition area - space designed to ANSI/IES RP-28 (and used primarily by residents)-sch-C,1,1,9.9,2,7,17,150,CFL
|
647
|
+
NECB 2015,Space Function,Corridor/Transition area - space designed to ANSI/IES RP-28 (and used primarily by residents)-sch-D,1,1,9.9,2,7,17,150,CFL
|
648
|
+
NECB 2015,Space Function,Corridor/Transition area - space designed to ANSI/IES RP-28 (and used primarily by residents)-sch-E,1,1,9.9,2,7,17,150,CFL
|
649
|
+
NECB 2015,Space Function,Corridor/Transition area - space designed to ANSI/IES RP-28 (and used primarily by residents)-sch-F,1,1,9.9,2,7,17,150,CFL
|
650
|
+
NECB 2015,Space Function,Corridor/Transition area - space designed to ANSI/IES RP-28 (and used primarily by residents)-sch-G,1,1,9.9,2,7,17,150,CFL
|
651
|
+
NECB 2015,Space Function,Corridor/Transition area - space designed to ANSI/IES RP-28 (and used primarily by residents)-sch-H,1,1,9.9,2,7,17,150,CFL
|
652
|
+
NECB 2015,Space Function,Corridor/Transition area - space designed to ANSI/IES RP-28 (and used primarily by residents)-sch-I,1,1,9.9,2,7,17,150,CFL
|
653
|
+
NECB 2015,Space Function,Corridor/Transition area - space designed to ANSI/IES RP-28 (and used primarily by residents)-sch-J,1,1,9.9,2,7,17,150,CFL
|
654
|
+
NECB 2015,Space Function,Corridor/Transition area - space designed to ANSI/IES RP-28 (and used primarily by residents)-sch-K,1,1,9.9,2,7,17,150,CFL
|
655
|
+
NECB 2015,Space Function,Corridor/Transition area other-sch-A,1,1,7.1,1,7,17,150,CFL
|
656
|
+
NECB 2015,Space Function,Corridor/Transition area other-sch-B,1,1,7.1,1,7,17,150,CFL
|
657
|
+
NECB 2015,Space Function,Corridor/Transition area other-sch-C,1,1,7.1,1,7,17,150,CFL
|
658
|
+
NECB 2015,Space Function,Corridor/Transition area other-sch-D,1,1,7.1,1,7,17,150,CFL
|
659
|
+
NECB 2015,Space Function,Corridor/Transition area other-sch-E,1,1,7.1,1,7,17,150,CFL
|
660
|
+
NECB 2015,Space Function,Corridor/Transition area other-sch-F,1,1,7.1,1,7,17,150,CFL
|
661
|
+
NECB 2015,Space Function,Corridor/Transition area other-sch-G,1,1,7.1,1,7,17,150,CFL
|
662
|
+
NECB 2015,Space Function,Corridor/Transition area other-sch-H,1,1,7.1,1,7,17,150,CFL
|
663
|
+
NECB 2015,Space Function,Corridor/Transition area other-sch-I,1,1,7.1,1,7,17,150,CFL
|
664
|
+
NECB 2015,Space Function,Corridor/Transition area other-sch-J,1,1,7.1,1,7,17,150,CFL
|
665
|
+
NECB 2015,Space Function,Corridor/Transition area other-sch-K,1,1,7.1,1,7,17,150,CFL
|
666
|
+
NECB 2015,Space Function,Courtroom,1,1,18.6,3,7,18,400,CFL
|
667
|
+
NECB 2015,Space Function,Dining area - bar lounge/leisure dining,1,1,11.6,2,7,18,100,CFL
|
668
|
+
NECB 2015,Space Function,Dining area - cafeteria/fast food dining,1,1,7.0,1,7,18,200,CFL
|
669
|
+
NECB 2015,Space Function,Dining area - family dining,1,1,9.6,1,7,9,200,CFL
|
670
|
+
NECB 2015,Space Function,Dining area - penitentiary,1,1,10.3,2,7,17,200,CFL
|
671
|
+
NECB 2015,Space Function,Dining area - space designed to ANSI/IES RP-28 (used primarily by residents),1,1,28.5,4,8,15,200,CFL
|
672
|
+
NECB 2015,Space Function,Dining area - other,1,1,7.0,1,7,18,200,CFL
|
673
|
+
NECB 2015,Space Function,Dressing/Fitting room - performing arts theatre,1,1,6.6,1,7,9,250,CFL
|
674
|
+
NECB 2015,Space Function,Electrical/Mechanical room-sch-A,1,1,4.6,1,7,13,350,CFL
|
675
|
+
NECB 2015,Space Function,Electrical/Mechanical room-sch-B,1,1,4.6,1,7,13,350,CFL
|
676
|
+
NECB 2015,Space Function,Electrical/Mechanical room-sch-C,1,1,4.6,1,7,13,350,CFL
|
677
|
+
NECB 2015,Space Function,Electrical/Mechanical room-sch-D,1,1,4.6,1,7,13,350,CFL
|
678
|
+
NECB 2015,Space Function,Electrical/Mechanical room-sch-E,1,1,4.6,1,7,13,350,CFL
|
679
|
+
NECB 2015,Space Function,Electrical/Mechanical room-sch-F,1,1,4.6,1,7,13,350,CFL
|
680
|
+
NECB 2015,Space Function,Electrical/Mechanical room-sch-G,1,1,4.6,1,7,13,350,CFL
|
681
|
+
NECB 2015,Space Function,Electrical/Mechanical room-sch-H,1,1,4.6,1,7,13,350,CFL
|
682
|
+
NECB 2015,Space Function,Electrical/Mechanical room-sch-I,1,1,4.6,1,7,13,350,CFL
|
683
|
+
NECB 2015,Space Function,Electrical/Mechanical room-sch-J,1,1,4.6,1,7,13,350,CFL
|
684
|
+
NECB 2015,Space Function,Electrical/Mechanical room-sch-K,1,1,4.6,1,7,13,350,CFL
|
685
|
+
NECB 2015,Space Function,Emergency vehicle garage,1,1,6.1,1,7,13,350,CFL
|
686
|
+
NECB 2015,Space Function,Food preparation area,1,1,13.1,2,7,10,500,CFL
|
687
|
+
NECB 2015,Space Function,Guest room,1,1,5.1,1,6,9,200,CFL
|
688
|
+
NECB 2015,Space Function,Guest room,2,4,5.1,1,6,9,200,CFL
|
689
|
+
NECB 2015,Space Function,Guest room,5,999,5.1,1,6,9,200,CFL
|
690
|
+
NECB 2015,Space Function,Laboratory - classrooms,1,1,15.5,2,7,18,500,CFL
|
691
|
+
NECB 2015,Space Function,Laboratory - other,1,1,19.5,2,7,18,650,CFL
|
692
|
+
NECB 2015,Space Function,Laundry/Washing area,1,1,6.5,1,7,17,350,CFL
|
693
|
+
NECB 2015,Space Function,Loading dock interior,1,1,5.1,1,7,17,200,CFL
|
694
|
+
NECB 2015,Space Function,Lobby - elevator,1,999,7.0,1,7,17,200,CFL
|
695
|
+
NECB 2015,Space Function,Lobby - hotel,1,999,11.5,2,7,15,250,CFL
|
696
|
+
NECB 2015,Space Function,Lobby - motion picture theatre,1,999,6.4,1,7,9,150,CFL
|
697
|
+
NECB 2015,Space Function,Lobby - performing arts theatre,1,999,21.6,3,7,15,200,CFL
|
698
|
+
NECB 2015,Space Function,Lobby - space designed to ANSI/IES RP-28 (used primarily by residents),1,999,19.4,3,8,19,150,CFL
|
699
|
+
NECB 2015,Space Function,Lobby - other,1,999,9.7,2,7,17,150,CFL
|
700
|
+
NECB 2015,Space Function,Locker room-sch-A,1,1,8.1,1,7,17,100,CFL
|
701
|
+
NECB 2015,Space Function,Locker room-sch-B,1,1,8.1,1,7,17,100,CFL
|
702
|
+
NECB 2015,Space Function,Locker room-sch-C,1,1,8.1,1,7,17,100,CFL
|
703
|
+
NECB 2015,Space Function,Locker room-sch-D,1,1,8.1,1,7,17,100,CFL
|
704
|
+
NECB 2015,Space Function,Locker room-sch-E,1,1,8.1,1,7,17,100,CFL
|
705
|
+
NECB 2015,Space Function,Locker room-sch-F,1,1,8.1,1,7,17,100,CFL
|
706
|
+
NECB 2015,Space Function,Locker room-sch-G,1,1,8.1,1,7,17,100,CFL
|
707
|
+
NECB 2015,Space Function,Locker room-sch-H,1,1,8.1,1,7,17,100,CFL
|
708
|
+
NECB 2015,Space Function,Locker room-sch-I,1,1,8.1,1,7,17,100,CFL
|
709
|
+
NECB 2015,Space Function,Locker room-sch-J,1,1,8.1,1,7,17,100,CFL
|
710
|
+
NECB 2015,Space Function,Locker room-sch-K,1,1,8.1,1,7,17,100,CFL
|
711
|
+
NECB 2015,Space Function,Lounge/Break room - health care facility,1,1,10.0,2,7,17,150,CFL
|
712
|
+
NECB 2015,Space Function,Lounge/Break room - other,1,1,7.9,1,7,17,150,CFL
|
713
|
+
NECB 2015,Space Function,Office enclosed <= 25 m2,1,2,12.0,2,7,17,400,CFL
|
714
|
+
NECB 2015,Space Function,Office enclosed <= 25 m2,3,999,12.0,2,7,17,400,CFL
|
715
|
+
NECB 2015,Space Function,Office enclosed > 25 m2,1,2,12.0,2,7,17,400,CFL
|
716
|
+
NECB 2015,Space Function,Office enclosed > 25 m2,3,999,12.0,2,7,17,400,CFL
|
717
|
+
NECB 2015,Space Function,Office open plan,1,2,10.6,2,7,17,400,CFL
|
718
|
+
NECB 2015,Space Function,Office open plan,3,999,10.6,2,7,17,400,CFL
|
719
|
+
NECB 2015,Space Function,Pharmacy area,1,1,18.1,3,8,18,400,CFL
|
720
|
+
NECB 2015,Space Function,Sales area,1,1,15.5,2,8,18,500,CFL
|
721
|
+
NECB 2015,Space Function,Seating area general-sch-A,1,1,5.9,1,7,17,150,CFL
|
722
|
+
NECB 2015,Space Function,Seating area general-sch-B,1,1,5.9,1,7,17,150,CFL
|
723
|
+
NECB 2015,Space Function,Seating area general-sch-C,1,1,5.9,1,7,17,150,CFL
|
724
|
+
NECB 2015,Space Function,Seating area general-sch-D,1,1,5.9,1,7,17,150,CFL
|
725
|
+
NECB 2015,Space Function,Seating area general-sch-E,1,1,5.9,1,7,17,150,CFL
|
726
|
+
NECB 2015,Space Function,Seating area general-sch-F,1,1,5.9,1,7,17,150,CFL
|
727
|
+
NECB 2015,Space Function,Seating area general-sch-G,1,1,5.9,1,7,17,150,CFL
|
728
|
+
NECB 2015,Space Function,Seating area general-sch-H,1,1,5.9,1,7,17,150,CFL
|
729
|
+
NECB 2015,Space Function,Seating area general-sch-I,1,1,5.9,1,7,17,150,CFL
|
730
|
+
NECB 2015,Space Function,Seating area general-sch-J,1,1,5.9,1,7,17,150,CFL
|
731
|
+
NECB 2015,Space Function,Seating area general-sch-K,1,1,5.9,1,7,17,150,CFL
|
732
|
+
NECB 2015,Space Function,Stairway/Stairwell-sch-A,1,1,7.4,1,7,17,150,CFL
|
733
|
+
NECB 2015,Space Function,Stairway/Stairwell-sch-B,1,1,7.4,1,7,17,150,CFL
|
734
|
+
NECB 2015,Space Function,Stairway/Stairwell-sch-C,1,1,7.4,1,7,17,150,CFL
|
735
|
+
NECB 2015,Space Function,Stairway/Stairwell-sch-D,1,1,7.4,1,7,17,150,CFL
|
736
|
+
NECB 2015,Space Function,Stairway/Stairwell-sch-E,1,1,7.4,1,7,17,150,CFL
|
737
|
+
NECB 2015,Space Function,Stairway/Stairwell-sch-F,1,1,7.4,1,7,17,150,CFL
|
738
|
+
NECB 2015,Space Function,Stairway/Stairwell-sch-G,1,1,7.4,1,7,17,150,CFL
|
739
|
+
NECB 2015,Space Function,Stairway/Stairwell-sch-H,1,1,7.4,1,7,17,150,CFL
|
740
|
+
NECB 2015,Space Function,Stairway/Stairwell-sch-I,1,1,7.4,1,7,17,150,CFL
|
741
|
+
NECB 2015,Space Function,Stairway/Stairwell-sch-J,1,1,7.4,1,7,17,150,CFL
|
742
|
+
NECB 2015,Space Function,Stairway/Stairwell-sch-K,1,1,7.4,1,7,17,150,CFL
|
743
|
+
NECB 2015,Space Function,Storage garage interior,1,1,2.1,1,6,17,75,CFL
|
744
|
+
NECB 2015,Space Function,Storage room < 5 m2-sch-A,1,1,13.3,2,7,17,100,CFL
|
745
|
+
NECB 2015,Space Function,Storage room < 5 m2-sch-B,1,1,13.3,2,7,17,100,CFL
|
746
|
+
NECB 2015,Space Function,Storage room < 5 m2-sch-C,1,1,13.3,2,7,17,100,CFL
|
747
|
+
NECB 2015,Space Function,Storage room < 5 m2-sch-D,1,1,13.3,2,7,17,100,CFL
|
748
|
+
NECB 2015,Space Function,Storage room < 5 m2-sch-E,1,1,13.3,2,7,17,100,CFL
|
749
|
+
NECB 2015,Space Function,Storage room < 5 m2-sch-F,1,1,13.3,2,7,17,100,CFL
|
750
|
+
NECB 2015,Space Function,Storage room < 5 m2-sch-G,1,1,13.3,2,7,17,100,CFL
|
751
|
+
NECB 2015,Space Function,Storage room < 5 m2-sch-H,1,1,13.3,2,7,17,100,CFL
|
752
|
+
NECB 2015,Space Function,Storage room < 5 m2-sch-I,1,1,13.3,2,7,17,100,CFL
|
753
|
+
NECB 2015,Space Function,Storage room < 5 m2-sch-J,1,1,13.3,2,7,17,100,CFL
|
754
|
+
NECB 2015,Space Function,Storage room < 5 m2-sch-K,1,1,13.3,2,7,17,100,CFL
|
755
|
+
NECB 2015,Space Function,Storage room <= 5 m2 <= 100 m2-sch-A,1,1,6.8,1,7,17,100,CFL
|
756
|
+
NECB 2015,Space Function,Storage room <= 5 m2 <= 100 m2-sch-B,1,1,6.8,1,7,17,100,CFL
|
757
|
+
NECB 2015,Space Function,Storage room <= 5 m2 <= 100 m2-sch-C,1,1,6.8,1,7,17,100,CFL
|
758
|
+
NECB 2015,Space Function,Storage room <= 5 m2 <= 100 m2-sch-D,1,1,6.8,1,7,17,100,CFL
|
759
|
+
NECB 2015,Space Function,Storage room <= 5 m2 <= 100 m2-sch-E,1,1,6.8,1,7,17,100,CFL
|
760
|
+
NECB 2015,Space Function,Storage room <= 5 m2 <= 100 m2-sch-F,1,1,6.8,1,7,17,100,CFL
|
761
|
+
NECB 2015,Space Function,Storage room <= 5 m2 <= 100 m2-sch-G,1,1,6.8,1,7,17,100,CFL
|
762
|
+
NECB 2015,Space Function,Storage room <= 5 m2 <= 100 m2-sch-H,1,1,6.8,1,7,17,100,CFL
|
763
|
+
NECB 2015,Space Function,Storage room <= 5 m2 <= 100 m2-sch-I,1,1,6.8,1,7,17,100,CFL
|
764
|
+
NECB 2015,Space Function,Storage room <= 5 m2 <= 100 m2-sch-J,1,1,6.8,1,7,17,100,CFL
|
765
|
+
NECB 2015,Space Function,Storage room <= 5 m2 <= 100 m2-sch-K,1,1,6.8,1,7,17,100,CFL
|
766
|
+
NECB 2015,Space Function,Storage room > 100 m2-sch-A,1,1,6.8,1,7,17,100,CFL
|
767
|
+
NECB 2015,Space Function,Storage room > 100 m2-sch-B,1,1,6.8,1,7,17,100,CFL
|
768
|
+
NECB 2015,Space Function,Storage room > 100 m2-sch-C,1,1,6.8,1,7,17,100,CFL
|
769
|
+
NECB 2015,Space Function,Storage room > 100 m2-sch-D,1,1,6.8,1,7,17,100,CFL
|
770
|
+
NECB 2015,Space Function,Storage room > 100 m2-sch-E,1,1,6.8,1,7,17,100,CFL
|
771
|
+
NECB 2015,Space Function,Storage room > 100 m2-sch-F,1,1,6.8,1,7,17,100,CFL
|
772
|
+
NECB 2015,Space Function,Storage room > 100 m2-sch-G,1,1,6.8,1,7,17,100,CFL
|
773
|
+
NECB 2015,Space Function,Storage room > 100 m2-sch-H,1,1,6.8,1,7,17,100,CFL
|
774
|
+
NECB 2015,Space Function,Storage room > 100 m2-sch-I,1,1,6.8,1,7,17,100,CFL
|
775
|
+
NECB 2015,Space Function,Storage room > 100 m2-sch-J,1,1,6.8,1,7,17,100,CFL
|
776
|
+
NECB 2015,Space Function,Storage room > 100 m2-sch-K,1,1,6.8,1,7,17,100,CFL
|
777
|
+
NECB 2015,Space Function,Vehicle maintenance area,1,1,7.3,1,9,9,500,CFL
|
778
|
+
NECB 2015,Space Function,Washroom - space designed to ANSI/IES RP-28 (used primarily by residents)-sch-A,1,1,13.1,2,7,17,150,CFL
|
779
|
+
NECB 2015,Space Function,Washroom - space designed to ANSI/IES RP-28 (used primarily by residents)-sch-B,1,1,13.1,2,7,17,150,CFL
|
780
|
+
NECB 2015,Space Function,Washroom - space designed to ANSI/IES RP-28 (used primarily by residents)-sch-C,1,1,13.1,2,7,17,150,CFL
|
781
|
+
NECB 2015,Space Function,Washroom - space designed to ANSI/IES RP-28 (used primarily by residents)-sch-D,1,1,13.1,2,7,17,150,CFL
|
782
|
+
NECB 2015,Space Function,Washroom - space designed to ANSI/IES RP-28 (used primarily by residents)-sch-E,1,1,13.1,2,7,17,150,CFL
|
783
|
+
NECB 2015,Space Function,Washroom - space designed to ANSI/IES RP-28 (used primarily by residents)-sch-F,1,1,13.1,2,7,17,150,CFL
|
784
|
+
NECB 2015,Space Function,Washroom - space designed to ANSI/IES RP-28 (used primarily by residents)-sch-G,1,1,13.1,2,7,17,150,CFL
|
785
|
+
NECB 2015,Space Function,Washroom - space designed to ANSI/IES RP-28 (used primarily by residents)-sch-H,1,1,13.1,2,7,17,150,CFL
|
786
|
+
NECB 2015,Space Function,Washroom - space designed to ANSI/IES RP-28 (used primarily by residents)-sch-I,1,1,13.1,2,7,17,150,CFL
|
787
|
+
NECB 2015,Space Function,Washroom - space designed to ANSI/IES RP-28 (used primarily by residents)-sch-J,1,1,13.1,2,7,17,150,CFL
|
788
|
+
NECB 2015,Space Function,Washroom - space designed to ANSI/IES RP-28 (used primarily by residents)-sch-K,1,1,13.1,2,7,17,150,CFL
|
789
|
+
NECB 2015,Space Function,Washroom - other-sch-A,1,1,10.5,2,7,17,150,CFL
|
790
|
+
NECB 2015,Space Function,Washroom - other-sch-B,1,1,10.5,2,7,17,150,CFL
|
791
|
+
NECB 2015,Space Function,Washroom - other-sch-C,1,1,10.5,2,7,17,150,CFL
|
792
|
+
NECB 2015,Space Function,Washroom - other-sch-D,1,1,10.5,2,7,17,150,CFL
|
793
|
+
NECB 2015,Space Function,Washroom - other-sch-E,1,1,10.5,2,7,17,150,CFL
|
794
|
+
NECB 2015,Space Function,Washroom - other-sch-F,1,1,10.5,2,7,17,150,CFL
|
795
|
+
NECB 2015,Space Function,Washroom - other-sch-G,1,1,10.5,2,7,17,150,CFL
|
796
|
+
NECB 2015,Space Function,Washroom - other-sch-H,1,1,10.5,2,7,17,150,CFL
|
797
|
+
NECB 2015,Space Function,Washroom - other-sch-I,1,1,10.5,2,7,17,150,CFL
|
798
|
+
NECB 2015,Space Function,Washroom - other-sch-J,1,1,10.5,2,7,17,150,CFL
|
799
|
+
NECB 2015,Space Function,Washroom - other-sch-K,1,1,10.5,2,7,17,150,CFL
|
800
|
+
NECB 2015,Space Function,Workshop,1,1,17.2,2,9,14,500,CFL
|
801
|
+
NECB 2015,Space Function,Convention centre exhibit space,1,1,15.7,2,7,13,500,CFL
|
802
|
+
NECB 2015,Space Function,Dormitory living quarters,1,1,4.2,1,6,9,125,CFL
|
803
|
+
NECB 2015,Space Function,Dwelling units general,1,4,5.0,1,6,9,125,CFL
|
804
|
+
NECB 2015,Space Function,Dwelling units general,5,999,5.0,1,6,9,125,CFL
|
805
|
+
NECB 2015,Space Function,Dwelling units long-term,1,4,5.0,1,6,9,300,CFL
|
806
|
+
NECB 2015,Space Function,Dwelling units long-term,5,999,5.0,1,6,9,300,CFL
|
807
|
+
NECB 2015,Space Function,Fire station sleeping quarters,1,1,2.4,1,6,17,150,CFL
|
808
|
+
NECB 2015,Space Function,Gymnasium/Fitness centre exercise area,1,1,7.8,1,7,17,350,CFL
|
809
|
+
NECB 2015,Space Function,Gymnasium/Fitness centre playing area,1,1,13.0,2,7,18,350,CFL
|
810
|
+
NECB 2015,Space Function,Health care facility exam/treatment room,1,1,18.0,3,8,18,600,CFL
|
811
|
+
NECB 2015,Space Function,Health care facility imaging room,1,1,16.3,2,8,18,225,CFL
|
812
|
+
NECB 2015,Space Function,Health care facility medical supply room,1,1,8.0,1,7,18,400,CFL
|
813
|
+
NECB 2015,Space Function,Health care facility nursery,1,1,9.5,2,7,17,400,CFL
|
814
|
+
NECB 2015,Space Function,Health care facility nurses station,1,1,7.6,1,7,17,400,CFL
|
815
|
+
NECB 2015,Space Function,Health care facility operating room,1,1,26.8,4,8,15,1000,CFL
|
816
|
+
NECB 2015,Space Function,Health care facility patient room,1,1,6.7,1,7,17,400,CFL
|
817
|
+
NECB 2015,Space Function,Health care facility physical therapy room,1,1,9.9,2,7,17,350,CFL
|
818
|
+
NECB 2015,Space Function,Health care facility recovery room,1,1,12.4,2,7,18,250,CFL
|
819
|
+
NECB 2015,Space Function,Library reading area,1,1,11.5,2,7,17,500,CFL
|
820
|
+
NECB 2015,Space Function,Library reading area,2,999,11.5,2,7,17,500,CFL
|
821
|
+
NECB 2015,Space Function,Library stacks,1,1,18.4,3,8,15,500,CFL
|
822
|
+
NECB 2015,Space Function,Library stacks,2,999,18.4,3,8,15,500,CFL
|
823
|
+
NECB 2015,Space Function,Manufacturing facility equipment room,1,1,8.0,1,7,13,250,CFL
|
824
|
+
NECB 2015,Space Function,detailed manufacturing area,1,1,13.9,2,7,13,600,CFL
|
825
|
+
NECB 2015,Space Function,Manufacturing facility extra high bay area (> 15 m floor-to-ceiling height),1,1,11.3,2,7,14,400,CFL
|
826
|
+
NECB 2015,Space Function,Manufacturing facility high bay area (7.5 to 15 m floor-to-ceiling height),1,1,13.3,2,7,14,400,CFL
|
827
|
+
NECB 2015,Space Function,Manufacturing facility low bay area (< 7.5 m floor-to-ceiling height),1,1,12.9,2,7,14,400,CFL
|
828
|
+
NECB 2015,Space Function,Museum general exhibition area,1,1,11.4,2,7,18,250,CFL
|
829
|
+
NECB 2015,Space Function,Museum restoration room,1,1,11.0,2,7,18,600,CFL
|
830
|
+
NECB 2015,Space Function,Post office sorting area,1,1,10.2,2,7,17,400,CFL
|
831
|
+
NECB 2015,Space Function,Religious building fellowship hall,1,1,6.9,1,6,17,250,CFL
|
832
|
+
NECB 2015,Space Function,Religious building worship/pulpit/choir area,1,1,16.5,2,8,18,250,CFL
|
833
|
+
NECB 2015,Space Function,Retail facility dressing/fitting room,1,1,7.7,1,7,17,350,CFL
|
834
|
+
NECB 2015,Space Function,Retail facility mall concourse,1,1,11.9,2,7,18,400,CFL
|
835
|
+
NECB 2015,Space Function,Space designed to ANSI/IES RP-28 chapel (used primarily by residents),1,1,23.8,3,8,19,150,CFL
|
836
|
+
NECB 2015,Space Function,Space designed to ANSI/IES RP-28 recreation room (used primarily by residents),1,1,25.9,3,8,19,150,CFL
|
837
|
+
NECB 2015,Space Function,Sports arena playing area class I facility(4),1,1,39.7,5,19,15,1600,CFL
|
838
|
+
NECB 2015,Space Function,Sports arena playing area class II facility(4),1,1,25.9,4,19,15,1000,CFL
|
839
|
+
NECB 2015,Space Function,Sports arena playing area class III facility(4),1,1,19.4,3,8,14,800,CFL
|
840
|
+
NECB 2015,Space Function,Sports arena playing area class IV facility(4),1,1,13.0,2,7,14,500,CFL
|
841
|
+
NECB 2015,Space Function,Transportation facility airport concourse,1,1,3.9,1,7,17,150,CFL
|
842
|
+
NECB 2015,Space Function,Transportation facility baggage/carousel area,1,1,5.7,1,7,17,250,CFL
|
843
|
+
NECB 2015,Space Function,Transportation facility terminal ticket counter,1,1,8.7,2,7,17,250,CFL
|
844
|
+
NECB 2015,Space Function,Warehouse storage area medium to bulky palletized items,1,1,6.2,1,7,17,200,CFL
|
845
|
+
NECB 2015,Space Function,Warehouse storage area small hand-carried items(4),1,1,10.2,2,7,17,300,CFL
|
846
|
+
NECB 2015,Space Function,- undefined -,1,1,0.0,Nil,Nil,Nil,0,CFL
|
847
|
+
NECB 2015,Automotive facility,WholeBuilding,1,1,8.6,28,39,47,400,LED
|
848
|
+
NECB 2015,Convention centre,WholeBuilding,1,1,10.9,21,37,47,300,LED
|
849
|
+
NECB 2015,Courthouse,WholeBuilding,1,1,10.9,25,39,47,400,LED
|
850
|
+
NECB 2015,Dining - bar lounge/leisure,WholeBuilding,1,1,10.9,30,38,49,125,LED
|
851
|
+
NECB 2015,Dining - cafeteria/fast food,WholeBuilding,1,1,9.7,30,37,55,300,LED
|
852
|
+
NECB 2015,Dining - family,WholeBuilding,1,1,10.2,21,37,55,300,LED
|
853
|
+
NECB 2015,Dormitory,WholeBuilding,1,4,6.1,22,38,49,100,LED
|
854
|
+
NECB 2015,Dormitory,WholeBuilding,5,999,6.1,22,38,49,100,LED
|
855
|
+
NECB 2015,Exercise centre,WholeBuilding,1,1,9.0,21,37,47,350,LED
|
856
|
+
NECB 2015,Fire station,WholeBuilding,1,1,7.2,28,23,47,400,LED
|
857
|
+
NECB 2015,Gymnasium,WholeBuilding,1,1,10.1,32,39,53,500,LED
|
858
|
+
NECB 2015,Health care clinic,WholeBuilding,1,2,9.7,26,41,53,600,LED
|
859
|
+
NECB 2015,Health care clinic,WholeBuilding,3,999,9.7,26,41,53,600,LED
|
860
|
+
NECB 2015,Hospital,WholeBuilding,1,1,11.3,21,23,47,350,LED
|
861
|
+
NECB 2015,Hotel/Motel,WholeBuilding,1,4,9.4,22,24,49,150,LED
|
862
|
+
NECB 2015,Hotel/Motel,WholeBuilding,5,999,9.4,22,24,49,150,LED
|
863
|
+
NECB 2015,Library,WholeBuilding,1,2,12.8,25,23,46,500,LED
|
864
|
+
NECB 2015,Library,WholeBuilding,3,999,12.8,25,23,46,500,LED
|
865
|
+
NECB 2015,Long-term care - dwelling units,WholeBuilding,1,4,5.5,25,23,47,400,LED
|
866
|
+
NECB 2015,Long-term care - dwelling units,WholeBuilding,5,999,5.5,25,23,47,400,LED
|
867
|
+
NECB 2015,Long-term care - other,WholeBuilding,1,4,5.5,25,23,47,400,LED
|
868
|
+
NECB 2015,Long-term care - other,WholeBuilding,5,999,5.5,25,23,47,400,LED
|
869
|
+
NECB 2015,Manufacturing facility,WholeBuilding,1,1,12.6,28,39,47,450,LED
|
870
|
+
NECB 2015,Motion picture theatre,WholeBuilding,1,1,8.2,30,38,49,150,LED
|
871
|
+
NECB 2015,Multi-unit residential building,WholeBuilding,1,4,5.5,22,24,49,125,LED
|
872
|
+
NECB 2015,Multi-unit residential building,WholeBuilding,5,999,5.5,22,24,49,125,LED
|
873
|
+
NECB 2015,Museum,WholeBuilding,1,1,11.0,22,24,49,100,LED
|
874
|
+
NECB 2015,Museum,WholeBuilding,3,999,11.0,22,24,49,100,LED
|
875
|
+
NECB 2015,Office,WholeBuilding,1,2,8.8,21,23,47,400,LED
|
876
|
+
NECB 2015,Office,WholeBuilding,3,999,8.8,21,23,47,400,LED
|
877
|
+
NECB 2015,Penitentiary,WholeBuilding,1,1,8.7,21,40,48,250,LED
|
878
|
+
NECB 2015,Performing arts theatre,WholeBuilding,1,1,14.9,21,40,48,250,LED
|
879
|
+
NECB 2015,Police station,WholeBuilding,1,1,9.4,21,23,47,400,LED
|
880
|
+
NECB 2015,Post office,WholeBuilding,1,2,9.4,21,23,46,400,LED
|
881
|
+
NECB 2015,Post office,WholeBuilding,3,999,9.4,21,23,46,400,LED
|
882
|
+
NECB 2015,Religious building ,WholeBuilding,1,1,10.8,22,40,48,250,LED
|
883
|
+
NECB 2015,Retail area,WholeBuilding,1,2,13.5,25,39,46,450,LED
|
884
|
+
NECB 2015,Retail area,WholeBuilding,3,999,13.5,25,39,46,450,LED
|
885
|
+
NECB 2015,School/university,WholeBuilding,1,4,9.4,21,23,47,400,LED
|
886
|
+
NECB 2015,School/university,WholeBuilding,5,999,9.4,21,23,47,400,LED
|
887
|
+
NECB 2015,Sports arena,WholeBuilding,1,1,9.8,28,39,47,400,LED
|
888
|
+
NECB 2015,Storage garage,WholeBuilding,1,1,2.3,29,44,49,75,LED
|
889
|
+
NECB 2015,Town hall,WholeBuilding,1,4,9.6,21,23,47,400,LED
|
890
|
+
NECB 2015,Town hall,WholeBuilding,5,999,9.6,21,23,47,400,LED
|
891
|
+
NECB 2015,Transportation facility,WholeBuilding,1,4,7.5,30,40,48,225,LED
|
892
|
+
NECB 2015,Transportation facility,WholeBuilding,5,999,7.5,30,40,48,225,LED
|
893
|
+
NECB 2015,Warehouse,WholeBuilding,1,1,7.1,29,44,49,150,LED
|
894
|
+
NECB 2015,Workshop,WholeBuilding,1,1,12.8,32,39,46,500,LED
|
895
|
+
NECB 2015,Space Function,Atrium (height < 6m)-sch-A,1,1,,30,40,48,250,LED
|
896
|
+
NECB 2015,Space Function,Atrium (height < 6m)-sch-B,1,1,,30,40,48,250,LED
|
897
|
+
NECB 2015,Space Function,Atrium (height < 6m)-sch-C,1,1,,30,40,48,250,LED
|
898
|
+
NECB 2015,Space Function,Atrium (height < 6m)-sch-D,1,1,,30,40,48,250,LED
|
899
|
+
NECB 2015,Space Function,Atrium (height < 6m)-sch-E,1,1,,30,40,48,250,LED
|
900
|
+
NECB 2015,Space Function,Atrium (height < 6m)-sch-F,1,1,,30,40,48,250,LED
|
901
|
+
NECB 2015,Space Function,Atrium (height < 6m)-sch-G,1,1,,30,40,48,250,LED
|
902
|
+
NECB 2015,Space Function,Atrium (height < 6m)-sch-H,1,1,,30,40,48,250,LED
|
903
|
+
NECB 2015,Space Function,Atrium (height < 6m)-sch-I,1,1,,30,40,48,250,LED
|
904
|
+
NECB 2015,Space Function,Atrium (height < 6m)-sch-J,1,1,,30,40,48,250,LED
|
905
|
+
NECB 2015,Space Function,Atrium (height < 6m)-sch-K,1,1,,30,40,48,250,LED
|
906
|
+
NECB 2015,Space Function,Atrium (6 =< height <= 12m)-sch-A,1,1,,30,40,48,250,LED
|
907
|
+
NECB 2015,Space Function,Atrium (6 =< height <= 12m)-sch-B,1,1,,30,40,48,250,LED
|
908
|
+
NECB 2015,Space Function,Atrium (6 =< height <= 12m)-sch-C,1,1,,30,40,48,250,LED
|
909
|
+
NECB 2015,Space Function,Atrium (6 =< height <= 12m)-sch-D,1,1,,30,40,48,250,LED
|
910
|
+
NECB 2015,Space Function,Atrium (6 =< height <= 12m)-sch-E,1,1,,30,40,48,250,LED
|
911
|
+
NECB 2015,Space Function,Atrium (6 =< height <= 12m)-sch-F,1,1,,30,40,48,250,LED
|
912
|
+
NECB 2015,Space Function,Atrium (6 =< height <= 12m)-sch-G,1,1,,30,40,48,250,LED
|
913
|
+
NECB 2015,Space Function,Atrium (6 =< height <= 12m)-sch-H,1,1,,30,40,48,250,LED
|
914
|
+
NECB 2015,Space Function,Atrium (6 =< height <= 12m)-sch-I,1,1,,30,40,48,250,LED
|
915
|
+
NECB 2015,Space Function,Atrium (6 =< height <= 12m)-sch-J,1,1,,30,40,48,250,LED
|
916
|
+
NECB 2015,Space Function,Atrium (6 =< height <= 12m)-sch-K,1,1,,30,40,48,250,LED
|
917
|
+
NECB 2015,Space Function,Atrium (height > 12m)-sch-A,1,1,,30,40,48,250,LED
|
918
|
+
NECB 2015,Space Function,Atrium (height > 12m)-sch-B,1,1,,30,40,48,250,LED
|
919
|
+
NECB 2015,Space Function,Atrium (height > 12m)-sch-C,1,1,,30,40,48,250,LED
|
920
|
+
NECB 2015,Space Function,Atrium (height > 12m)-sch-D,1,1,,30,40,48,250,LED
|
921
|
+
NECB 2015,Space Function,Atrium (height > 12m)-sch-E,1,1,,30,40,48,250,LED
|
922
|
+
NECB 2015,Space Function,Atrium (height > 12m)-sch-F,1,1,,30,40,48,250,LED
|
923
|
+
NECB 2015,Space Function,Atrium (height > 12m)-sch-G,1,1,,30,40,48,250,LED
|
924
|
+
NECB 2015,Space Function,Atrium (height > 12m)-sch-H,1,1,,30,40,48,250,LED
|
925
|
+
NECB 2015,Space Function,Atrium (height > 12m)-sch-I,1,1,,30,40,48,250,LED
|
926
|
+
NECB 2015,Space Function,Atrium (height > 12m)-sch-J,1,1,,30,40,48,250,LED
|
927
|
+
NECB 2015,Space Function,Atrium (height > 12m)-sch-K,1,1,,30,40,48,250,LED
|
928
|
+
NECB 2015,Space Function,Audience seating area permanent - auditorium,1,1,6.8,22,38,49,100,LED
|
929
|
+
NECB 2015,Space Function,Audience seating area permanent - auditorium,2,999,6.8,22,38,49,100,LED
|
930
|
+
NECB 2015,Space Function,Audience seating area permanent - convention centre,1,1,8.9,21,23,47,350,LED
|
931
|
+
NECB 2015,Space Function,Audience seating area permanent - gymnasium,1,1,7.0,21,23,47,350,LED
|
932
|
+
NECB 2015,Space Function,Audience seating area permanent - motion picture theatre,1,1,12.3,21,24,48,250,LED
|
933
|
+
NECB 2015,Space Function,Audience seating area permanent - penitentiary,1,1,3.0,21,24,48,250,LED
|
934
|
+
NECB 2015,Space Function,Audience seating area permanent - performing arts theatre,1,1,26.2,21,24,48,250,LED
|
935
|
+
NECB 2015,Space Function,Audience seating area permanent - religious building,1,1,16.5,22,38,49,150,LED
|
936
|
+
NECB 2015,Space Function,Audience seating area permanent - sports arena,1,1,4.6,22,38,49,150,LED
|
937
|
+
NECB 2015,Space Function,Audience seating area permanent - other-sch-A,1,1,4.6,22,38,49,100,LED
|
938
|
+
NECB 2015,Space Function,Audience seating area permanent - other-sch-B,1,1,4.6,22,38,49,100,LED
|
939
|
+
NECB 2015,Space Function,Audience seating area permanent - other-sch-C,1,1,4.6,22,38,49,100,LED
|
940
|
+
NECB 2015,Space Function,Audience seating area permanent - other-sch-D,1,1,4.6,22,38,49,100,LED
|
941
|
+
NECB 2015,Space Function,Audience seating area permanent - other-sch-E,1,1,4.6,22,38,49,100,LED
|
942
|
+
NECB 2015,Space Function,Audience seating area permanent - other-sch-F,1,1,4.6,22,38,49,100,LED
|
943
|
+
NECB 2015,Space Function,Audience seating area permanent - other-sch-G,1,1,4.6,22,38,49,100,LED
|
944
|
+
NECB 2015,Space Function,Audience seating area permanent - other-sch-H,1,1,4.6,22,38,49,100,LED
|
945
|
+
NECB 2015,Space Function,Audience seating area permanent - other-sch-I,1,1,4.6,22,38,49,100,LED
|
946
|
+
NECB 2015,Space Function,Audience seating area permanent - other-sch-J,1,1,4.6,22,38,49,100,LED
|
947
|
+
NECB 2015,Space Function,Audience seating area permanent - other-sch-K,1,1,4.6,22,38,49,100,LED
|
948
|
+
NECB 2015,Space Function,Banking activity area and offices,1,1,10.9,21,39,47,400,LED
|
949
|
+
NECB 2015,Space Function,Classroom/Lecture hall/Training room - Penitentary,1,1,14.5,21,23,47,400,LED
|
950
|
+
NECB 2015,Space Function,Classroom/Lecture hall/Training room other,1,1,13.4,21,23,47,400,LED
|
951
|
+
NECB 2015,Space Function,Classroom/Lecture hall/Training room other,2,999,13.4,21,23,47,400,LED
|
952
|
+
NECB 2015,Space Function,Computer/Server room-sch-A,1,999,18.4,21,39,47,350,LED
|
953
|
+
NECB 2015,Space Function,Computer/Server room-sch-B,1,999,18.4,21,39,47,350,LED
|
954
|
+
NECB 2015,Space Function,Computer/Server room-sch-C,1,999,18.4,21,39,47,350,LED
|
955
|
+
NECB 2015,Space Function,Computer/Server room-sch-D,1,999,18.4,21,39,47,350,LED
|
956
|
+
NECB 2015,Space Function,Computer/Server room-sch-E,1,999,18.4,21,39,47,350,LED
|
957
|
+
NECB 2015,Space Function,Computer/Server room-sch-F,1,999,18.4,21,39,47,350,LED
|
958
|
+
NECB 2015,Space Function,Computer/Server room-sch-G,1,999,18.4,21,39,47,350,LED
|
959
|
+
NECB 2015,Space Function,Computer/Server room-sch-H,1,999,18.4,21,39,47,350,LED
|
960
|
+
NECB 2015,Space Function,Computer/Server room-sch-I,1,999,18.4,21,39,47,350,LED
|
961
|
+
NECB 2015,Space Function,Computer/Server room-sch-J,1,999,18.4,21,39,47,350,LED
|
962
|
+
NECB 2015,Space Function,Computer/Server room-sch-K,1,999,18.4,21,39,47,350,LED
|
963
|
+
NECB 2015,Space Function,Conference/Meeting/Multi-purpose room,1,1,13.3,21,23,47,350,LED
|
964
|
+
NECB 2015,Space Function,Conference/Meeting/Multi-purpose room,2,999,13.3,21,23,47,350,LED
|
965
|
+
NECB 2015,Space Function,Confinement cell,1,999,8.8,21,23,47,400,LED
|
966
|
+
NECB 2015,Space Function,Copy/Print room,1,999,7.8,21,23,47,400,LED
|
967
|
+
NECB 2015,Space Function,Corridor/Transition area - hospital-sch-A,1,1,10.7,30,38,49,150,LED
|
968
|
+
NECB 2015,Space Function,Corridor/Transition area - hospital-sch-B,1,1,10.7,30,38,49,150,LED
|
969
|
+
NECB 2015,Space Function,Corridor/Transition area - hospital-sch-C,1,1,10.7,30,38,49,150,LED
|
970
|
+
NECB 2015,Space Function,Corridor/Transition area - hospital-sch-D,1,1,10.7,30,38,49,150,LED
|
971
|
+
NECB 2015,Space Function,Corridor/Transition area - hospital-sch-E,1,1,10.7,30,38,49,150,LED
|
972
|
+
NECB 2015,Space Function,Corridor/Transition area - hospital-sch-F,1,1,10.7,30,38,49,150,LED
|
973
|
+
NECB 2015,Space Function,Corridor/Transition area - hospital-sch-G,1,1,10.7,30,38,49,150,LED
|
974
|
+
NECB 2015,Space Function,Corridor/Transition area - hospital-sch-H,1,1,10.7,30,38,49,150,LED
|
975
|
+
NECB 2015,Space Function,Corridor/Transition area - hospital-sch-I,1,1,10.7,30,38,49,150,LED
|
976
|
+
NECB 2015,Space Function,Corridor/Transition area - hospital-sch-J,1,1,10.7,30,38,49,150,LED
|
977
|
+
NECB 2015,Space Function,Corridor/Transition area - hospital-sch-K,1,1,10.7,30,38,49,150,LED
|
978
|
+
NECB 2015,Space Function,Corridor/Transition area - manufacturing facility-sch-A,1,1,4.4,29,38,49,150,LED
|
979
|
+
NECB 2015,Space Function,Corridor/Transition area - manufacturing facility-sch-B,1,1,4.4,29,38,49,150,LED
|
980
|
+
NECB 2015,Space Function,Corridor/Transition area - manufacturing facility-sch-C,1,1,4.4,29,38,49,150,LED
|
981
|
+
NECB 2015,Space Function,Corridor/Transition area - manufacturing facility-sch-D,1,1,4.4,29,38,49,150,LED
|
982
|
+
NECB 2015,Space Function,Corridor/Transition area - manufacturing facility-sch-E,1,1,4.4,29,38,49,150,LED
|
983
|
+
NECB 2015,Space Function,Corridor/Transition area - manufacturing facility-sch-F,1,1,4.4,29,38,49,150,LED
|
984
|
+
NECB 2015,Space Function,Corridor/Transition area - manufacturing facility-sch-G,1,1,4.4,29,38,49,150,LED
|
985
|
+
NECB 2015,Space Function,Corridor/Transition area - manufacturing facility-sch-H,1,1,4.4,29,38,49,150,LED
|
986
|
+
NECB 2015,Space Function,Corridor/Transition area - manufacturing facility-sch-I,1,1,4.4,29,38,49,150,LED
|
987
|
+
NECB 2015,Space Function,Corridor/Transition area - manufacturing facility-sch-J,1,1,4.4,29,38,49,150,LED
|
988
|
+
NECB 2015,Space Function,Corridor/Transition area - manufacturing facility-sch-K,1,1,4.4,29,38,49,150,LED
|
989
|
+
NECB 2015,Space Function,Corridor/Transition area - space designed to ANSI/IES RP-28 (and used primarily by residents)-sch-A,1,1,9.9,29,38,49,150,LED
|
990
|
+
NECB 2015,Space Function,Corridor/Transition area - space designed to ANSI/IES RP-28 (and used primarily by residents)-sch-B,1,1,9.9,29,38,49,150,LED
|
991
|
+
NECB 2015,Space Function,Corridor/Transition area - space designed to ANSI/IES RP-28 (and used primarily by residents)-sch-C,1,1,9.9,29,38,49,150,LED
|
992
|
+
NECB 2015,Space Function,Corridor/Transition area - space designed to ANSI/IES RP-28 (and used primarily by residents)-sch-D,1,1,9.9,29,38,49,150,LED
|
993
|
+
NECB 2015,Space Function,Corridor/Transition area - space designed to ANSI/IES RP-28 (and used primarily by residents)-sch-E,1,1,9.9,29,38,49,150,LED
|
994
|
+
NECB 2015,Space Function,Corridor/Transition area - space designed to ANSI/IES RP-28 (and used primarily by residents)-sch-F,1,1,9.9,29,38,49,150,LED
|
995
|
+
NECB 2015,Space Function,Corridor/Transition area - space designed to ANSI/IES RP-28 (and used primarily by residents)-sch-G,1,1,9.9,29,38,49,150,LED
|
996
|
+
NECB 2015,Space Function,Corridor/Transition area - space designed to ANSI/IES RP-28 (and used primarily by residents)-sch-H,1,1,9.9,29,38,49,150,LED
|
997
|
+
NECB 2015,Space Function,Corridor/Transition area - space designed to ANSI/IES RP-28 (and used primarily by residents)-sch-I,1,1,9.9,29,38,49,150,LED
|
998
|
+
NECB 2015,Space Function,Corridor/Transition area - space designed to ANSI/IES RP-28 (and used primarily by residents)-sch-J,1,1,9.9,29,38,49,150,LED
|
999
|
+
NECB 2015,Space Function,Corridor/Transition area - space designed to ANSI/IES RP-28 (and used primarily by residents)-sch-K,1,1,9.9,29,38,49,150,LED
|
1000
|
+
NECB 2015,Space Function,Corridor/Transition area other-sch-A,1,1,7.1,29,38,49,150,LED
|
1001
|
+
NECB 2015,Space Function,Corridor/Transition area other-sch-B,1,1,7.1,29,38,49,150,LED
|
1002
|
+
NECB 2015,Space Function,Corridor/Transition area other-sch-C,1,1,7.1,29,38,49,150,LED
|
1003
|
+
NECB 2015,Space Function,Corridor/Transition area other-sch-D,1,1,7.1,29,38,49,150,LED
|
1004
|
+
NECB 2015,Space Function,Corridor/Transition area other-sch-E,1,1,7.1,29,38,49,150,LED
|
1005
|
+
NECB 2015,Space Function,Corridor/Transition area other-sch-F,1,1,7.1,29,38,49,150,LED
|
1006
|
+
NECB 2015,Space Function,Corridor/Transition area other-sch-G,1,1,7.1,29,38,49,150,LED
|
1007
|
+
NECB 2015,Space Function,Corridor/Transition area other-sch-H,1,1,7.1,29,38,49,150,LED
|
1008
|
+
NECB 2015,Space Function,Corridor/Transition area other-sch-I,1,1,7.1,29,38,49,150,LED
|
1009
|
+
NECB 2015,Space Function,Corridor/Transition area other-sch-J,1,1,7.1,29,38,49,150,LED
|
1010
|
+
NECB 2015,Space Function,Corridor/Transition area other-sch-K,1,1,7.1,29,38,49,150,LED
|
1011
|
+
NECB 2015,Space Function,Courtroom,1,1,18.6,25,23,47,400,LED
|
1012
|
+
NECB 2015,Space Function,Dining area - bar lounge/leisure dining,1,1,11.6,22,38,49,100,LED
|
1013
|
+
NECB 2015,Space Function,Dining area - cafeteria/fast food dining,1,1,7.0,30,37,55,200,LED
|
1014
|
+
NECB 2015,Space Function,Dining area - family dining,1,1,9.6,30,37,55,200,LED
|
1015
|
+
NECB 2015,Space Function,Dining area - penitentiary,1,1,10.3,30,37,55,200,LED
|
1016
|
+
NECB 2015,Space Function,Dining area - space designed to ANSI/IES RP-28 (used primarily by residents),1,1,28.5,30,37,55,200,LED
|
1017
|
+
NECB 2015,Space Function,Dining area - other,1,1,7.0,30,37,55,200,LED
|
1018
|
+
NECB 2015,Space Function,Dressing/Fitting room - performing arts theatre,1,1,6.6,30,37,48,250,LED
|
1019
|
+
NECB 2015,Space Function,Electrical/Mechanical room-sch-A,1,1,4.6,28,45,47,350,LED
|
1020
|
+
NECB 2015,Space Function,Electrical/Mechanical room-sch-B,1,1,4.6,28,45,47,350,LED
|
1021
|
+
NECB 2015,Space Function,Electrical/Mechanical room-sch-C,1,1,4.6,28,45,47,350,LED
|
1022
|
+
NECB 2015,Space Function,Electrical/Mechanical room-sch-D,1,1,4.6,28,45,47,350,LED
|
1023
|
+
NECB 2015,Space Function,Electrical/Mechanical room-sch-E,1,1,4.6,28,45,47,350,LED
|
1024
|
+
NECB 2015,Space Function,Electrical/Mechanical room-sch-F,1,1,4.6,28,45,47,350,LED
|
1025
|
+
NECB 2015,Space Function,Electrical/Mechanical room-sch-G,1,1,4.6,28,45,47,350,LED
|
1026
|
+
NECB 2015,Space Function,Electrical/Mechanical room-sch-H,1,1,4.6,28,45,47,350,LED
|
1027
|
+
NECB 2015,Space Function,Electrical/Mechanical room-sch-I,1,1,4.6,28,45,47,350,LED
|
1028
|
+
NECB 2015,Space Function,Electrical/Mechanical room-sch-J,1,1,4.6,28,45,47,350,LED
|
1029
|
+
NECB 2015,Space Function,Electrical/Mechanical room-sch-K,1,1,4.6,28,45,47,350,LED
|
1030
|
+
NECB 2015,Space Function,Emergency vehicle garage,1,1,6.1,28,45,47,350,LED
|
1031
|
+
NECB 2015,Space Function,Food preparation area,1,1,13.1,25,39,53,500,LED
|
1032
|
+
NECB 2015,Space Function,Guest room,1,1,5.1,22,24,55,200,LED
|
1033
|
+
NECB 2015,Space Function,Guest room,2,4,5.1,22,24,55,200,LED
|
1034
|
+
NECB 2015,Space Function,Guest room,5,999,5.1,22,24,55,200,LED
|
1035
|
+
NECB 2015,Space Function,Laboratory - classrooms,1,1,15.5,25,39,46,500,LED
|
1036
|
+
NECB 2015,Space Function,Laboratory - other,1,1,19.5,26,41,53,650,LED
|
1037
|
+
NECB 2015,Space Function,Laundry/Washing area,1,1,6.5,28,39,55,350,LED
|
1038
|
+
NECB 2015,Space Function,Loading dock interior,1,1,5.1,30,37,48,200,LED
|
1039
|
+
NECB 2015,Space Function,Lobby - elevator,1,999,7.0,30,37,55,200,LED
|
1040
|
+
NECB 2015,Space Function,Lobby - hotel,1,999,11.5,30,40,55,250,LED
|
1041
|
+
NECB 2015,Space Function,Lobby - motion picture theatre,1,999,6.4,30,38,49,150,LED
|
1042
|
+
NECB 2015,Space Function,Lobby - performing arts theatre,1,999,21.6,30,37,48,200,LED
|
1043
|
+
NECB 2015,Space Function,Lobby - space designed to ANSI/IES RP-28 (used primarily by residents),1,999,19.4,30,38,49,150,LED
|
1044
|
+
NECB 2015,Space Function,Lobby - other,1,999,9.7,30,38,49,150,LED
|
1045
|
+
NECB 2015,Space Function,Locker room-sch-A,1,1,8.1,29,38,49,100,LED
|
1046
|
+
NECB 2015,Space Function,Locker room-sch-B,1,1,8.1,29,38,49,100,LED
|
1047
|
+
NECB 2015,Space Function,Locker room-sch-C,1,1,8.1,29,38,49,100,LED
|
1048
|
+
NECB 2015,Space Function,Locker room-sch-D,1,1,8.1,29,38,49,100,LED
|
1049
|
+
NECB 2015,Space Function,Locker room-sch-E,1,1,8.1,29,38,49,100,LED
|
1050
|
+
NECB 2015,Space Function,Locker room-sch-F,1,1,8.1,29,38,49,100,LED
|
1051
|
+
NECB 2015,Space Function,Locker room-sch-G,1,1,8.1,29,38,49,100,LED
|
1052
|
+
NECB 2015,Space Function,Locker room-sch-H,1,1,8.1,29,38,49,100,LED
|
1053
|
+
NECB 2015,Space Function,Locker room-sch-I,1,1,8.1,29,38,49,100,LED
|
1054
|
+
NECB 2015,Space Function,Locker room-sch-J,1,1,8.1,29,38,49,100,LED
|
1055
|
+
NECB 2015,Space Function,Locker room-sch-K,1,1,8.1,29,38,49,100,LED
|
1056
|
+
NECB 2015,Space Function,Lounge/Break room - health care facility,1,1,10.0,22,24,49,150,LED
|
1057
|
+
NECB 2015,Space Function,Lounge/Break room - other,1,1,7.9,22,24,49,150,LED
|
1058
|
+
NECB 2015,Space Function,Office enclosed <= 25 m2,1,2,12.0,21,23,47,400,LED
|
1059
|
+
NECB 2015,Space Function,Office enclosed <= 25 m2,3,999,12.0,21,23,47,400,LED
|
1060
|
+
NECB 2015,Space Function,Office enclosed > 25 m2,1,2,12.0,21,23,47,400,LED
|
1061
|
+
NECB 2015,Space Function,Office enclosed > 25 m2,3,999,12.0,21,23,47,400,LED
|
1062
|
+
NECB 2015,Space Function,Office open plan,1,2,10.6,21,23,47,400,LED
|
1063
|
+
NECB 2015,Space Function,Office open plan,3,999,10.6,21,23,47,400,LED
|
1064
|
+
NECB 2015,Space Function,Pharmacy area,1,1,18.1,25,23,47,400,LED
|
1065
|
+
NECB 2015,Space Function,Sales area,1,1,15.5,25,39,46,500,LED
|
1066
|
+
NECB 2015,Space Function,Seating area general-sch-A,1,1,5.9,22,24,49,150,LED
|
1067
|
+
NECB 2015,Space Function,Seating area general-sch-B,1,1,5.9,22,24,49,150,LED
|
1068
|
+
NECB 2015,Space Function,Seating area general-sch-C,1,1,5.9,22,24,49,150,LED
|
1069
|
+
NECB 2015,Space Function,Seating area general-sch-D,1,1,5.9,22,24,49,150,LED
|
1070
|
+
NECB 2015,Space Function,Seating area general-sch-E,1,1,5.9,22,24,49,150,LED
|
1071
|
+
NECB 2015,Space Function,Seating area general-sch-F,1,1,5.9,22,24,49,150,LED
|
1072
|
+
NECB 2015,Space Function,Seating area general-sch-G,1,1,5.9,22,24,49,150,LED
|
1073
|
+
NECB 2015,Space Function,Seating area general-sch-H,1,1,5.9,22,24,49,150,LED
|
1074
|
+
NECB 2015,Space Function,Seating area general-sch-I,1,1,5.9,22,24,49,150,LED
|
1075
|
+
NECB 2015,Space Function,Seating area general-sch-J,1,1,5.9,22,24,49,150,LED
|
1076
|
+
NECB 2015,Space Function,Seating area general-sch-K,1,1,5.9,22,24,49,150,LED
|
1077
|
+
NECB 2015,Space Function,Stairway/Stairwell-sch-A,1,1,7.4,29,38,49,150,LED
|
1078
|
+
NECB 2015,Space Function,Stairway/Stairwell-sch-B,1,1,7.4,29,38,49,150,LED
|
1079
|
+
NECB 2015,Space Function,Stairway/Stairwell-sch-C,1,1,7.4,29,38,49,150,LED
|
1080
|
+
NECB 2015,Space Function,Stairway/Stairwell-sch-D,1,1,7.4,29,38,49,150,LED
|
1081
|
+
NECB 2015,Space Function,Stairway/Stairwell-sch-E,1,1,7.4,29,38,49,150,LED
|
1082
|
+
NECB 2015,Space Function,Stairway/Stairwell-sch-F,1,1,7.4,29,38,49,150,LED
|
1083
|
+
NECB 2015,Space Function,Stairway/Stairwell-sch-G,1,1,7.4,29,38,49,150,LED
|
1084
|
+
NECB 2015,Space Function,Stairway/Stairwell-sch-H,1,1,7.4,29,38,49,150,LED
|
1085
|
+
NECB 2015,Space Function,Stairway/Stairwell-sch-I,1,1,7.4,29,38,49,150,LED
|
1086
|
+
NECB 2015,Space Function,Stairway/Stairwell-sch-J,1,1,7.4,29,38,49,150,LED
|
1087
|
+
NECB 2015,Space Function,Stairway/Stairwell-sch-K,1,1,7.4,29,38,49,150,LED
|
1088
|
+
NECB 2015,Space Function,Storage garage interior,1,1,2.1,29,44,49,75,LED
|
1089
|
+
NECB 2015,Space Function,Storage room < 5 m2-sch-A,1,1,13.3,29,44,49,100,LED
|
1090
|
+
NECB 2015,Space Function,Storage room < 5 m2-sch-B,1,1,13.3,29,44,49,100,LED
|
1091
|
+
NECB 2015,Space Function,Storage room < 5 m2-sch-C,1,1,13.3,29,44,49,100,LED
|
1092
|
+
NECB 2015,Space Function,Storage room < 5 m2-sch-D,1,1,13.3,29,44,49,100,LED
|
1093
|
+
NECB 2015,Space Function,Storage room < 5 m2-sch-E,1,1,13.3,29,44,49,100,LED
|
1094
|
+
NECB 2015,Space Function,Storage room < 5 m2-sch-F,1,1,13.3,29,44,49,100,LED
|
1095
|
+
NECB 2015,Space Function,Storage room < 5 m2-sch-G,1,1,13.3,29,44,49,100,LED
|
1096
|
+
NECB 2015,Space Function,Storage room < 5 m2-sch-H,1,1,13.3,29,44,49,100,LED
|
1097
|
+
NECB 2015,Space Function,Storage room < 5 m2-sch-I,1,1,13.3,29,44,49,100,LED
|
1098
|
+
NECB 2015,Space Function,Storage room < 5 m2-sch-J,1,1,13.3,29,44,49,100,LED
|
1099
|
+
NECB 2015,Space Function,Storage room < 5 m2-sch-K,1,1,13.3,29,44,49,100,LED
|
1100
|
+
NECB 2015,Space Function,Storage room <= 5 m2 <= 100 m2-sch-A,1,1,6.8,29,44,49,100,LED
|
1101
|
+
NECB 2015,Space Function,Storage room <= 5 m2 <= 100 m2-sch-B,1,1,6.8,29,44,49,100,LED
|
1102
|
+
NECB 2015,Space Function,Storage room <= 5 m2 <= 100 m2-sch-C,1,1,6.8,29,44,49,100,LED
|
1103
|
+
NECB 2015,Space Function,Storage room <= 5 m2 <= 100 m2-sch-D,1,1,6.8,29,44,49,100,LED
|
1104
|
+
NECB 2015,Space Function,Storage room <= 5 m2 <= 100 m2-sch-E,1,1,6.8,29,44,49,100,LED
|
1105
|
+
NECB 2015,Space Function,Storage room <= 5 m2 <= 100 m2-sch-F,1,1,6.8,29,44,49,100,LED
|
1106
|
+
NECB 2015,Space Function,Storage room <= 5 m2 <= 100 m2-sch-G,1,1,6.8,29,44,49,100,LED
|
1107
|
+
NECB 2015,Space Function,Storage room <= 5 m2 <= 100 m2-sch-H,1,1,6.8,29,44,49,100,LED
|
1108
|
+
NECB 2015,Space Function,Storage room <= 5 m2 <= 100 m2-sch-I,1,1,6.8,29,44,49,100,LED
|
1109
|
+
NECB 2015,Space Function,Storage room <= 5 m2 <= 100 m2-sch-J,1,1,6.8,29,44,49,100,LED
|
1110
|
+
NECB 2015,Space Function,Storage room <= 5 m2 <= 100 m2-sch-K,1,1,6.8,29,44,49,100,LED
|
1111
|
+
NECB 2015,Space Function,Storage room > 100 m2-sch-A,1,1,6.8,29,44,49,100,LED
|
1112
|
+
NECB 2015,Space Function,Storage room > 100 m2-sch-B,1,1,6.8,29,44,49,100,LED
|
1113
|
+
NECB 2015,Space Function,Storage room > 100 m2-sch-C,1,1,6.8,29,44,49,100,LED
|
1114
|
+
NECB 2015,Space Function,Storage room > 100 m2-sch-D,1,1,6.8,29,44,49,100,LED
|
1115
|
+
NECB 2015,Space Function,Storage room > 100 m2-sch-E,1,1,6.8,29,44,49,100,LED
|
1116
|
+
NECB 2015,Space Function,Storage room > 100 m2-sch-F,1,1,6.8,29,44,49,100,LED
|
1117
|
+
NECB 2015,Space Function,Storage room > 100 m2-sch-G,1,1,6.8,29,44,49,100,LED
|
1118
|
+
NECB 2015,Space Function,Storage room > 100 m2-sch-H,1,1,6.8,29,44,49,100,LED
|
1119
|
+
NECB 2015,Space Function,Storage room > 100 m2-sch-I,1,1,6.8,29,44,49,100,LED
|
1120
|
+
NECB 2015,Space Function,Storage room > 100 m2-sch-J,1,1,6.8,29,44,49,100,LED
|
1121
|
+
NECB 2015,Space Function,Storage room > 100 m2-sch-K,1,1,6.8,29,44,49,100,LED
|
1122
|
+
NECB 2015,Space Function,Vehicle maintenance area,1,1,7.3,56,44,54,500,LED
|
1123
|
+
NECB 2015,Space Function,Washroom - space designed to ANSI/IES RP-28 (used primarily by residents)-sch-A,1,1,13.1,22,38,49,150,LED
|
1124
|
+
NECB 2015,Space Function,Washroom - space designed to ANSI/IES RP-28 (used primarily by residents)-sch-B,1,1,13.1,22,38,49,150,LED
|
1125
|
+
NECB 2015,Space Function,Washroom - space designed to ANSI/IES RP-28 (used primarily by residents)-sch-C,1,1,13.1,22,38,49,150,LED
|
1126
|
+
NECB 2015,Space Function,Washroom - space designed to ANSI/IES RP-28 (used primarily by residents)-sch-D,1,1,13.1,22,38,49,150,LED
|
1127
|
+
NECB 2015,Space Function,Washroom - space designed to ANSI/IES RP-28 (used primarily by residents)-sch-E,1,1,13.1,22,38,49,150,LED
|
1128
|
+
NECB 2015,Space Function,Washroom - space designed to ANSI/IES RP-28 (used primarily by residents)-sch-F,1,1,13.1,22,38,49,150,LED
|
1129
|
+
NECB 2015,Space Function,Washroom - space designed to ANSI/IES RP-28 (used primarily by residents)-sch-G,1,1,13.1,22,38,49,150,LED
|
1130
|
+
NECB 2015,Space Function,Washroom - space designed to ANSI/IES RP-28 (used primarily by residents)-sch-H,1,1,13.1,22,38,49,150,LED
|
1131
|
+
NECB 2015,Space Function,Washroom - space designed to ANSI/IES RP-28 (used primarily by residents)-sch-I,1,1,13.1,22,38,49,150,LED
|
1132
|
+
NECB 2015,Space Function,Washroom - space designed to ANSI/IES RP-28 (used primarily by residents)-sch-J,1,1,13.1,22,38,49,150,LED
|
1133
|
+
NECB 2015,Space Function,Washroom - space designed to ANSI/IES RP-28 (used primarily by residents)-sch-K,1,1,13.1,22,38,49,150,LED
|
1134
|
+
NECB 2015,Space Function,Washroom - other-sch-A,1,1,10.5,22,38,49,150,LED
|
1135
|
+
NECB 2015,Space Function,Washroom - other-sch-B,1,1,10.5,22,38,49,150,LED
|
1136
|
+
NECB 2015,Space Function,Washroom - other-sch-C,1,1,10.5,22,38,49,150,LED
|
1137
|
+
NECB 2015,Space Function,Washroom - other-sch-D,1,1,10.5,22,38,49,150,LED
|
1138
|
+
NECB 2015,Space Function,Washroom - other-sch-E,1,1,10.5,22,38,49,150,LED
|
1139
|
+
NECB 2015,Space Function,Washroom - other-sch-F,1,1,10.5,22,38,49,150,LED
|
1140
|
+
NECB 2015,Space Function,Washroom - other-sch-G,1,1,10.5,22,38,49,150,LED
|
1141
|
+
NECB 2015,Space Function,Washroom - other-sch-H,1,1,10.5,22,38,49,150,LED
|
1142
|
+
NECB 2015,Space Function,Washroom - other-sch-I,1,1,10.5,22,38,49,150,LED
|
1143
|
+
NECB 2015,Space Function,Washroom - other-sch-J,1,1,10.5,22,38,49,150,LED
|
1144
|
+
NECB 2015,Space Function,Washroom - other-sch-K,1,1,10.5,22,38,49,150,LED
|
1145
|
+
NECB 2015,Space Function,Workshop,1,1,17.2,25,39,46,500,LED
|
1146
|
+
NECB 2015,Space Function,Convention centre exhibit space,1,1,15.7,25,39,46,500,LED
|
1147
|
+
NECB 2015,Space Function,Dormitory living quarters,1,1,4.2,22,24,55,125,LED
|
1148
|
+
NECB 2015,Space Function,Dwelling units general,1,4,5.0,22,24,55,125,LED
|
1149
|
+
NECB 2015,Space Function,Dwelling units general,5,999,5.0,22,24,55,125,LED
|
1150
|
+
NECB 2015,Space Function,Dwelling units long-term,1,4,5.0,21,23,55,300,LED
|
1151
|
+
NECB 2015,Space Function,Dwelling units long-term,5,999,5.0,21,23,55,300,LED
|
1152
|
+
NECB 2015,Space Function,Fire station sleeping quarters,1,1,2.4,22,24,49,150,LED
|
1153
|
+
NECB 2015,Space Function,Gymnasium/Fitness centre exercise area,1,1,7.8,21,39,47,350,LED
|
1154
|
+
NECB 2015,Space Function,Gymnasium/Fitness centre playing area,1,1,13.0,21,39,47,350,LED
|
1155
|
+
NECB 2015,Space Function,Health care facility exam/treatment room,1,1,18.0,26,41,53,600,LED
|
1156
|
+
NECB 2015,Space Function,Health care facility imaging room,1,1,16.3,21,40,48,225,LED
|
1157
|
+
NECB 2015,Space Function,Health care facility medical supply room,1,1,8.0,25,39,46,400,LED
|
1158
|
+
NECB 2015,Space Function,Health care facility nursery,1,1,9.5,25,23,47,400,LED
|
1159
|
+
NECB 2015,Space Function,Health care facility nurses station,1,1,7.6,25,23,47,400,LED
|
1160
|
+
NECB 2015,Space Function,Health care facility operating room,1,1,26.8,27,42,51,1000,LED
|
1161
|
+
NECB 2015,Space Function,Health care facility patient room,1,1,6.7,21,23,47,400,LED
|
1162
|
+
NECB 2015,Space Function,Health care facility physical therapy room,1,1,9.9,21,23,47,350,LED
|
1163
|
+
NECB 2015,Space Function,Health care facility recovery room,1,1,12.4,21,23,48,250,LED
|
1164
|
+
NECB 2015,Space Function,Library reading area,1,1,11.5,25,39,55,500,LED
|
1165
|
+
NECB 2015,Space Function,Library reading area,2,999,11.5,25,39,55,500,LED
|
1166
|
+
NECB 2015,Space Function,Library stacks,1,1,18.4,25,39,55,500,LED
|
1167
|
+
NECB 2015,Space Function,Library stacks,2,999,18.4,25,39,55,500,LED
|
1168
|
+
NECB 2015,Space Function,Manufacturing facility equipment room,1,1,8.0,33,41,53,600,LED
|
1169
|
+
NECB 2015,Space Function,detailed manufacturing area,1,1,13.9,33,41,53,600,LED
|
1170
|
+
NECB 2015,Space Function,Manufacturing facility extra high bay area (> 15 m floor-to-ceiling height),1,1,11.3,28,39,46,400,LED
|
1171
|
+
NECB 2015,Space Function,Manufacturing facility high bay area (7.5 to 15 m floor-to-ceiling height),1,1,13.3,28,39,46,400,LED
|
1172
|
+
NECB 2015,Space Function,Manufacturing facility low bay area (< 7.5 m floor-to-ceiling height),1,1,12.9,28,39,46,400,LED
|
1173
|
+
NECB 2015,Space Function,Museum general exhibition area,1,1,11.4,21,40,48,250,LED
|
1174
|
+
NECB 2015,Space Function,Museum restoration room,1,1,11.0,26,41,53,600,LED
|
1175
|
+
NECB 2015,Space Function,Post office sorting area,1,1,10.2,21,23,47,400,LED
|
1176
|
+
NECB 2015,Space Function,Religious building fellowship hall,1,1,6.9,21,24,48,250,LED
|
1177
|
+
NECB 2015,Space Function,Religious building worship/pulpit/choir area,1,1,16.5,21,24,48,250,LED
|
1178
|
+
NECB 2015,Space Function,Retail facility dressing/fitting room,1,1,7.7,21,24,47,350,LED
|
1179
|
+
NECB 2015,Space Function,Retail facility mall concourse,1,1,11.9,31,39,46,400,LED
|
1180
|
+
NECB 2015,Space Function,Space designed to ANSI/IES RP-28 chapel (used primarily by residents),1,1,23.8,22,38,49,150,LED
|
1181
|
+
NECB 2015,Space Function,Space designed to ANSI/IES RP-28 recreation room (used primarily by residents),1,1,25.9,21,38,49,150,LED
|
1182
|
+
NECB 2015,Space Function,Sports arena playing area class I facility(4),1,1,39.7,36,43,50,1600,LED
|
1183
|
+
NECB 2015,Space Function,Sports arena playing area class II facility(4),1,1,25.9,35,42,51,1000,LED
|
1184
|
+
NECB 2015,Space Function,Sports arena playing area class III facility(4),1,1,19.4,34,42,52,800,LED
|
1185
|
+
NECB 2015,Space Function,Sports arena playing area class IV facility(4),1,1,13.0,32,39,46,500,LED
|
1186
|
+
NECB 2015,Space Function,Transportation facility airport concourse,1,1,3.9,30,38,49,150,LED
|
1187
|
+
NECB 2015,Space Function,Transportation facility baggage/carousel area,1,1,5.7,30,37,48,250,LED
|
1188
|
+
NECB 2015,Space Function,Transportation facility terminal ticket counter,1,1,8.7,30,37,48,250,LED
|
1189
|
+
NECB 2015,Space Function,Warehouse storage area medium to bulky palletized items,1,1,6.2,30,37,48,200,LED
|
1190
|
+
NECB 2015,Space Function,Warehouse storage area small hand-carried items(4),1,1,10.2,30,37,48,300,LED
|
1191
|
+
NECB 2015,Space Function,- undefined -,1,1,0.0,Nil,Nil,Nil,0,LED
|
1192
|
+
NECB 2017,Space Function,Atrium (height < 6m)-sch-A,1,1,,4,7,17,250,CFL
|
1193
|
+
NECB 2017,Space Function,Atrium (height < 6m)-sch-B,1,1,,4,7,17,250,CFL
|
1194
|
+
NECB 2017,Space Function,Atrium (height < 6m)-sch-C,1,1,,4,7,17,250,CFL
|
1195
|
+
NECB 2017,Space Function,Atrium (height < 6m)-sch-D,1,1,,4,7,17,250,CFL
|
1196
|
+
NECB 2017,Space Function,Atrium (height < 6m)-sch-E,1,1,,4,7,17,250,CFL
|
1197
|
+
NECB 2017,Space Function,Atrium (height < 6m)-sch-F,1,1,,4,7,17,250,CFL
|
1198
|
+
NECB 2017,Space Function,Atrium (height < 6m)-sch-G,1,1,,4,7,17,250,CFL
|
1199
|
+
NECB 2017,Space Function,Atrium (height < 6m)-sch-H,1,1,,4,7,17,250,CFL
|
1200
|
+
NECB 2017,Space Function,Atrium (height < 6m)-sch-I,1,1,,4,7,17,250,CFL
|
1201
|
+
NECB 2017,Space Function,Atrium (height < 6m)-sch-J,1,1,,4,7,17,250,CFL
|
1202
|
+
NECB 2017,Space Function,Atrium (height < 6m)-sch-K,1,1,,4,7,17,250,CFL
|
1203
|
+
NECB 2017,Space Function,Atrium (6 =< height <= 12m)-sch-A,1,1,,4,7,17,250,CFL
|
1204
|
+
NECB 2017,Space Function,Atrium (6 =< height <= 12m)-sch-B,1,1,,4,7,17,250,CFL
|
1205
|
+
NECB 2017,Space Function,Atrium (6 =< height <= 12m)-sch-C,1,1,,4,7,17,250,CFL
|
1206
|
+
NECB 2017,Space Function,Atrium (6 =< height <= 12m)-sch-D,1,1,,4,7,17,250,CFL
|
1207
|
+
NECB 2017,Space Function,Atrium (6 =< height <= 12m)-sch-E,1,1,,4,7,17,250,CFL
|
1208
|
+
NECB 2017,Space Function,Atrium (6 =< height <= 12m)-sch-F,1,1,,4,7,17,250,CFL
|
1209
|
+
NECB 2017,Space Function,Atrium (6 =< height <= 12m)-sch-G,1,1,,4,7,17,250,CFL
|
1210
|
+
NECB 2017,Space Function,Atrium (6 =< height <= 12m)-sch-H,1,1,,4,7,17,250,CFL
|
1211
|
+
NECB 2017,Space Function,Atrium (6 =< height <= 12m)-sch-I,1,1,,4,7,17,250,CFL
|
1212
|
+
NECB 2017,Space Function,Atrium (6 =< height <= 12m)-sch-J,1,1,,4,7,17,250,CFL
|
1213
|
+
NECB 2017,Space Function,Atrium (6 =< height <= 12m)-sch-K,1,1,,4,7,17,250,CFL
|
1214
|
+
NECB 2017,Space Function,Atrium (height > 12m)-sch-A,1,1,,4,17,13,250,CFL
|
1215
|
+
NECB 2017,Space Function,Atrium (height > 12m)-sch-B,1,1,,4,17,13,250,CFL
|
1216
|
+
NECB 2017,Space Function,Atrium (height > 12m)-sch-C,1,1,,4,17,13,250,CFL
|
1217
|
+
NECB 2017,Space Function,Atrium (height > 12m)-sch-D,1,1,,4,17,13,250,CFL
|
1218
|
+
NECB 2017,Space Function,Atrium (height > 12m)-sch-E,1,1,,4,17,13,250,CFL
|
1219
|
+
NECB 2017,Space Function,Atrium (height > 12m)-sch-F,1,1,,4,17,13,250,CFL
|
1220
|
+
NECB 2017,Space Function,Atrium (height > 12m)-sch-G,1,1,,4,17,13,250,CFL
|
1221
|
+
NECB 2017,Space Function,Atrium (height > 12m)-sch-H,1,1,,4,17,13,250,CFL
|
1222
|
+
NECB 2017,Space Function,Atrium (height > 12m)-sch-I,1,1,,4,17,13,250,CFL
|
1223
|
+
NECB 2017,Space Function,Atrium (height > 12m)-sch-J,1,1,,4,17,13,250,CFL
|
1224
|
+
NECB 2017,Space Function,Atrium (height > 12m)-sch-K,1,1,,4,17,13,250,CFL
|
1225
|
+
NECB 2017,Space Function,Audience seating area permanent - auditorium,1,1,6.8,1,7,9,100,CFL
|
1226
|
+
NECB 2017,Space Function,Audience seating area permanent - auditorium,2,999,6.8,1,7,9,100,CFL
|
1227
|
+
NECB 2017,Space Function,Audience seating area permanent - convention centre,1,1,8.8,2,7,13,350,CFL
|
1228
|
+
NECB 2017,Space Function,Audience seating area permanent - gymnasium,1,1,7.0,1,7,13,350,CFL
|
1229
|
+
NECB 2017,Space Function,Audience seating area permanent - motion picture theatre,1,1,12.3,2,7,14,250,CFL
|
1230
|
+
NECB 2017,Space Function,Audience seating area permanent - penitentiary,1,1,3.0,1,6,9,250,CFL
|
1231
|
+
NECB 2017,Space Function,Audience seating area permanent - performing arts theatre,1,1,21.8,3,8,15,250,CFL
|
1232
|
+
NECB 2017,Space Function,Audience seating area permanent - religious building,1,1,16.5,2,8,18,150,CFL
|
1233
|
+
NECB 2017,Space Function,Audience seating area permanent - sports arena,1,1,4.6,1,6,17,150,CFL
|
1234
|
+
NECB 2017,Space Function,Audience seating area permanent - other-sch-A,1,1,4.6,1,6,17,100,CFL
|
1235
|
+
NECB 2017,Space Function,Audience seating area permanent - other-sch-B,1,1,4.6,1,6,17,100,CFL
|
1236
|
+
NECB 2017,Space Function,Audience seating area permanent - other-sch-C,1,1,4.6,1,6,17,100,CFL
|
1237
|
+
NECB 2017,Space Function,Audience seating area permanent - other-sch-D,1,1,4.6,1,6,17,100,CFL
|
1238
|
+
NECB 2017,Space Function,Audience seating area permanent - other-sch-E,1,1,4.6,1,6,17,100,CFL
|
1239
|
+
NECB 2017,Space Function,Audience seating area permanent - other-sch-F,1,1,4.6,1,6,17,100,CFL
|
1240
|
+
NECB 2017,Space Function,Audience seating area permanent - other-sch-G,1,1,4.6,1,6,17,100,CFL
|
1241
|
+
NECB 2017,Space Function,Audience seating area permanent - other-sch-H,1,1,4.6,1,6,17,100,CFL
|
1242
|
+
NECB 2017,Space Function,Audience seating area permanent - other-sch-I,1,1,4.6,1,6,17,100,CFL
|
1243
|
+
NECB 2017,Space Function,Audience seating area permanent - other-sch-J,1,1,4.6,1,6,17,100,CFL
|
1244
|
+
NECB 2017,Space Function,Audience seating area permanent - other-sch-K,1,1,4.6,1,6,17,100,CFL
|
1245
|
+
NECB 2017,Space Function,Banking activity area and offices,1,1,9.3,2,7,18,400,CFL
|
1246
|
+
NECB 2017,Space Function,Classroom/Lecture hall/Training room - Penitentary,1,1,14.4,2,7,18,400,CFL
|
1247
|
+
NECB 2017,Space Function,Classroom/Lecture hall/Training room other,1,1,10.3,2,7,18,400,CFL
|
1248
|
+
NECB 2017,Space Function,Classroom/Lecture hall/Training room other,2,999,10.3,2,7,18,400,CFL
|
1249
|
+
NECB 2017,Space Function,Computer/Server room-sch-A,1,999,14.3,2,7,17,350,CFL
|
1250
|
+
NECB 2017,Space Function,Computer/Server room-sch-B,1,999,14.3,2,7,17,350,CFL
|
1251
|
+
NECB 2017,Space Function,Computer/Server room-sch-C,1,999,14.3,2,7,17,350,CFL
|
1252
|
+
NECB 2017,Space Function,Computer/Server room-sch-D,1,999,14.3,2,7,17,350,CFL
|
1253
|
+
NECB 2017,Space Function,Computer/Server room-sch-E,1,999,14.3,2,7,17,350,CFL
|
1254
|
+
NECB 2017,Space Function,Computer/Server room-sch-F,1,999,14.3,2,7,17,350,CFL
|
1255
|
+
NECB 2017,Space Function,Computer/Server room-sch-G,1,999,14.3,2,7,17,350,CFL
|
1256
|
+
NECB 2017,Space Function,Computer/Server room-sch-H,1,999,14.3,2,7,17,350,CFL
|
1257
|
+
NECB 2017,Space Function,Computer/Server room-sch-I,1,999,14.3,2,7,17,350,CFL
|
1258
|
+
NECB 2017,Space Function,Computer/Server room-sch-J,1,999,14.3,2,7,17,350,CFL
|
1259
|
+
NECB 2017,Space Function,Computer/Server room-sch-K,1,999,14.3,2,7,17,350,CFL
|
1260
|
+
NECB 2017,Space Function,Conference/Meeting/Multi-purpose room,1,1,11.5,2,7,14,350,CFL
|
1261
|
+
NECB 2017,Space Function,Conference/Meeting/Multi-purpose room,2,999,11.5,2,7,14,350,CFL
|
1262
|
+
NECB 2017,Space Function,Confinement cell,1,1,8.7,2,7,18,400,CFL
|
1263
|
+
NECB 2017,Space Function,Copy/Print room,1,999,6.0,1,7,17,400,CFL
|
1264
|
+
NECB 2017,Space Function,Corridor/Transition area - hospital-sch-A,1,1,9.9,2,7,17,150,CFL
|
1265
|
+
NECB 2017,Space Function,Corridor/Transition area - hospital-sch-B,1,1,9.9,2,7,17,150,CFL
|
1266
|
+
NECB 2017,Space Function,Corridor/Transition area - hospital-sch-C,1,1,9.9,2,7,17,150,CFL
|
1267
|
+
NECB 2017,Space Function,Corridor/Transition area - hospital-sch-D,1,1,9.9,2,7,17,150,CFL
|
1268
|
+
NECB 2017,Space Function,Corridor/Transition area - hospital-sch-E,1,1,9.9,2,7,17,150,CFL
|
1269
|
+
NECB 2017,Space Function,Corridor/Transition area - hospital-sch-F,1,1,9.9,2,7,17,150,CFL
|
1270
|
+
NECB 2017,Space Function,Corridor/Transition area - hospital-sch-G,1,1,9.9,2,7,17,150,CFL
|
1271
|
+
NECB 2017,Space Function,Corridor/Transition area - hospital-sch-H,1,1,9.9,2,7,17,150,CFL
|
1272
|
+
NECB 2017,Space Function,Corridor/Transition area - hospital-sch-I,1,1,9.9,2,7,17,150,CFL
|
1273
|
+
NECB 2017,Space Function,Corridor/Transition area - hospital-sch-J,1,1,9.9,2,7,17,150,CFL
|
1274
|
+
NECB 2017,Space Function,Corridor/Transition area - hospital-sch-K,1,1,9.9,2,7,17,150,CFL
|
1275
|
+
NECB 2017,Space Function,Corridor/Transition area - manufacturing facility-sch-A,1,1,3.1,21,39,47,350,LED
|
1276
|
+
NECB 2017,Space Function,Corridor/Transition area - manufacturing facility-sch-B,1,1,3.1,1,6,13,150,CFL
|
1277
|
+
NECB 2017,Space Function,Corridor/Transition area - manufacturing facility-sch-C,1,1,3.1,1,6,13,150,CFL
|
1278
|
+
NECB 2017,Space Function,Corridor/Transition area - manufacturing facility-sch-D,1,1,3.1,1,6,13,150,CFL
|
1279
|
+
NECB 2017,Space Function,Corridor/Transition area - manufacturing facility-sch-E,1,1,3.1,1,6,13,150,CFL
|
1280
|
+
NECB 2017,Space Function,Corridor/Transition area - manufacturing facility-sch-F,1,1,3.1,1,6,13,150,CFL
|
1281
|
+
NECB 2017,Space Function,Corridor/Transition area - manufacturing facility-sch-G,1,1,3.1,1,6,13,150,CFL
|
1282
|
+
NECB 2017,Space Function,Corridor/Transition area - manufacturing facility-sch-H,1,1,3.1,1,6,13,150,CFL
|
1283
|
+
NECB 2017,Space Function,Corridor/Transition area - manufacturing facility-sch-I,1,1,3.1,1,6,13,150,CFL
|
1284
|
+
NECB 2017,Space Function,Corridor/Transition area - manufacturing facility-sch-J,1,1,3.1,1,6,13,150,CFL
|
1285
|
+
NECB 2017,Space Function,Corridor/Transition area - manufacturing facility-sch-K,1,1,3.1,1,6,13,150,CFL
|
1286
|
+
NECB 2017,Space Function,Corridor/Transition area - space designed to ANSI/IES RP-28 (and used primarily by residents)-sch-A,1,1,6.9,1,7,17,150,CFL
|
1287
|
+
NECB 2017,Space Function,Corridor/Transition area - space designed to ANSI/IES RP-28 (and used primarily by residents)-sch-B,1,1,6.9,1,7,17,150,CFL
|
1288
|
+
NECB 2017,Space Function,Corridor/Transition area - space designed to ANSI/IES RP-28 (and used primarily by residents)-sch-C,1,1,6.9,1,7,17,150,CFL
|
1289
|
+
NECB 2017,Space Function,Corridor/Transition area - space designed to ANSI/IES RP-28 (and used primarily by residents)-sch-D,1,1,6.9,1,7,17,150,CFL
|
1290
|
+
NECB 2017,Space Function,Corridor/Transition area - space designed to ANSI/IES RP-28 (and used primarily by residents)-sch-E,1,1,6.9,1,7,17,150,CFL
|
1291
|
+
NECB 2017,Space Function,Corridor/Transition area - space designed to ANSI/IES RP-28 (and used primarily by residents)-sch-F,1,1,6.9,1,7,17,150,CFL
|
1292
|
+
NECB 2017,Space Function,Corridor/Transition area - space designed to ANSI/IES RP-28 (and used primarily by residents)-sch-G,1,1,6.9,1,7,17,150,CFL
|
1293
|
+
NECB 2017,Space Function,Corridor/Transition area - space designed to ANSI/IES RP-28 (and used primarily by residents)-sch-H,1,1,6.9,1,7,17,150,CFL
|
1294
|
+
NECB 2017,Space Function,Corridor/Transition area - space designed to ANSI/IES RP-28 (and used primarily by residents)-sch-I,1,1,6.9,1,7,17,150,CFL
|
1295
|
+
NECB 2017,Space Function,Corridor/Transition area - space designed to ANSI/IES RP-28 (and used primarily by residents)-sch-J,1,1,6.9,1,7,17,150,CFL
|
1296
|
+
NECB 2017,Space Function,Corridor/Transition area - space designed to ANSI/IES RP-28 (and used primarily by residents)-sch-K,1,1,6.9,1,7,17,150,CFL
|
1297
|
+
NECB 2017,Space Function,Corridor/Transition area other-sch-A,1,1,7.1,1,7,17,150,CFL
|
1298
|
+
NECB 2017,Space Function,Corridor/Transition area other-sch-B,1,1,7.1,1,7,17,150,CFL
|
1299
|
+
NECB 2017,Space Function,Corridor/Transition area other-sch-C,1,1,7.1,1,7,17,150,CFL
|
1300
|
+
NECB 2017,Space Function,Corridor/Transition area other-sch-D,1,1,7.1,1,7,17,150,CFL
|
1301
|
+
NECB 2017,Space Function,Corridor/Transition area other-sch-E,1,1,7.1,1,7,17,150,CFL
|
1302
|
+
NECB 2017,Space Function,Corridor/Transition area other-sch-F,1,1,7.1,1,7,17,150,CFL
|
1303
|
+
NECB 2017,Space Function,Corridor/Transition area other-sch-G,1,1,7.1,1,7,17,150,CFL
|
1304
|
+
NECB 2017,Space Function,Corridor/Transition area other-sch-H,1,1,7.1,1,7,17,150,CFL
|
1305
|
+
NECB 2017,Space Function,Corridor/Transition area other-sch-I,1,1,7.1,1,7,17,150,CFL
|
1306
|
+
NECB 2017,Space Function,Corridor/Transition area other-sch-J,1,1,7.1,1,7,17,150,CFL
|
1307
|
+
NECB 2017,Space Function,Corridor/Transition area other-sch-K,1,1,7.1,1,7,17,150,CFL
|
1308
|
+
NECB 2017,Space Function,Courtroom,1,1,15.0,3,7,18,400,CFL
|
1309
|
+
NECB 2017,Space Function,Dining area - bar lounge/leisure dining,1,1,10.0,2,7,17,100,CFL
|
1310
|
+
NECB 2017,Space Function,Dining area - cafeteria/fast food dining,1,1,6.8,1,7,17,200,CFL
|
1311
|
+
NECB 2017,Space Function,Dining area - family dining,1,1,7.6,1,7,17,200,CFL
|
1312
|
+
NECB 2017,Space Function,Dining area - penitentiary,1,1,10.3,2,7,17,200,CFL
|
1313
|
+
NECB 2017,Space Function,Dining area - space designed to ANSI/IES RP-28 (used primarily by residents),1,1,21.5,2,7,18,200,CFL
|
1314
|
+
NECB 2017,Space Function,Dining area - other,1,1,6.8,1,7,17,200,CFL
|
1315
|
+
NECB 2017,Space Function,Dressing/Fitting room - performing arts theatre,1,1,6.6,1,7,9,250,CFL
|
1316
|
+
NECB 2017,Space Function,Electrical/Mechanical room-sch-A,1,1,4.6,1,7,13,350,CFL
|
1317
|
+
NECB 2017,Space Function,Electrical/Mechanical room-sch-B,1,1,4.6,1,7,13,350,CFL
|
1318
|
+
NECB 2017,Space Function,Electrical/Mechanical room-sch-C,1,1,4.6,1,7,13,350,CFL
|
1319
|
+
NECB 2017,Space Function,Electrical/Mechanical room-sch-D,1,1,4.6,1,7,13,350,CFL
|
1320
|
+
NECB 2017,Space Function,Electrical/Mechanical room-sch-E,1,1,4.6,1,7,13,350,CFL
|
1321
|
+
NECB 2017,Space Function,Electrical/Mechanical room-sch-F,1,1,4.6,1,7,13,350,CFL
|
1322
|
+
NECB 2017,Space Function,Electrical/Mechanical room-sch-G,1,1,4.6,1,7,13,350,CFL
|
1323
|
+
NECB 2017,Space Function,Electrical/Mechanical room-sch-H,1,1,4.6,1,7,13,350,CFL
|
1324
|
+
NECB 2017,Space Function,Electrical/Mechanical room-sch-I,1,1,4.6,1,7,13,350,CFL
|
1325
|
+
NECB 2017,Space Function,Electrical/Mechanical room-sch-J,1,1,4.6,1,7,13,350,CFL
|
1326
|
+
NECB 2017,Space Function,Electrical/Mechanical room-sch-K,1,1,4.6,1,7,13,350,CFL
|
1327
|
+
NECB 2017,Space Function,Emergency vehicle garage,1,1,4.4,1,7,13,350,CFL
|
1328
|
+
NECB 2017,Space Function,Food preparation area,1,1,11.4,2,7,10,500,CFL
|
1329
|
+
NECB 2017,Space Function,Guest room,1,1,8.3,1,7,17,200,CFL
|
1330
|
+
NECB 2017,Space Function,Guest room,2,4,8.3,1,7,17,200,CFL
|
1331
|
+
NECB 2017,Space Function,Guest room,5,999,8.3,1,7,17,200,CFL
|
1332
|
+
NECB 2017,Space Function,Laboratory - classrooms,1,1,12.9,2,7,18,500,CFL
|
1333
|
+
NECB 2017,Space Function,Laboratory - other,1,1,15.6,2,7,18,650,CFL
|
1334
|
+
NECB 2017,Space Function,Laundry/Washing area,1,1,4.6,1,7,17,350,CFL
|
1335
|
+
NECB 2017,Space Function,Loading dock interior,1,1,6.2,1,7,17,200,CFL
|
1336
|
+
NECB 2017,Space Function,Lobby - elevator,1,999,7.3,1,7,17,200,CFL
|
1337
|
+
NECB 2017,Space Function,Lobby - hotel,1,999,11.4,2,7,15,250,CFL
|
1338
|
+
NECB 2017,Space Function,Lobby - motion picture theatre,1,999,4.8,1,7,9,150,CFL
|
1339
|
+
NECB 2017,Space Function,Lobby - performing arts theatre,1,999,18.3,3,7,14,200,CFL
|
1340
|
+
NECB 2017,Space Function,Lobby - space designed to ANSI/IES RP-28 (used primarily by residents),1,999,21.8,3,8,19,150,CFL
|
1341
|
+
NECB 2017,Space Function,Lobby - other,1,999,10.8,2,7,17,150,CFL
|
1342
|
+
NECB 2017,Space Function,Locker room-sch-A,1,1,5.2,1,7,17,100,CFL
|
1343
|
+
NECB 2017,Space Function,Locker room-sch-B,1,1,5.2,1,7,17,100,CFL
|
1344
|
+
NECB 2017,Space Function,Locker room-sch-C,1,1,5.2,1,7,17,100,CFL
|
1345
|
+
NECB 2017,Space Function,Locker room-sch-D,1,1,5.2,1,7,17,100,CFL
|
1346
|
+
NECB 2017,Space Function,Locker room-sch-E,1,1,5.2,1,7,17,100,CFL
|
1347
|
+
NECB 2017,Space Function,Locker room-sch-F,1,1,5.2,1,7,17,100,CFL
|
1348
|
+
NECB 2017,Space Function,Locker room-sch-G,1,1,5.2,1,7,17,100,CFL
|
1349
|
+
NECB 2017,Space Function,Locker room-sch-H,1,1,5.2,1,7,17,100,CFL
|
1350
|
+
NECB 2017,Space Function,Locker room-sch-I,1,1,5.2,1,7,17,100,CFL
|
1351
|
+
NECB 2017,Space Function,Locker room-sch-J,1,1,5.2,1,7,17,100,CFL
|
1352
|
+
NECB 2017,Space Function,Locker room-sch-K,1,1,5.2,1,7,17,100,CFL
|
1353
|
+
NECB 2017,Space Function,Lounge/Break room - health care facility,1,1,8.4,1,7,17,150,CFL
|
1354
|
+
NECB 2017,Space Function,Lounge/Break room - other,1,1,6.7,1,7,17,150,CFL
|
1355
|
+
NECB 2017,Space Function,Office enclosed <= 25 m2,1,2,10.0,2,7,17,400,CFL
|
1356
|
+
NECB 2017,Space Function,Office enclosed <= 25 m2,3,999,10.0,2,7,17,400,CFL
|
1357
|
+
NECB 2017,Space Function,Office enclosed > 25 m2,1,2,10.0,2,7,17,400,CFL
|
1358
|
+
NECB 2017,Space Function,Office enclosed > 25 m2,3,999,10.0,2,7,17,400,CFL
|
1359
|
+
NECB 2017,Space Function,Office open plan,1,2,8.7,2,7,17,400,CFL
|
1360
|
+
NECB 2017,Space Function,Office open plan,3,999,8.7,2,7,17,400,CFL
|
1361
|
+
NECB 2017,Space Function,Pharmacy area,1,1,14.4,2,7,18,400,CFL
|
1362
|
+
NECB 2017,Space Function,Sales area,1,1,13.1,2,7,18,500,CFL
|
1363
|
+
NECB 2017,Space Function,Seating area general-sch-A,1,1,4.6,1,7,17,150,CFL
|
1364
|
+
NECB 2017,Space Function,Seating area general-sch-B,1,1,4.6,1,7,17,150,CFL
|
1365
|
+
NECB 2017,Space Function,Seating area general-sch-C,1,1,4.6,1,7,17,150,CFL
|
1366
|
+
NECB 2017,Space Function,Seating area general-sch-D,1,1,4.6,1,7,17,150,CFL
|
1367
|
+
NECB 2017,Space Function,Seating area general-sch-E,1,1,4.6,1,7,17,150,CFL
|
1368
|
+
NECB 2017,Space Function,Seating area general-sch-F,1,1,4.6,1,7,17,150,CFL
|
1369
|
+
NECB 2017,Space Function,Seating area general-sch-G,1,1,4.6,1,7,17,150,CFL
|
1370
|
+
NECB 2017,Space Function,Seating area general-sch-H,1,1,4.6,1,7,17,150,CFL
|
1371
|
+
NECB 2017,Space Function,Seating area general-sch-I,1,1,4.6,1,7,17,150,CFL
|
1372
|
+
NECB 2017,Space Function,Seating area general-sch-J,1,1,4.6,1,7,17,150,CFL
|
1373
|
+
NECB 2017,Space Function,Seating area general-sch-K,1,1,4.6,1,7,17,150,CFL
|
1374
|
+
NECB 2017,Space Function,Stairway/Stairwell-sch-A,1,1,6.2,1,7,17,150,CFL
|
1375
|
+
NECB 2017,Space Function,Stairway/Stairwell-sch-B,1,1,6.2,1,7,17,150,CFL
|
1376
|
+
NECB 2017,Space Function,Stairway/Stairwell-sch-C,1,1,6.2,1,7,17,150,CFL
|
1377
|
+
NECB 2017,Space Function,Stairway/Stairwell-sch-D,1,1,6.2,1,7,17,150,CFL
|
1378
|
+
NECB 2017,Space Function,Stairway/Stairwell-sch-E,1,1,6.2,1,7,17,150,CFL
|
1379
|
+
NECB 2017,Space Function,Stairway/Stairwell-sch-F,1,1,6.2,1,7,17,150,CFL
|
1380
|
+
NECB 2017,Space Function,Stairway/Stairwell-sch-G,1,1,6.2,1,7,17,150,CFL
|
1381
|
+
NECB 2017,Space Function,Stairway/Stairwell-sch-H,1,1,6.2,1,7,17,150,CFL
|
1382
|
+
NECB 2017,Space Function,Stairway/Stairwell-sch-I,1,1,6.2,1,7,17,150,CFL
|
1383
|
+
NECB 2017,Space Function,Stairway/Stairwell-sch-J,1,1,6.2,1,7,17,150,CFL
|
1384
|
+
NECB 2017,Space Function,Stairway/Stairwell-sch-K,1,1,6.2,1,7,17,150,CFL
|
1385
|
+
NECB 2017,Space Function,Storage garage interior,1,1,1.5,1,6,17,75,CFL
|
1386
|
+
NECB 2017,Space Function,Storage room < 5 m2-sch-A,1,1,10.4,2,7,17,100,CFL
|
1387
|
+
NECB 2017,Space Function,Storage room < 5 m2-sch-B,1,1,10.4,2,7,17,100,CFL
|
1388
|
+
NECB 2017,Space Function,Storage room < 5 m2-sch-C,1,1,10.4,2,7,17,100,CFL
|
1389
|
+
NECB 2017,Space Function,Storage room < 5 m2-sch-D,1,1,10.4,2,7,17,100,CFL
|
1390
|
+
NECB 2017,Space Function,Storage room < 5 m2-sch-E,1,1,10.4,2,7,17,100,CFL
|
1391
|
+
NECB 2017,Space Function,Storage room < 5 m2-sch-F,1,1,10.4,2,7,17,100,CFL
|
1392
|
+
NECB 2017,Space Function,Storage room < 5 m2-sch-G,1,1,10.4,2,7,17,100,CFL
|
1393
|
+
NECB 2017,Space Function,Storage room < 5 m2-sch-H,1,1,10.4,2,7,17,100,CFL
|
1394
|
+
NECB 2017,Space Function,Storage room < 5 m2-sch-I,1,1,10.4,2,7,17,100,CFL
|
1395
|
+
NECB 2017,Space Function,Storage room < 5 m2-sch-J,1,1,10.4,2,7,17,100,CFL
|
1396
|
+
NECB 2017,Space Function,Storage room < 5 m2-sch-K,1,1,10.4,2,7,17,100,CFL
|
1397
|
+
NECB 2017,Space Function,Storage room <= 5 m2 <= 100 m2-sch-A,1,1,6.8,1,7,17,100,CFL
|
1398
|
+
NECB 2017,Space Function,Storage room <= 5 m2 <= 100 m2-sch-B,1,1,6.8,1,7,17,100,CFL
|
1399
|
+
NECB 2017,Space Function,Storage room <= 5 m2 <= 100 m2-sch-C,1,1,6.8,1,7,17,100,CFL
|
1400
|
+
NECB 2017,Space Function,Storage room <= 5 m2 <= 100 m2-sch-D,1,1,6.8,1,7,17,100,CFL
|
1401
|
+
NECB 2017,Space Function,Storage room <= 5 m2 <= 100 m2-sch-E,1,1,6.8,1,7,17,100,CFL
|
1402
|
+
NECB 2017,Space Function,Storage room <= 5 m2 <= 100 m2-sch-F,1,1,6.8,1,7,17,100,CFL
|
1403
|
+
NECB 2017,Space Function,Storage room <= 5 m2 <= 100 m2-sch-G,1,1,6.8,1,7,17,100,CFL
|
1404
|
+
NECB 2017,Space Function,Storage room <= 5 m2 <= 100 m2-sch-H,1,1,6.8,1,7,17,100,CFL
|
1405
|
+
NECB 2017,Space Function,Storage room <= 5 m2 <= 100 m2-sch-I,1,1,6.8,1,7,17,100,CFL
|
1406
|
+
NECB 2017,Space Function,Storage room <= 5 m2 <= 100 m2-sch-J,1,1,6.8,1,7,17,100,CFL
|
1407
|
+
NECB 2017,Space Function,Storage room <= 5 m2 <= 100 m2-sch-K,1,1,6.8,1,7,17,100,CFL
|
1408
|
+
NECB 2017,Space Function,Storage room > 100 m2-sch-A,1,1,6.8,1,7,17,100,CFL
|
1409
|
+
NECB 2017,Space Function,Storage room > 100 m2-sch-B,1,1,6.8,1,7,17,100,CFL
|
1410
|
+
NECB 2017,Space Function,Storage room > 100 m2-sch-C,1,1,6.8,1,7,17,100,CFL
|
1411
|
+
NECB 2017,Space Function,Storage room > 100 m2-sch-D,1,1,6.8,1,7,17,100,CFL
|
1412
|
+
NECB 2017,Space Function,Storage room > 100 m2-sch-E,1,1,6.8,1,7,17,100,CFL
|
1413
|
+
NECB 2017,Space Function,Storage room > 100 m2-sch-F,1,1,6.8,1,7,17,100,CFL
|
1414
|
+
NECB 2017,Space Function,Storage room > 100 m2-sch-G,1,1,6.8,1,7,17,100,CFL
|
1415
|
+
NECB 2017,Space Function,Storage room > 100 m2-sch-H,1,1,6.8,1,7,17,100,CFL
|
1416
|
+
NECB 2017,Space Function,Storage room > 100 m2-sch-I,1,1,6.8,1,7,17,100,CFL
|
1417
|
+
NECB 2017,Space Function,Storage room > 100 m2-sch-J,1,1,6.8,1,7,17,100,CFL
|
1418
|
+
NECB 2017,Space Function,Storage room > 100 m2-sch-K,1,1,6.8,1,7,17,100,CFL
|
1419
|
+
NECB 2017,Space Function,Vehicle maintenance area,1,1,6.0,1,9,9,500,CFL
|
1420
|
+
NECB 2017,Space Function,Washroom - space designed to ANSI/IES RP-28 (used primarily by residents)-sch-A,1,1,13.1,2,7,17,150,CFL
|
1421
|
+
NECB 2017,Space Function,Washroom - space designed to ANSI/IES RP-28 (used primarily by residents)-sch-B,1,1,13.1,2,7,17,150,CFL
|
1422
|
+
NECB 2017,Space Function,Washroom - space designed to ANSI/IES RP-28 (used primarily by residents)-sch-C,1,1,13.1,2,7,17,150,CFL
|
1423
|
+
NECB 2017,Space Function,Washroom - space designed to ANSI/IES RP-28 (used primarily by residents)-sch-D,1,1,13.1,2,7,17,150,CFL
|
1424
|
+
NECB 2017,Space Function,Washroom - space designed to ANSI/IES RP-28 (used primarily by residents)-sch-E,1,1,13.1,2,7,17,150,CFL
|
1425
|
+
NECB 2017,Space Function,Washroom - space designed to ANSI/IES RP-28 (used primarily by residents)-sch-F,1,1,13.1,2,7,17,150,CFL
|
1426
|
+
NECB 2017,Space Function,Washroom - space designed to ANSI/IES RP-28 (used primarily by residents)-sch-G,1,1,13.1,2,7,17,150,CFL
|
1427
|
+
NECB 2017,Space Function,Washroom - space designed to ANSI/IES RP-28 (used primarily by residents)-sch-H,1,1,13.1,2,7,17,150,CFL
|
1428
|
+
NECB 2017,Space Function,Washroom - space designed to ANSI/IES RP-28 (used primarily by residents)-sch-I,1,1,13.1,2,7,17,150,CFL
|
1429
|
+
NECB 2017,Space Function,Washroom - space designed to ANSI/IES RP-28 (used primarily by residents)-sch-J,1,1,13.1,2,7,17,150,CFL
|
1430
|
+
NECB 2017,Space Function,Washroom - space designed to ANSI/IES RP-28 (used primarily by residents)-sch-K,1,1,13.1,2,7,17,150,CFL
|
1431
|
+
NECB 2017,Space Function,Washroom - other-sch-A,1,1,9.1,2,7,17,150,CFL
|
1432
|
+
NECB 2017,Space Function,Washroom - other-sch-B,1,1,9.1,2,7,17,150,CFL
|
1433
|
+
NECB 2017,Space Function,Washroom - other-sch-C,1,1,9.1,2,7,17,150,CFL
|
1434
|
+
NECB 2017,Space Function,Washroom - other-sch-D,1,1,9.1,2,7,17,150,CFL
|
1435
|
+
NECB 2017,Space Function,Washroom - other-sch-E,1,1,9.1,2,7,17,150,CFL
|
1436
|
+
NECB 2017,Space Function,Washroom - other-sch-F,1,1,9.1,2,7,17,150,CFL
|
1437
|
+
NECB 2017,Space Function,Washroom - other-sch-G,1,1,9.1,2,7,17,150,CFL
|
1438
|
+
NECB 2017,Space Function,Washroom - other-sch-H,1,1,9.1,2,7,17,150,CFL
|
1439
|
+
NECB 2017,Space Function,Washroom - other-sch-I,1,1,9.1,2,7,17,150,CFL
|
1440
|
+
NECB 2017,Space Function,Washroom - other-sch-J,1,1,9.1,2,7,17,150,CFL
|
1441
|
+
NECB 2017,Space Function,Washroom - other-sch-K,1,1,9.1,2,7,17,150,CFL
|
1442
|
+
NECB 2017,Space Function,Workshop,1,1,12.3,2,9,14,500,CFL
|
1443
|
+
NECB 2017,Space Function,Convention centre exhibit space,1,1,9.5,2,7,13,500,CFL
|
1444
|
+
NECB 2017,Space Function,Dormitory living quarters,1,1,5.8,1,6,9,125,CFL
|
1445
|
+
NECB 2017,Space Function,Dwelling units general,1,4,5.0,1,6,9,125,CFL
|
1446
|
+
NECB 2017,Space Function,Dwelling units general,5,999,5.0,1,6,9,125,CFL
|
1447
|
+
NECB 2017,Space Function,Dwelling units long-term,1,4,5.0,1,6,9,300,CFL
|
1448
|
+
NECB 2017,Space Function,Dwelling units long-term,5,999,5.0,1,6,9,300,CFL
|
1449
|
+
NECB 2017,Space Function,Fire station sleeping quarters,1,1,2.2,1,6,17,150,CFL
|
1450
|
+
NECB 2017,Space Function,Gymnasium/Fitness centre exercise area,1,1,5.4,1,7,17,350,CFL
|
1451
|
+
NECB 2017,Space Function,Gymnasium/Fitness centre playing area,1,1,8.8,2,7,17,350,CFL
|
1452
|
+
NECB 2017,Space Function,Health care facility exam/treatment room,1,1,18.1,3,8,18,600,CFL
|
1453
|
+
NECB 2017,Space Function,Health care facility imaging room,1,1,11.4,2,7,18,225,CFL
|
1454
|
+
NECB 2017,Space Function,Health care facility medical supply room,1,1,5.8,1,7,17,400,CFL
|
1455
|
+
NECB 2017,Space Function,Health care facility nursery,1,1,10.8,2,7,17,400,CFL
|
1456
|
+
NECB 2017,Space Function,Health care facility nurses station,1,1,8.7,2,7,17,400,CFL
|
1457
|
+
NECB 2017,Space Function,Health care facility operating room,1,1,23.4,3,8,19,1000,CFL
|
1458
|
+
NECB 2017,Space Function,Health care facility patient room,1,1,6.7,1,7,17,400,CFL
|
1459
|
+
NECB 2017,Space Function,Health care facility physical therapy room,1,1,9.0,2,7,17,350,CFL
|
1460
|
+
NECB 2017,Space Function,Health care facility recovery room,1,1,11.1,2,7,18,250,CFL
|
1461
|
+
NECB 2017,Space Function,Library reading area,1,1,8.8,2,7,17,500,CFL
|
1462
|
+
NECB 2017,Space Function,Library reading area,2,999,8.8,2,7,17,500,CFL
|
1463
|
+
NECB 2017,Space Function,Library stacks,1,1,12.9,2,7,18,500,CFL
|
1464
|
+
NECB 2017,Space Function,Library stacks,2,999,12.9,2,7,18,500,CFL
|
1465
|
+
NECB 2017,Space Function,Manufacturing facility equipment room,1,1,7.0,1,7,13,600,CFL
|
1466
|
+
NECB 2017,Space Function,detailed manufacturing area,1,1,10.0,2,7,13,600,CFL
|
1467
|
+
NECB 2017,Space Function,Manufacturing facility extra high bay area (> 15 m floor-to-ceiling height),1,1,11.3,2,7,14,400,CFL
|
1468
|
+
NECB 2017,Space Function,Manufacturing facility high bay area (7.5 to 15 m floor-to-ceiling height),1,1,8.1,1,7,14,400,CFL
|
1469
|
+
NECB 2017,Space Function,Manufacturing facility low bay area (< 7.5 m floor-to-ceiling height),1,1,10.3,2,7,14,400,CFL
|
1470
|
+
NECB 2017,Space Function,Museum general exhibition area,1,1,11.3,2,7,18,250,CFL
|
1471
|
+
NECB 2017,Space Function,Museum restoration room,1,1,9.2,2,7,17,600,CFL
|
1472
|
+
NECB 2017,Space Function,Post office sorting area,1,1,7.3,2,7,17,400,CFL
|
1473
|
+
NECB 2017,Space Function,Religious building fellowship hall,1,1,5.9,1,6,17,250,CFL
|
1474
|
+
NECB 2017,Space Function,Religious building worship/pulpit/choir area,1,1,16.5,2,8,18,250,CFL
|
1475
|
+
NECB 2017,Space Function,Retail facility dressing/fitting room,1,1,5.4,1,6,17,350,CFL
|
1476
|
+
NECB 2017,Space Function,Retail facility mall concourse,1,1,9.7,2,7,17,400,CFL
|
1477
|
+
NECB 2017,Space Function,Space designed to ANSI/IES RP-28 chapel (used primarily by residents),1,1,11.4,2,7,18,150,CFL
|
1478
|
+
NECB 2017,Space Function,Space designed to ANSI/IES RP-28 recreation room (used primarily by residents),1,1,19.4,3,8,18,150,CFL
|
1479
|
+
NECB 2017,Space Function,Sports arena playing area class I facility(4),1,1,26.6,4,8,15,1600,CFL
|
1480
|
+
NECB 2017,Space Function,Sports arena playing area class II facility(4),1,1,21.1,3,8,14,1000,CFL
|
1481
|
+
NECB 2017,Space Function,Sports arena playing area class III facility(4),1,1,18.3,3,8,14,800,CFL
|
1482
|
+
NECB 2017,Space Function,Sports arena playing area class IV facility(4),1,1,12.2,2,7,14,500,CFL
|
1483
|
+
NECB 2017,Space Function,Transportation facility airport concourse,1,1,3.3,1,7,17,150,CFL
|
1484
|
+
NECB 2017,Space Function,Transportation facility baggage/carousel area,1,1,4.8,1,7,17,250,CFL
|
1485
|
+
NECB 2017,Space Function,Transportation facility terminal ticket counter,1,1,6.7,1,7,17,250,CFL
|
1486
|
+
NECB 2017,Space Function,Warehouse storage area medium to bulky palletized items,1,1,3.8,1,7,17,200,CFL
|
1487
|
+
NECB 2017,Space Function,Warehouse storage area small hand-carried items(4),1,1,7.4,1,7,17,300,CFL
|
1488
|
+
NECB 2017,Space Function,- undefined -,1,1,0.0,Nil,Nil,Nil,0,CFL
|
1489
|
+
NECB 2017,Automotive facility,WholeBuilding,1,1,7.6,28,39,47,400,LED
|
1490
|
+
NECB 2017,Convention centre,WholeBuilding,1,1,8.2,21,37,47,300,LED
|
1491
|
+
NECB 2017,Courthouse,WholeBuilding,1,1,9.7,25,39,47,400,LED
|
1492
|
+
NECB 2017,Dining - bar lounge/leisure,WholeBuilding,1,1,9.7,30,38,49,125,LED
|
1493
|
+
NECB 2017,Dining - cafeteria/fast food,WholeBuilding,1,1,8.5,30,37,55,300,LED
|
1494
|
+
NECB 2017,Dining - family,WholeBuilding,1,1,8.4,21,37,55,300,LED
|
1495
|
+
NECB 2017,Dormitory,WholeBuilding,1,4,6.6,22,38,49,100,LED
|
1496
|
+
NECB 2017,Dormitory,WholeBuilding,5,999,6.6,22,38,49,100,LED
|
1497
|
+
NECB 2017,Exercise centre,WholeBuilding,1,1,7.0,21,37,47,350,LED
|
1498
|
+
NECB 2017,Fire station,WholeBuilding,1,1,5.7,28,23,47,400,LED
|
1499
|
+
NECB 2017,Gymnasium,WholeBuilding,1,1,7.3,32,39,53,500,LED
|
1500
|
+
NECB 2017,Health care clinic,WholeBuilding,1,2,8.8,26,41,53,600,LED
|
1501
|
+
NECB 2017,Health care clinic,WholeBuilding,3,999,8.8,26,41,53,600,LED
|
1502
|
+
NECB 2017,Hospital,WholeBuilding,1,1,11.3,21,23,47,350,LED
|
1503
|
+
NECB 2017,Hotel/Motel,WholeBuilding,1,4,8.1,22,24,49,150,LED
|
1504
|
+
NECB 2017,Hotel/Motel,WholeBuilding,5,999,8.1,22,24,49,150,LED
|
1505
|
+
NECB 2017,Library,WholeBuilding,1,2,8.4,25,23,46,500,LED
|
1506
|
+
NECB 2017,Library,WholeBuilding,3,999,8.4,25,23,46,500,LED
|
1507
|
+
NECB 2017,Long-term care - dwelling units,WholeBuilding,1,4,5.5,25,23,47,400,LED
|
1508
|
+
NECB 2017,Long-term care - dwelling units,WholeBuilding,5,999,5.5,25,23,47,400,LED
|
1509
|
+
NECB 2017,Long-term care - other,WholeBuilding,1,4,5.5,25,23,47,400,LED
|
1510
|
+
NECB 2017,Long-term care - other,WholeBuilding,5,999,5.5,25,23,47,400,LED
|
1511
|
+
NECB 2017,Manufacturing facility,WholeBuilding,1,1,9.7,28,39,47,450,LED
|
1512
|
+
NECB 2017,Motion picture theatre,WholeBuilding,1,1,8.9,30,38,49,150,LED
|
1513
|
+
NECB 2017,Multi-unit residential building,WholeBuilding,1,4,7.3,22,24,49,125,LED
|
1514
|
+
NECB 2017,Multi-unit residential building,WholeBuilding,5,999,7.3,22,24,49,125,LED
|
1515
|
+
NECB 2017,Museum,WholeBuilding,1,2,11.4,22,24,49,100,LED
|
1516
|
+
NECB 2017,Museum,WholeBuilding,3,99,11.4,22,24,49,100,LED
|
1517
|
+
NECB 2017,Office,WholeBuilding,1,2,8.5,21,23,47,400,LED
|
1518
|
+
NECB 2017,Office,WholeBuilding,3,999,8.5,21,23,47,400,LED
|
1519
|
+
NECB 2017,Penitentiary,WholeBuilding,1,1,8.1,21,40,48,250,LED
|
1520
|
+
NECB 2017,Performing arts theatre,WholeBuilding,1,1,12.7,21,40,48,250,LED
|
1521
|
+
NECB 2017,Police station,WholeBuilding,1,1,8.6,21,23,47,400,LED
|
1522
|
+
NECB 2017,Post office,WholeBuilding,1,2,7.2,21,23,46,400,LED
|
1523
|
+
NECB 2017,Post office,WholeBuilding,3,999,7.2,21,23,46,400,LED
|
1524
|
+
NECB 2017,Religious building ,WholeBuilding,1,1,10.1,22,40,48,250,LED
|
1525
|
+
NECB 2017,Retail area,WholeBuilding,1,2,11.4,25,39,46,450,LED
|
1526
|
+
NECB 2017,Retail area,WholeBuilding,3,999,11.4,25,39,46,450,LED
|
1527
|
+
NECB 2017,School/university,WholeBuilding,1,4,8.7,21,23,47,400,LED
|
1528
|
+
NECB 2017,School/university,WholeBuilding,5,999,8.7,21,23,47,400,LED
|
1529
|
+
NECB 2017,Sports arena,WholeBuilding,1,1,9.4,28,39,47,400,LED
|
1530
|
+
NECB 2017,Storage garage,WholeBuilding,1,1,1.6,29,44,49,75,LED
|
1531
|
+
NECB 2017,Town hall,WholeBuilding,1,4,8.6,21,23,47,400,LED
|
1532
|
+
NECB 2017,Town hall,WholeBuilding,5,999,8.6,21,23,47,400,LED
|
1533
|
+
NECB 2017,Transportation facility,WholeBuilding,1,4,6.6,30,40,48,225,LED
|
1534
|
+
NECB 2017,Transportation facility,WholeBuilding,5,999,6.6,30,40,48,225,LED
|
1535
|
+
NECB 2017,Warehouse,WholeBuilding,1,1,5.2,29,44,49,150,LED
|
1536
|
+
NECB 2017,Workshop,WholeBuilding,1,1,9.7,32,39,46,500,LED
|
1537
|
+
NECB 2017,Space Function,Atrium (height < 6m)-sch-A,1,1,,30,40,48,250,LED
|
1538
|
+
NECB 2017,Space Function,Atrium (height < 6m)-sch-B,1,1,,30,40,48,250,LED
|
1539
|
+
NECB 2017,Space Function,Atrium (height < 6m)-sch-C,1,1,,30,40,48,250,LED
|
1540
|
+
NECB 2017,Space Function,Atrium (height < 6m)-sch-D,1,1,,30,40,48,250,LED
|
1541
|
+
NECB 2017,Space Function,Atrium (height < 6m)-sch-E,1,1,,30,40,48,250,LED
|
1542
|
+
NECB 2017,Space Function,Atrium (height < 6m)-sch-F,1,1,,30,40,48,250,LED
|
1543
|
+
NECB 2017,Space Function,Atrium (height < 6m)-sch-G,1,1,,30,40,48,250,LED
|
1544
|
+
NECB 2017,Space Function,Atrium (height < 6m)-sch-H,1,1,,30,40,48,250,LED
|
1545
|
+
NECB 2017,Space Function,Atrium (height < 6m)-sch-I,1,1,,30,40,48,250,LED
|
1546
|
+
NECB 2017,Space Function,Atrium (height < 6m)-sch-J,1,1,,30,40,48,250,LED
|
1547
|
+
NECB 2017,Space Function,Atrium (height < 6m)-sch-K,1,1,,30,40,48,250,LED
|
1548
|
+
NECB 2017,Space Function,Atrium (6 =< height <= 12m)-sch-A,1,1,,30,40,48,250,LED
|
1549
|
+
NECB 2017,Space Function,Atrium (6 =< height <= 12m)-sch-B,1,1,,30,40,48,250,LED
|
1550
|
+
NECB 2017,Space Function,Atrium (6 =< height <= 12m)-sch-C,1,1,,30,40,48,250,LED
|
1551
|
+
NECB 2017,Space Function,Atrium (6 =< height <= 12m)-sch-D,1,1,,30,40,48,250,LED
|
1552
|
+
NECB 2017,Space Function,Atrium (6 =< height <= 12m)-sch-E,1,1,,30,40,48,250,LED
|
1553
|
+
NECB 2017,Space Function,Atrium (6 =< height <= 12m)-sch-F,1,1,,30,40,48,250,LED
|
1554
|
+
NECB 2017,Space Function,Atrium (6 =< height <= 12m)-sch-G,1,1,,30,40,48,250,LED
|
1555
|
+
NECB 2017,Space Function,Atrium (6 =< height <= 12m)-sch-H,1,1,,30,40,48,250,LED
|
1556
|
+
NECB 2017,Space Function,Atrium (6 =< height <= 12m)-sch-I,1,1,,30,40,48,250,LED
|
1557
|
+
NECB 2017,Space Function,Atrium (6 =< height <= 12m)-sch-J,1,1,,30,40,48,250,LED
|
1558
|
+
NECB 2017,Space Function,Atrium (6 =< height <= 12m)-sch-K,1,1,,30,40,48,250,LED
|
1559
|
+
NECB 2017,Space Function,Atrium (height > 12m)-sch-A,1,1,,30,40,48,250,LED
|
1560
|
+
NECB 2017,Space Function,Atrium (height > 12m)-sch-B,1,1,,30,40,48,250,LED
|
1561
|
+
NECB 2017,Space Function,Atrium (height > 12m)-sch-C,1,1,,30,40,48,250,LED
|
1562
|
+
NECB 2017,Space Function,Atrium (height > 12m)-sch-D,1,1,,30,40,48,250,LED
|
1563
|
+
NECB 2017,Space Function,Atrium (height > 12m)-sch-E,1,1,,30,40,48,250,LED
|
1564
|
+
NECB 2017,Space Function,Atrium (height > 12m)-sch-F,1,1,,30,40,48,250,LED
|
1565
|
+
NECB 2017,Space Function,Atrium (height > 12m)-sch-G,1,1,,30,40,48,250,LED
|
1566
|
+
NECB 2017,Space Function,Atrium (height > 12m)-sch-H,1,1,,30,40,48,250,LED
|
1567
|
+
NECB 2017,Space Function,Atrium (height > 12m)-sch-I,1,1,,30,40,48,250,LED
|
1568
|
+
NECB 2017,Space Function,Atrium (height > 12m)-sch-J,1,1,,30,40,48,250,LED
|
1569
|
+
NECB 2017,Space Function,Atrium (height > 12m)-sch-K,1,1,,30,40,48,250,LED
|
1570
|
+
NECB 2017,Space Function,Audience seating area permanent - auditorium,1,1,6.8,22,38,49,100,LED
|
1571
|
+
NECB 2017,Space Function,Audience seating area permanent - auditorium,2,999,6.8,22,38,49,100,LED
|
1572
|
+
NECB 2017,Space Function,Audience seating area permanent - convention centre,1,1,8.8,21,23,47,350,LED
|
1573
|
+
NECB 2017,Space Function,Audience seating area permanent - gymnasium,1,1,7.0,21,23,47,350,LED
|
1574
|
+
NECB 2017,Space Function,Audience seating area permanent - motion picture theatre,1,1,12.3,21,24,48,250,LED
|
1575
|
+
NECB 2017,Space Function,Audience seating area permanent - penitentiary,1,1,3.0,21,24,48,250,LED
|
1576
|
+
NECB 2017,Space Function,Audience seating area permanent - performing arts theatre,1,1,21.8,21,24,48,250,LED
|
1577
|
+
NECB 2017,Space Function,Audience seating area permanent - religious building,1,1,16.5,22,38,49,150,LED
|
1578
|
+
NECB 2017,Space Function,Audience seating area permanent - sports arena,1,1,4.6,22,38,49,150,LED
|
1579
|
+
NECB 2017,Space Function,Audience seating area permanent - other-sch-A,1,1,4.6,22,38,49,100,LED
|
1580
|
+
NECB 2017,Space Function,Audience seating area permanent - other-sch-B,1,1,4.6,22,38,49,100,LED
|
1581
|
+
NECB 2017,Space Function,Audience seating area permanent - other-sch-C,1,1,4.6,22,38,49,100,LED
|
1582
|
+
NECB 2017,Space Function,Audience seating area permanent - other-sch-D,1,1,4.6,22,38,49,100,LED
|
1583
|
+
NECB 2017,Space Function,Audience seating area permanent - other-sch-E,1,1,4.6,22,38,49,100,LED
|
1584
|
+
NECB 2017,Space Function,Audience seating area permanent - other-sch-F,1,1,4.6,22,38,49,100,LED
|
1585
|
+
NECB 2017,Space Function,Audience seating area permanent - other-sch-G,1,1,4.6,22,38,49,100,LED
|
1586
|
+
NECB 2017,Space Function,Audience seating area permanent - other-sch-H,1,1,4.6,22,38,49,100,LED
|
1587
|
+
NECB 2017,Space Function,Audience seating area permanent - other-sch-I,1,1,4.6,22,38,49,100,LED
|
1588
|
+
NECB 2017,Space Function,Audience seating area permanent - other-sch-J,1,1,4.6,22,38,49,100,LED
|
1589
|
+
NECB 2017,Space Function,Audience seating area permanent - other-sch-K,1,1,4.6,22,38,49,100,LED
|
1590
|
+
NECB 2017,Space Function,Banking activity area and offices,1,1,9.3,21,39,47,400,LED
|
1591
|
+
NECB 2017,Space Function,Classroom/Lecture hall/Training room - Penitentary,1,1,14.4,21,23,47,400,LED
|
1592
|
+
NECB 2017,Space Function,Classroom/Lecture hall/Training room other,1,1,10.3,21,23,47,400,LED
|
1593
|
+
NECB 2017,Space Function,Classroom/Lecture hall/Training room other,2,999,10.3,21,23,47,400,LED
|
1594
|
+
NECB 2017,Space Function,Computer/Server room-sch-A,1,999,14.3,21,39,47,350,LED
|
1595
|
+
NECB 2017,Space Function,Computer/Server room-sch-B,1,999,14.3,21,39,47,350,LED
|
1596
|
+
NECB 2017,Space Function,Computer/Server room-sch-C,1,999,14.3,21,39,47,350,LED
|
1597
|
+
NECB 2017,Space Function,Computer/Server room-sch-D,1,999,14.3,21,39,47,350,LED
|
1598
|
+
NECB 2017,Space Function,Computer/Server room-sch-E,1,999,14.3,21,39,47,350,LED
|
1599
|
+
NECB 2017,Space Function,Computer/Server room-sch-F,1,999,14.3,21,39,47,350,LED
|
1600
|
+
NECB 2017,Space Function,Computer/Server room-sch-G,1,999,14.3,21,39,47,350,LED
|
1601
|
+
NECB 2017,Space Function,Computer/Server room-sch-H,1,999,14.3,21,39,47,350,LED
|
1602
|
+
NECB 2017,Space Function,Computer/Server room-sch-I,1,999,14.3,21,39,47,350,LED
|
1603
|
+
NECB 2017,Space Function,Computer/Server room-sch-J,1,999,14.3,21,39,47,350,LED
|
1604
|
+
NECB 2017,Space Function,Computer/Server room-sch-K,1,999,14.3,21,39,47,350,LED
|
1605
|
+
NECB 2017,Space Function,Conference/Meeting/Multi-purpose room,1,1,11.5,21,23,47,350,LED
|
1606
|
+
NECB 2017,Space Function,Conference/Meeting/Multi-purpose room,2,999,11.5,21,23,47,350,LED
|
1607
|
+
NECB 2017,Space Function,Confinement cell,1,1,8.7,21,23,47,400,LED
|
1608
|
+
NECB 2017,Space Function,Copy/Print room,1,999,6.0,21,23,47,400,LED
|
1609
|
+
NECB 2017,Space Function,Corridor/Transition area - hospital-sch-A,1,1,9.9,30,38,49,150,LED
|
1610
|
+
NECB 2017,Space Function,Corridor/Transition area - hospital-sch-B,1,1,9.9,30,38,49,150,LED
|
1611
|
+
NECB 2017,Space Function,Corridor/Transition area - hospital-sch-C,1,1,9.9,30,38,49,150,LED
|
1612
|
+
NECB 2017,Space Function,Corridor/Transition area - hospital-sch-D,1,1,9.9,30,38,49,150,LED
|
1613
|
+
NECB 2017,Space Function,Corridor/Transition area - hospital-sch-E,1,1,9.9,30,38,49,150,LED
|
1614
|
+
NECB 2017,Space Function,Corridor/Transition area - hospital-sch-F,1,1,9.9,30,38,49,150,LED
|
1615
|
+
NECB 2017,Space Function,Corridor/Transition area - hospital-sch-G,1,1,9.9,30,38,49,150,LED
|
1616
|
+
NECB 2017,Space Function,Corridor/Transition area - hospital-sch-H,1,1,9.9,30,38,49,150,LED
|
1617
|
+
NECB 2017,Space Function,Corridor/Transition area - hospital-sch-I,1,1,9.9,30,38,49,150,LED
|
1618
|
+
NECB 2017,Space Function,Corridor/Transition area - hospital-sch-J,1,1,9.9,30,38,49,150,LED
|
1619
|
+
NECB 2017,Space Function,Corridor/Transition area - hospital-sch-K,1,1,9.9,30,38,49,150,LED
|
1620
|
+
NECB 2017,Space Function,Corridor/Transition area - manufacturing facility-sch-A,1,1,3.1,29,38,49,150,LED
|
1621
|
+
NECB 2017,Space Function,Corridor/Transition area - manufacturing facility-sch-B,1,1,3.1,29,38,49,150,LED
|
1622
|
+
NECB 2017,Space Function,Corridor/Transition area - manufacturing facility-sch-C,1,1,3.1,29,38,49,150,LED
|
1623
|
+
NECB 2017,Space Function,Corridor/Transition area - manufacturing facility-sch-D,1,1,3.1,29,38,49,150,LED
|
1624
|
+
NECB 2017,Space Function,Corridor/Transition area - manufacturing facility-sch-E,1,1,3.1,29,38,49,150,LED
|
1625
|
+
NECB 2017,Space Function,Corridor/Transition area - manufacturing facility-sch-F,1,1,3.1,29,38,49,150,LED
|
1626
|
+
NECB 2017,Space Function,Corridor/Transition area - manufacturing facility-sch-G,1,1,3.1,29,38,49,150,LED
|
1627
|
+
NECB 2017,Space Function,Corridor/Transition area - manufacturing facility-sch-H,1,1,3.1,29,38,49,150,LED
|
1628
|
+
NECB 2017,Space Function,Corridor/Transition area - manufacturing facility-sch-I,1,1,3.1,29,38,49,150,LED
|
1629
|
+
NECB 2017,Space Function,Corridor/Transition area - manufacturing facility-sch-J,1,1,3.1,29,38,49,150,LED
|
1630
|
+
NECB 2017,Space Function,Corridor/Transition area - manufacturing facility-sch-K,1,1,3.1,29,38,49,150,LED
|
1631
|
+
NECB 2017,Space Function,Corridor/Transition area - space designed to ANSI/IES RP-28 (and used primarily by residents)-sch-A,1,1,6.9,29,38,49,150,LED
|
1632
|
+
NECB 2017,Space Function,Corridor/Transition area - space designed to ANSI/IES RP-28 (and used primarily by residents)-sch-B,1,1,6.9,29,38,49,150,LED
|
1633
|
+
NECB 2017,Space Function,Corridor/Transition area - space designed to ANSI/IES RP-28 (and used primarily by residents)-sch-C,1,1,6.9,29,38,49,150,LED
|
1634
|
+
NECB 2017,Space Function,Corridor/Transition area - space designed to ANSI/IES RP-28 (and used primarily by residents)-sch-D,1,1,6.9,29,38,49,150,LED
|
1635
|
+
NECB 2017,Space Function,Corridor/Transition area - space designed to ANSI/IES RP-28 (and used primarily by residents)-sch-E,1,1,6.9,29,38,49,150,LED
|
1636
|
+
NECB 2017,Space Function,Corridor/Transition area - space designed to ANSI/IES RP-28 (and used primarily by residents)-sch-F,1,1,6.9,29,38,49,150,LED
|
1637
|
+
NECB 2017,Space Function,Corridor/Transition area - space designed to ANSI/IES RP-28 (and used primarily by residents)-sch-G,1,1,6.9,29,38,49,150,LED
|
1638
|
+
NECB 2017,Space Function,Corridor/Transition area - space designed to ANSI/IES RP-28 (and used primarily by residents)-sch-H,1,1,6.9,29,38,49,150,LED
|
1639
|
+
NECB 2017,Space Function,Corridor/Transition area - space designed to ANSI/IES RP-28 (and used primarily by residents)-sch-I,1,1,6.9,29,38,49,150,LED
|
1640
|
+
NECB 2017,Space Function,Corridor/Transition area - space designed to ANSI/IES RP-28 (and used primarily by residents)-sch-J,1,1,6.9,29,38,49,150,LED
|
1641
|
+
NECB 2017,Space Function,Corridor/Transition area - space designed to ANSI/IES RP-28 (and used primarily by residents)-sch-K,1,1,6.9,29,38,49,150,LED
|
1642
|
+
NECB 2017,Space Function,Corridor/Transition area other-sch-A,1,1,7.1,29,38,49,150,LED
|
1643
|
+
NECB 2017,Space Function,Corridor/Transition area other-sch-B,1,1,7.1,29,38,49,150,LED
|
1644
|
+
NECB 2017,Space Function,Corridor/Transition area other-sch-C,1,1,7.1,29,38,49,150,LED
|
1645
|
+
NECB 2017,Space Function,Corridor/Transition area other-sch-D,1,1,7.1,29,38,49,150,LED
|
1646
|
+
NECB 2017,Space Function,Corridor/Transition area other-sch-E,1,1,7.1,29,38,49,150,LED
|
1647
|
+
NECB 2017,Space Function,Corridor/Transition area other-sch-F,1,1,7.1,29,38,49,150,LED
|
1648
|
+
NECB 2017,Space Function,Corridor/Transition area other-sch-G,1,1,7.1,29,38,49,150,LED
|
1649
|
+
NECB 2017,Space Function,Corridor/Transition area other-sch-H,1,1,7.1,29,38,49,150,LED
|
1650
|
+
NECB 2017,Space Function,Corridor/Transition area other-sch-I,1,1,7.1,29,38,49,150,LED
|
1651
|
+
NECB 2017,Space Function,Corridor/Transition area other-sch-J,1,1,7.1,29,38,49,150,LED
|
1652
|
+
NECB 2017,Space Function,Corridor/Transition area other-sch-K,1,1,7.1,29,38,49,150,LED
|
1653
|
+
NECB 2017,Space Function,Courtroom,1,1,15.0,25,23,47,400,LED
|
1654
|
+
NECB 2017,Space Function,Dining area - bar lounge/leisure dining,1,1,10.0,22,38,49,100,LED
|
1655
|
+
NECB 2017,Space Function,Dining area - cafeteria/fast food dining,1,1,6.8,30,37,55,200,LED
|
1656
|
+
NECB 2017,Space Function,Dining area - family dining,1,1,7.6,30,37,55,200,LED
|
1657
|
+
NECB 2017,Space Function,Dining area - penitentiary,1,1,10.3,30,37,55,200,LED
|
1658
|
+
NECB 2017,Space Function,Dining area - space designed to ANSI/IES RP-28 (used primarily by residents),1,1,21.5,30,37,55,200,LED
|
1659
|
+
NECB 2017,Space Function,Dining area - other,1,1,6.8,30,37,55,200,LED
|
1660
|
+
NECB 2017,Space Function,Dressing/Fitting room - performing arts theatre,1,1,6.6,30,37,48,250,LED
|
1661
|
+
NECB 2017,Space Function,Electrical/Mechanical room-sch-A,1,1,4.6,28,45,47,350,LED
|
1662
|
+
NECB 2017,Space Function,Electrical/Mechanical room-sch-B,1,1,4.6,28,45,47,350,LED
|
1663
|
+
NECB 2017,Space Function,Electrical/Mechanical room-sch-C,1,1,4.6,28,45,47,350,LED
|
1664
|
+
NECB 2017,Space Function,Electrical/Mechanical room-sch-D,1,1,4.6,28,45,47,350,LED
|
1665
|
+
NECB 2017,Space Function,Electrical/Mechanical room-sch-E,1,1,4.6,28,45,47,350,LED
|
1666
|
+
NECB 2017,Space Function,Electrical/Mechanical room-sch-F,1,1,4.6,28,45,47,350,LED
|
1667
|
+
NECB 2017,Space Function,Electrical/Mechanical room-sch-G,1,1,4.6,28,45,47,350,LED
|
1668
|
+
NECB 2017,Space Function,Electrical/Mechanical room-sch-H,1,1,4.6,28,45,47,350,LED
|
1669
|
+
NECB 2017,Space Function,Electrical/Mechanical room-sch-I,1,1,4.6,28,45,47,350,LED
|
1670
|
+
NECB 2017,Space Function,Electrical/Mechanical room-sch-J,1,1,4.6,28,45,47,350,LED
|
1671
|
+
NECB 2017,Space Function,Electrical/Mechanical room-sch-K,1,1,4.6,28,45,47,350,LED
|
1672
|
+
NECB 2017,Space Function,Emergency vehicle garage,1,1,4.4,28,45,47,350,LED
|
1673
|
+
NECB 2017,Space Function,Food preparation area,1,1,11.4,25,39,53,500,LED
|
1674
|
+
NECB 2017,Space Function,Guest room,1,1,8.3,22,24,55,200,LED
|
1675
|
+
NECB 2017,Space Function,Guest room,2,4,8.3,22,24,55,200,LED
|
1676
|
+
NECB 2017,Space Function,Guest room,5,999,8.3,22,24,55,200,LED
|
1677
|
+
NECB 2017,Space Function,Laboratory - classrooms,1,1,12.9,25,39,46,500,LED
|
1678
|
+
NECB 2017,Space Function,Laboratory - other,1,1,15.6,26,41,53,650,LED
|
1679
|
+
NECB 2017,Space Function,Laundry/Washing area,1,1,4.6,28,39,55,350,LED
|
1680
|
+
NECB 2017,Space Function,Loading dock interior,1,1,6.2,30,37,48,200,LED
|
1681
|
+
NECB 2017,Space Function,Lobby - elevator,1,999,7.3,30,37,55,200,LED
|
1682
|
+
NECB 2017,Space Function,Lobby - hotel,1,999,11.4,30,40,55,250,LED
|
1683
|
+
NECB 2017,Space Function,Lobby - motion picture theatre,1,999,4.8,30,38,49,150,LED
|
1684
|
+
NECB 2017,Space Function,Lobby - performing arts theatre,1,999,18.3,30,37,48,200,LED
|
1685
|
+
NECB 2017,Space Function,Lobby - space designed to ANSI/IES RP-28 (used primarily by residents),1,999,21.8,30,38,49,150,LED
|
1686
|
+
NECB 2017,Space Function,Lobby - other,1,999,10.8,30,38,49,150,LED
|
1687
|
+
NECB 2017,Space Function,Locker room-sch-A,1,1,5.2,29,38,49,100,LED
|
1688
|
+
NECB 2017,Space Function,Locker room-sch-B,1,1,5.2,29,38,49,100,LED
|
1689
|
+
NECB 2017,Space Function,Locker room-sch-C,1,1,5.2,29,38,49,100,LED
|
1690
|
+
NECB 2017,Space Function,Locker room-sch-D,1,1,5.2,29,38,49,100,LED
|
1691
|
+
NECB 2017,Space Function,Locker room-sch-E,1,1,5.2,29,38,49,100,LED
|
1692
|
+
NECB 2017,Space Function,Locker room-sch-F,1,1,5.2,29,38,49,100,LED
|
1693
|
+
NECB 2017,Space Function,Locker room-sch-G,1,1,5.2,29,38,49,100,LED
|
1694
|
+
NECB 2017,Space Function,Locker room-sch-H,1,1,5.2,29,38,49,100,LED
|
1695
|
+
NECB 2017,Space Function,Locker room-sch-I,1,1,5.2,29,38,49,100,LED
|
1696
|
+
NECB 2017,Space Function,Locker room-sch-J,1,1,5.2,29,38,49,100,LED
|
1697
|
+
NECB 2017,Space Function,Locker room-sch-K,1,1,5.2,29,38,49,100,LED
|
1698
|
+
NECB 2017,Space Function,Lounge/Break room - health care facility,1,1,8.4,22,24,49,150,LED
|
1699
|
+
NECB 2017,Space Function,Lounge/Break room - other,1,1,6.7,22,24,49,150,LED
|
1700
|
+
NECB 2017,Space Function,Office enclosed <= 25 m2,1,2,10.0,21,23,47,400,LED
|
1701
|
+
NECB 2017,Space Function,Office enclosed <= 25 m2,3,999,10.0,21,23,47,400,LED
|
1702
|
+
NECB 2017,Space Function,Office enclosed > 25 m2,1,2,10.0,21,23,47,400,LED
|
1703
|
+
NECB 2017,Space Function,Office enclosed > 25 m2,3,999,10.0,21,23,47,400,LED
|
1704
|
+
NECB 2017,Space Function,Office open plan,1,2,8.7,21,23,47,400,LED
|
1705
|
+
NECB 2017,Space Function,Office open plan,3,999,8.7,21,23,47,400,LED
|
1706
|
+
NECB 2017,Space Function,Pharmacy area,1,1,14.4,25,23,47,400,LED
|
1707
|
+
NECB 2017,Space Function,Sales area,1,1,13.1,25,39,46,500,LED
|
1708
|
+
NECB 2017,Space Function,Seating area general-sch-A,1,1,4.6,22,24,49,150,LED
|
1709
|
+
NECB 2017,Space Function,Seating area general-sch-B,1,1,4.6,22,24,49,150,LED
|
1710
|
+
NECB 2017,Space Function,Seating area general-sch-C,1,1,4.6,22,24,49,150,LED
|
1711
|
+
NECB 2017,Space Function,Seating area general-sch-D,1,1,4.6,22,24,49,150,LED
|
1712
|
+
NECB 2017,Space Function,Seating area general-sch-E,1,1,4.6,22,24,49,150,LED
|
1713
|
+
NECB 2017,Space Function,Seating area general-sch-F,1,1,4.6,22,24,49,150,LED
|
1714
|
+
NECB 2017,Space Function,Seating area general-sch-G,1,1,4.6,22,24,49,150,LED
|
1715
|
+
NECB 2017,Space Function,Seating area general-sch-H,1,1,4.6,22,24,49,150,LED
|
1716
|
+
NECB 2017,Space Function,Seating area general-sch-I,1,1,4.6,22,24,49,150,LED
|
1717
|
+
NECB 2017,Space Function,Seating area general-sch-J,1,1,4.6,22,24,49,150,LED
|
1718
|
+
NECB 2017,Space Function,Seating area general-sch-K,1,1,4.6,22,24,49,150,LED
|
1719
|
+
NECB 2017,Space Function,Stairway/Stairwell-sch-A,1,1,6.2,29,38,49,150,LED
|
1720
|
+
NECB 2017,Space Function,Stairway/Stairwell-sch-B,1,1,6.2,29,38,49,150,LED
|
1721
|
+
NECB 2017,Space Function,Stairway/Stairwell-sch-C,1,1,6.2,29,38,49,150,LED
|
1722
|
+
NECB 2017,Space Function,Stairway/Stairwell-sch-D,1,1,6.2,29,38,49,150,LED
|
1723
|
+
NECB 2017,Space Function,Stairway/Stairwell-sch-E,1,1,6.2,29,38,49,150,LED
|
1724
|
+
NECB 2017,Space Function,Stairway/Stairwell-sch-F,1,1,6.2,29,38,49,150,LED
|
1725
|
+
NECB 2017,Space Function,Stairway/Stairwell-sch-G,1,1,6.2,29,38,49,150,LED
|
1726
|
+
NECB 2017,Space Function,Stairway/Stairwell-sch-H,1,1,6.2,29,38,49,150,LED
|
1727
|
+
NECB 2017,Space Function,Stairway/Stairwell-sch-I,1,1,6.2,29,38,49,150,LED
|
1728
|
+
NECB 2017,Space Function,Stairway/Stairwell-sch-J,1,1,6.2,29,38,49,150,LED
|
1729
|
+
NECB 2017,Space Function,Stairway/Stairwell-sch-K,1,1,6.2,29,38,49,150,LED
|
1730
|
+
NECB 2017,Space Function,Storage garage interior,1,1,1.5,29,44,49,75,LED
|
1731
|
+
NECB 2017,Space Function,Storage room < 5 m2-sch-A,1,1,10.4,29,44,49,100,LED
|
1732
|
+
NECB 2017,Space Function,Storage room < 5 m2-sch-B,1,1,10.4,29,44,49,100,LED
|
1733
|
+
NECB 2017,Space Function,Storage room < 5 m2-sch-C,1,1,10.4,29,44,49,100,LED
|
1734
|
+
NECB 2017,Space Function,Storage room < 5 m2-sch-D,1,1,10.4,29,44,49,100,LED
|
1735
|
+
NECB 2017,Space Function,Storage room < 5 m2-sch-E,1,1,10.4,29,44,49,100,LED
|
1736
|
+
NECB 2017,Space Function,Storage room < 5 m2-sch-F,1,1,10.4,29,44,49,100,LED
|
1737
|
+
NECB 2017,Space Function,Storage room < 5 m2-sch-G,1,1,10.4,29,44,49,100,LED
|
1738
|
+
NECB 2017,Space Function,Storage room < 5 m2-sch-H,1,1,10.4,29,44,49,100,LED
|
1739
|
+
NECB 2017,Space Function,Storage room < 5 m2-sch-I,1,1,10.4,29,44,49,100,LED
|
1740
|
+
NECB 2017,Space Function,Storage room < 5 m2-sch-J,1,1,10.4,29,44,49,100,LED
|
1741
|
+
NECB 2017,Space Function,Storage room < 5 m2-sch-K,1,1,10.4,29,44,49,100,LED
|
1742
|
+
NECB 2017,Space Function,Storage room <= 5 m2 <= 100 m2-sch-A,1,1,6.8,29,44,49,100,LED
|
1743
|
+
NECB 2017,Space Function,Storage room <= 5 m2 <= 100 m2-sch-B,1,1,6.8,29,44,49,100,LED
|
1744
|
+
NECB 2017,Space Function,Storage room <= 5 m2 <= 100 m2-sch-C,1,1,6.8,29,44,49,100,LED
|
1745
|
+
NECB 2017,Space Function,Storage room <= 5 m2 <= 100 m2-sch-D,1,1,6.8,29,44,49,100,LED
|
1746
|
+
NECB 2017,Space Function,Storage room <= 5 m2 <= 100 m2-sch-E,1,1,6.8,29,44,49,100,LED
|
1747
|
+
NECB 2017,Space Function,Storage room <= 5 m2 <= 100 m2-sch-F,1,1,6.8,29,44,49,100,LED
|
1748
|
+
NECB 2017,Space Function,Storage room <= 5 m2 <= 100 m2-sch-G,1,1,6.8,29,44,49,100,LED
|
1749
|
+
NECB 2017,Space Function,Storage room <= 5 m2 <= 100 m2-sch-H,1,1,6.8,29,44,49,100,LED
|
1750
|
+
NECB 2017,Space Function,Storage room <= 5 m2 <= 100 m2-sch-I,1,1,6.8,29,44,49,100,LED
|
1751
|
+
NECB 2017,Space Function,Storage room <= 5 m2 <= 100 m2-sch-J,1,1,6.8,29,44,49,100,LED
|
1752
|
+
NECB 2017,Space Function,Storage room <= 5 m2 <= 100 m2-sch-K,1,1,6.8,29,44,49,100,LED
|
1753
|
+
NECB 2017,Space Function,Storage room > 100 m2-sch-A,1,1,6.8,29,44,49,100,LED
|
1754
|
+
NECB 2017,Space Function,Storage room > 100 m2-sch-B,1,1,6.8,29,44,49,100,LED
|
1755
|
+
NECB 2017,Space Function,Storage room > 100 m2-sch-C,1,1,6.8,29,44,49,100,LED
|
1756
|
+
NECB 2017,Space Function,Storage room > 100 m2-sch-D,1,1,6.8,29,44,49,100,LED
|
1757
|
+
NECB 2017,Space Function,Storage room > 100 m2-sch-E,1,1,6.8,29,44,49,100,LED
|
1758
|
+
NECB 2017,Space Function,Storage room > 100 m2-sch-F,1,1,6.8,29,44,49,100,LED
|
1759
|
+
NECB 2017,Space Function,Storage room > 100 m2-sch-G,1,1,6.8,29,44,49,100,LED
|
1760
|
+
NECB 2017,Space Function,Storage room > 100 m2-sch-H,1,1,6.8,29,44,49,100,LED
|
1761
|
+
NECB 2017,Space Function,Storage room > 100 m2-sch-I,1,1,6.8,29,44,49,100,LED
|
1762
|
+
NECB 2017,Space Function,Storage room > 100 m2-sch-J,1,1,6.8,29,44,49,100,LED
|
1763
|
+
NECB 2017,Space Function,Storage room > 100 m2-sch-K,1,1,6.8,29,44,49,100,LED
|
1764
|
+
NECB 2017,Space Function,Vehicle maintenance area,1,1,6.0,56,44,54,500,LED
|
1765
|
+
NECB 2017,Space Function,Washroom - space designed to ANSI/IES RP-28 (used primarily by residents)-sch-A,1,1,13.1,22,38,49,150,LED
|
1766
|
+
NECB 2017,Space Function,Washroom - space designed to ANSI/IES RP-28 (used primarily by residents)-sch-B,1,1,13.1,22,38,49,150,LED
|
1767
|
+
NECB 2017,Space Function,Washroom - space designed to ANSI/IES RP-28 (used primarily by residents)-sch-C,1,1,13.1,22,38,49,150,LED
|
1768
|
+
NECB 2017,Space Function,Washroom - space designed to ANSI/IES RP-28 (used primarily by residents)-sch-D,1,1,13.1,22,38,49,150,LED
|
1769
|
+
NECB 2017,Space Function,Washroom - space designed to ANSI/IES RP-28 (used primarily by residents)-sch-E,1,1,13.1,22,38,49,150,LED
|
1770
|
+
NECB 2017,Space Function,Washroom - space designed to ANSI/IES RP-28 (used primarily by residents)-sch-F,1,1,13.1,22,38,49,150,LED
|
1771
|
+
NECB 2017,Space Function,Washroom - space designed to ANSI/IES RP-28 (used primarily by residents)-sch-G,1,1,13.1,22,38,49,150,LED
|
1772
|
+
NECB 2017,Space Function,Washroom - space designed to ANSI/IES RP-28 (used primarily by residents)-sch-H,1,1,13.1,22,38,49,150,LED
|
1773
|
+
NECB 2017,Space Function,Washroom - space designed to ANSI/IES RP-28 (used primarily by residents)-sch-I,1,1,13.1,22,38,49,150,LED
|
1774
|
+
NECB 2017,Space Function,Washroom - space designed to ANSI/IES RP-28 (used primarily by residents)-sch-J,1,1,13.1,22,38,49,150,LED
|
1775
|
+
NECB 2017,Space Function,Washroom - space designed to ANSI/IES RP-28 (used primarily by residents)-sch-K,1,1,13.1,22,38,49,150,LED
|
1776
|
+
NECB 2017,Space Function,Washroom - other-sch-A,1,1,9.1,22,38,49,150,LED
|
1777
|
+
NECB 2017,Space Function,Washroom - other-sch-B,1,1,9.1,22,38,49,150,LED
|
1778
|
+
NECB 2017,Space Function,Washroom - other-sch-C,1,1,9.1,22,38,49,150,LED
|
1779
|
+
NECB 2017,Space Function,Washroom - other-sch-D,1,1,9.1,22,38,49,150,LED
|
1780
|
+
NECB 2017,Space Function,Washroom - other-sch-E,1,1,9.1,22,38,49,150,LED
|
1781
|
+
NECB 2017,Space Function,Washroom - other-sch-F,1,1,9.1,22,38,49,150,LED
|
1782
|
+
NECB 2017,Space Function,Washroom - other-sch-G,1,1,9.1,22,38,49,150,LED
|
1783
|
+
NECB 2017,Space Function,Washroom - other-sch-H,1,1,9.1,22,38,49,150,LED
|
1784
|
+
NECB 2017,Space Function,Washroom - other-sch-I,1,1,9.1,22,38,49,150,LED
|
1785
|
+
NECB 2017,Space Function,Washroom - other-sch-J,1,1,9.1,22,38,49,150,LED
|
1786
|
+
NECB 2017,Space Function,Washroom - other-sch-K,1,1,9.1,22,38,49,150,LED
|
1787
|
+
NECB 2017,Space Function,Workshop,1,1,12.3,25,39,46,500,LED
|
1788
|
+
NECB 2017,Space Function,Convention centre exhibit space,1,1,9.5,25,39,46,500,LED
|
1789
|
+
NECB 2017,Space Function,Dormitory living quarters,1,1,5.8,22,24,55,125,LED
|
1790
|
+
NECB 2017,Space Function,Dwelling units general,1,4,5.0,22,24,55,125,LED
|
1791
|
+
NECB 2017,Space Function,Dwelling units general,5,999,5.0,22,24,55,125,LED
|
1792
|
+
NECB 2017,Space Function,Dwelling units long-term,1,4,5.0,21,23,55,300,LED
|
1793
|
+
NECB 2017,Space Function,Dwelling units long-term,5,999,5.0,21,23,55,300,LED
|
1794
|
+
NECB 2017,Space Function,Fire station sleeping quarters,1,1,2.2,22,24,49,150,LED
|
1795
|
+
NECB 2017,Space Function,Gymnasium/Fitness centre exercise area,1,1,5.4,21,39,47,350,LED
|
1796
|
+
NECB 2017,Space Function,Gymnasium/Fitness centre playing area,1,1,8.8,21,39,47,350,LED
|
1797
|
+
NECB 2017,Space Function,Health care facility exam/treatment room,1,1,18.1,26,41,53,600,LED
|
1798
|
+
NECB 2017,Space Function,Health care facility imaging room,1,1,11.4,21,40,48,225,LED
|
1799
|
+
NECB 2017,Space Function,Health care facility medical supply room,1,1,5.8,25,39,46,400,LED
|
1800
|
+
NECB 2017,Space Function,Health care facility nursery,1,1,10.8,25,23,47,400,LED
|
1801
|
+
NECB 2017,Space Function,Health care facility nurses station,1,1,8.7,25,23,47,400,LED
|
1802
|
+
NECB 2017,Space Function,Health care facility operating room,1,1,23.4,27,42,51,1000,LED
|
1803
|
+
NECB 2017,Space Function,Health care facility patient room,1,1,6.7,21,23,47,400,LED
|
1804
|
+
NECB 2017,Space Function,Health care facility physical therapy room,1,1,9.0,21,23,47,350,LED
|
1805
|
+
NECB 2017,Space Function,Health care facility recovery room,1,1,11.1,21,23,48,250,LED
|
1806
|
+
NECB 2017,Space Function,Library reading area,1,1,8.8,25,39,55,500,LED
|
1807
|
+
NECB 2017,Space Function,Library reading area,2,999,8.8,25,39,55,500,LED
|
1808
|
+
NECB 2017,Space Function,Library stacks,1,1,12.9,25,39,55,500,LED
|
1809
|
+
NECB 2017,Space Function,Library stacks,2,999,12.9,25,39,55,500,LED
|
1810
|
+
NECB 2017,Space Function,Manufacturing facility equipment room,1,1,7.0,33,41,53,600,LED
|
1811
|
+
NECB 2017,Space Function,detailed manufacturing area,1,1,10.0,33,41,53,600,LED
|
1812
|
+
NECB 2017,Space Function,Manufacturing facility extra high bay area (> 15 m floor-to-ceiling height),1,1,11.3,28,39,46,400,LED
|
1813
|
+
NECB 2017,Space Function,Manufacturing facility high bay area (7.5 to 15 m floor-to-ceiling height),1,1,8.1,28,39,46,400,LED
|
1814
|
+
NECB 2017,Space Function,Manufacturing facility low bay area (< 7.5 m floor-to-ceiling height),1,1,10.3,28,39,46,400,LED
|
1815
|
+
NECB 2017,Space Function,Museum general exhibition area,1,1,11.3,21,40,48,250,LED
|
1816
|
+
NECB 2017,Space Function,Museum restoration room,1,1,9.2,26,41,53,600,LED
|
1817
|
+
NECB 2017,Space Function,Post office sorting area,1,1,7.3,21,23,47,400,LED
|
1818
|
+
NECB 2017,Space Function,Religious building fellowship hall,1,1,5.9,21,24,48,250,LED
|
1819
|
+
NECB 2017,Space Function,Religious building worship/pulpit/choir area,1,1,16.5,21,24,48,250,LED
|
1820
|
+
NECB 2017,Space Function,Retail facility dressing/fitting room,1,1,5.4,21,24,47,350,LED
|
1821
|
+
NECB 2017,Space Function,Retail facility mall concourse,1,1,9.7,31,39,46,400,LED
|
1822
|
+
NECB 2017,Space Function,Space designed to ANSI/IES RP-28 chapel (used primarily by residents),1,1,11.4,22,38,49,150,LED
|
1823
|
+
NECB 2017,Space Function,Space designed to ANSI/IES RP-28 recreation room (used primarily by residents),1,1,19.4,21,38,49,150,LED
|
1824
|
+
NECB 2017,Space Function,Sports arena playing area class I facility(4),1,1,26.6,36,43,50,1600,LED
|
1825
|
+
NECB 2017,Space Function,Sports arena playing area class II facility(4),1,1,21.1,35,42,51,1000,LED
|
1826
|
+
NECB 2017,Space Function,Sports arena playing area class III facility(4),1,1,18.3,34,42,52,800,LED
|
1827
|
+
NECB 2017,Space Function,Sports arena playing area class IV facility(4),1,1,12.2,32,39,46,500,LED
|
1828
|
+
NECB 2017,Space Function,Transportation facility airport concourse,1,1,3.3,30,38,49,150,LED
|
1829
|
+
NECB 2017,Space Function,Transportation facility baggage/carousel area,1,1,4.8,30,37,48,250,LED
|
1830
|
+
NECB 2017,Space Function,Transportation facility terminal ticket counter,1,1,6.7,30,37,48,250,LED
|
1831
|
+
NECB 2017,Space Function,Warehouse storage area medium to bulky palletized items,1,1,3.8,30,37,48,200,LED
|
1832
|
+
NECB 2017,Space Function,Warehouse storage area small hand-carried items(4),1,1,7.4,30,37,48,300,LED
|
1833
|
+
NECB 2017,Space Function,- undefined -,1,1,0.0,Nil,Nil,Nil,0,LED
|
1834
|
+
NECB 2020,Space Function,Atrium (height < 6m)-sch-A,1,1,4.2,30,37,48,250,LED
|
1835
|
+
NECB 2020,Space Function,Atrium (height < 6m)-sch-B,1,1,4.2,30,37,48,250,LED
|
1836
|
+
NECB 2020,Space Function,Atrium (height < 6m)-sch-C,1,1,4.2,30,37,48,250,LED
|
1837
|
+
NECB 2020,Space Function,Atrium (height < 6m)-sch-D,1,1,4.2,30,37,48,250,LED
|
1838
|
+
NECB 2020,Space Function,Atrium (height < 6m)-sch-E,1,1,4.2,30,37,48,250,LED
|
1839
|
+
NECB 2020,Space Function,Atrium (height < 6m)-sch-F,1,1,4.2,30,37,48,250,LED
|
1840
|
+
NECB 2020,Space Function,Atrium (height < 6m)-sch-G,1,1,4.2,30,37,48,250,LED
|
1841
|
+
NECB 2020,Space Function,Atrium (height < 6m)-sch-H,1,1,4.2,30,37,48,250,LED
|
1842
|
+
NECB 2020,Space Function,Atrium (height < 6m)-sch-I,1,1,4.2,30,37,48,250,LED
|
1843
|
+
NECB 2020,Space Function,Atrium (height < 6m)-sch-J,1,1,4.2,30,37,48,250,LED
|
1844
|
+
NECB 2020,Space Function,Atrium (height < 6m)-sch-K,1,1,4.2,30,37,48,250,LED
|
1845
|
+
NECB 2020,Space Function,Atrium (6 =< height <= 12m)-sch-A,1,1,5.2,21,39,47,250,LED
|
1846
|
+
NECB 2020,Space Function,Atrium (6 =< height <= 12m)-sch-B,1,1,5.2,21,39,47,250,LED
|
1847
|
+
NECB 2020,Space Function,Atrium (6 =< height <= 12m)-sch-C,1,1,5.2,21,39,47,250,LED
|
1848
|
+
NECB 2020,Space Function,Atrium (6 =< height <= 12m)-sch-D,1,1,5.2,21,39,47,250,LED
|
1849
|
+
NECB 2020,Space Function,Atrium (6 =< height <= 12m)-sch-E,1,1,5.2,21,39,47,250,LED
|
1850
|
+
NECB 2020,Space Function,Atrium (6 =< height <= 12m)-sch-F,1,1,5.2,21,39,47,250,LED
|
1851
|
+
NECB 2020,Space Function,Atrium (6 =< height <= 12m)-sch-G,1,1,5.2,21,39,47,250,LED
|
1852
|
+
NECB 2020,Space Function,Atrium (6 =< height <= 12m)-sch-H,1,1,5.2,21,39,47,250,LED
|
1853
|
+
NECB 2020,Space Function,Atrium (6 =< height <= 12m)-sch-I,1,1,5.2,21,39,47,250,LED
|
1854
|
+
NECB 2020,Space Function,Atrium (6 =< height <= 12m)-sch-J,1,1,5.2,21,39,47,250,LED
|
1855
|
+
NECB 2020,Space Function,Atrium (6 =< height <= 12m)-sch-K,1,1,5.2,21,39,47,250,LED
|
1856
|
+
NECB 2020,Space Function,Atrium (height > 12m)-sch-A,1,1,6.5,21,23,47,250,LED
|
1857
|
+
NECB 2020,Space Function,Atrium (height > 12m)-sch-B,1,1,6.5,21,23,47,250,LED
|
1858
|
+
NECB 2020,Space Function,Atrium (height > 12m)-sch-C,1,1,6.5,21,23,47,250,LED
|
1859
|
+
NECB 2020,Space Function,Atrium (height > 12m)-sch-D,1,1,6.5,21,23,47,250,LED
|
1860
|
+
NECB 2020,Space Function,Atrium (height > 12m)-sch-E,1,1,6.5,21,23,47,250,LED
|
1861
|
+
NECB 2020,Space Function,Atrium (height > 12m)-sch-F,1,1,6.5,21,23,47,250,LED
|
1862
|
+
NECB 2020,Space Function,Atrium (height > 12m)-sch-G,1,1,6.5,21,23,47,250,LED
|
1863
|
+
NECB 2020,Space Function,Atrium (height > 12m)-sch-H,1,1,6.5,21,23,47,250,LED
|
1864
|
+
NECB 2020,Space Function,Atrium (height > 12m)-sch-I,1,1,6.5,21,23,47,250,LED
|
1865
|
+
NECB 2020,Space Function,Atrium (height > 12m)-sch-J,1,1,6.5,21,23,47,250,LED
|
1866
|
+
NECB 2020,Space Function,Atrium (height > 12m)-sch-K,1,1,6.5,21,23,47,250,LED
|
1867
|
+
NECB 2020,Space Function,Audience seating area permanent - auditorium,1,1,6.5,29,44,49,100,LED
|
1868
|
+
NECB 2020,Space Function,Audience seating area permanent - auditorium,2,999,6.5,29,44,49,100,LED
|
1869
|
+
NECB 2020,Space Function,Audience seating area permanent - convention centre,1,1,8.8,21,23,47,350,LED
|
1870
|
+
NECB 2020,Space Function,Audience seating area permanent - gymnasium,1,1,2.5,22,24,49,190,LED
|
1871
|
+
NECB 2020,Space Function,Audience seating area permanent - motion picture theatre,1,1,2.9,29,38,49,150,LED
|
1872
|
+
NECB 2020,Space Function,Audience seating area permanent - penitentiary,1,1,7.2,30,37,48,250,LED
|
1873
|
+
NECB 2020,Space Function,Audience seating area permanent - performing arts theatre,1,1,12.5,21,24,48,250,LED
|
1874
|
+
NECB 2020,Space Function,Audience seating area permanent - religious building,1,1,7.8,22,38,49,150,LED
|
1875
|
+
NECB 2020,Space Function,Audience seating area permanent - sports arena,1,1,3.5,30,37,48,150,LED
|
1876
|
+
NECB 2020,Space Function,Audience seating area permanent - other-sch-A,1,1,2.5,30,37,48,100,LED
|
1877
|
+
NECB 2020,Space Function,Audience seating area permanent - other-sch-B,1,1,2.5,30,37,48,100,LED
|
1878
|
+
NECB 2020,Space Function,Audience seating area permanent - other-sch-C,1,1,2.5,30,37,48,100,LED
|
1879
|
+
NECB 2020,Space Function,Audience seating area permanent - other-sch-D,1,1,2.5,30,37,48,100,LED
|
1880
|
+
NECB 2020,Space Function,Audience seating area permanent - other-sch-E,1,1,2.5,30,37,48,100,LED
|
1881
|
+
NECB 2020,Space Function,Audience seating area permanent - other-sch-F,1,1,2.5,30,37,48,100,LED
|
1882
|
+
NECB 2020,Space Function,Audience seating area permanent - other-sch-G,1,1,2.5,30,37,48,100,LED
|
1883
|
+
NECB 2020,Space Function,Audience seating area permanent - other-sch-H,1,1,2.5,30,37,48,100,LED
|
1884
|
+
NECB 2020,Space Function,Audience seating area permanent - other-sch-I,1,1,2.5,30,37,48,100,LED
|
1885
|
+
NECB 2020,Space Function,Audience seating area permanent - other-sch-J,1,1,2.5,30,37,48,100,LED
|
1886
|
+
NECB 2020,Space Function,Audience seating area permanent - other-sch-K,1,1,2.5,30,37,48,100,LED
|
1887
|
+
NECB 2020,Space Function,Banking activity area and offices,1,1,6.5,21,23,47,400,LED
|
1888
|
+
NECB 2020,Space Function,Classroom/Lecture hall/Training room - Penitentary,1,1,9.5,26,41,53,400,LED
|
1889
|
+
NECB 2020,Space Function,Classroom/Lecture hall/Training room other,1,1,7.6,28,23,47,400,LED
|
1890
|
+
NECB 2020,Space Function,Classroom/Lecture hall/Training room other,2,999,7.6,28,23,47,400,LED
|
1891
|
+
NECB 2020,Space Function,Computer/Server room-sch-A,1,999,10.1,32,39,53,350,LED
|
1892
|
+
NECB 2020,Space Function,Computer/Server room-sch-B,1,999,10.1,32,39,53,350,LED
|
1893
|
+
NECB 2020,Space Function,Computer/Server room-sch-C,1,999,10.1,32,39,53,350,LED
|
1894
|
+
NECB 2020,Space Function,Computer/Server room-sch-D,1,999,10.1,32,39,53,350,LED
|
1895
|
+
NECB 2020,Space Function,Computer/Server room-sch-E,1,999,10.1,32,39,53,350,LED
|
1896
|
+
NECB 2020,Space Function,Computer/Server room-sch-F,1,999,10.1,32,39,53,350,LED
|
1897
|
+
NECB 2020,Space Function,Computer/Server room-sch-G,1,999,10.1,32,39,53,350,LED
|
1898
|
+
NECB 2020,Space Function,Computer/Server room-sch-H,1,999,10.1,32,39,53,350,LED
|
1899
|
+
NECB 2020,Space Function,Computer/Server room-sch-I,1,999,10.1,32,39,53,350,LED
|
1900
|
+
NECB 2020,Space Function,Computer/Server room-sch-J,1,999,10.1,32,39,53,350,LED
|
1901
|
+
NECB 2020,Space Function,Computer/Server room-sch-K,1,999,10.1,32,39,53,350,LED
|
1902
|
+
NECB 2020,Space Function,Conference/Meeting/Multi-purpose room,1,1,10.5,21,23,47,350,LED
|
1903
|
+
NECB 2020,Space Function,Conference/Meeting/Multi-purpose room,2,999,10.5,21,23,47,350,LED
|
1904
|
+
NECB 2020,Space Function,Confinement cell,1,1,7.5,28,23,47,400,LED
|
1905
|
+
NECB 2020,Space Function,Copy/Print room,1,999,3.3,30,37,48,200,LED
|
1906
|
+
NECB 2020,Space Function,Corridor/Transition area - hospital-sch-A,1,1,7.7,22,38,49,150,LED
|
1907
|
+
NECB 2020,Space Function,Corridor/Transition area - hospital-sch-B,1,1,7.7,22,38,49,150,LED
|
1908
|
+
NECB 2020,Space Function,Corridor/Transition area - hospital-sch-C,1,1,7.7,22,38,49,150,LED
|
1909
|
+
NECB 2020,Space Function,Corridor/Transition area - hospital-sch-D,1,1,7.7,22,38,49,150,LED
|
1910
|
+
NECB 2020,Space Function,Corridor/Transition area - hospital-sch-E,1,1,7.7,22,38,49,150,LED
|
1911
|
+
NECB 2020,Space Function,Corridor/Transition area - hospital-sch-F,1,1,7.7,22,38,49,150,LED
|
1912
|
+
NECB 2020,Space Function,Corridor/Transition area - hospital-sch-G,1,1,7.7,22,38,49,150,LED
|
1913
|
+
NECB 2020,Space Function,Corridor/Transition area - hospital-sch-H,1,1,7.7,22,38,49,150,LED
|
1914
|
+
NECB 2020,Space Function,Corridor/Transition area - hospital-sch-I,1,1,7.7,22,38,49,150,LED
|
1915
|
+
NECB 2020,Space Function,Corridor/Transition area - hospital-sch-J,1,1,7.7,22,38,49,150,LED
|
1916
|
+
NECB 2020,Space Function,Corridor/Transition area - hospital-sch-K,1,1,7.7,22,38,49,150,LED
|
1917
|
+
NECB 2020,Space Function,Corridor/Transition area - manufacturing facility-sch-A,1,1,3.1,30,38,49,150,LED
|
1918
|
+
NECB 2020,Space Function,Corridor/Transition area - manufacturing facility-sch-B,1,1,3.1,30,38,49,150,LED
|
1919
|
+
NECB 2020,Space Function,Corridor/Transition area - manufacturing facility-sch-C,1,1,3.1,30,38,49,150,LED
|
1920
|
+
NECB 2020,Space Function,Corridor/Transition area - manufacturing facility-sch-D,1,1,3.1,30,38,49,150,LED
|
1921
|
+
NECB 2020,Space Function,Corridor/Transition area - manufacturing facility-sch-E,1,1,3.1,30,38,49,150,LED
|
1922
|
+
NECB 2020,Space Function,Corridor/Transition area - manufacturing facility-sch-F,1,1,3.1,30,38,49,150,LED
|
1923
|
+
NECB 2020,Space Function,Corridor/Transition area - manufacturing facility-sch-G,1,1,3.1,30,38,49,150,LED
|
1924
|
+
NECB 2020,Space Function,Corridor/Transition area - manufacturing facility-sch-H,1,1,3.1,30,38,49,150,LED
|
1925
|
+
NECB 2020,Space Function,Corridor/Transition area - manufacturing facility-sch-I,1,1,3.1,30,38,49,150,LED
|
1926
|
+
NECB 2020,Space Function,Corridor/Transition area - manufacturing facility-sch-J,1,1,3.1,30,38,49,150,LED
|
1927
|
+
NECB 2020,Space Function,Corridor/Transition area - manufacturing facility-sch-K,1,1,3.1,30,38,49,150,LED
|
1928
|
+
NECB 2020,Space Function,Corridor/Transition area - space designed to ANSI/IES RP-28 (and used primarily by residents)-sch-A,1,1,7.7,22,24,49,150,LED
|
1929
|
+
NECB 2020,Space Function,Corridor/Transition area - space designed to ANSI/IES RP-28 (and used primarily by residents)-sch-B,1,1,7.7,22,24,49,150,LED
|
1930
|
+
NECB 2020,Space Function,Corridor/Transition area - space designed to ANSI/IES RP-28 (and used primarily by residents)-sch-C,1,1,7.7,22,24,49,150,LED
|
1931
|
+
NECB 2020,Space Function,Corridor/Transition area - space designed to ANSI/IES RP-28 (and used primarily by residents)-sch-D,1,1,7.7,22,24,49,150,LED
|
1932
|
+
NECB 2020,Space Function,Corridor/Transition area - space designed to ANSI/IES RP-28 (and used primarily by residents)-sch-E,1,1,7.7,22,24,49,150,LED
|
1933
|
+
NECB 2020,Space Function,Corridor/Transition area - space designed to ANSI/IES RP-28 (and used primarily by residents)-sch-F,1,1,7.7,22,24,49,150,LED
|
1934
|
+
NECB 2020,Space Function,Corridor/Transition area - space designed to ANSI/IES RP-28 (and used primarily by residents)-sch-G,1,1,7.7,22,24,49,150,LED
|
1935
|
+
NECB 2020,Space Function,Corridor/Transition area - space designed to ANSI/IES RP-28 (and used primarily by residents)-sch-H,1,1,7.7,22,24,49,150,LED
|
1936
|
+
NECB 2020,Space Function,Corridor/Transition area - space designed to ANSI/IES RP-28 (and used primarily by residents)-sch-I,1,1,7.7,22,24,49,150,LED
|
1937
|
+
NECB 2020,Space Function,Corridor/Transition area - space designed to ANSI/IES RP-28 (and used primarily by residents)-sch-J,1,1,7.7,22,24,49,150,LED
|
1938
|
+
NECB 2020,Space Function,Corridor/Transition area - space designed to ANSI/IES RP-28 (and used primarily by residents)-sch-K,1,1,7.7,22,24,49,150,LED
|
1939
|
+
NECB 2020,Space Function,Corridor/Transition area other-sch-A,1,1,4.4,29,38,49,150,LED
|
1940
|
+
NECB 2020,Space Function,Corridor/Transition area other-sch-B,1,1,4.4,29,38,49,150,LED
|
1941
|
+
NECB 2020,Space Function,Corridor/Transition area other-sch-C,1,1,4.4,29,38,49,150,LED
|
1942
|
+
NECB 2020,Space Function,Corridor/Transition area other-sch-D,1,1,4.4,29,38,49,150,LED
|
1943
|
+
NECB 2020,Space Function,Corridor/Transition area other-sch-E,1,1,4.4,29,38,49,150,LED
|
1944
|
+
NECB 2020,Space Function,Corridor/Transition area other-sch-F,1,1,4.4,29,38,49,150,LED
|
1945
|
+
NECB 2020,Space Function,Corridor/Transition area other-sch-G,1,1,4.4,29,38,49,150,LED
|
1946
|
+
NECB 2020,Space Function,Corridor/Transition area other-sch-H,1,1,4.4,29,38,49,150,LED
|
1947
|
+
NECB 2020,Space Function,Corridor/Transition area other-sch-I,1,1,4.4,29,38,49,150,LED
|
1948
|
+
NECB 2020,Space Function,Corridor/Transition area other-sch-J,1,1,4.4,29,38,49,150,LED
|
1949
|
+
NECB 2020,Space Function,Corridor/Transition area other-sch-K,1,1,4.4,29,38,49,150,LED
|
1950
|
+
NECB 2020,Space Function,Courtroom,1,1,12.9,32,39,46,400,LED
|
1951
|
+
NECB 2020,Space Function,Dining area - bar lounge/leisure dining,1,1,9.3,32,39,53,100,LED
|
1952
|
+
NECB 2020,Space Function,Dining area - cafeteria/fast food dining,1,1,4.3,30,37,48,200,LED
|
1953
|
+
NECB 2020,Space Function,Dining area - family dining,1,1,6.5,21,23,47,200,LED
|
1954
|
+
NECB 2020,Space Function,Dining area - penitentiary,1,1,4.5,30,37,48,200,LED
|
1955
|
+
NECB 2020,Space Function,Dining area - space designed to ANSI/IES RP-28 (used primarily by residents),1,1,13.7,21,40,48,200,LED
|
1956
|
+
NECB 2020,Space Function,Dining area - other,1,1,4.7,21,24,48,200,LED
|
1957
|
+
NECB 2020,Space Function,Dressing/Fitting room - performing arts theatre,1,1,4.4,21,24,48,250,LED
|
1958
|
+
NECB 2020,Space Function,Electrical/Mechanical room-sch-A,1,1,4.6,21,23,47,350,LED
|
1959
|
+
NECB 2020,Space Function,Electrical/Mechanical room-sch-B,1,1,4.6,21,23,47,350,LED
|
1960
|
+
NECB 2020,Space Function,Electrical/Mechanical room-sch-C,1,1,4.6,21,23,47,350,LED
|
1961
|
+
NECB 2020,Space Function,Electrical/Mechanical room-sch-D,1,1,4.6,21,23,47,350,LED
|
1962
|
+
NECB 2020,Space Function,Electrical/Mechanical room-sch-E,1,1,4.6,21,23,47,350,LED
|
1963
|
+
NECB 2020,Space Function,Electrical/Mechanical room-sch-F,1,1,4.6,21,23,47,350,LED
|
1964
|
+
NECB 2020,Space Function,Electrical/Mechanical room-sch-G,1,1,4.6,21,23,47,350,LED
|
1965
|
+
NECB 2020,Space Function,Electrical/Mechanical room-sch-H,1,1,4.6,21,23,47,350,LED
|
1966
|
+
NECB 2020,Space Function,Electrical/Mechanical room-sch-I,1,1,4.6,21,23,47,350,LED
|
1967
|
+
NECB 2020,Space Function,Electrical/Mechanical room-sch-J,1,1,4.6,21,23,47,350,LED
|
1968
|
+
NECB 2020,Space Function,Electrical/Mechanical room-sch-K,1,1,4.6,21,23,47,350,LED
|
1969
|
+
NECB 2020,Space Function,Emergency vehicle garage,1,1,5.6,21,39,47,350,LED
|
1970
|
+
NECB 2020,Space Function,Food preparation area,1,1,11.7,25,39,55,500,LED
|
1971
|
+
NECB 2020,Space Function,Guest room,1,1,4.4,30,37,48,200,LED
|
1972
|
+
NECB 2020,Space Function,Guest room,2,4,4.4,30,37,48,200,LED
|
1973
|
+
NECB 2020,Space Function,Guest room,5,999,4.4,30,37,48,200,LED
|
1974
|
+
NECB 2020,Space Function,Laboratory - classrooms,1,1,11.9,25,39,55,500,LED
|
1975
|
+
NECB 2020,Space Function,Laboratory - other,1,1,14.3,34,42,52,650,LED
|
1976
|
+
NECB 2020,Space Function,Laundry/Washing area,1,1,5.7,28,23,47,350,LED
|
1977
|
+
NECB 2020,Space Function,Loading dock interior,1,1,9.5,30,37,55,200,LED
|
1978
|
+
NECB 2020,Space Function,Lobby - elevator,1,999,7.0,30,40,48,200,LED
|
1979
|
+
NECB 2020,Space Function,Lobby - hotel,1,999,5.4,30,37,48,250,LED
|
1980
|
+
NECB 2020,Space Function,Lobby - motion picture theatre,1,999,2.5,22,24,49,150,LED
|
1981
|
+
NECB 2020,Space Function,Lobby - performing arts theatre,1,999,13.5,30,37,55,200,LED
|
1982
|
+
NECB 2020,Space Function,Lobby - space designed to ANSI/IES RP-28 (used primarily by residents),1,999,18.2,22,38,49,150,LED
|
1983
|
+
NECB 2020,Space Function,Lobby - other,1,999,9.0,22,24,49,150,LED
|
1984
|
+
NECB 2020,Space Function,Locker room-sch-A,1,1,5.6,22,24,55,100,LED
|
1985
|
+
NECB 2020,Space Function,Locker room-sch-B,1,1,5.6,22,24,55,100,LED
|
1986
|
+
NECB 2020,Space Function,Locker room-sch-C,1,1,5.6,22,24,55,100,LED
|
1987
|
+
NECB 2020,Space Function,Locker room-sch-D,1,1,5.6,22,24,55,100,LED
|
1988
|
+
NECB 2020,Space Function,Locker room-sch-E,1,1,5.6,22,24,55,100,LED
|
1989
|
+
NECB 2020,Space Function,Locker room-sch-F,1,1,5.6,22,24,55,100,LED
|
1990
|
+
NECB 2020,Space Function,Locker room-sch-G,1,1,5.6,22,24,55,100,LED
|
1991
|
+
NECB 2020,Space Function,Locker room-sch-H,1,1,5.6,22,24,55,100,LED
|
1992
|
+
NECB 2020,Space Function,Locker room-sch-I,1,1,5.6,22,24,55,100,LED
|
1993
|
+
NECB 2020,Space Function,Locker room-sch-J,1,1,5.6,22,24,55,100,LED
|
1994
|
+
NECB 2020,Space Function,Locker room-sch-K,1,1,5.6,22,24,55,100,LED
|
1995
|
+
NECB 2020,Space Function,Lounge/Break room - health care facility,1,1,4.5,22,38,49,150,LED
|
1996
|
+
NECB 2020,Space Function,Lounge/Break room - other,1,1,6.3,30,38,49,150,LED
|
1997
|
+
NECB 2020,Space Function,Office enclosed <= 25 m2,1,2,8.0,28,39,47,400,LED
|
1998
|
+
NECB 2020,Space Function,Office enclosed <= 25 m2,3,999,8.0,47,47,47,400,LED
|
1999
|
+
NECB 2020,Space Function,Office enclosed > 25 m2,1,2,7.1,34,42,52,400,LED
|
2000
|
+
NECB 2020,Space Function,Office enclosed > 25 m2,3,999,7.1,28,23,47,400,LED
|
2001
|
+
NECB 2020,Space Function,Office open plan,1,2,6.6,21,23,47,400,LED
|
2002
|
+
NECB 2020,Space Function,Office open plan,3,999,6.6,21,23,47,400,LED
|
2003
|
+
NECB 2020,Space Function,Pharmacy area,1,1,17.9,25,39,46,400,LED
|
2004
|
+
NECB 2020,Space Function,Sales area,1,1,11.3,25,39,55,500,LED
|
2005
|
+
NECB 2020,Space Function,Seating area general-sch-A,1,1,2.5,22,24,49,150,LED
|
2006
|
+
NECB 2020,Space Function,Seating area general-sch-B,1,1,2.5,22,24,49,150,LED
|
2007
|
+
NECB 2020,Space Function,Seating area general-sch-C,1,1,2.5,22,24,49,150,LED
|
2008
|
+
NECB 2020,Space Function,Seating area general-sch-D,1,1,2.5,22,24,49,150,LED
|
2009
|
+
NECB 2020,Space Function,Seating area general-sch-E,1,1,2.5,22,24,49,150,LED
|
2010
|
+
NECB 2020,Space Function,Seating area general-sch-F,1,1,2.5,22,24,49,150,LED
|
2011
|
+
NECB 2020,Space Function,Seating area general-sch-G,1,1,2.5,22,24,49,150,LED
|
2012
|
+
NECB 2020,Space Function,Seating area general-sch-H,1,1,2.5,22,24,49,150,LED
|
2013
|
+
NECB 2020,Space Function,Seating area general-sch-I,1,1,2.5,22,24,49,150,LED
|
2014
|
+
NECB 2020,Space Function,Seating area general-sch-J,1,1,2.5,22,24,49,150,LED
|
2015
|
+
NECB 2020,Space Function,Seating area general-sch-K,1,1,2.5,22,24,49,150,LED
|
2016
|
+
NECB 2020,Space Function,Stairway/Stairwell-sch-A,1,1,5.3,22,38,49,150,LED
|
2017
|
+
NECB 2020,Space Function,Stairway/Stairwell-sch-B,1,1,5.3,22,38,49,150,LED
|
2018
|
+
NECB 2020,Space Function,Stairway/Stairwell-sch-C,1,1,5.3,22,38,49,150,LED
|
2019
|
+
NECB 2020,Space Function,Stairway/Stairwell-sch-D,1,1,5.3,22,38,49,150,LED
|
2020
|
+
NECB 2020,Space Function,Stairway/Stairwell-sch-E,1,1,5.3,22,38,49,150,LED
|
2021
|
+
NECB 2020,Space Function,Stairway/Stairwell-sch-F,1,1,5.3,22,38,49,150,LED
|
2022
|
+
NECB 2020,Space Function,Stairway/Stairwell-sch-G,1,1,5.3,22,38,49,150,LED
|
2023
|
+
NECB 2020,Space Function,Stairway/Stairwell-sch-H,1,1,5.3,22,38,49,150,LED
|
2024
|
+
NECB 2020,Space Function,Stairway/Stairwell-sch-I,1,1,5.3,22,38,49,150,LED
|
2025
|
+
NECB 2020,Space Function,Stairway/Stairwell-sch-J,1,1,5.3,22,38,49,150,LED
|
2026
|
+
NECB 2020,Space Function,Stairway/Stairwell-sch-K,1,1,5.3,22,38,49,150,LED
|
2027
|
+
NECB 2020,Space Function,Storage garage interior,1,1,1.5,29,44,49,75,LED
|
2028
|
+
NECB 2020,Space Function,Storage room < 5 m2-sch-A,1,1,5.5,22,24,55,100,LED
|
2029
|
+
NECB 2020,Space Function,Storage room < 5 m2-sch-B,1,1,5.5,22,24,55,100,LED
|
2030
|
+
NECB 2020,Space Function,Storage room < 5 m2-sch-C,1,1,5.5,22,24,55,100,LED
|
2031
|
+
NECB 2020,Space Function,Storage room < 5 m2-sch-D,1,1,5.5,22,24,55,100,LED
|
2032
|
+
NECB 2020,Space Function,Storage room < 5 m2-sch-E,1,1,5.5,22,24,55,100,LED
|
2033
|
+
NECB 2020,Space Function,Storage room < 5 m2-sch-F,1,1,5.5,22,24,55,100,LED
|
2034
|
+
NECB 2020,Space Function,Storage room < 5 m2-sch-G,1,1,5.5,22,24,55,100,LED
|
2035
|
+
NECB 2020,Space Function,Storage room < 5 m2-sch-H,1,1,5.5,22,24,55,100,LED
|
2036
|
+
NECB 2020,Space Function,Storage room < 5 m2-sch-I,1,1,5.5,22,24,55,100,LED
|
2037
|
+
NECB 2020,Space Function,Storage room < 5 m2-sch-J,1,1,5.5,22,24,55,100,LED
|
2038
|
+
NECB 2020,Space Function,Storage room < 5 m2-sch-K,1,1,5.5,22,24,55,100,LED
|
2039
|
+
NECB 2020,Space Function,Storage room >= 5 m2-sch-A,1,1,4.1,22,24,55,100,LED
|
2040
|
+
NECB 2020,Space Function,Storage room >= 5 m2-sch-B,1,1,4.1,22,24,55,100,LED
|
2041
|
+
NECB 2020,Space Function,Storage room >= 5 m2-sch-C,1,1,4.1,22,24,55,100,LED
|
2042
|
+
NECB 2020,Space Function,Storage room >= 5 m2-sch-D,1,1,4.1,22,24,55,100,LED
|
2043
|
+
NECB 2020,Space Function,Storage room >= 5 m2-sch-E,1,1,4.1,22,24,55,100,LED
|
2044
|
+
NECB 2020,Space Function,Storage room >= 5 m2-sch-F,1,1,4.1,22,24,55,100,LED
|
2045
|
+
NECB 2020,Space Function,Storage room >= 5 m2-sch-G,1,1,4.1,22,24,55,100,LED
|
2046
|
+
NECB 2020,Space Function,Storage room >= 5 m2-sch-H,1,1,4.1,22,24,55,100,LED
|
2047
|
+
NECB 2020,Space Function,Storage room >= 5 m2-sch-I,1,1,4.1,22,24,55,100,LED
|
2048
|
+
NECB 2020,Space Function,Storage room >= 5 m2-sch-J,1,1,4.1,22,24,55,100,LED
|
2049
|
+
NECB 2020,Space Function,Storage room >= 5 m2-sch-K,1,1,4.1,22,24,55,100,LED
|
2050
|
+
NECB 2020,Space Function,Vehicle maintenance area,1,1,6.5,56,44,54,500,LED
|
2051
|
+
NECB 2020,Space Function,Washroom - space designed to ANSI/IES RP-28 (used primarily by residents)-sch-A,1,1,13.5,22,38,49,150,LED
|
2052
|
+
NECB 2020,Space Function,Washroom - space designed to ANSI/IES RP-28 (used primarily by residents)-sch-B,1,1,13.5,22,38,49,150,LED
|
2053
|
+
NECB 2020,Space Function,Washroom - space designed to ANSI/IES RP-28 (used primarily by residents)-sch-C,1,1,13.5,22,38,49,150,LED
|
2054
|
+
NECB 2020,Space Function,Washroom - space designed to ANSI/IES RP-28 (used primarily by residents)-sch-D,1,1,13.5,22,38,49,150,LED
|
2055
|
+
NECB 2020,Space Function,Washroom - space designed to ANSI/IES RP-28 (used primarily by residents)-sch-E,1,1,13.5,22,38,49,150,LED
|
2056
|
+
NECB 2020,Space Function,Washroom - space designed to ANSI/IES RP-28 (used primarily by residents)-sch-F,1,1,13.5,22,38,49,150,LED
|
2057
|
+
NECB 2020,Space Function,Washroom - space designed to ANSI/IES RP-28 (used primarily by residents)-sch-G,1,1,13.5,22,38,49,150,LED
|
2058
|
+
NECB 2020,Space Function,Washroom - space designed to ANSI/IES RP-28 (used primarily by residents)-sch-H,1,1,13.5,22,38,49,150,LED
|
2059
|
+
NECB 2020,Space Function,Washroom - space designed to ANSI/IES RP-28 (used primarily by residents)-sch-I,1,1,13.5,22,38,49,150,LED
|
2060
|
+
NECB 2020,Space Function,Washroom - space designed to ANSI/IES RP-28 (used primarily by residents)-sch-J,1,1,13.5,22,38,49,150,LED
|
2061
|
+
NECB 2020,Space Function,Washroom - space designed to ANSI/IES RP-28 (used primarily by residents)-sch-K,1,1,13.5,22,38,49,150,LED
|
2062
|
+
NECB 2020,Space Function,Washroom - other-sch-A,1,1,6.8,29,44,49,150,LED
|
2063
|
+
NECB 2020,Space Function,Washroom - other-sch-B,1,1,6.8,29,44,49,150,LED
|
2064
|
+
NECB 2020,Space Function,Washroom - other-sch-C,1,1,6.8,29,44,49,150,LED
|
2065
|
+
NECB 2020,Space Function,Washroom - other-sch-D,1,1,6.8,29,44,49,150,LED
|
2066
|
+
NECB 2020,Space Function,Washroom - other-sch-E,1,1,6.8,29,44,49,150,LED
|
2067
|
+
NECB 2020,Space Function,Washroom - other-sch-F,1,1,6.8,29,44,49,150,LED
|
2068
|
+
NECB 2020,Space Function,Washroom - other-sch-G,1,1,6.8,29,44,49,150,LED
|
2069
|
+
NECB 2020,Space Function,Washroom - other-sch-H,1,1,6.8,29,44,49,150,LED
|
2070
|
+
NECB 2020,Space Function,Washroom - other-sch-I,1,1,6.8,29,44,49,150,LED
|
2071
|
+
NECB 2020,Space Function,Washroom - other-sch-J,1,1,6.8,29,44,49,150,LED
|
2072
|
+
NECB 2020,Space Function,Washroom - other-sch-K,1,1,6.8,29,44,49,150,LED
|
2073
|
+
NECB 2020,Space Function,Workshop,1,1,13.5,33,41,53,500,LED
|
2074
|
+
NECB 2020,Space Function,Convention centre exhibit space,1,1,6.6,56,44,54,500,LED
|
2075
|
+
NECB 2020,Space Function,Dormitory living quarters,1,1,5.4,22,38,49,125,LED
|
2076
|
+
NECB 2020,Space Function,Dwelling units general,1,4,5.0,22,24,55,125,LED
|
2077
|
+
NECB 2020,Space Function,Dwelling units general,5,999,5.0,22,24,55,125,LED
|
2078
|
+
NECB 2020,Space Function,Dwelling units long-term,1,4,5.0,21,23,55,300,LED
|
2079
|
+
NECB 2020,Space Function,Dwelling units long-term,5,999,5.0,21,23,55,300,LED
|
2080
|
+
NECB 2020,Space Function,Fire station sleeping quarters,1,1,2.5,22,24,49,150,LED
|
2081
|
+
NECB 2020,Space Function,Gymnasium/Fitness centre exercise area,1,1,9.6,32,39,53,350,LED
|
2082
|
+
NECB 2020,Space Function,Gymnasium/Fitness centre playing area,1,1,9.2,32,39,53,350,LED
|
2083
|
+
NECB 2020,Space Function,Health care facility exam/treatment room,1,1,15.1,34,42,52,600,LED
|
2084
|
+
NECB 2020,Space Function,Health care facility imaging room,1,1,10.1,32,39,53,225,LED
|
2085
|
+
NECB 2020,Space Function,Health care facility medical supply room,1,1,6.7,34,42,52,400,LED
|
2086
|
+
NECB 2020,Space Function,Health care facility nursery,1,1,9.9,25,39,55,400,LED
|
2087
|
+
NECB 2020,Space Function,Health care facility nurses station,1,1,12.6,25,39,46,400,LED
|
2088
|
+
NECB 2020,Space Function,Health care facility operating room,1,1,24.3,27,42,51,1000,LED
|
2089
|
+
NECB 2020,Space Function,Health care facility patient room,1,1,7.3,28,39,47,400,LED
|
2090
|
+
NECB 2020,Space Function,Health care facility physical therapy room,1,1,9.8,32,39,46,350,LED
|
2091
|
+
NECB 2020,Space Function,Health care facility recovery room,1,1,13.5,25,39,55,250,LED
|
2092
|
+
NECB 2020,Space Function,Library reading area,1,1,10.3,25,39,55,500,LED
|
2093
|
+
NECB 2020,Space Function,Library reading area,2,999,10.3,25,39,55,500,LED
|
2094
|
+
NECB 2020,Space Function,Library stacks,1,1,12.7,25,39,55,500,LED
|
2095
|
+
NECB 2020,Space Function,Library stacks,2,999,12.7,25,39,55,500,LED
|
2096
|
+
NECB 2020,Space Function,Manufacturing facility equipment room,1,1,8.2,26,41,53,600,LED
|
2097
|
+
NECB 2020,Space Function,Manufacturing facility detailed manufacturing area,1,1,8.6,26,41,53,600,LED
|
2098
|
+
NECB 2020,Space Function,Manufacturing facility extra high bay area (> 15 m floor-to-ceiling height),1,1,15.3,33,41,53,400,LED
|
2099
|
+
NECB 2020,Space Function,Manufacturing facility high bay area (7.5 to 15 m floor-to-ceiling height),1,1,13.4,33,41,53,400,LED
|
2100
|
+
NECB 2020,Space Function,Manufacturing facility low bay area (< 7.5 m floor-to-ceiling height),1,1,9.3,25,39,55,400,LED
|
2101
|
+
NECB 2020,Space Function,Museum general exhibition area,1,1,3.3,21,24,48,250,LED
|
2102
|
+
NECB 2020,Space Function,Museum restoration room,1,1,11.9,33,41,53,600,LED
|
2103
|
+
NECB 2020,Space Function,Post office sorting area,1,1,8.1,25,39,55,400,LED
|
2104
|
+
NECB 2020,Space Function,Religious building fellowship hall,1,1,5.8,28,23,47,250,LED
|
2105
|
+
NECB 2020,Space Function,Religious building worship/pulpit/choir area,1,1,9.2,21,40,48,250,LED
|
2106
|
+
NECB 2020,Space Function,Retail facility dressing/fitting room,1,1,5.4,21,23,47,350,LED
|
2107
|
+
NECB 2020,Space Function,Retail facility mall concourse,1,1,8.8,22,38,49,400,LED
|
2108
|
+
NECB 2020,Space Function,Space designed to ANSI/IES RP-28 chapel (used primarily by residents),1,1,7.5,22,24,49,150,LED
|
2109
|
+
NECB 2020,Space Function,Space designed to ANSI/IES RP-28 recreation room (used primarily by residents),1,1,19.0,22,38,49,150,LED
|
2110
|
+
NECB 2020,Space Function,Sports arena playing area class I facility(4),1,1,31.6,36,43,50,1600,LED
|
2111
|
+
NECB 2020,Space Function,Sports arena playing area class II facility(4),1,1,21.6,35,42,51,1000,LED
|
2112
|
+
NECB 2020,Space Function,Sports arena playing area class III facility(4),1,1,13.9,34,42,52,800,LED
|
2113
|
+
NECB 2020,Space Function,Sports arena playing area class IV facility(4),1,1,9.3,25,39,55,500,LED
|
2114
|
+
NECB 2020,Space Function,Transportation facility airport concourse,1,1,2.7,21,23,47,150,LED
|
2115
|
+
NECB 2020,Space Function,Transportation facility baggage/carousel area,1,1,4.2,21,23,47,250,LED
|
2116
|
+
NECB 2020,Space Function,Transportation facility terminal ticket counter,1,1,5.5,28,23,47,250,LED
|
2117
|
+
NECB 2020,Space Function,Warehouse storage area medium to bulky palletized items,1,1,3.6,21,24,48,200,LED
|
2118
|
+
NECB 2020,Space Function,Warehouse storage area small hand-carried items(4),1,1,7.4,22,38,49,300,LED
|
2119
|
+
NECB 2020,Automotive facility,WholeBuilding,1,1,8.1,28,39,47,400,LED
|
2120
|
+
NECB 2020,Convention centre,WholeBuilding,1,1,6.9,28,23,47,300,LED
|
2121
|
+
NECB 2020,Courthouse,WholeBuilding,1,1,8.5,28,39,47,400,LED
|
2122
|
+
NECB 2020,Dining - bar lounge/leisure,WholeBuilding,1,1,8.6,22,24,49,125,LED
|
2123
|
+
NECB 2020,Dining - cafeteria/fast food,WholeBuilding,1,1,8.2,28,39,47,300,LED
|
2124
|
+
NECB 2020,Dining - family,WholeBuilding,1,1,7.6,21,37,55,300,LED
|
2125
|
+
NECB 2020,Dormitory,WholeBuilding,1,4,5.7,22,38,49,100,LED
|
2126
|
+
NECB 2020,Dormitory,WholeBuilding,5,999,5.7,22,38,49,100,LED
|
2127
|
+
NECB 2020,Exercise centre,WholeBuilding,1,1,7.8,28,39,47,350,LED
|
2128
|
+
NECB 2020,Fire station,WholeBuilding,1,1,6.0,21,23,47,400,LED
|
2129
|
+
NECB 2020,Gymnasium,WholeBuilding,1,1,8.2,25,39,55,500,LED
|
2130
|
+
NECB 2020,Health care clinic,WholeBuilding,1,2,8.7,26,41,53,600,LED
|
2131
|
+
NECB 2020,Health care clinic,WholeBuilding,3,999,8.7,26,41,53,600,LED
|
2132
|
+
NECB 2020,Hospital,WholeBuilding,1,1,10.3,32,39,53,350,LED
|
2133
|
+
NECB 2020,Hotel/Motel,WholeBuilding,1,4,6.0,28,39,55,150,LED
|
2134
|
+
NECB 2020,Hotel/Motel,WholeBuilding,5,999,6.0,28,39,55,150,LED
|
2135
|
+
NECB 2020,Library,WholeBuilding,1,2,8.9,25,39,55,500,LED
|
2136
|
+
NECB 2020,Library,WholeBuilding,3,999,8.9,25,39,55,500,LED
|
2137
|
+
NECB 2020,Long-term care - dwelling units,WholeBuilding,1,4,5.5,25,23,47,400,LED
|
2138
|
+
NECB 2020,Long-term care - dwelling units,WholeBuilding,5,999,5.5,25,23,47,400,LED
|
2139
|
+
NECB 2020,Long-term care - other,WholeBuilding,1,4,5.5,25,23,47,400,LED
|
2140
|
+
NECB 2020,Long-term care - other,WholeBuilding,5,999,5.5,25,23,47,400,LED
|
2141
|
+
NECB 2020,Manufacturing facility,WholeBuilding,1,1,8.8,25,39,55,450,LED
|
2142
|
+
NECB 2020,Motion picture theatre,WholeBuilding,1,1,4.7,21,24,48,150,LED
|
2143
|
+
NECB 2020,Multi-unit residential building,WholeBuilding,1,4,4.8,21,24,48,125,LED
|
2144
|
+
NECB 2020,Multi-unit residential building,WholeBuilding,5,999,4.8,21,24,48,125,LED
|
2145
|
+
NECB 2020,Museum,WholeBuilding,1,2,5.9,28,39,55,100,LED
|
2146
|
+
NECB 2020,Museum,WholeBuilding,3,99,5.9,28,39,55,100,LED
|
2147
|
+
NECB 2020,Office,WholeBuilding,1,2,6.9,28,23,47,400,LED
|
2148
|
+
NECB 2020,Office,WholeBuilding,3,999,6.9,28,23,47,400,LED
|
2149
|
+
NECB 2020,Penitentiary,WholeBuilding,1,1,7.4,30,37,48,250,LED
|
2150
|
+
NECB 2020,Performing arts theatre,WholeBuilding,1,1,9.0,32,39,53,250,LED
|
2151
|
+
NECB 2020,Police station,WholeBuilding,1,1,7.1,28,23,47,400,LED
|
2152
|
+
NECB 2020,Post office,WholeBuilding,1,2,7.0,28,23,47,400,LED
|
2153
|
+
NECB 2020,Post office,WholeBuilding,3,999,7.0,28,23,47,400,LED
|
2154
|
+
NECB 2020,Religious building ,WholeBuilding,1,1,7.2,21,23,47,250,LED
|
2155
|
+
NECB 2020,Retail area,WholeBuilding,1,2,9.0,25,39,55,450,LED
|
2156
|
+
NECB 2020,Retail area,WholeBuilding,3,999,9.0,25,39,55,450,LED
|
2157
|
+
NECB 2020,School/university,WholeBuilding,1,4,7.8,25,39,55,400,LED
|
2158
|
+
NECB 2020,School/university,WholeBuilding,5,999,7.8,25,39,55,400,LED
|
2159
|
+
NECB 2020,Sports arena,WholeBuilding,1,1,8.2,25,39,55,400,LED
|
2160
|
+
NECB 2020,Storage garage,WholeBuilding,1,1,1.9,30,38,49,75,LED
|
2161
|
+
NECB 2020,Town hall,WholeBuilding,1,4,7.4,25,39,55,400,LED
|
2162
|
+
NECB 2020,Town hall,WholeBuilding,5,999,7.4,25,39,55,400,LED
|
2163
|
+
NECB 2020,Transportation facility,WholeBuilding,1,4,5.4,30,37,48,225,LED
|
2164
|
+
NECB 2020,Transportation facility,WholeBuilding,5,999,5.4,30,37,48,225,LED
|
2165
|
+
NECB 2020,Warehouse,WholeBuilding,1,1,4.8,29,38,49,150,LED
|
2166
|
+
NECB 2020,Workshop,WholeBuilding,1,1,9.8,25,39,55,500,LED
|
2167
|
+
NECB 2020,Space Function,- undefined -,1,1,0.0,Nil,Nil,Nil,,LED
|
2168
|
+
BTAPPRE1980,Automotive Facility,WholeBuilding,1,999,8.8,1,7,9,,CFL
|
2169
|
+
BTAPPRE1980,Convention centre,WholeBuilding,1,999,11.6,2,7,10,,CFL
|
2170
|
+
BTAPPRE1980,Courthouse,WholeBuilding,1,999,11.3,2,9,10,,CFL
|
2171
|
+
BTAPPRE1980,Dining - bar/lounge,WholeBuilding,1,999,10.7,2,7,17,,CFL
|
2172
|
+
BTAPPRE1980,Dining - cafeteria,WholeBuilding,1,999,9.7,2,7,17,,CFL
|
2173
|
+
BTAPPRE1980,Dining - family,WholeBuilding,1,999,9.6,2,7,17,,CFL
|
2174
|
+
BTAPPRE1980,Dormitory,WholeBuilding,1,4,6.6,1,7,17,,CFL
|
2175
|
+
BTAPPRE1980,Dormitory,WholeBuilding,5,999,6.6,1,6,9,,CFL
|
2176
|
+
BTAPPRE1980,Exercise Centre,WholeBuilding,1,999,9.5,2,9,9,,CFL
|
2177
|
+
BTAPPRE1980,Fire Station,WholeBuilding,1,999,7.6,1,9,9,,CFL
|
2178
|
+
BTAPPRE1980,Gymnasium,WholeBuilding,1,999,10.8,2,9,9,,CFL
|
2179
|
+
BTAPPRE1980,Health-care clinic,WholeBuilding,1,2,9.4,1,7,9,,CFL
|
2180
|
+
BTAPPRE1980,Health-care clinic,WholeBuilding,3,999,9.4,1,7,9,,CFL
|
2181
|
+
BTAPPRE1980,Hospital,WholeBuilding,1,999,13.0,2,7,10,,CFL
|
2182
|
+
BTAPPRE1980,Hotel,WholeBuilding,1,4,10.8,2,7,9,,CFL
|
2183
|
+
BTAPPRE1980,Hotel,WholeBuilding,5,999,10.8,2,7,9,,CFL
|
2184
|
+
BTAPPRE1980,Library,WholeBuilding,1,2,12.7,2,7,18,,CFL
|
2185
|
+
BTAPPRE1980,Library,WholeBuilding,3,999,12.7,2,7,18,,CFL
|
2186
|
+
BTAPPRE1980,Manufacturing Facility,WholeBuilding,1,999,11.9,2,9,14,,CFL
|
2187
|
+
BTAPPRE1980,Motel,WholeBuilding,1,4,9.5,2,7,9,,CFL
|
2188
|
+
BTAPPRE1980,Motel,WholeBuilding,5,999,9.5,2,7,9,,CFL
|
2189
|
+
BTAPPRE1980,Motion Picture Theatre,WholeBuilding,1,999,8.9,2,7,17,,CFL
|
2190
|
+
BTAPPRE1980,Multi-unit residential,WholeBuilding,1,4,6.5,1,6,9,,CFL
|
2191
|
+
BTAPPRE1980,Multi-unit residential,WholeBuilding,5,999,6.5,1,6,9,,CFL
|
2192
|
+
BTAPPRE1980,Museum,WholeBuilding,1,2,11.4,2,17,17,,CFL
|
2193
|
+
BTAPPRE1980,Museum,WholeBuilding,3,999,11.4,2,17,17,,CFL
|
2194
|
+
BTAPPRE1980,Office,WholeBuilding,1,2,9.7,2,7,9,,CFL
|
2195
|
+
BTAPPRE1980,Office,WholeBuilding,3,999,9.7,2,7,9,,CFL
|
2196
|
+
BTAPPRE1980,Parking Garage,WholeBuilding,1,999,2.7,1,9,9,,CFL
|
2197
|
+
BTAPPRE1980,Penitentiary,WholeBuilding,1,999,10.4,2,7,9,,CFL
|
2198
|
+
BTAPPRE1980,Performing arts theatre,WholeBuilding,1,999,15.0,3,7,17,,CFL
|
2199
|
+
BTAPPRE1980,Police Station,WholeBuilding,1,999,10.3,2,9,9,,CFL
|
2200
|
+
BTAPPRE1980,Post Office,WholeBuilding,1,2,9.4,1,7,9,,CFL
|
2201
|
+
BTAPPRE1980,Post Office,WholeBuilding,3,999,9.4,1,7,9,,CFL
|
2202
|
+
BTAPPRE1980,Religious,WholeBuilding,1,999,11.3,2,7,18,,CFL
|
2203
|
+
BTAPPRE1980,Retail,WholeBuilding,1,2,15.1,3,7,18,,CFL
|
2204
|
+
BTAPPRE1980,Retail,WholeBuilding,3,999,15.1,3,7,18,,CFL
|
2205
|
+
BTAPPRE1980,School/University,WholeBuilding,1,4,10.7,2,7,17,,CFL
|
2206
|
+
BTAPPRE1980,School/University,WholeBuilding,5,999,10.7,2,7,17,,CFL
|
2207
|
+
BTAPPRE1980,Sports Arena,WholeBuilding,1,999,8.4,1,7,9,,CFL
|
2208
|
+
BTAPPRE1980,Town Hall,WholeBuilding,1,4,9.9,2,7,17,,CFL
|
2209
|
+
BTAPPRE1980,Town Hall,WholeBuilding,5,999,9.9,2,7,17,,CFL
|
2210
|
+
BTAPPRE1980,Transportation,WholeBuilding,1,4,8.3,1,9,9,,CFL
|
2211
|
+
BTAPPRE1980,Transportation,WholeBuilding,5,999,8.3,1,9,9,,CFL
|
2212
|
+
BTAPPRE1980,Warehouse,WholeBuilding,1,999,7.1,1,9,9,,CFL
|
2213
|
+
BTAPPRE1980,Workshop,WholeBuilding,1,999,12.9,2,7,9,,CFL
|
2214
|
+
BTAPPRE1980,Warehouse - refrigerated,WholeBuilding,1,999,7.1,1,9,9,,CFL
|
2215
|
+
BTAPPRE1980,Space Function,Atrium - H < 13m,1,999,1.3,4,7,17,,CFL
|
2216
|
+
BTAPPRE1980,Space Function,Atrium - H > 13m,1,999,9.8,4,17,13,,CFL
|
2217
|
+
BTAPPRE1980,Space Function,Audience - auditorium,1,1,8.5,1,7,9,,CFL
|
2218
|
+
BTAPPRE1980,Space Function,Audience - auditorium,2,999,8.5,1,7,9,,CFL
|
2219
|
+
BTAPPRE1980,Space Function,Audience - performance arts,1,999,26.2,4,7,19,,CFL
|
2220
|
+
BTAPPRE1980,Space Function,Audience - motion picture,1,999,12.3,2,7,18,,CFL
|
2221
|
+
BTAPPRE1980,Space Function,Classroom/Lecture/Training,1,1,13.3,2,7,18,,CFL
|
2222
|
+
BTAPPRE1980,Space Function,Classroom/Lecture/Training,2,999,13.3,2,7,18,,CFL
|
2223
|
+
BTAPPRE1980,Space Function,Conf./meet./multi-purpose,1,1,13.2,2,7,18,,CFL
|
2224
|
+
BTAPPRE1980,Space Function,Conf./meet./multi-purpose,2,999,13.2,2,7,18,,CFL
|
2225
|
+
BTAPPRE1980,Space Function,Corr. >= 2.4m wide-sch-A,1,999,7.1,1,7,17,,CFL
|
2226
|
+
BTAPPRE1980,Space Function,Corr. >= 2.4m wide-sch-B,1,999,7.1,1,7,17,,CFL
|
2227
|
+
BTAPPRE1980,Space Function,Corr. >= 2.4m wide-sch-C,1,999,7.1,1,7,17,,CFL
|
2228
|
+
BTAPPRE1980,Space Function,Corr. >= 2.4m wide-sch-D,1,999,7.1,1,7,17,,CFL
|
2229
|
+
BTAPPRE1980,Space Function,Corr. >= 2.4m wide-sch-E,1,999,7.1,1,7,17,,CFL
|
2230
|
+
BTAPPRE1980,Space Function,Corr. >= 2.4m wide-sch-F,1,999,7.1,1,7,17,,CFL
|
2231
|
+
BTAPPRE1980,Space Function,Corr. >= 2.4m wide-sch-G,1,999,7.1,1,7,17,,CFL
|
2232
|
+
BTAPPRE1980,Space Function,Corr. >= 2.4m wide-sch-H,1,999,7.1,1,7,17,,CFL
|
2233
|
+
BTAPPRE1980,Space Function,Corr. >= 2.4m wide-sch-I,1,999,7.1,1,7,17,,CFL
|
2234
|
+
BTAPPRE1980,Space Function,Corr. < 2.4m wide-sch-A,1,999,8.4,1,7,17,,CFL
|
2235
|
+
BTAPPRE1980,Space Function,Corr. < 2.4m wide-sch-B,1,999,8.4,1,7,17,,CFL
|
2236
|
+
BTAPPRE1980,Space Function,Corr. < 2.4m wide-sch-C,1,999,8.4,1,7,17,,CFL
|
2237
|
+
BTAPPRE1980,Space Function,Corr. < 2.4m wide-sch-D,1,999,8.4,1,7,17,,CFL
|
2238
|
+
BTAPPRE1980,Space Function,Corr. < 2.4m wide-sch-E,1,999,8.4,1,7,17,,CFL
|
2239
|
+
BTAPPRE1980,Space Function,Corr. < 2.4m wide-sch-F,1,999,8.4,1,7,17,,CFL
|
2240
|
+
BTAPPRE1980,Space Function,Corr. < 2.4m wide-sch-G,1,999,8.4,1,7,17,,CFL
|
2241
|
+
BTAPPRE1980,Space Function,Corr. < 2.4m wide-sch-H,1,999,8.4,1,7,17,,CFL
|
2242
|
+
BTAPPRE1980,Space Function,Corr. < 2.4m wide-sch-I,1,999,8.4,1,7,17,,CFL
|
2243
|
+
BTAPPRE1980,Space Function,Dining - other,1,1,7.0,1,7,9,,CFL
|
2244
|
+
BTAPPRE1980,Space Function,Dining - bar lounge/leisure,1,1,14.1,2,7,18,,CFL
|
2245
|
+
BTAPPRE1980,Space Function,Dining - family space,1,1,9.6,2,7,9,,CFL
|
2246
|
+
BTAPPRE1980,Space Function,Dress./fitt. - performance arts,1,1,4.3,1,7,9,,CFL
|
2247
|
+
BTAPPRE1980,Space Function,Electrical/Mechanical-sch-A,1,1,13.4,2,9,9,,CFL
|
2248
|
+
BTAPPRE1980,Space Function,Electrical/Mechanical-sch-B,1,1,13.4,2,9,9,,CFL
|
2249
|
+
BTAPPRE1980,Space Function,Electrical/Mechanical-sch-C,1,1,13.4,2,9,9,,CFL
|
2250
|
+
BTAPPRE1980,Space Function,Electrical/Mechanical-sch-D,1,1,13.4,2,9,9,,CFL
|
2251
|
+
BTAPPRE1980,Space Function,Electrical/Mechanical-sch-E,1,1,13.4,2,9,9,,CFL
|
2252
|
+
BTAPPRE1980,Space Function,Electrical/Mechanical-sch-F,1,1,13.4,2,9,9,,CFL
|
2253
|
+
BTAPPRE1980,Space Function,Electrical/Mechanical-sch-G,1,1,13.4,2,9,9,,CFL
|
2254
|
+
BTAPPRE1980,Space Function,Electrical/Mechanical-sch-H,1,1,13.4,2,9,9,,CFL
|
2255
|
+
BTAPPRE1980,Space Function,Electrical/Mechanical-sch-I,1,1,13.4,2,9,9,,CFL
|
2256
|
+
BTAPPRE1980,Space Function,Food preparation,1,1,10.7,2,7,9,,CFL
|
2257
|
+
BTAPPRE1980,Space Function,Lab - classrooms,1,1,17.2,3,7,17,,CFL
|
2258
|
+
BTAPPRE1980,Space Function,Lab - research,1,1,23.6,3,7,19,,CFL
|
2259
|
+
BTAPPRE1980,Space Function,Lobby - other,1,999,10.8,2,7,17,,CFL
|
2260
|
+
BTAPPRE1980,Space Function,Lobby - elevator,1,999,6.9,1,7,17,,CFL
|
2261
|
+
BTAPPRE1980,Space Function,Lobby - performance arts,1,999,21.5,3,7,18,,CFL
|
2262
|
+
BTAPPRE1980,Space Function,Lobby - motion picture,1,999,5.6,1,7,9,,CFL
|
2263
|
+
BTAPPRE1980,Space Function,Locker room-sch-A,1,1,9.8,2,7,17,,CFL
|
2264
|
+
BTAPPRE1980,Space Function,Locker room-sch-B,1,1,9.8,2,7,17,,CFL
|
2265
|
+
BTAPPRE1980,Space Function,Locker room-sch-C,1,1,9.8,2,7,17,,CFL
|
2266
|
+
BTAPPRE1980,Space Function,Locker room-sch-D,1,1,9.8,2,7,17,,CFL
|
2267
|
+
BTAPPRE1980,Space Function,Locker room-sch-E,1,1,9.8,2,7,17,,CFL
|
2268
|
+
BTAPPRE1980,Space Function,Locker room-sch-F,1,1,9.8,2,7,17,,CFL
|
2269
|
+
BTAPPRE1980,Space Function,Locker room-sch-G,1,1,9.8,2,7,17,,CFL
|
2270
|
+
BTAPPRE1980,Space Function,Locker room-sch-H,1,1,9.8,2,7,17,,CFL
|
2271
|
+
BTAPPRE1980,Space Function,Locker room-sch-I,1,1,9.8,2,7,17,,CFL
|
2272
|
+
BTAPPRE1980,Space Function,Lounge/recreation,1,1,9.4,2,7,17,,CFL
|
2273
|
+
BTAPPRE1980,Space Function,Washroom-sch-A,1,1,10.5,2,7,17,,CFL
|
2274
|
+
BTAPPRE1980,Space Function,Washroom-sch-B,1,1,10.5,2,7,17,,CFL
|
2275
|
+
BTAPPRE1980,Space Function,Washroom-sch-C,1,1,10.5,2,7,17,,CFL
|
2276
|
+
BTAPPRE1980,Space Function,Washroom-sch-D,1,1,10.5,2,7,17,,CFL
|
2277
|
+
BTAPPRE1980,Space Function,Washroom-sch-E,1,1,10.5,2,7,17,,CFL
|
2278
|
+
BTAPPRE1980,Space Function,Washroom-sch-F,1,1,10.5,2,7,17,,CFL
|
2279
|
+
BTAPPRE1980,Space Function,Washroom-sch-G,1,1,10.5,2,7,17,,CFL
|
2280
|
+
BTAPPRE1980,Space Function,Washroom-sch-H,1,1,10.5,2,7,17,,CFL
|
2281
|
+
BTAPPRE1980,Space Function,Washroom-sch-I,1,1,10.5,2,7,17,,CFL
|
2282
|
+
BTAPPRE1980,Space Function,Sales Area,1,1,18.1,3,7,18,,CFL
|
2283
|
+
BTAPPRE1980,Space Function,Stairway-sch-A,1,1,7.4,1,7,17,,CFL
|
2284
|
+
BTAPPRE1980,Space Function,Stairway-sch-B,1,1,7.4,1,7,17,,CFL
|
2285
|
+
BTAPPRE1980,Space Function,Stairway-sch-C,1,1,7.4,1,7,17,,CFL
|
2286
|
+
BTAPPRE1980,Space Function,Stairway-sch-D,1,1,7.4,1,7,17,,CFL
|
2287
|
+
BTAPPRE1980,Space Function,Stairway-sch-E,1,1,7.4,1,7,17,,CFL
|
2288
|
+
BTAPPRE1980,Space Function,Stairway-sch-F,1,1,7.4,1,7,17,,CFL
|
2289
|
+
BTAPPRE1980,Space Function,Stairway-sch-G,1,1,7.4,1,7,17,,CFL
|
2290
|
+
BTAPPRE1980,Space Function,Stairway-sch-H,1,1,7.4,1,7,17,,CFL
|
2291
|
+
BTAPPRE1980,Space Function,Stairway-sch-I,1,1,7.4,1,7,17,,CFL
|
2292
|
+
BTAPPRE1980,Space Function,Storage area,1,1,6.8,1,7,17,,CFL
|
2293
|
+
BTAPPRE1980,Space Function,Workshop space,1,1,17.1,2,9,18,,CFL
|
2294
|
+
BTAPPRE1980,Space Function,Automotive - repair,1,1,7.2,1,9,9,,CFL
|
2295
|
+
BTAPPRE1980,Space Function,Bank - banking and offices,1,1,14.9,2,7,18,,CFL
|
2296
|
+
BTAPPRE1980,Space Function,Convention centre - audience,1,1,8.8,1,7,17,,CFL
|
2297
|
+
BTAPPRE1980,Space Function,Convention centre - exhibit,1,1,17.2,3,7,18,,CFL
|
2298
|
+
BTAPPRE1980,Space Function,Courthouse - courtroom,1,1,18.5,3,7,18,,CFL
|
2299
|
+
BTAPPRE1980,Space Function,Courthouse - cell,1,1,14.8,2,7,18,,CFL
|
2300
|
+
BTAPPRE1980,Space Function,Courthouse - chambers,1,1,12.6,2,7,18,,CFL
|
2301
|
+
BTAPPRE1980,Space Function,Penitentiary - audience,1,1,4.6,1,6,9,,CFL
|
2302
|
+
BTAPPRE1980,Space Function,Penitentiary - classroom,1,1,14.4,2,7,18,,CFL
|
2303
|
+
BTAPPRE1980,Space Function,Penitentiary - dining,1,1,11.5,2,7,18,,CFL
|
2304
|
+
BTAPPRE1980,Space Function,Dormitory - living quarters,1,1,4.1,1,6,9,,CFL
|
2305
|
+
BTAPPRE1980,Space Function,Dwelling Unit(s),1,4,5.0,1,6,9,,CFL
|
2306
|
+
BTAPPRE1980,Space Function,Dwelling Unit(s),5,999,5.0,1,6,9,,CFL
|
2307
|
+
BTAPPRE1980,Space Function,Fire station - engine room,1,1,6.0,1,7,17,,CFL
|
2308
|
+
BTAPPRE1980,Space Function,Fire station - quarters,1,1,3.4,1,6,17,,CFL
|
2309
|
+
BTAPPRE1980,Space Function,Gym - fitness,1,1,9.8,2,7,17,,CFL
|
2310
|
+
BTAPPRE1980,Space Function,Gym - audience,1,1,4.6,1,6,17,,CFL
|
2311
|
+
BTAPPRE1980,Space Function,Gym - play,1,1,12.9,2,7,18,,CFL
|
2312
|
+
BTAPPRE1980,Space Function,Hospital corr. >= 2.4m-sch-A,1,1,9.6,1,7,17,,CFL
|
2313
|
+
BTAPPRE1980,Space Function,Hospital corr. >= 2.4m-sch-B,1,1,9.6,1,7,17,,CFL
|
2314
|
+
BTAPPRE1980,Space Function,Hospital corr. >= 2.4m-sch-C,1,1,9.6,1,7,17,,CFL
|
2315
|
+
BTAPPRE1980,Space Function,Hospital corr. >= 2.4m-sch-D,1,1,9.6,1,7,17,,CFL
|
2316
|
+
BTAPPRE1980,Space Function,Hospital corr. >= 2.4m-sch-E,1,1,9.6,1,7,17,,CFL
|
2317
|
+
BTAPPRE1980,Space Function,Hospital corr. >= 2.4m-sch-F,1,1,9.6,1,7,17,,CFL
|
2318
|
+
BTAPPRE1980,Space Function,Hospital corr. >= 2.4m-sch-G,1,1,9.6,1,7,17,,CFL
|
2319
|
+
BTAPPRE1980,Space Function,Hospital corr. >= 2.4m-sch-H,1,1,9.6,1,7,17,,CFL
|
2320
|
+
BTAPPRE1980,Space Function,Hospital corr. >= 2.4m-sch-I,1,1,9.6,1,7,17,,CFL
|
2321
|
+
BTAPPRE1980,Space Function,Hospital corr. < 2.4m-sch-A,1,1,11.7,2,7,17,,CFL
|
2322
|
+
BTAPPRE1980,Space Function,Hospital corr. < 2.4m-sch-B,1,1,11.7,2,7,17,,CFL
|
2323
|
+
BTAPPRE1980,Space Function,Hospital corr. < 2.4m-sch-C,1,1,11.7,2,7,17,,CFL
|
2324
|
+
BTAPPRE1980,Space Function,Hospital corr. < 2.4m-sch-D,1,1,11.7,2,7,17,,CFL
|
2325
|
+
BTAPPRE1980,Space Function,Hospital corr. < 2.4m-sch-E,1,1,11.7,2,7,17,,CFL
|
2326
|
+
BTAPPRE1980,Space Function,Hospital corr. < 2.4m-sch-F,1,1,11.7,2,7,17,,CFL
|
2327
|
+
BTAPPRE1980,Space Function,Hospital corr. < 2.4m-sch-G,1,1,11.7,2,7,17,,CFL
|
2328
|
+
BTAPPRE1980,Space Function,Hospital corr. < 2.4m-sch-H,1,1,11.7,2,7,17,,CFL
|
2329
|
+
BTAPPRE1980,Space Function,Hospital corr. < 2.4m-sch-I,1,1,11.7,2,7,17,,CFL
|
2330
|
+
BTAPPRE1980,Space Function,Hospital - emergency,1,1,24.3,3,8,19,,CFL
|
2331
|
+
BTAPPRE1980,Space Function,Hospital - exam,1,1,17.9,3,7,18,,CFL
|
2332
|
+
BTAPPRE1980,Space Function,Hospital - laundry/washing,1,1,8.0,1,7,17,,CFL
|
2333
|
+
BTAPPRE1980,Space Function,Hospital - lounge/recreation,1,1,11.5,2,7,18,,CFL
|
2334
|
+
BTAPPRE1980,Space Function,Hospital - medical supply,1,1,13.7,2,7,18,,CFL
|
2335
|
+
BTAPPRE1980,Space Function,Hospital - nursery,1,1,9.5,2,7,17,,CFL
|
2336
|
+
BTAPPRE1980,Space Function,Hospital - nurses station,1,1,9.4,2,7,17,,CFL
|
2337
|
+
BTAPPRE1980,Space Function,Hospital - operating room,1,1,20.3,3,8,19,,CFL
|
2338
|
+
BTAPPRE1980,Space Function,Hospital - patient room,1,1,6.7,1,7,17,,CFL
|
2339
|
+
BTAPPRE1980,Space Function,Hospital - pharmacy,1,1,12.3,2,7,18,,CFL
|
2340
|
+
BTAPPRE1980,Space Function,Hospital - physical therapy,1,1,9.8,2,7,17,,CFL
|
2341
|
+
BTAPPRE1980,Space Function,Hospital - radiology/imaging,1,1,14.2,2,7,18,,CFL
|
2342
|
+
BTAPPRE1980,Space Function,Hospital - recovery,1,1,12.4,2,7,18,,CFL
|
2343
|
+
BTAPPRE1980,Space Function,Hotel/Motel - dining,1,1,8.8,1,7,17,,CFL
|
2344
|
+
BTAPPRE1980,Space Function,Hotel/Motel - rooms,1,1,11.9,2,7,18,,CFL
|
2345
|
+
BTAPPRE1980,Space Function,Hotel/Motel - rooms,2,4,11.9,2,7,18,,CFL
|
2346
|
+
BTAPPRE1980,Space Function,Hotel/Motel - rooms,5,999,11.9,2,7,18,,CFL
|
2347
|
+
BTAPPRE1980,Space Function,Hotel/Motel - lobby,1,1,11.4,2,7,18,,CFL
|
2348
|
+
BTAPPRE1980,Space Function,Hotel/Motel - lobby,2,999,11.4,2,7,18,,CFL
|
2349
|
+
BTAPPRE1980,Space Function,Hway lodging - dining,1,999,9.5,1,7,17,,CFL
|
2350
|
+
BTAPPRE1980,Space Function,Hway lodging - rooms,1,1,8.1,1,7,17,,CFL
|
2351
|
+
BTAPPRE1980,Space Function,Hway lodging - rooms,2,4,8.1,1,7,17,,CFL
|
2352
|
+
BTAPPRE1980,Space Function,Hway lodging - rooms,5,999,8.1,1,7,17,,CFL
|
2353
|
+
BTAPPRE1980,Space Function,Library - reading,1,1,10.0,2,7,17,,CFL
|
2354
|
+
BTAPPRE1980,Space Function,Library - reading,2,999,10.0,2,7,17,,CFL
|
2355
|
+
BTAPPRE1980,Space Function,Library - stacks,1,1,22.9,3,8,19,,CFL
|
2356
|
+
BTAPPRE1980,Space Function,Library - stacks,2,999,22.9,3,8,19,,CFL
|
2357
|
+
BTAPPRE1980,Space Function,Mfg - corr. >= 2.4m-sch-A,1,1,4.4,1,6,17,,CFL
|
2358
|
+
BTAPPRE1980,Space Function,Mfg - corr. >= 2.4m-sch-B,1,1,4.4,1,6,17,,CFL
|
2359
|
+
BTAPPRE1980,Space Function,Mfg - corr. >= 2.4m-sch-C,1,1,4.4,1,6,17,,CFL
|
2360
|
+
BTAPPRE1980,Space Function,Mfg - corr. >= 2.4m-sch-D,1,1,4.4,1,6,17,,CFL
|
2361
|
+
BTAPPRE1980,Space Function,Mfg - corr. >= 2.4m-sch-E,1,1,4.4,1,6,17,,CFL
|
2362
|
+
BTAPPRE1980,Space Function,Mfg - corr. >= 2.4m-sch-F,1,1,4.4,1,6,17,,CFL
|
2363
|
+
BTAPPRE1980,Space Function,Mfg - corr. >= 2.4m-sch-G,1,1,4.4,1,6,17,,CFL
|
2364
|
+
BTAPPRE1980,Space Function,Mfg - corr. >= 2.4m-sch-H,1,1,4.4,1,6,17,,CFL
|
2365
|
+
BTAPPRE1980,Space Function,Mfg - corr. >= 2.4m-sch-I,1,1,4.4,1,6,17,,CFL
|
2366
|
+
BTAPPRE1980,Space Function,Mfg - corr. < 2.4m-sch-A,1,1,5.5,1,6,17,,CFL
|
2367
|
+
BTAPPRE1980,Space Function,Mfg - corr. < 2.4m-sch-B,1,1,5.5,1,6,17,,CFL
|
2368
|
+
BTAPPRE1980,Space Function,Mfg - corr. < 2.4m-sch-C,1,1,5.5,1,6,17,,CFL
|
2369
|
+
BTAPPRE1980,Space Function,Mfg - corr. < 2.4m-sch-D,1,1,5.5,1,6,17,,CFL
|
2370
|
+
BTAPPRE1980,Space Function,Mfg - corr. < 2.4m-sch-E,1,1,5.5,1,6,17,,CFL
|
2371
|
+
BTAPPRE1980,Space Function,Mfg - corr. < 2.4m-sch-F,1,1,5.5,1,6,17,,CFL
|
2372
|
+
BTAPPRE1980,Space Function,Mfg - corr. < 2.4m-sch-G,1,1,5.5,1,6,17,,CFL
|
2373
|
+
BTAPPRE1980,Space Function,Mfg - corr. < 2.4m-sch-H,1,1,5.5,1,6,17,,CFL
|
2374
|
+
BTAPPRE1980,Space Function,Mfg - corr. < 2.4m-sch-I,1,1,5.5,1,6,17,,CFL
|
2375
|
+
BTAPPRE1980,Space Function,Mfg - detailed,1,1,13.9,2,7,18,,CFL
|
2376
|
+
BTAPPRE1980,Space Function,Mfg - equipment,1,1,13.4,2,7,18,,CFL
|
2377
|
+
BTAPPRE1980,Space Function,Mfg - bay H > 15m,1,1,11.3,2,7,14,,CFL
|
2378
|
+
BTAPPRE1980,Space Function,Mfg - 7.5 <= bay H <= 15m,1,1,13.2,2,7,14,,CFL
|
2379
|
+
BTAPPRE1980,Space Function,Mfg - bay H < 7.5m,1,1,12.8,2,7,18,,CFL
|
2380
|
+
BTAPPRE1980,Space Function,Museum - exhibition,1,1,11.3,2,7,18,,CFL
|
2381
|
+
BTAPPRE1980,Space Function,Museum - restoration,1,1,11.0,2,7,18,,CFL
|
2382
|
+
BTAPPRE1980,Space Function,Parking garage space,1,1,2.0,1,6,9,,CFL
|
2383
|
+
BTAPPRE1980,Space Function,Post office sorting,1,1,10.1,2,7,17,,CFL
|
2384
|
+
BTAPPRE1980,Space Function,Religious - audience seating,1,1,18.2,3,8,18,,CFL
|
2385
|
+
BTAPPRE1980,Space Function,Religious - fellowship hall,1,1,6.9,1,6,17,,CFL
|
2386
|
+
BTAPPRE1980,Space Function,Religious - pulpit/choir,1,1,18.2,3,8,18,,CFL
|
2387
|
+
BTAPPRE1980,Space Function,Retail - dressing/fitting,1,1,9.4,1,7,17,,CFL
|
2388
|
+
BTAPPRE1980,Space Function,Retail - mall concourse,1,1,11.8,2,7,18,,CFL
|
2389
|
+
BTAPPRE1980,Space Function,Retail - sales,1,1,18.1,2,8,18,,CFL
|
2390
|
+
BTAPPRE1980,Space Function,Sports arena - audience seating,1,1,4.6,1,6,17,,CFL
|
2391
|
+
BTAPPRE1980,Space Function,Sports arena - court c4,1,1,7.8,1,7,17,,CFL
|
2392
|
+
BTAPPRE1980,Space Function,Sports arena - court c3,1,1,12.9,2,7,14,,CFL
|
2393
|
+
BTAPPRE1980,Space Function,Sports arena - court c2,1,1,20.7,3,7,14,,CFL
|
2394
|
+
BTAPPRE1980,Space Function,Sports arena - court c1,1,1,32.4,4,8,15,,CFL
|
2395
|
+
BTAPPRE1980,Space Function,Sports arena - ring,1,1,28.2,4,8,15,,CFL
|
2396
|
+
BTAPPRE1980,Space Function,Transp. baggage,1,1,10.8,2,7,17,,CFL
|
2397
|
+
BTAPPRE1980,Space Function,Transp. concourse,1,1,9.7,1,7,17,,CFL
|
2398
|
+
BTAPPRE1980,Space Function,Transp. - seating area,1,1,5.8,1,7,9,,CFL
|
2399
|
+
BTAPPRE1980,Space Function,Transp. counter,1,1,11.6,2,7,18,,CFL
|
2400
|
+
BTAPPRE1980,Space Function,Warehouse - fine,1,1,10.2,2,7,17,,CFL
|
2401
|
+
BTAPPRE1980,Space Function,Warehouse - med/blk,1,1,6.3,1,7,17,,CFL
|
2402
|
+
BTAPPRE1980,Space Function,Warehouse - med/blk2,1,1,10.2,2,7,17,,CFL
|
2403
|
+
BTAPPRE1980,Space Function,- undefined -,1,1,0.0,Nil,Nil,Nil,,CFL
|
2404
|
+
BTAPPRE1980,Space Function,Food preparation - vented,1,1,10.7,2,7,9,,CFL
|
2405
|
+
BTAPPRE1980,Space Function,Hospital - medical supply - occsens,1,1,12.33,2,7,18,,CFL
|
2406
|
+
BTAPPRE1980,Space Function,Storage area - occsens,1,1,6.12,1,7,17,,CFL
|
2407
|
+
BTAPPRE1980,Space Function,Storage area - refrigerated,1,1,6.12,1,7,17,,CFL
|
2408
|
+
BTAPPRE1980,Space Function,Storage area - refrigerated - occsens,1,1,6.12,1,7,17,,CFL
|
2409
|
+
BTAPPRE1980,Space Function,Warehouse - fine - refrigerated,1,1,10.2,2,7,17,,CFL
|
2410
|
+
BTAPPRE1980,Space Function,Warehouse - med/blk - refrigerated,1,1,6.3,1,7,17,,CFL
|
2411
|
+
BTAPPRE1980,Space Function,Warehouse - med/blk2 - refrigerated,1,1,6.3,2,7,17,,CFL
|
2412
|
+
BTAPPRE1980,Space Function,Office - enclosed,3,999,11.9,1,7,17,,CFL
|
2413
|
+
BTAPPRE1980,Space Function,Office - enclosed - occsens,3,999,10.71,1,7,17,,CFL
|
2414
|
+
BTAPPRE1980,Space Function,Office - open plan,3,999,11.0,1,7,17,,CFL
|
2415
|
+
BTAPPRE1980,Space Function,Office - enclosed,1,2,11.9,1,7,17,,CFL
|
2416
|
+
BTAPPRE1980,Space Function,Office - enclosed - occsens,1,2,10.71,1,7,17,,CFL
|
2417
|
+
BTAPPRE1980,Space Function,Office - open plan,1,2,11.0,1,7,17,,CFL
|
2418
|
+
BTAP1980TO2010,Automotive Facility,WholeBuilding,1,999,8.8,1,7,9,,CFL
|
2419
|
+
BTAP1980TO2010,Convention centre,WholeBuilding,1,999,11.6,2,7,10,,CFL
|
2420
|
+
BTAP1980TO2010,Courthouse,WholeBuilding,1,999,11.3,2,9,10,,CFL
|
2421
|
+
BTAP1980TO2010,Dining - bar/lounge,WholeBuilding,1,999,10.7,2,7,17,,CFL
|
2422
|
+
BTAP1980TO2010,Dining - cafeteria,WholeBuilding,1,999,9.7,2,7,17,,CFL
|
2423
|
+
BTAP1980TO2010,Dining - family,WholeBuilding,1,999,9.6,2,7,17,,CFL
|
2424
|
+
BTAP1980TO2010,Dormitory,WholeBuilding,1,4,6.6,1,7,17,,CFL
|
2425
|
+
BTAP1980TO2010,Dormitory,WholeBuilding,5,999,6.6,1,6,9,,CFL
|
2426
|
+
BTAP1980TO2010,Exercise Centre,WholeBuilding,1,999,9.5,2,9,9,,CFL
|
2427
|
+
BTAP1980TO2010,Fire Station,WholeBuilding,1,999,7.6,1,9,9,,CFL
|
2428
|
+
BTAP1980TO2010,Gymnasium,WholeBuilding,1,999,10.8,2,9,9,,CFL
|
2429
|
+
BTAP1980TO2010,Health-care clinic,WholeBuilding,1,2,9.4,1,7,9,,CFL
|
2430
|
+
BTAP1980TO2010,Health-care clinic,WholeBuilding,3,999,9.4,1,7,9,,CFL
|
2431
|
+
BTAP1980TO2010,Hospital,WholeBuilding,1,999,13.0,2,7,10,,CFL
|
2432
|
+
BTAP1980TO2010,Hotel,WholeBuilding,1,4,10.8,2,7,9,,CFL
|
2433
|
+
BTAP1980TO2010,Hotel,WholeBuilding,5,999,10.8,2,7,9,,CFL
|
2434
|
+
BTAP1980TO2010,Library,WholeBuilding,1,2,12.7,2,7,18,,CFL
|
2435
|
+
BTAP1980TO2010,Library,WholeBuilding,3,999,12.7,2,7,18,,CFL
|
2436
|
+
BTAP1980TO2010,Manufacturing Facility,WholeBuilding,1,999,11.9,2,9,14,,CFL
|
2437
|
+
BTAP1980TO2010,Motel,WholeBuilding,1,4,9.5,2,7,9,,CFL
|
2438
|
+
BTAP1980TO2010,Motel,WholeBuilding,5,999,9.5,2,7,9,,CFL
|
2439
|
+
BTAP1980TO2010,Motion Picture Theatre,WholeBuilding,1,999,8.9,2,7,17,,CFL
|
2440
|
+
BTAP1980TO2010,Multi-unit residential,WholeBuilding,1,4,6.5,1,6,9,,CFL
|
2441
|
+
BTAP1980TO2010,Multi-unit residential,WholeBuilding,5,999,6.5,1,6,9,,CFL
|
2442
|
+
BTAP1980TO2010,Museum,WholeBuilding,1,2,11.4,2,17,17,,CFL
|
2443
|
+
BTAP1980TO2010,Museum,WholeBuilding,3,999,11.4,2,17,17,,CFL
|
2444
|
+
BTAP1980TO2010,Office,WholeBuilding,1,2,9.7,2,7,9,,CFL
|
2445
|
+
BTAP1980TO2010,Office,WholeBuilding,3,999,9.7,2,7,9,,CFL
|
2446
|
+
BTAP1980TO2010,Parking Garage,WholeBuilding,1,999,2.7,1,9,9,,CFL
|
2447
|
+
BTAP1980TO2010,Penitentiary,WholeBuilding,1,999,10.4,2,7,9,,CFL
|
2448
|
+
BTAP1980TO2010,Performing arts theatre,WholeBuilding,1,999,15.0,3,7,17,,CFL
|
2449
|
+
BTAP1980TO2010,Police Station,WholeBuilding,1,999,10.3,2,9,9,,CFL
|
2450
|
+
BTAP1980TO2010,Post Office,WholeBuilding,1,2,9.4,1,7,9,,CFL
|
2451
|
+
BTAP1980TO2010,Post Office,WholeBuilding,3,999,9.4,1,7,9,,CFL
|
2452
|
+
BTAP1980TO2010,Religious,WholeBuilding,1,999,11.3,2,7,18,,CFL
|
2453
|
+
BTAP1980TO2010,Retail,WholeBuilding,1,2,15.1,3,7,18,,CFL
|
2454
|
+
BTAP1980TO2010,Retail,WholeBuilding,3,999,15.1,3,7,18,,CFL
|
2455
|
+
BTAP1980TO2010,School/University,WholeBuilding,1,4,10.7,2,7,17,,CFL
|
2456
|
+
BTAP1980TO2010,School/University,WholeBuilding,5,999,10.7,2,7,17,,CFL
|
2457
|
+
BTAP1980TO2010,Sports Arena,WholeBuilding,1,999,8.4,1,7,9,,CFL
|
2458
|
+
BTAP1980TO2010,Town Hall,WholeBuilding,1,4,9.9,2,7,17,,CFL
|
2459
|
+
BTAP1980TO2010,Town Hall,WholeBuilding,5,999,9.9,2,7,17,,CFL
|
2460
|
+
BTAP1980TO2010,Transportation,WholeBuilding,1,4,8.3,1,9,9,,CFL
|
2461
|
+
BTAP1980TO2010,Transportation,WholeBuilding,5,999,8.3,1,9,9,,CFL
|
2462
|
+
BTAP1980TO2010,Warehouse,WholeBuilding,1,999,7.1,1,9,9,,CFL
|
2463
|
+
BTAP1980TO2010,Workshop,WholeBuilding,1,999,12.9,2,7,9,,CFL
|
2464
|
+
BTAP1980TO2010,Warehouse - refrigerated,WholeBuilding,1,999,7.1,1,9,9,,CFL
|
2465
|
+
BTAP1980TO2010,Space Function,Atrium - H < 13m,1,999,1.3,4,7,17,,CFL
|
2466
|
+
BTAP1980TO2010,Space Function,Atrium - H > 13m,1,999,9.8,4,17,13,,CFL
|
2467
|
+
BTAP1980TO2010,Space Function,Audience - auditorium,1,1,8.5,1,7,9,,CFL
|
2468
|
+
BTAP1980TO2010,Space Function,Audience - auditorium,2,999,8.5,1,7,9,,CFL
|
2469
|
+
BTAP1980TO2010,Space Function,Audience - performance arts,1,999,26.2,4,7,19,,CFL
|
2470
|
+
BTAP1980TO2010,Space Function,Audience - motion picture,1,999,12.3,2,7,18,,CFL
|
2471
|
+
BTAP1980TO2010,Space Function,Classroom/Lecture/Training,1,1,13.3,2,7,18,,CFL
|
2472
|
+
BTAP1980TO2010,Space Function,Classroom/Lecture/Training,2,999,13.3,2,7,18,,CFL
|
2473
|
+
BTAP1980TO2010,Space Function,Conf./meet./multi-purpose,1,1,13.2,2,7,18,,CFL
|
2474
|
+
BTAP1980TO2010,Space Function,Conf./meet./multi-purpose,2,999,13.2,2,7,18,,CFL
|
2475
|
+
BTAP1980TO2010,Space Function,Corr. >= 2.4m wide-sch-A,1,999,7.1,1,7,17,,CFL
|
2476
|
+
BTAP1980TO2010,Space Function,Corr. >= 2.4m wide-sch-B,1,999,7.1,1,7,17,,CFL
|
2477
|
+
BTAP1980TO2010,Space Function,Corr. >= 2.4m wide-sch-C,1,999,7.1,1,7,17,,CFL
|
2478
|
+
BTAP1980TO2010,Space Function,Corr. >= 2.4m wide-sch-D,1,999,7.1,1,7,17,,CFL
|
2479
|
+
BTAP1980TO2010,Space Function,Corr. >= 2.4m wide-sch-E,1,999,7.1,1,7,17,,CFL
|
2480
|
+
BTAP1980TO2010,Space Function,Corr. >= 2.4m wide-sch-F,1,999,7.1,1,7,17,,CFL
|
2481
|
+
BTAP1980TO2010,Space Function,Corr. >= 2.4m wide-sch-G,1,999,7.1,1,7,17,,CFL
|
2482
|
+
BTAP1980TO2010,Space Function,Corr. >= 2.4m wide-sch-H,1,999,7.1,1,7,17,,CFL
|
2483
|
+
BTAP1980TO2010,Space Function,Corr. >= 2.4m wide-sch-I,1,999,7.1,1,7,17,,CFL
|
2484
|
+
BTAP1980TO2010,Space Function,Corr. < 2.4m wide-sch-A,1,999,8.4,1,7,17,,CFL
|
2485
|
+
BTAP1980TO2010,Space Function,Corr. < 2.4m wide-sch-B,1,999,8.4,1,7,17,,CFL
|
2486
|
+
BTAP1980TO2010,Space Function,Corr. < 2.4m wide-sch-C,1,999,8.4,1,7,17,,CFL
|
2487
|
+
BTAP1980TO2010,Space Function,Corr. < 2.4m wide-sch-D,1,999,8.4,1,7,17,,CFL
|
2488
|
+
BTAP1980TO2010,Space Function,Corr. < 2.4m wide-sch-E,1,999,8.4,1,7,17,,CFL
|
2489
|
+
BTAP1980TO2010,Space Function,Corr. < 2.4m wide-sch-F,1,999,8.4,1,7,17,,CFL
|
2490
|
+
BTAP1980TO2010,Space Function,Corr. < 2.4m wide-sch-G,1,999,8.4,1,7,17,,CFL
|
2491
|
+
BTAP1980TO2010,Space Function,Corr. < 2.4m wide-sch-H,1,999,8.4,1,7,17,,CFL
|
2492
|
+
BTAP1980TO2010,Space Function,Corr. < 2.4m wide-sch-I,1,999,8.4,1,7,17,,CFL
|
2493
|
+
BTAP1980TO2010,Space Function,Dining - other,1,1,7.0,1,7,9,,CFL
|
2494
|
+
BTAP1980TO2010,Space Function,Dining - bar lounge/leisure,1,1,14.1,2,7,18,,CFL
|
2495
|
+
BTAP1980TO2010,Space Function,Dining - family space,1,1,9.6,2,7,9,,CFL
|
2496
|
+
BTAP1980TO2010,Space Function,Dress./fitt. - performance arts,1,1,4.3,1,7,9,,CFL
|
2497
|
+
BTAP1980TO2010,Space Function,Electrical/Mechanical-sch-A,1,1,13.4,2,9,9,,CFL
|
2498
|
+
BTAP1980TO2010,Space Function,Electrical/Mechanical-sch-B,1,1,13.4,2,9,9,,CFL
|
2499
|
+
BTAP1980TO2010,Space Function,Electrical/Mechanical-sch-C,1,1,13.4,2,9,9,,CFL
|
2500
|
+
BTAP1980TO2010,Space Function,Electrical/Mechanical-sch-D,1,1,13.4,2,9,9,,CFL
|
2501
|
+
BTAP1980TO2010,Space Function,Electrical/Mechanical-sch-E,1,1,13.4,2,9,9,,CFL
|
2502
|
+
BTAP1980TO2010,Space Function,Electrical/Mechanical-sch-F,1,1,13.4,2,9,9,,CFL
|
2503
|
+
BTAP1980TO2010,Space Function,Electrical/Mechanical-sch-G,1,1,13.4,2,9,9,,CFL
|
2504
|
+
BTAP1980TO2010,Space Function,Electrical/Mechanical-sch-H,1,1,13.4,2,9,9,,CFL
|
2505
|
+
BTAP1980TO2010,Space Function,Electrical/Mechanical-sch-I,1,1,13.4,2,9,9,,CFL
|
2506
|
+
BTAP1980TO2010,Space Function,Food preparation,1,1,10.7,2,7,9,,CFL
|
2507
|
+
BTAP1980TO2010,Space Function,Lab - classrooms,1,1,17.2,3,7,17,,CFL
|
2508
|
+
BTAP1980TO2010,Space Function,Lab - research,1,1,23.6,3,7,19,,CFL
|
2509
|
+
BTAP1980TO2010,Space Function,Lobby - other,1,999,10.8,2,7,17,,CFL
|
2510
|
+
BTAP1980TO2010,Space Function,Lobby - elevator,1,999,6.9,1,7,17,,CFL
|
2511
|
+
BTAP1980TO2010,Space Function,Lobby - performance arts,1,999,21.5,3,7,18,,CFL
|
2512
|
+
BTAP1980TO2010,Space Function,Lobby - motion picture,1,999,5.6,1,7,9,,CFL
|
2513
|
+
BTAP1980TO2010,Space Function,Locker room-sch-A,1,1,9.8,2,7,17,,CFL
|
2514
|
+
BTAP1980TO2010,Space Function,Locker room-sch-B,1,1,9.8,2,7,17,,CFL
|
2515
|
+
BTAP1980TO2010,Space Function,Locker room-sch-C,1,1,9.8,2,7,17,,CFL
|
2516
|
+
BTAP1980TO2010,Space Function,Locker room-sch-D,1,1,9.8,2,7,17,,CFL
|
2517
|
+
BTAP1980TO2010,Space Function,Locker room-sch-E,1,1,9.8,2,7,17,,CFL
|
2518
|
+
BTAP1980TO2010,Space Function,Locker room-sch-F,1,1,9.8,2,7,17,,CFL
|
2519
|
+
BTAP1980TO2010,Space Function,Locker room-sch-G,1,1,9.8,2,7,17,,CFL
|
2520
|
+
BTAP1980TO2010,Space Function,Locker room-sch-H,1,1,9.8,2,7,17,,CFL
|
2521
|
+
BTAP1980TO2010,Space Function,Locker room-sch-I,1,1,9.8,2,7,17,,CFL
|
2522
|
+
BTAP1980TO2010,Space Function,Lounge/recreation,1,1,9.4,2,7,17,,CFL
|
2523
|
+
BTAP1980TO2010,Space Function,Washroom-sch-A,1,1,10.5,2,7,17,,CFL
|
2524
|
+
BTAP1980TO2010,Space Function,Washroom-sch-B,1,1,10.5,2,7,17,,CFL
|
2525
|
+
BTAP1980TO2010,Space Function,Washroom-sch-C,1,1,10.5,2,7,17,,CFL
|
2526
|
+
BTAP1980TO2010,Space Function,Washroom-sch-D,1,1,10.5,2,7,17,,CFL
|
2527
|
+
BTAP1980TO2010,Space Function,Washroom-sch-E,1,1,10.5,2,7,17,,CFL
|
2528
|
+
BTAP1980TO2010,Space Function,Washroom-sch-F,1,1,10.5,2,7,17,,CFL
|
2529
|
+
BTAP1980TO2010,Space Function,Washroom-sch-G,1,1,10.5,2,7,17,,CFL
|
2530
|
+
BTAP1980TO2010,Space Function,Washroom-sch-H,1,1,10.5,2,7,17,,CFL
|
2531
|
+
BTAP1980TO2010,Space Function,Washroom-sch-I,1,1,10.5,2,7,17,,CFL
|
2532
|
+
BTAP1980TO2010,Space Function,Sales Area,1,1,18.1,3,7,18,,CFL
|
2533
|
+
BTAP1980TO2010,Space Function,Stairway-sch-A,1,1,7.4,1,7,17,,CFL
|
2534
|
+
BTAP1980TO2010,Space Function,Stairway-sch-B,1,1,7.4,1,7,17,,CFL
|
2535
|
+
BTAP1980TO2010,Space Function,Stairway-sch-C,1,1,7.4,1,7,17,,CFL
|
2536
|
+
BTAP1980TO2010,Space Function,Stairway-sch-D,1,1,7.4,1,7,17,,CFL
|
2537
|
+
BTAP1980TO2010,Space Function,Stairway-sch-E,1,1,7.4,1,7,17,,CFL
|
2538
|
+
BTAP1980TO2010,Space Function,Stairway-sch-F,1,1,7.4,1,7,17,,CFL
|
2539
|
+
BTAP1980TO2010,Space Function,Stairway-sch-G,1,1,7.4,1,7,17,,CFL
|
2540
|
+
BTAP1980TO2010,Space Function,Stairway-sch-H,1,1,7.4,1,7,17,,CFL
|
2541
|
+
BTAP1980TO2010,Space Function,Stairway-sch-I,1,1,7.4,1,7,17,,CFL
|
2542
|
+
BTAP1980TO2010,Space Function,Storage area,1,1,6.8,1,7,17,,CFL
|
2543
|
+
BTAP1980TO2010,Space Function,Workshop space,1,1,17.1,2,9,18,,CFL
|
2544
|
+
BTAP1980TO2010,Space Function,Automotive - repair,1,1,7.2,1,9,9,,CFL
|
2545
|
+
BTAP1980TO2010,Space Function,Bank - banking and offices,1,1,14.9,2,7,18,,CFL
|
2546
|
+
BTAP1980TO2010,Space Function,Convention centre - audience,1,1,8.8,1,7,17,,CFL
|
2547
|
+
BTAP1980TO2010,Space Function,Convention centre - exhibit,1,1,17.2,3,7,18,,CFL
|
2548
|
+
BTAP1980TO2010,Space Function,Courthouse - courtroom,1,1,18.5,3,7,18,,CFL
|
2549
|
+
BTAP1980TO2010,Space Function,Courthouse - cell,1,1,14.8,2,7,18,,CFL
|
2550
|
+
BTAP1980TO2010,Space Function,Courthouse - chambers,1,1,12.6,2,7,18,,CFL
|
2551
|
+
BTAP1980TO2010,Space Function,Penitentiary - audience,1,1,4.6,1,6,9,,CFL
|
2552
|
+
BTAP1980TO2010,Space Function,Penitentiary - classroom,1,1,14.4,2,7,18,,CFL
|
2553
|
+
BTAP1980TO2010,Space Function,Penitentiary - dining,1,1,11.5,2,7,18,,CFL
|
2554
|
+
BTAP1980TO2010,Space Function,Dormitory - living quarters,1,1,4.1,1,6,9,,CFL
|
2555
|
+
BTAP1980TO2010,Space Function,Dwelling Unit(s),1,4,5.0,1,6,9,,CFL
|
2556
|
+
BTAP1980TO2010,Space Function,Dwelling Unit(s),5,999,5.0,1,6,9,,CFL
|
2557
|
+
BTAP1980TO2010,Space Function,Fire station - engine room,1,1,6.0,1,7,17,,CFL
|
2558
|
+
BTAP1980TO2010,Space Function,Fire station - quarters,1,1,3.4,1,6,17,,CFL
|
2559
|
+
BTAP1980TO2010,Space Function,Gym - fitness,1,1,9.8,2,7,17,,CFL
|
2560
|
+
BTAP1980TO2010,Space Function,Gym - audience,1,1,4.6,1,6,17,,CFL
|
2561
|
+
BTAP1980TO2010,Space Function,Gym - play,1,1,12.9,2,7,18,,CFL
|
2562
|
+
BTAP1980TO2010,Space Function,Hospital corr. >= 2.4m-sch-A,1,1,9.6,1,7,17,,CFL
|
2563
|
+
BTAP1980TO2010,Space Function,Hospital corr. >= 2.4m-sch-B,1,1,9.6,1,7,17,,CFL
|
2564
|
+
BTAP1980TO2010,Space Function,Hospital corr. >= 2.4m-sch-C,1,1,9.6,1,7,17,,CFL
|
2565
|
+
BTAP1980TO2010,Space Function,Hospital corr. >= 2.4m-sch-D,1,1,9.6,1,7,17,,CFL
|
2566
|
+
BTAP1980TO2010,Space Function,Hospital corr. >= 2.4m-sch-E,1,1,9.6,1,7,17,,CFL
|
2567
|
+
BTAP1980TO2010,Space Function,Hospital corr. >= 2.4m-sch-F,1,1,9.6,1,7,17,,CFL
|
2568
|
+
BTAP1980TO2010,Space Function,Hospital corr. >= 2.4m-sch-G,1,1,9.6,1,7,17,,CFL
|
2569
|
+
BTAP1980TO2010,Space Function,Hospital corr. >= 2.4m-sch-H,1,1,9.6,1,7,17,,CFL
|
2570
|
+
BTAP1980TO2010,Space Function,Hospital corr. >= 2.4m-sch-I,1,1,9.6,1,7,17,,CFL
|
2571
|
+
BTAP1980TO2010,Space Function,Hospital corr. < 2.4m-sch-A,1,1,11.7,2,7,17,,CFL
|
2572
|
+
BTAP1980TO2010,Space Function,Hospital corr. < 2.4m-sch-B,1,1,11.7,2,7,17,,CFL
|
2573
|
+
BTAP1980TO2010,Space Function,Hospital corr. < 2.4m-sch-C,1,1,11.7,2,7,17,,CFL
|
2574
|
+
BTAP1980TO2010,Space Function,Hospital corr. < 2.4m-sch-D,1,1,11.7,2,7,17,,CFL
|
2575
|
+
BTAP1980TO2010,Space Function,Hospital corr. < 2.4m-sch-E,1,1,11.7,2,7,17,,CFL
|
2576
|
+
BTAP1980TO2010,Space Function,Hospital corr. < 2.4m-sch-F,1,1,11.7,2,7,17,,CFL
|
2577
|
+
BTAP1980TO2010,Space Function,Hospital corr. < 2.4m-sch-G,1,1,11.7,2,7,17,,CFL
|
2578
|
+
BTAP1980TO2010,Space Function,Hospital corr. < 2.4m-sch-H,1,1,11.7,2,7,17,,CFL
|
2579
|
+
BTAP1980TO2010,Space Function,Hospital corr. < 2.4m-sch-I,1,1,11.7,2,7,17,,CFL
|
2580
|
+
BTAP1980TO2010,Space Function,Hospital - emergency,1,1,24.3,3,8,19,,CFL
|
2581
|
+
BTAP1980TO2010,Space Function,Hospital - exam,1,1,17.9,3,7,18,,CFL
|
2582
|
+
BTAP1980TO2010,Space Function,Hospital - laundry/washing,1,1,8.0,1,7,17,,CFL
|
2583
|
+
BTAP1980TO2010,Space Function,Hospital - lounge/recreation,1,1,11.5,2,7,18,,CFL
|
2584
|
+
BTAP1980TO2010,Space Function,Hospital - medical supply,1,1,13.7,2,7,18,,CFL
|
2585
|
+
BTAP1980TO2010,Space Function,Hospital - nursery,1,1,9.5,2,7,17,,CFL
|
2586
|
+
BTAP1980TO2010,Space Function,Hospital - nurses station,1,1,9.4,2,7,17,,CFL
|
2587
|
+
BTAP1980TO2010,Space Function,Hospital - operating room,1,1,20.3,3,8,19,,CFL
|
2588
|
+
BTAP1980TO2010,Space Function,Hospital - patient room,1,1,6.7,1,7,17,,CFL
|
2589
|
+
BTAP1980TO2010,Space Function,Hospital - pharmacy,1,1,12.3,2,7,18,,CFL
|
2590
|
+
BTAP1980TO2010,Space Function,Hospital - physical therapy,1,1,9.8,2,7,17,,CFL
|
2591
|
+
BTAP1980TO2010,Space Function,Hospital - radiology/imaging,1,1,14.2,2,7,18,,CFL
|
2592
|
+
BTAP1980TO2010,Space Function,Hospital - recovery,1,1,12.4,2,7,18,,CFL
|
2593
|
+
BTAP1980TO2010,Space Function,Hotel/Motel - dining,1,1,8.8,1,7,17,,CFL
|
2594
|
+
BTAP1980TO2010,Space Function,Hotel/Motel - rooms,1,1,11.9,2,7,18,,CFL
|
2595
|
+
BTAP1980TO2010,Space Function,Hotel/Motel - rooms,2,4,11.9,2,7,18,,CFL
|
2596
|
+
BTAP1980TO2010,Space Function,Hotel/Motel - rooms,5,999,11.9,2,7,18,,CFL
|
2597
|
+
BTAP1980TO2010,Space Function,Hotel/Motel - lobby,1,1,11.4,2,7,18,,CFL
|
2598
|
+
BTAP1980TO2010,Space Function,Hotel/Motel - lobby,2,999,11.4,2,7,18,,CFL
|
2599
|
+
BTAP1980TO2010,Space Function,Hway lodging - dining,1,999,9.5,1,7,17,,CFL
|
2600
|
+
BTAP1980TO2010,Space Function,Hway lodging - rooms,1,1,8.1,1,7,17,,CFL
|
2601
|
+
BTAP1980TO2010,Space Function,Hway lodging - rooms,2,4,8.1,1,7,17,,CFL
|
2602
|
+
BTAP1980TO2010,Space Function,Hway lodging - rooms,5,999,8.1,1,7,17,,CFL
|
2603
|
+
BTAP1980TO2010,Space Function,Library - reading,1,1,10.0,2,7,17,,CFL
|
2604
|
+
BTAP1980TO2010,Space Function,Library - reading,2,999,10.0,2,7,17,,CFL
|
2605
|
+
BTAP1980TO2010,Space Function,Library - stacks,1,1,22.9,3,8,19,,CFL
|
2606
|
+
BTAP1980TO2010,Space Function,Library - stacks,2,999,22.9,3,8,19,,CFL
|
2607
|
+
BTAP1980TO2010,Space Function,Mfg - corr. >= 2.4m-sch-A,1,1,4.4,1,6,17,,CFL
|
2608
|
+
BTAP1980TO2010,Space Function,Mfg - corr. >= 2.4m-sch-B,1,1,4.4,1,6,17,,CFL
|
2609
|
+
BTAP1980TO2010,Space Function,Mfg - corr. >= 2.4m-sch-C,1,1,4.4,1,6,17,,CFL
|
2610
|
+
BTAP1980TO2010,Space Function,Mfg - corr. >= 2.4m-sch-D,1,1,4.4,1,6,17,,CFL
|
2611
|
+
BTAP1980TO2010,Space Function,Mfg - corr. >= 2.4m-sch-E,1,1,4.4,1,6,17,,CFL
|
2612
|
+
BTAP1980TO2010,Space Function,Mfg - corr. >= 2.4m-sch-F,1,1,4.4,1,6,17,,CFL
|
2613
|
+
BTAP1980TO2010,Space Function,Mfg - corr. >= 2.4m-sch-G,1,1,4.4,1,6,17,,CFL
|
2614
|
+
BTAP1980TO2010,Space Function,Mfg - corr. >= 2.4m-sch-H,1,1,4.4,1,6,17,,CFL
|
2615
|
+
BTAP1980TO2010,Space Function,Mfg - corr. >= 2.4m-sch-I,1,1,4.4,1,6,17,,CFL
|
2616
|
+
BTAP1980TO2010,Space Function,Mfg - corr. < 2.4m-sch-A,1,1,5.5,1,6,17,,CFL
|
2617
|
+
BTAP1980TO2010,Space Function,Mfg - corr. < 2.4m-sch-B,1,1,5.5,1,6,17,,CFL
|
2618
|
+
BTAP1980TO2010,Space Function,Mfg - corr. < 2.4m-sch-C,1,1,5.5,1,6,17,,CFL
|
2619
|
+
BTAP1980TO2010,Space Function,Mfg - corr. < 2.4m-sch-D,1,1,5.5,1,6,17,,CFL
|
2620
|
+
BTAP1980TO2010,Space Function,Mfg - corr. < 2.4m-sch-E,1,1,5.5,1,6,17,,CFL
|
2621
|
+
BTAP1980TO2010,Space Function,Mfg - corr. < 2.4m-sch-F,1,1,5.5,1,6,17,,CFL
|
2622
|
+
BTAP1980TO2010,Space Function,Mfg - corr. < 2.4m-sch-G,1,1,5.5,1,6,17,,CFL
|
2623
|
+
BTAP1980TO2010,Space Function,Mfg - corr. < 2.4m-sch-H,1,1,5.5,1,6,17,,CFL
|
2624
|
+
BTAP1980TO2010,Space Function,Mfg - corr. < 2.4m-sch-I,1,1,5.5,1,6,17,,CFL
|
2625
|
+
BTAP1980TO2010,Space Function,Mfg - detailed,1,1,13.9,2,7,18,,CFL
|
2626
|
+
BTAP1980TO2010,Space Function,Mfg - equipment,1,1,13.4,2,7,18,,CFL
|
2627
|
+
BTAP1980TO2010,Space Function,Mfg - bay H > 15m,1,1,11.3,2,7,14,,CFL
|
2628
|
+
BTAP1980TO2010,Space Function,Mfg - 7.5 <= bay H <= 15m,1,1,13.2,2,7,14,,CFL
|
2629
|
+
BTAP1980TO2010,Space Function,Mfg - bay H < 7.5m,1,1,12.8,2,7,18,,CFL
|
2630
|
+
BTAP1980TO2010,Space Function,Museum - exhibition,1,1,11.3,2,7,18,,CFL
|
2631
|
+
BTAP1980TO2010,Space Function,Museum - restoration,1,1,11.0,2,7,18,,CFL
|
2632
|
+
BTAP1980TO2010,Space Function,Parking garage space,1,1,2.0,1,6,9,,CFL
|
2633
|
+
BTAP1980TO2010,Space Function,Post office sorting,1,1,10.1,2,7,17,,CFL
|
2634
|
+
BTAP1980TO2010,Space Function,Religious - audience seating,1,1,18.2,3,8,18,,CFL
|
2635
|
+
BTAP1980TO2010,Space Function,Religious - fellowship hall,1,1,6.9,1,6,17,,CFL
|
2636
|
+
BTAP1980TO2010,Space Function,Religious - pulpit/choir,1,1,18.2,3,8,18,,CFL
|
2637
|
+
BTAP1980TO2010,Space Function,Retail - dressing/fitting,1,1,9.4,1,7,17,,CFL
|
2638
|
+
BTAP1980TO2010,Space Function,Retail - mall concourse,1,1,11.8,2,7,18,,CFL
|
2639
|
+
BTAP1980TO2010,Space Function,Retail - sales,1,1,18.1,2,8,18,,CFL
|
2640
|
+
BTAP1980TO2010,Space Function,Sports arena - audience seating,1,1,4.6,1,6,17,,CFL
|
2641
|
+
BTAP1980TO2010,Space Function,Sports arena - court c4,1,1,7.8,1,7,17,,CFL
|
2642
|
+
BTAP1980TO2010,Space Function,Sports arena - court c3,1,1,12.9,2,7,14,,CFL
|
2643
|
+
BTAP1980TO2010,Space Function,Sports arena - court c2,1,1,20.7,3,7,14,,CFL
|
2644
|
+
BTAP1980TO2010,Space Function,Sports arena - court c1,1,1,32.4,4,8,15,,CFL
|
2645
|
+
BTAP1980TO2010,Space Function,Sports arena - ring,1,1,28.2,4,8,15,,CFL
|
2646
|
+
BTAP1980TO2010,Space Function,Transp. baggage,1,1,10.8,2,7,17,,CFL
|
2647
|
+
BTAP1980TO2010,Space Function,Transp. concourse,1,1,9.7,1,7,17,,CFL
|
2648
|
+
BTAP1980TO2010,Space Function,Transp. - seating area,1,1,5.8,1,7,9,,CFL
|
2649
|
+
BTAP1980TO2010,Space Function,Transp. counter,1,1,11.6,2,7,18,,CFL
|
2650
|
+
BTAP1980TO2010,Space Function,Warehouse - fine,1,1,10.2,2,7,17,,CFL
|
2651
|
+
BTAP1980TO2010,Space Function,Warehouse - med/blk,1,1,6.3,1,7,17,,CFL
|
2652
|
+
BTAP1980TO2010,Space Function,Warehouse - med/blk2,1,1,10.2,2,7,17,,CFL
|
2653
|
+
BTAP1980TO2010,Space Function,- undefined -,1,1,0.0,Nil,Nil,Nil,,CFL
|
2654
|
+
BTAP1980TO2010,Space Function,Food preparation - vented,1,1,10.7,2,7,9,,CFL
|
2655
|
+
BTAP1980TO2010,Space Function,Hospital - medical supply - occsens,1,1,12.33,2,7,18,,CFL
|
2656
|
+
BTAP1980TO2010,Space Function,Storage area - occsens,1,1,6.12,1,7,17,,CFL
|
2657
|
+
BTAP1980TO2010,Space Function,Storage area - refrigerated,1,1,6.12,1,7,17,,CFL
|
2658
|
+
BTAP1980TO2010,Space Function,Storage area - refrigerated - occsens,1,1,6.12,1,7,17,,CFL
|
2659
|
+
BTAP1980TO2010,Space Function,Warehouse - fine - refrigerated,1,1,10.2,2,7,17,,CFL
|
2660
|
+
BTAP1980TO2010,Space Function,Warehouse - med/blk - refrigerated,1,1,6.3,1,7,17,,CFL
|
2661
|
+
BTAP1980TO2010,Space Function,Warehouse - med/blk2 - refrigerated,1,1,6.3,2,7,17,,CFL
|
2662
|
+
BTAP1980TO2010,Space Function,Office - enclosed,3,999,11.9,1,7,17,,CFL
|
2663
|
+
BTAP1980TO2010,Space Function,Office - enclosed - occsens,3,999,10.71,1,7,17,,CFL
|
2664
|
+
BTAP1980TO2010,Space Function,Office - open plan,3,999,11.0,1,7,17,,CFL
|
2665
|
+
BTAP1980TO2010,Space Function,Office - enclosed,1,2,11.9,1,7,17,,CFL
|
2666
|
+
BTAP1980TO2010,Space Function,Office - enclosed - occsens,1,2,10.71,1,7,17,,CFL
|
2667
|
+
BTAP1980TO2010,Space Function,Office - open plan,1,2,11.0,1,7,17,,CFL
|