openstudio-standards 0.2.14 → 0.2.15.pre.rc1
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/geometry/ASHRAECollege.json +0 -19
- data/data/geometry/ASHRAEMidriseApartment.json +47 -47
- data/data/geometry/ASHRAESecondarySchool.osm +2 -2
- data/data/standards/OpenStudio_Standards-ashrae_90_1.xlsx +0 -0
- data/data/standards/export_OpenStudio_libraries.rb +1 -1
- data/data/standards/manage_OpenStudio_Standards.rb +43 -87
- data/data/standards/metadata_units_OpenStudio_Standards-ashrae_90_1.csv +9 -0
- data/data/standards/openstudio_standards_duplicates_log.csv +142 -27
- data/data/standards/test_performance_expected_dd_results.csv +2016 -2016
- data/data/weather/CAN_NU_Iqaluit.AP.719090_CWEC2016.ddy +2316 -0
- data/data/weather/CAN_NU_Iqaluit.AP.719090_CWEC2016.epw +8768 -0
- data/data/weather/CAN_NU_Iqaluit.AP.719090_CWEC2016.stat +697 -0
- data/lib/openstudio-standards/btap/WeatherData1.json +54 -0
- data/lib/openstudio-standards/btap/WeatherData1.xlsx +0 -0
- data/lib/openstudio-standards/btap/btap_result.rb +12 -10
- data/lib/openstudio-standards/btap/envelope.rb +2 -2
- data/lib/openstudio-standards/btap/geometry.rb +96 -49
- data/lib/openstudio-standards/{utilities → btap/utilities}/Add_template_field_to_json.rb +0 -0
- data/lib/openstudio-standards/{utilities → btap/utilities}/convert_surfaces_to_adiabatic_necb_8426.rb +0 -0
- data/lib/openstudio-standards/{utilities → btap/utilities}/generate_space_types.rb +0 -0
- data/lib/openstudio-standards/{utilities → btap/utilities}/necb_to_epw_map.rb +0 -0
- data/lib/openstudio-standards/{utilities → btap/utilities}/os_sim_extract.rb +0 -0
- data/lib/openstudio-standards/{utilities → btap/utilities}/rename_surfaces.rb +0 -0
- data/lib/openstudio-standards/{utilities → btap/utilities}/round_surf_coords.rb +0 -0
- data/lib/openstudio-standards/{utilities → btap/utilities}/sched_create.rb +0 -0
- data/lib/openstudio-standards/{utilities → btap/utilities}/set_mult_to_adiabatic.rb +0 -0
- data/lib/openstudio-standards/btap/utilities/space_type.rb +78 -0
- data/lib/openstudio-standards/{utilities → btap/utilities}/weatherData1_xlsx_to_json.rb +0 -0
- data/lib/openstudio-standards/hvac_sizing/Siz.AirConditionerVariableRefrigerantFlow.rb +1 -1
- data/lib/openstudio-standards/hvac_sizing/Siz.HVACComponent.rb +1 -1
- data/lib/openstudio-standards/hvac_sizing/Siz.HeatingCoolingFuels.rb +20 -6
- data/lib/openstudio-standards/hvac_sizing/Siz.Model.rb +6 -6
- data/lib/openstudio-standards/hvac_sizing/Siz.WaterHeaterMixed.rb +2 -2
- data/lib/openstudio-standards/hvac_sizing/Siz.ZoneHVACTerminalUnitVariableRefrigerantFlow.rb +1 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2004/ashrae_90_1_2004.AirTerminalSingleDuctVAVReheat.rb +2 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2004/ashrae_90_1_2004.PumpVariableSpeed.rb +6 -7
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2007/ashrae_90_1_2007.AirTerminalSingleDuctVAVReheat.rb +2 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2007/ashrae_90_1_2007.FanConstantVolume.rb +5 -4
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2007/ashrae_90_1_2007.FanOnOff.rb +5 -5
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2007/ashrae_90_1_2007.FanVariableVolume.rb +5 -4
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2007/ashrae_90_1_2007.PumpVariableSpeed.rb +6 -7
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.AirTerminalSingleDuctVAVReheat.rb +2 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.FanConstantVolume.rb +5 -4
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.FanOnOff.rb +5 -5
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.FanVariableVolume.rb +5 -4
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.Model.elevators.rb +6 -4
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.Model.rb +10 -9
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.PumpVariableSpeed.rb +9 -11
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.AirTerminalSingleDuctVAVReheat.rb +2 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.FanConstantVolume.rb +5 -4
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.FanOnOff.rb +5 -5
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.FanVariableVolume.rb +5 -4
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.Model.elevators.rb +11 -7
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.Model.rb +17 -16
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.PumpVariableSpeed.rb +9 -11
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.hvac_systems.rb +4 -2
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.AirTerminalSingleDuctVAVReheat.rb +2 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.FanConstantVolume.rb +5 -4
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.FanOnOff.rb +5 -5
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.FanVariableVolume.rb +5 -4
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.Model.elevators.rb +11 -7
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.Model.rb +23 -22
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.PumpVariableSpeed.rb +9 -10
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.hvac_systems.rb +4 -2
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.AirTerminalSingleDuctVAVReheat.rb +2 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.FanConstantVolume.rb +5 -4
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.FanOnOff.rb +5 -5
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.FanVariableVolume.rb +5 -4
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.Model.elevators.rb +11 -7
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.Model.rb +23 -22
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.Pump.rb +89 -0
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.PumpVariableSpeed.rb +9 -10
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.Space.rb +76 -0
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.hvac_systems.rb +22 -2
- data/lib/openstudio-standards/prototypes/ashrae_90_1/doe_ref_1980_2004/doe_ref_1980_2004.AirTerminalSingleDuctVAVReheat.rb +2 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/doe_ref_1980_2004/doe_ref_1980_2004.Model.elevators.rb +11 -11
- data/lib/openstudio-standards/prototypes/ashrae_90_1/doe_ref_1980_2004/doe_ref_1980_2004.refrigeration.rb +5 -4
- data/lib/openstudio-standards/prototypes/ashrae_90_1/doe_ref_pre_1980/doe_ref_pre_1980.AirTerminalSingleDuctVAVReheat.rb +2 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/doe_ref_pre_1980/doe_ref_pre_1980.CoilHeatingGas.rb +5 -4
- data/lib/openstudio-standards/prototypes/ashrae_90_1/doe_ref_pre_1980/doe_ref_pre_1980.Model.elevators.rb +11 -11
- data/lib/openstudio-standards/prototypes/ashrae_90_1/doe_ref_pre_1980/doe_ref_pre_1980.refrigeration.rb +5 -4
- data/lib/openstudio-standards/prototypes/ashrae_90_1/nrel_nze_ready_2017/nrel_zne_ready_2017.AirTerminalSingleDuctVAVReheat.rb +2 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/nrel_nze_ready_2017/nrel_zne_ready_2017.FanConstantVolume.rb +5 -4
- data/lib/openstudio-standards/prototypes/ashrae_90_1/nrel_nze_ready_2017/nrel_zne_ready_2017.FanOnOff.rb +5 -5
- data/lib/openstudio-standards/prototypes/ashrae_90_1/nrel_nze_ready_2017/nrel_zne_ready_2017.FanVariableVolume.rb +5 -4
- data/lib/openstudio-standards/prototypes/ashrae_90_1/nrel_nze_ready_2017/nrel_zne_ready_2017.HeatExchangerAirToAirSensibleAndLatent.rb +2 -0
- data/lib/openstudio-standards/prototypes/ashrae_90_1/nrel_nze_ready_2017/nrel_zne_ready_2017.Model.elevators.rb +11 -7
- data/lib/openstudio-standards/prototypes/ashrae_90_1/nrel_nze_ready_2017/nrel_zne_ready_2017.Model.rb +10 -10
- data/lib/openstudio-standards/prototypes/ashrae_90_1/nrel_nze_ready_2017/nrel_zne_ready_2017.hvac_systems.rb +4 -2
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.AirTerminalSingleDuctVAVReheat.rb +2 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.FanConstantVolume.rb +5 -4
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.FanOnOff.rb +5 -5
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.FanVariableVolume.rb +5 -4
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.HeatExchangerAirToAirSensibleAndLatent.rb +2 -0
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.Model.elevators.rb +11 -7
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.Model.rb +10 -10
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.hvac_systems.rb +4 -2
- data/lib/openstudio-standards/prototypes/cbes/cbes.Model.elevators.rb +3 -6
- data/lib/openstudio-standards/prototypes/cbes/cbes.refrigeration.rb +5 -4
- data/lib/openstudio-standards/prototypes/cbes/cbes_t24_2008/cbes_t24_2008.FanConstantVolume.rb +5 -3
- data/lib/openstudio-standards/prototypes/cbes/cbes_t24_2008/cbes_t24_2008.FanOnOff.rb +5 -4
- data/lib/openstudio-standards/prototypes/cbes/cbes_t24_2008/cbes_t24_2008.FanVariableVolume.rb +5 -3
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.College.rb +65 -30
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.Courthouse.rb +54 -23
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.FullServiceRestaurant.rb +135 -147
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.HighRiseApartment.rb +42 -7
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.Hospital.rb +85 -12
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.Laboratory.rb +42 -30
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.LargeDataCenterHighITE.rb +39 -8
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.LargeDataCenterLowITE.rb +39 -8
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.LargeHotel.rb +60 -12
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.LargeOffice.rb +33 -265
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.LargeOfficeDetailed.rb +41 -3
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.MediumOffice.rb +69 -297
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.MediumOfficeDetailed.rb +68 -25
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.MidriseApartment.rb +88 -59
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.Outpatient.rb +88 -9
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.PrimarySchool.rb +48 -10
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.QuickServiceRestaurant.rb +130 -145
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.RetailStandalone.rb +29 -101
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.RetailStripmall.rb +24 -7
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SecondarySchool.rb +48 -589
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SmallDataCenterHighITE.rb +38 -7
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SmallDataCenterLowITE.rb +38 -8
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SmallHotel.rb +40 -7
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SmallOffice.rb +85 -171
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SmallOfficeDetailed.rb +87 -44
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SuperMarket.rb +46 -5
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SuperTallBuilding.rb +105 -17
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.TallBuilding.rb +97 -15
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.Warehouse.rb +26 -167
- data/lib/openstudio-standards/prototypes/common/do_not_edit_metaclasses.rb +3828 -1131
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.AirConditionerVariableRefrigerantFlow.rb +3 -0
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.AirTerminalSingleDuctVAVReheat.rb +2 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.BoilerHotWater.rb +2 -0
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.CentralAirSourceHeatPump.rb +2 -0
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilCoolingDXSingleSpeed.rb +4 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilCoolingDXTwoSpeed.rb +3 -0
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilCoolingWater.rb +4 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilCoolingWaterToAirHeatPumpEquationFit.rb +3 -0
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilHeatingDXSingleSpeed.rb +9 -0
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilHeatingElectric.rb +3 -0
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilHeatingGas.rb +9 -4
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilHeatingWater.rb +4 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilHeatingWaterToAirHeatPumpEquationFit.rb +3 -0
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.ControllerWaterCoil.rb +2 -2
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoolingTower.rb +4 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.Fan.rb +23 -2
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.FanConstantVolume.rb +29 -4
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.FanOnOff.rb +29 -5
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.FanVariableVolume.rb +43 -4
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.FanZoneExhaust.rb +22 -0
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.HeatExchangerAirToAirSensibleAndLatent.rb +46 -3
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.elevators.rb +27 -22
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.exterior_lights.rb +15 -8
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.hvac.rb +22 -4
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.rb +429 -59
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.swh.rb +18 -11
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.transformers.rb +11 -2
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.Pump.rb +1 -0
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.PumpVariableSpeed.rb +8 -10
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.ServiceWaterHeating.rb +37 -28
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.SizingSystem.rb +24 -6
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.hvac_systems.rb +251 -65
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.radiant_system_controls.rb +1 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.refrigeration.rb +46 -31
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.utilities.rb +62 -10
- data/lib/openstudio-standards/prototypes/common/prototype_metaprogramming.rb +76 -33
- data/lib/openstudio-standards/prototypes/deer/deer.Model.rb +1 -1
- data/lib/openstudio-standards/standards/Standards.AirLoopHVAC.rb +445 -275
- data/lib/openstudio-standards/standards/Standards.AirTerminalSingleDuctParallelPIUReheat.rb +3 -3
- data/lib/openstudio-standards/standards/Standards.AirTerminalSingleDuctVAVReheat.rb +26 -21
- data/lib/openstudio-standards/standards/Standards.BoilerHotWater.rb +5 -2
- data/lib/openstudio-standards/standards/Standards.BuildingStory.rb +7 -9
- data/lib/openstudio-standards/standards/Standards.ChillerElectricEIR.rb +8 -2
- data/lib/openstudio-standards/standards/Standards.CoilCoolingDXMultiSpeed.rb +10 -6
- data/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb +5 -1
- data/lib/openstudio-standards/standards/Standards.CoilCoolingDXTwoSpeed.rb +6 -1
- data/lib/openstudio-standards/standards/Standards.CoilCoolingWaterToAirHeatPumpEquationFit.rb +45 -4
- data/lib/openstudio-standards/standards/Standards.CoilDX.rb +18 -8
- data/lib/openstudio-standards/standards/Standards.CoilHeatingDXMultiSpeed.rb +9 -7
- data/lib/openstudio-standards/standards/Standards.CoilHeatingDXSingleSpeed.rb +8 -4
- data/lib/openstudio-standards/standards/Standards.CoilHeatingGas.rb +86 -3
- data/lib/openstudio-standards/standards/Standards.CoilHeatingGasMultiStage.rb +5 -2
- data/lib/openstudio-standards/standards/Standards.CoilHeatingWaterToAirHeatPumpEquationFit.rb +6 -2
- data/lib/openstudio-standards/standards/Standards.Construction.rb +66 -35
- data/lib/openstudio-standards/standards/Standards.CoolingTower.rb +7 -7
- data/lib/openstudio-standards/standards/Standards.CoolingTowerSingleSpeed.rb +2 -2
- data/lib/openstudio-standards/standards/Standards.CoolingTowerTwoSpeed.rb +2 -1
- data/lib/openstudio-standards/standards/Standards.CoolingTowerVariableSpeed.rb +2 -1
- data/lib/openstudio-standards/standards/Standards.Fan.rb +53 -35
- data/lib/openstudio-standards/standards/Standards.FanVariableVolume.rb +22 -16
- data/lib/openstudio-standards/standards/Standards.FluidCooler.rb +2 -2
- data/lib/openstudio-standards/standards/Standards.HeaderedPumpsVariableSpeed.rb +4 -4
- data/lib/openstudio-standards/standards/Standards.HeatExchangerSensLat.rb +77 -19
- data/lib/openstudio-standards/standards/Standards.Model.rb +387 -245
- data/lib/openstudio-standards/standards/Standards.PlanarSurface.rb +13 -15
- data/lib/openstudio-standards/standards/Standards.PlantLoop.rb +94 -48
- data/lib/openstudio-standards/standards/Standards.Pump.rb +28 -20
- data/lib/openstudio-standards/standards/Standards.PumpVariableSpeed.rb +3 -4
- data/lib/openstudio-standards/standards/Standards.ScheduleCompact.rb +2 -1
- data/lib/openstudio-standards/standards/Standards.ScheduleConstant.rb +2 -0
- data/lib/openstudio-standards/standards/Standards.ScheduleRuleset.rb +34 -24
- data/lib/openstudio-standards/standards/Standards.Space.rb +179 -116
- data/lib/openstudio-standards/standards/Standards.SpaceType.rb +23 -12
- data/lib/openstudio-standards/standards/Standards.SubSurface.rb +55 -25
- data/lib/openstudio-standards/standards/Standards.Surface.rb +57 -32
- data/lib/openstudio-standards/standards/Standards.ThermalZone.rb +157 -107
- data/lib/openstudio-standards/standards/Standards.WaterHeaterMixed.rb +9 -6
- data/lib/openstudio-standards/standards/Standards.ZoneHVACComponent.rb +52 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1.Standards.FanVariableVolume.rb +2 -2
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1.rb +4 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/ashrae_90_1_2004.AirLoopHVAC.rb +28 -18
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/ashrae_90_1_2004.FanVariableVolume.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/ashrae_90_1_2004.PlantLoop.rb +4 -2
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/ashrae_90_1_2004.rb +4 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/comstock_ashrae_90_1_2004/comstock_ashrae_90_1_2004.rb +4 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/comstock_ashrae_90_1_2004/data/ashrae_90_1.schedules.json +696 -2938
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/comstock_ashrae_90_1_2004/data/comstock_ashrae_90_1_2004.ext_ltg.json +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/comstock_ashrae_90_1_2004/data/comstock_ashrae_90_1_2004.spc_typ.json +123 -123
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.furnaces.json +26 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.prototype_inputs.json +11 -11
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.refrigeration_system.json +0 -8
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.spc_typ.json +395 -384
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.unitary_acs.json +69 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/ashrae_90_1_2007.AirLoopHVAC.rb +20 -13
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/ashrae_90_1_2007.FanVariableVolume.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/ashrae_90_1_2007.Model.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/ashrae_90_1_2007.rb +4 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/comstock_ashrae_90_1_2007/comstock_ashrae_90_1_2007.rb +4 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/comstock_ashrae_90_1_2007/data/ashrae_90_1.schedules.json +696 -2938
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/comstock_ashrae_90_1_2007/data/comstock_ashrae_90_1_2007.ext_ltg.json +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/comstock_ashrae_90_1_2007/data/comstock_ashrae_90_1_2007.spc_typ.json +122 -122
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.furnaces.json +26 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.prototype_inputs.json +11 -11
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.refrigeration_system.json +0 -8
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.spc_typ.json +413 -401
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.unitary_acs.json +69 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.AirLoopHVAC.rb +42 -53
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.AirTerminalSingleDuctVAVReheat.rb +3 -2
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.CoolingTower.rb +5 -8
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.FanVariableVolume.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.Space.rb +6 -4
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.rb +4 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/comstock_ashrae_90_1_2010/comstock_ashrae_90_1_2010.rb +4 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/comstock_ashrae_90_1_2010/data/ashrae_90_1.schedules.json +696 -2938
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/comstock_ashrae_90_1_2010/data/comstock_ashrae_90_1_2010.ext_ltg.json +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/comstock_ashrae_90_1_2010/data/comstock_ashrae_90_1_2010.spc_typ.json +129 -129
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.energy_recovery.json +210 -42
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.furnaces.json +26 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.prototype_inputs.json +11 -11
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.refrigeration_system.json +0 -8
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.spc_typ.json +460 -320
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.unitary_acs.json +69 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.AirLoopHVAC.rb +45 -51
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.AirTerminalSingleDuctVAVReheat.rb +3 -2
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.CoolingTower.rb +5 -8
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.CoolingTowerVariableSpeed.rb +2 -3
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.FanVariableVolume.rb +2 -2
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.Space.rb +8 -5
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.ThermalZone.rb +2 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.WaterHeaterMixed.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.ZoneHVACComponent.rb +1 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.rb +4 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/comstock_ashrae_90_1_2013/comstock_ashrae_90_1_2013.rb +4 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/comstock_ashrae_90_1_2013/data/ashrae_90_1.schedules.json +696 -2938
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/comstock_ashrae_90_1_2013/data/comstock_ashrae_90_1_2013.ext_ltg.json +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/comstock_ashrae_90_1_2013/data/comstock_ashrae_90_1_2013.spc_typ.json +121 -121
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.energy_recovery.json +420 -84
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.furnaces.json +26 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.prototype_inputs.json +12 -12
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.refrigeration_system.json +0 -8
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.spc_typ.json +475 -335
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.unitary_acs.json +69 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.AirLoopHVAC.rb +40 -50
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.AirTerminalSingleDuctVAVReheat.rb +3 -2
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.CoolingTower.rb +5 -8
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.CoolingTowerVariableSpeed.rb +2 -3
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.FanVariableVolume.rb +2 -2
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.Space.rb +8 -5
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.ThermalZone.rb +2 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.ZoneHVACComponent.rb +1 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.rb +4 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/comstock_ashrae_90_1_2016/comstock_ashrae_90_1_2016.rb +4 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/comstock_ashrae_90_1_2016/data/ashrae_90_1.schedules.json +696 -2938
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/comstock_ashrae_90_1_2016/data/comstock_ashrae_90_1_2016.ext_ltg.json +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/comstock_ashrae_90_1_2016/data/comstock_ashrae_90_1_2016.spc_typ.json +152 -128
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.energy_recovery.json +488 -84
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.furnaces.json +26 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.spc_typ.json +47 -47
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.unitary_acs.json +69 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.AirLoopHVAC.rb +342 -56
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.AirTerminalSingleDuctVAVReheat.rb +3 -2
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.CoolingTower.rb +5 -8
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.CoolingTowerVariableSpeed.rb +2 -3
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.FanVariableVolume.rb +2 -2
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.Space.rb +25 -5
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.ThermalZone.rb +2 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.ZoneHVACComponent.rb +30 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.rb +4 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/comstock_ashrae_90_1_2019/comstock_ashrae_90_1_2019.rb +4 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/comstock_ashrae_90_1_2019/data/ashrae_90_1.schedules.json +696 -2938
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/comstock_ashrae_90_1_2019/data/comstock_ashrae_90_1_2019.ext_ltg.json +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/comstock_ashrae_90_1_2019/data/comstock_ashrae_90_1_2019.spc_typ.json +151 -127
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.boilers.json +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.energy_recovery.json +2307 -101
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.furnaces.json +26 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.refrigeration_compressors.json +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.spc_typ.json +47 -47
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.unitary_acs.json +69 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/data/ashrae_90_1.curves.json +25 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/data/ashrae_90_1.schedules.json +286 -224
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/comstock_doe_ref_1980_2004/comstock_doe_ref_1980_2004.rb +4 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/comstock_doe_ref_1980_2004/data/ashrae_90_1.schedules.json +696 -2938
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/comstock_doe_ref_1980_2004/data/comstock_doe_ref_1980_2004.ext_ltg.json +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/comstock_doe_ref_1980_2004/data/comstock_doe_ref_1980_2004.spc_typ.json +126 -126
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.furnaces.json +26 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.prototype_inputs.json +11 -11
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.refrigeration_system.json +0 -8
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.spc_typ.json +405 -393
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/doe_ref_1980_2004.AirLoopHVAC.rb +15 -11
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/doe_ref_1980_2004.Model.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/doe_ref_1980_2004.PlantLoop.rb +3 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/doe_ref_1980_2004.rb +4 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/comstock_doe_ref_pre_1980/comstock_doe_ref_pre_1980.rb +4 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/comstock_doe_ref_pre_1980/data/ashrae_90_1.schedules.json +696 -2938
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/comstock_doe_ref_pre_1980/data/comstock_doe_ref_pre_1980.spc_typ.json +121 -121
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.furnaces.json +37 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.prototype_inputs.json +11 -11
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.refrigeration_system.json +0 -8
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.spc_typ.json +403 -391
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/doe_ref_pre_1980.AirLoopHVAC.rb +15 -11
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/doe_ref_pre_1980.Model.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/doe_ref_pre_1980.PlantLoop.rb +3 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/doe_ref_pre_1980.rb +4 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/data/nrel_zne_ready_2017.furnaces.json +15 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.AirLoopHVAC.rb +64 -42
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.AirTerminalSingleDuctVAVReheat.rb +3 -2
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.CoolingTower.rb +5 -8
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.CoolingTowerVariableSpeed.rb +2 -3
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.FanVariableVolume.rb +2 -2
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.HeatExchangerSensLat.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.Model.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.PlantLoop.rb +4 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.Space.rb +5 -3
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.ZoneHVACComponent.rb +3 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.rb +4 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/data/ze_aedg_multifamily.furnaces.json +15 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.AirLoopHVAC.rb +61 -36
- data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.AirTerminalSingleDuctVAVReheat.rb +3 -2
- data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.CoolingTower.rb +5 -8
- data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.CoolingTowerVariableSpeed.rb +2 -3
- data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.FanVariableVolume.rb +2 -2
- data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.HeatExchangerSensLat.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.Model.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.PlantLoop.rb +4 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.Space.rb +6 -4
- data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.ZoneHVACComponent.rb +3 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.rb +4 -0
- data/lib/openstudio-standards/standards/cbes/cbes.AirLoopHVAC.rb +20 -14
- data/lib/openstudio-standards/standards/cbes/cbes.PlantLoop.rb +3 -0
- data/lib/openstudio-standards/standards/cbes/cbes.rb +4 -0
- data/lib/openstudio-standards/standards/cbes/cbes_pre_1978/cbes_pre_1978.rb +4 -0
- data/lib/openstudio-standards/standards/cbes/cbes_t24_1978/cbes_t24_1978.rb +4 -0
- data/lib/openstudio-standards/standards/cbes/cbes_t24_1992/cbes_t24_1992.rb +4 -0
- data/lib/openstudio-standards/standards/cbes/cbes_t24_2001/cbes_t24_2001.rb +4 -0
- data/lib/openstudio-standards/standards/cbes/cbes_t24_2005/cbes_t24_2005.rb +4 -0
- data/lib/openstudio-standards/standards/cbes/cbes_t24_2008/cbes_t24_2008.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer.AirLoopHVAC.rb +10 -5
- data/lib/openstudio-standards/standards/deer/deer.PlanarSurface.rb +1 -1
- data/lib/openstudio-standards/standards/deer/deer.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_1985/comstock_deer_1985/comstock_deer_1985.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_1985/comstock_deer_1985/data/comstock_deer_1985.ext_ltg.json +2 -2
- data/lib/openstudio-standards/standards/deer/deer_1985/deer_1985.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_1996/comstock_deer_1996/comstock_deer_1996.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_1996/comstock_deer_1996/data/comstock_deer_1996.ext_ltg.json +2 -2
- data/lib/openstudio-standards/standards/deer/deer_1996/deer_1996.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2003/comstock_deer_2003/comstock_deer_2003.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2003/comstock_deer_2003/data/comstock_deer_2003.ext_ltg.json +2 -2
- data/lib/openstudio-standards/standards/deer/deer_2003/deer_2003.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2007/comstock_deer_2007/comstock_deer_2007.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2007/comstock_deer_2007/data/comstock_deer_2007.ext_ltg.json +2 -2
- data/lib/openstudio-standards/standards/deer/deer_2007/deer_2007.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2011/comstock_deer_2011/comstock_deer_2011.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2011/comstock_deer_2011/data/comstock_deer_2011.ext_ltg.json +2 -2
- data/lib/openstudio-standards/standards/deer/deer_2011/deer_2011.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2014/comstock_deer_2014/comstock_deer_2014.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2014/comstock_deer_2014/data/comstock_deer_2014.ext_ltg.json +2 -2
- data/lib/openstudio-standards/standards/deer/deer_2014/deer_2014.Space.rb +5 -3
- data/lib/openstudio-standards/standards/deer/deer_2014/deer_2014.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2015/comstock_deer_2015/comstock_deer_2015.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2015/comstock_deer_2015/data/comstock_deer_2015.ext_ltg.json +2 -2
- data/lib/openstudio-standards/standards/deer/deer_2015/deer_2015.Space.rb +5 -3
- data/lib/openstudio-standards/standards/deer/deer_2015/deer_2015.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2017/comstock_deer_2017/comstock_deer_2017.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2017/comstock_deer_2017/data/comstock_deer_2017.ext_ltg.json +2 -2
- data/lib/openstudio-standards/standards/deer/deer_2017/deer_2017.Space.rb +5 -3
- data/lib/openstudio-standards/standards/deer/deer_2017/deer_2017.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2020/comstock_deer_2020/comstock_deer_2020.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2020/deer_2020.AirLoopHVAC.rb +9 -5
- data/lib/openstudio-standards/standards/deer/deer_2020/deer_2020.FanVariableVolume.rb +3 -0
- data/lib/openstudio-standards/standards/deer/deer_2020/deer_2020.Space.rb +5 -3
- data/lib/openstudio-standards/standards/deer/deer_2020/deer_2020.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2025/comstock_deer_2025/comstock_deer_2025.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2025/deer_2025.AirLoopHVAC.rb +9 -5
- data/lib/openstudio-standards/standards/deer/deer_2025/deer_2025.FanVariableVolume.rb +3 -0
- data/lib/openstudio-standards/standards/deer/deer_2025/deer_2025.Space.rb +5 -3
- data/lib/openstudio-standards/standards/deer/deer_2025/deer_2025.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2030/comstock_deer_2030/comstock_deer_2030.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2030/deer_2030.AirLoopHVAC.rb +9 -5
- data/lib/openstudio-standards/standards/deer/deer_2030/deer_2030.FanVariableVolume.rb +3 -0
- data/lib/openstudio-standards/standards/deer/deer_2030/deer_2030.Space.rb +5 -3
- data/lib/openstudio-standards/standards/deer/deer_2030/deer_2030.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2035/comstock_deer_2035/comstock_deer_2035.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2035/deer_2035.AirLoopHVAC.rb +9 -5
- data/lib/openstudio-standards/standards/deer/deer_2035/deer_2035.FanVariableVolume.rb +3 -0
- data/lib/openstudio-standards/standards/deer/deer_2035/deer_2035.Space.rb +5 -3
- data/lib/openstudio-standards/standards/deer/deer_2035/deer_2035.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2040/comstock_deer_2040/comstock_deer_2040.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2040/deer_2040.AirLoopHVAC.rb +9 -5
- data/lib/openstudio-standards/standards/deer/deer_2040/deer_2040.FanVariableVolume.rb +3 -0
- data/lib/openstudio-standards/standards/deer/deer_2040/deer_2040.Space.rb +5 -3
- data/lib/openstudio-standards/standards/deer/deer_2040/deer_2040.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2045/comstock_deer_2045/comstock_deer_2045.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2045/deer_2045.AirLoopHVAC.rb +9 -5
- data/lib/openstudio-standards/standards/deer/deer_2045/deer_2045.FanVariableVolume.rb +3 -0
- data/lib/openstudio-standards/standards/deer/deer_2045/deer_2045.Space.rb +5 -3
- data/lib/openstudio-standards/standards/deer/deer_2045/deer_2045.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2050/comstock_deer_2050/comstock_deer_2050.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2050/deer_2050.AirLoopHVAC.rb +9 -5
- data/lib/openstudio-standards/standards/deer/deer_2050/deer_2050.FanVariableVolume.rb +3 -0
- data/lib/openstudio-standards/standards/deer/deer_2050/deer_2050.Space.rb +5 -3
- data/lib/openstudio-standards/standards/deer/deer_2050/deer_2050.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2055/comstock_deer_2055/comstock_deer_2055.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2055/deer_2055.AirLoopHVAC.rb +9 -5
- data/lib/openstudio-standards/standards/deer/deer_2055/deer_2055.FanVariableVolume.rb +3 -0
- data/lib/openstudio-standards/standards/deer/deer_2055/deer_2055.Space.rb +5 -3
- data/lib/openstudio-standards/standards/deer/deer_2055/deer_2055.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2060/comstock_deer_2060/comstock_deer_2060.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2060/deer_2060.AirLoopHVAC.rb +9 -5
- data/lib/openstudio-standards/standards/deer/deer_2060/deer_2060.FanVariableVolume.rb +3 -0
- data/lib/openstudio-standards/standards/deer/deer_2060/deer_2060.Space.rb +5 -3
- data/lib/openstudio-standards/standards/deer/deer_2060/deer_2060.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2065/comstock_deer_2065/comstock_deer_2065.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2065/deer_2065.AirLoopHVAC.rb +9 -5
- data/lib/openstudio-standards/standards/deer/deer_2065/deer_2065.FanVariableVolume.rb +3 -0
- data/lib/openstudio-standards/standards/deer/deer_2065/deer_2065.Space.rb +5 -3
- data/lib/openstudio-standards/standards/deer/deer_2065/deer_2065.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2070/comstock_deer_2070/comstock_deer_2070.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2070/deer_2070.AirLoopHVAC.rb +9 -5
- data/lib/openstudio-standards/standards/deer/deer_2070/deer_2070.FanVariableVolume.rb +3 -0
- data/lib/openstudio-standards/standards/deer/deer_2070/deer_2070.Space.rb +5 -3
- data/lib/openstudio-standards/standards/deer/deer_2070/deer_2070.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2075/comstock_deer_2075/comstock_deer_2075.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2075/deer_2075.AirLoopHVAC.rb +9 -5
- data/lib/openstudio-standards/standards/deer/deer_2075/deer_2075.FanVariableVolume.rb +3 -0
- data/lib/openstudio-standards/standards/deer/deer_2075/deer_2075.Space.rb +5 -3
- data/lib/openstudio-standards/standards/deer/deer_2075/deer_2075.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_pre_1975/comstock_deer_pre_1975/comstock_deer_pre_1975.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_pre_1975/comstock_deer_pre_1975/data/comstock_deer_pre_1975.ext_ltg.json +2 -2
- data/lib/openstudio-standards/standards/deer/deer_pre_1975/deer_pre_1975.rb +4 -0
- data/lib/openstudio-standards/standards/icc_iecc/icc_iecc_2015/icc_iecc_2015.rb +4 -0
- data/lib/openstudio-standards/standards/necb/BTAP1980TO2010/btap_1980to2010.rb +6 -28
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/btap_pre1980.rb +25 -110
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/building_envelope.rb +45 -60
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_system_3_and_8_single_speed.rb +19 -23
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_system_4.rb +84 -83
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_system_6.rb +52 -47
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_systems.rb +43 -40
- data/lib/openstudio-standards/standards/necb/ECMS/data/boiler_set.json +18 -0
- data/lib/openstudio-standards/standards/necb/ECMS/data/chiller_set.json +211 -0
- data/lib/openstudio-standards/standards/necb/ECMS/data/curves.json +1195 -20
- data/lib/openstudio-standards/standards/necb/ECMS/data/furnace_set.json +18 -0
- data/lib/openstudio-standards/standards/necb/ECMS/data/heat_pumps.json +244 -182
- data/lib/openstudio-standards/standards/necb/ECMS/data/heat_pumps_heating.json +232 -185
- data/lib/openstudio-standards/standards/necb/ECMS/data/shw_set.json +20 -2
- data/lib/openstudio-standards/standards/necb/ECMS/ecms.rb +18 -25
- data/lib/openstudio-standards/standards/necb/ECMS/erv.rb +12 -13
- data/lib/openstudio-standards/standards/necb/ECMS/hvac_systems.rb +1647 -466
- data/lib/openstudio-standards/standards/necb/ECMS/loads.rb +93 -0
- data/lib/openstudio-standards/standards/necb/ECMS/nv.rb +40 -47
- data/lib/openstudio-standards/standards/necb/ECMS/pv_ground.rb +26 -25
- data/lib/openstudio-standards/standards/necb/NECB2011/autozone.rb +303 -305
- data/lib/openstudio-standards/standards/necb/NECB2011/beps_compliance_path.rb +45 -45
- data/lib/openstudio-standards/standards/necb/NECB2011/building_envelope.rb +90 -120
- data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/Hospital.osm +1176 -1115
- data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/LowriseApartment.osm +8279 -28923
- data/lib/openstudio-standards/standards/necb/NECB2011/data/space_types.json +1173 -1173
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_1_multi_speed.rb +15 -13
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_1_single_speed.rb +32 -29
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_2_and_5.rb +25 -26
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_3_and_8_multi_speed.rb +14 -14
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_3_and_8_single_speed.rb +24 -29
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_4.rb +85 -84
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_6.rb +41 -42
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_systems.rb +209 -197
- data/lib/openstudio-standards/standards/necb/NECB2011/lighting.rb +87 -82
- data/lib/openstudio-standards/standards/necb/NECB2011/necb_2011.rb +510 -406
- data/lib/openstudio-standards/standards/necb/NECB2011/nv.md +3 -3
- data/lib/openstudio-standards/standards/necb/NECB2011/qaqc/necb_qaqc.rb +686 -683
- data/lib/openstudio-standards/standards/necb/NECB2011/service_water_heating.rb +129 -82
- data/lib/openstudio-standards/standards/necb/NECB2015/data/space_types.json +1608 -1608
- data/lib/openstudio-standards/standards/necb/NECB2015/hvac_systems.rb +25 -18
- data/lib/openstudio-standards/standards/necb/NECB2015/lighting.rb +73 -67
- data/lib/openstudio-standards/standards/necb/NECB2015/necb_2015.rb +18 -22
- data/lib/openstudio-standards/standards/necb/NECB2015/qaqc/necb_2015_qaqc.rb +59 -63
- data/lib/openstudio-standards/standards/necb/NECB2017/data/space_types.json +1608 -1608
- data/lib/openstudio-standards/standards/necb/NECB2017/hvac_systems.rb +1 -4
- data/lib/openstudio-standards/standards/necb/NECB2017/necb_2017.rb +10 -14
- data/lib/openstudio-standards/standards/necb/NECB2020/building_envelope.rb +779 -0
- data/lib/openstudio-standards/standards/necb/NECB2020/data/boilers.json +122 -0
- data/lib/openstudio-standards/standards/necb/NECB2020/data/chillers.json +335 -0
- data/lib/openstudio-standards/standards/necb/NECB2020/data/constants.json +13 -0
- data/lib/openstudio-standards/standards/necb/NECB2020/data/furnaces.json +41 -0
- data/lib/openstudio-standards/standards/necb/NECB2020/data/heat_pumps.json +452 -0
- data/lib/openstudio-standards/standards/necb/NECB2020/data/heat_pumps_heating.json +164 -0
- data/lib/openstudio-standards/standards/necb/NECB2020/data/heat_rejection.json +228 -0
- data/lib/openstudio-standards/standards/necb/NECB2020/data/led_lighting_data.json +2883 -0
- data/lib/openstudio-standards/standards/necb/NECB2020/data/space_types.json +25851 -0
- data/lib/openstudio-standards/standards/necb/NECB2020/data/surface_thermal_transmittance.json +60 -0
- data/lib/openstudio-standards/standards/necb/NECB2020/data/unitary_acs.json +585 -0
- data/lib/openstudio-standards/standards/necb/NECB2020/necb_2020.rb +175 -0
- data/lib/openstudio-standards/standards/necb/common/bc_step_code_indicators.md +10 -0
- data/lib/openstudio-standards/standards/necb/common/btap_data.rb +1963 -0
- data/lib/openstudio-standards/standards/necb/common/btap_datapoint.rb +410 -0
- data/lib/openstudio-standards/standards/necb/common/neb_end_use_prices.csv +42 -0
- data/lib/openstudio-standards/standards/necb/common/necb_reference_runs.csv +28705 -0
- data/lib/openstudio-standards/standards/necb/common/phius.md +23 -0
- data/lib/openstudio-standards/standards/necb/common/space_type_upgrade_map.json +1158 -386
- data/lib/openstudio-standards/standards/oeesc/oeesc_2014/oeesc_2014.rb +4 -0
- data/lib/openstudio-standards/standards/standard.rb +2 -1
- data/lib/openstudio-standards/utilities/define_thermal_zone_and_mulitpliers.rb +1 -1
- data/lib/openstudio-standards/utilities/logging.rb +6 -0
- data/lib/openstudio-standards/utilities/simulation.rb +30 -14
- data/lib/openstudio-standards/utilities/{speacetype_map_converter.rb → spacetype_map_converter.rb} +0 -0
- data/lib/openstudio-standards/utilities/sqlfile.rb +112 -71
- data/lib/openstudio-standards/version.rb +2 -2
- data/lib/openstudio-standards/weather/Weather.Model.rb +209 -9
- data/lib/openstudio-standards/weather/Weather.stat_file.rb +1 -1
- data/lib/openstudio-standards.rb +9 -0
- metadata +106 -205
- data/data/standards/OpenStudio_Standards-ashrae_90_1-ALL-comstock(space_types).xlsx +0 -0
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.boilers.json +0 -49
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.chillers.json +0 -293
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.construction_properties.json +0 -25426
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.construction_sets.json +0 -1600
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.economizers.json +0 -564
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.elevators.json +0 -349
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.ext_ltg.json +0 -164
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.ground_temperatures.json +0 -10663
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.heat_pumps.json +0 -508
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.heat_pumps_heating.json +0 -156
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.heat_rejection.json +0 -44
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.motors.json +0 -184
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.prototype_inputs.json +0 -3094
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.ref_cases.json +0 -829
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.ref_lnup.json +0 -562
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.refrigeration_compressors.json +0 -52
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.refrigeration_condenser.json +0 -220
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.refrigeration_system.json +0 -156
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.refrigeration_walkins.json +0 -1316
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.spc_typ.json +0 -21446
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.unitary_acs.json +0 -554
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.water_heaters.json +0 -68
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.water_source_heat_pumps.json +0 -28
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.water_source_heat_pumps_heating.json +0 -12
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.boilers.json +0 -49
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.chillers.json +0 -293
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.construction_properties.json +0 -12487
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.construction_sets.json +0 -1600
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.economizers.json +0 -564
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.elevators.json +0 -349
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.ext_ltg.json +0 -164
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.ground_temperatures.json +0 -10663
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.heat_pumps.json +0 -466
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.heat_pumps_heating.json +0 -137
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.heat_rejection.json +0 -44
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.motors.json +0 -184
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.prototype_inputs.json +0 -3094
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.ref_cases.json +0 -829
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.ref_lnup.json +0 -562
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.refrigeration_compressors.json +0 -52
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.refrigeration_condenser.json +0 -220
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.refrigeration_system.json +0 -156
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.refrigeration_walkins.json +0 -1316
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.spc_typ.json +0 -21380
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.unitary_acs.json +0 -554
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.water_heaters.json +0 -68
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.water_source_heat_pumps.json +0 -28
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.water_source_heat_pumps_heating.json +0 -12
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.boilers.json +0 -49
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.chillers.json +0 -395
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.construction_properties.json +0 -12487
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.construction_sets.json +0 -1600
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.economizers.json +0 -592
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.elevators.json +0 -349
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.energy_recovery.json +0 -550
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.ext_ltg.json +0 -164
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.ground_temperatures.json +0 -10663
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.heat_pumps.json +0 -466
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.heat_pumps_heating.json +0 -137
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.heat_rejection.json +0 -44
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.motors.json +0 -238
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.prototype_inputs.json +0 -3094
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.ref_cases.json +0 -829
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.ref_lnup.json +0 -562
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.refrigeration_compressors.json +0 -52
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.refrigeration_condenser.json +0 -220
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.refrigeration_system.json +0 -156
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.refrigeration_walkins.json +0 -1316
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.spc_typ.json +0 -21548
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.unitary_acs.json +0 -554
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.water_heaters.json +0 -68
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.water_source_heat_pumps.json +0 -28
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.water_source_heat_pumps_heating.json +0 -12
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.boilers.json +0 -64
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.chillers.json +0 -871
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.construction_properties.json +0 -12487
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.construction_sets.json +0 -1600
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.economizers.json +0 -592
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.elevators.json +0 -349
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.energy_recovery.json +0 -1096
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.ext_ltg.json +0 -164
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.ground_temperatures.json +0 -10663
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.heat_pumps.json +0 -886
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.heat_pumps_heating.json +0 -194
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.heat_rejection.json +0 -44
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.motors.json +0 -247
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.prototype_inputs.json +0 -3094
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.ref_cases.json +0 -829
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.ref_lnup.json +0 -562
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.refrigeration_compressors.json +0 -52
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.refrigeration_condenser.json +0 -220
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.refrigeration_system.json +0 -156
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.refrigeration_walkins.json +0 -1316
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.spc_typ.json +0 -22079
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.unitary_acs.json +0 -994
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.water_heaters.json +0 -68
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.water_source_heat_pumps.json +0 -28
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.water_source_heat_pumps_heating.json +0 -12
- data/lib/openstudio-standards/utilities/convert_costing_constructions.rb +0 -105
|
@@ -16,7 +16,9 @@
|
|
|
16
16
|
"NECB2015_building_type": "Automotive facility",
|
|
17
17
|
"NECB2015_space_type": "WholeBuilding",
|
|
18
18
|
"NECB2017_building_type": "Automotive facility",
|
|
19
|
-
"NECB2017_space_type": "WholeBuilding"
|
|
19
|
+
"NECB2017_space_type": "WholeBuilding",
|
|
20
|
+
"NECB2020_building_type": "Automotive facility",
|
|
21
|
+
"NECB2020_space_type": "WholeBuilding"
|
|
20
22
|
},
|
|
21
23
|
{
|
|
22
24
|
"BTAPPRE1980_building_type": "Convention centre",
|
|
@@ -28,7 +30,9 @@
|
|
|
28
30
|
"NECB2015_building_type": "Convention centre",
|
|
29
31
|
"NECB2015_space_type": "WholeBuilding",
|
|
30
32
|
"NECB2017_building_type": "Convention centre",
|
|
31
|
-
"NECB2017_space_type": "WholeBuilding"
|
|
33
|
+
"NECB2017_space_type": "WholeBuilding",
|
|
34
|
+
"NECB2020_building_type": "Convention centre",
|
|
35
|
+
"NECB2020_space_type": "WholeBuilding"
|
|
32
36
|
},
|
|
33
37
|
{
|
|
34
38
|
"BTAPPRE1980_building_type": "Courthouse",
|
|
@@ -40,7 +44,9 @@
|
|
|
40
44
|
"NECB2015_building_type": "Courthouse",
|
|
41
45
|
"NECB2015_space_type": "WholeBuilding",
|
|
42
46
|
"NECB2017_building_type": "Courthouse",
|
|
43
|
-
"NECB2017_space_type": "WholeBuilding"
|
|
47
|
+
"NECB2017_space_type": "WholeBuilding",
|
|
48
|
+
"NECB2020_building_type": "Courthouse",
|
|
49
|
+
"NECB2020_space_type": "WholeBuilding"
|
|
44
50
|
},
|
|
45
51
|
{
|
|
46
52
|
"BTAPPRE1980_building_type": "Dining - bar/lounge",
|
|
@@ -52,7 +58,9 @@
|
|
|
52
58
|
"NECB2015_building_type": "Dining - bar lounge/leisure",
|
|
53
59
|
"NECB2015_space_type": "WholeBuilding",
|
|
54
60
|
"NECB2017_building_type": "Dining - bar lounge/leisure",
|
|
55
|
-
"NECB2017_space_type": "WholeBuilding"
|
|
61
|
+
"NECB2017_space_type": "WholeBuilding",
|
|
62
|
+
"NECB2020_building_type": "Dining - bar lounge/leisure",
|
|
63
|
+
"NECB2020_space_type": "WholeBuilding"
|
|
56
64
|
},
|
|
57
65
|
{
|
|
58
66
|
"BTAPPRE1980_building_type": "Dining - cafeteria",
|
|
@@ -64,7 +72,9 @@
|
|
|
64
72
|
"NECB2015_building_type": "Dining - cafeteria/fast food",
|
|
65
73
|
"NECB2015_space_type": "WholeBuilding",
|
|
66
74
|
"NECB2017_building_type": "Dining - cafeteria/fast food",
|
|
67
|
-
"NECB2017_space_type": "WholeBuilding"
|
|
75
|
+
"NECB2017_space_type": "WholeBuilding",
|
|
76
|
+
"NECB2020_building_type": "Dining - cafeteria/fast food",
|
|
77
|
+
"NECB2020_space_type": "WholeBuilding"
|
|
68
78
|
},
|
|
69
79
|
{
|
|
70
80
|
"BTAPPRE1980_building_type": "Dining - family",
|
|
@@ -76,7 +86,9 @@
|
|
|
76
86
|
"NECB2015_building_type": "Dining - family",
|
|
77
87
|
"NECB2015_space_type": "WholeBuilding",
|
|
78
88
|
"NECB2017_building_type": "Dining - family",
|
|
79
|
-
"NECB2017_space_type": "WholeBuilding"
|
|
89
|
+
"NECB2017_space_type": "WholeBuilding",
|
|
90
|
+
"NECB2020_building_type": "Dining - family",
|
|
91
|
+
"NECB2020_space_type": "WholeBuilding"
|
|
80
92
|
},
|
|
81
93
|
{
|
|
82
94
|
"BTAPPRE1980_building_type": "Dormitory",
|
|
@@ -88,7 +100,9 @@
|
|
|
88
100
|
"NECB2015_building_type": "Dormitory",
|
|
89
101
|
"NECB2015_space_type": "WholeBuilding",
|
|
90
102
|
"NECB2017_building_type": "Dormitory",
|
|
91
|
-
"NECB2017_space_type": "WholeBuilding"
|
|
103
|
+
"NECB2017_space_type": "WholeBuilding",
|
|
104
|
+
"NECB2020_building_type": "Dormitory",
|
|
105
|
+
"NECB2020_space_type": "WholeBuilding"
|
|
92
106
|
},
|
|
93
107
|
{
|
|
94
108
|
"BTAPPRE1980_building_type": "Exercise centre",
|
|
@@ -100,7 +114,9 @@
|
|
|
100
114
|
"NECB2015_building_type": "Exercise centre",
|
|
101
115
|
"NECB2015_space_type": "WholeBuilding",
|
|
102
116
|
"NECB2017_building_type": "Exercise centre",
|
|
103
|
-
"NECB2017_space_type": "WholeBuilding"
|
|
117
|
+
"NECB2017_space_type": "WholeBuilding",
|
|
118
|
+
"NECB2020_building_type": "Exercise centre",
|
|
119
|
+
"NECB2020_space_type": "WholeBuilding"
|
|
104
120
|
},
|
|
105
121
|
{
|
|
106
122
|
"BTAPPRE1980_building_type": "Fire station",
|
|
@@ -112,7 +128,9 @@
|
|
|
112
128
|
"NECB2015_building_type": "Fire station",
|
|
113
129
|
"NECB2015_space_type": "WholeBuilding",
|
|
114
130
|
"NECB2017_building_type": "Fire station",
|
|
115
|
-
"NECB2017_space_type": "WholeBuilding"
|
|
131
|
+
"NECB2017_space_type": "WholeBuilding",
|
|
132
|
+
"NECB2020_building_type": "Fire station",
|
|
133
|
+
"NECB2020_space_type": "WholeBuilding"
|
|
116
134
|
},
|
|
117
135
|
{
|
|
118
136
|
"BTAPPRE1980_building_type": "Gymnasium",
|
|
@@ -124,7 +142,9 @@
|
|
|
124
142
|
"NECB2015_building_type": "Gymnasium",
|
|
125
143
|
"NECB2015_space_type": "WholeBuilding",
|
|
126
144
|
"NECB2017_building_type": "Gymnasium",
|
|
127
|
-
"NECB2017_space_type": "WholeBuilding"
|
|
145
|
+
"NECB2017_space_type": "WholeBuilding",
|
|
146
|
+
"NECB2020_building_type": "Gymnasium",
|
|
147
|
+
"NECB2020_space_type": "WholeBuilding"
|
|
128
148
|
},
|
|
129
149
|
{
|
|
130
150
|
"BTAPPRE1980_building_type": "Health-care clinic",
|
|
@@ -136,7 +156,9 @@
|
|
|
136
156
|
"NECB2015_building_type": "Health care clinic",
|
|
137
157
|
"NECB2015_space_type": "WholeBuilding",
|
|
138
158
|
"NECB2017_building_type": "Health care clinic",
|
|
139
|
-
"NECB2017_space_type": "WholeBuilding"
|
|
159
|
+
"NECB2017_space_type": "WholeBuilding",
|
|
160
|
+
"NECB2020_building_type": "Health care clinic",
|
|
161
|
+
"NECB2020_space_type": "WholeBuilding"
|
|
140
162
|
},
|
|
141
163
|
{
|
|
142
164
|
"BTAPPRE1980_building_type": "Hospital",
|
|
@@ -148,7 +170,9 @@
|
|
|
148
170
|
"NECB2015_building_type": "Hospital",
|
|
149
171
|
"NECB2015_space_type": "WholeBuilding",
|
|
150
172
|
"NECB2017_building_type": "Hospital",
|
|
151
|
-
"NECB2017_space_type": "WholeBuilding"
|
|
173
|
+
"NECB2017_space_type": "WholeBuilding",
|
|
174
|
+
"NECB2020_building_type": "Hospital",
|
|
175
|
+
"NECB2020_space_type": "WholeBuilding"
|
|
152
176
|
},
|
|
153
177
|
{
|
|
154
178
|
"BTAPPRE1980_building_type": "Hotel",
|
|
@@ -160,7 +184,9 @@
|
|
|
160
184
|
"NECB2015_building_type": "Hotel/Motel",
|
|
161
185
|
"NECB2015_space_type": "WholeBuilding",
|
|
162
186
|
"NECB2017_building_type": "Hotel/Motel",
|
|
163
|
-
"NECB2017_space_type": "WholeBuilding"
|
|
187
|
+
"NECB2017_space_type": "WholeBuilding",
|
|
188
|
+
"NECB2020_building_type": "Hotel/Motel",
|
|
189
|
+
"NECB2020_space_type": "WholeBuilding"
|
|
164
190
|
},
|
|
165
191
|
{
|
|
166
192
|
"BTAPPRE1980_building_type": "Motel",
|
|
@@ -172,7 +198,9 @@
|
|
|
172
198
|
"NECB2015_building_type": "Hotel/Motel",
|
|
173
199
|
"NECB2015_space_type": "WholeBuilding",
|
|
174
200
|
"NECB2017_building_type": "Hotel/Motel",
|
|
175
|
-
"NECB2017_space_type": "WholeBuilding"
|
|
201
|
+
"NECB2017_space_type": "WholeBuilding",
|
|
202
|
+
"NECB2020_building_type": "Hotel/Motel",
|
|
203
|
+
"NECB2020_space_type": "WholeBuilding"
|
|
176
204
|
},
|
|
177
205
|
{
|
|
178
206
|
"BTAPPRE1980_building_type": "Library",
|
|
@@ -184,7 +212,9 @@
|
|
|
184
212
|
"NECB2015_building_type": "Library",
|
|
185
213
|
"NECB2015_space_type": "WholeBuilding",
|
|
186
214
|
"NECB2017_building_type": "Library",
|
|
187
|
-
"NECB2017_space_type": "WholeBuilding"
|
|
215
|
+
"NECB2017_space_type": "WholeBuilding",
|
|
216
|
+
"NECB2020_building_type": "Library",
|
|
217
|
+
"NECB2020_space_type": "WholeBuilding"
|
|
188
218
|
},
|
|
189
219
|
{
|
|
190
220
|
"BTAPPRE1980_building_type": "Manufacturing facility",
|
|
@@ -196,7 +226,9 @@
|
|
|
196
226
|
"NECB2015_building_type": "Manufacturing facility",
|
|
197
227
|
"NECB2015_space_type": "WholeBuilding",
|
|
198
228
|
"NECB2017_building_type": "Manufacturing facility",
|
|
199
|
-
"NECB2017_space_type": "WholeBuilding"
|
|
229
|
+
"NECB2017_space_type": "WholeBuilding",
|
|
230
|
+
"NECB2020_building_type": "Manufacturing facility",
|
|
231
|
+
"NECB2020_space_type": "WholeBuilding"
|
|
200
232
|
},
|
|
201
233
|
{
|
|
202
234
|
"BTAPPRE1980_building_type": "Motion picture theatre",
|
|
@@ -208,7 +240,9 @@
|
|
|
208
240
|
"NECB2015_building_type": "Motion picture theatre",
|
|
209
241
|
"NECB2015_space_type": "WholeBuilding",
|
|
210
242
|
"NECB2017_building_type": "Motion picture theatre",
|
|
211
|
-
"NECB2017_space_type": "WholeBuilding"
|
|
243
|
+
"NECB2017_space_type": "WholeBuilding",
|
|
244
|
+
"NECB2020_building_type": "Motion picture theatre",
|
|
245
|
+
"NECB2020_space_type": "WholeBuilding"
|
|
212
246
|
},
|
|
213
247
|
{
|
|
214
248
|
"BTAPPRE1980_building_type": "Multi-unit residential",
|
|
@@ -220,7 +254,9 @@
|
|
|
220
254
|
"NECB2015_building_type": "Multi-unit residential building",
|
|
221
255
|
"NECB2015_space_type": "WholeBuilding",
|
|
222
256
|
"NECB2017_building_type": "Multi-unit residential building",
|
|
223
|
-
"NECB2017_space_type": "WholeBuilding"
|
|
257
|
+
"NECB2017_space_type": "WholeBuilding",
|
|
258
|
+
"NECB2020_building_type": "Multi-unit residential building",
|
|
259
|
+
"NECB2020_space_type": "WholeBuilding"
|
|
224
260
|
},
|
|
225
261
|
{
|
|
226
262
|
"BTAPPRE1980_building_type": "Museum",
|
|
@@ -232,7 +268,9 @@
|
|
|
232
268
|
"NECB2015_building_type": "Museum",
|
|
233
269
|
"NECB2015_space_type": "WholeBuilding",
|
|
234
270
|
"NECB2017_building_type": "Museum",
|
|
235
|
-
"NECB2017_space_type": "WholeBuilding"
|
|
271
|
+
"NECB2017_space_type": "WholeBuilding",
|
|
272
|
+
"NECB2020_building_type": "Museum",
|
|
273
|
+
"NECB2020_space_type": "WholeBuilding"
|
|
236
274
|
},
|
|
237
275
|
{
|
|
238
276
|
"BTAPPRE1980_building_type": "Office",
|
|
@@ -244,7 +282,9 @@
|
|
|
244
282
|
"NECB2015_building_type": "Office",
|
|
245
283
|
"NECB2015_space_type": "WholeBuilding",
|
|
246
284
|
"NECB2017_building_type": "Office",
|
|
247
|
-
"NECB2017_space_type": "WholeBuilding"
|
|
285
|
+
"NECB2017_space_type": "WholeBuilding",
|
|
286
|
+
"NECB2020_building_type": "Office",
|
|
287
|
+
"NECB2020_space_type": "WholeBuilding"
|
|
248
288
|
},
|
|
249
289
|
{
|
|
250
290
|
"BTAPPRE1980_building_type": "Penitentiary",
|
|
@@ -256,7 +296,9 @@
|
|
|
256
296
|
"NECB2015_building_type": "Penitentiary",
|
|
257
297
|
"NECB2015_space_type": "WholeBuilding",
|
|
258
298
|
"NECB2017_building_type": "Penitentiary",
|
|
259
|
-
"NECB2017_space_type": "WholeBuilding"
|
|
299
|
+
"NECB2017_space_type": "WholeBuilding",
|
|
300
|
+
"NECB2020_building_type": "Penitentiary",
|
|
301
|
+
"NECB2020_space_type": "WholeBuilding"
|
|
260
302
|
},
|
|
261
303
|
{
|
|
262
304
|
"BTAPPRE1980_building_type": "Performing arts theatre",
|
|
@@ -268,7 +310,9 @@
|
|
|
268
310
|
"NECB2015_building_type": "Performing arts theatre",
|
|
269
311
|
"NECB2015_space_type": "WholeBuilding",
|
|
270
312
|
"NECB2017_building_type": "Performing arts theatre",
|
|
271
|
-
"NECB2017_space_type": "WholeBuilding"
|
|
313
|
+
"NECB2017_space_type": "WholeBuilding",
|
|
314
|
+
"NECB2020_building_type": "Performing arts theatre",
|
|
315
|
+
"NECB2020_space_type": "WholeBuilding"
|
|
272
316
|
},
|
|
273
317
|
{
|
|
274
318
|
"BTAPPRE1980_building_type": "Police station",
|
|
@@ -280,7 +324,9 @@
|
|
|
280
324
|
"NECB2015_building_type": "Police station",
|
|
281
325
|
"NECB2015_space_type": "WholeBuilding",
|
|
282
326
|
"NECB2017_building_type": "Police station",
|
|
283
|
-
"NECB2017_space_type": "WholeBuilding"
|
|
327
|
+
"NECB2017_space_type": "WholeBuilding",
|
|
328
|
+
"NECB2020_building_type": "Police station",
|
|
329
|
+
"NECB2020_space_type": "WholeBuilding"
|
|
284
330
|
},
|
|
285
331
|
{
|
|
286
332
|
"BTAPPRE1980_building_type": "Post office",
|
|
@@ -292,7 +338,9 @@
|
|
|
292
338
|
"NECB2015_building_type": "Post office",
|
|
293
339
|
"NECB2015_space_type": "WholeBuilding",
|
|
294
340
|
"NECB2017_building_type": "Post office",
|
|
295
|
-
"NECB2017_space_type": "WholeBuilding"
|
|
341
|
+
"NECB2017_space_type": "WholeBuilding",
|
|
342
|
+
"NECB2020_building_type": "Post office",
|
|
343
|
+
"NECB2020_space_type": "WholeBuilding"
|
|
296
344
|
},
|
|
297
345
|
{
|
|
298
346
|
"BTAPPRE1980_building_type": "Religious",
|
|
@@ -304,7 +352,9 @@
|
|
|
304
352
|
"NECB2015_building_type": "Religious building",
|
|
305
353
|
"NECB2015_space_type": "WholeBuilding",
|
|
306
354
|
"NECB2017_building_type": "Religious building",
|
|
307
|
-
"NECB2017_space_type": "WholeBuilding"
|
|
355
|
+
"NECB2017_space_type": "WholeBuilding",
|
|
356
|
+
"NECB2020_building_type": "Religious building",
|
|
357
|
+
"NECB2020_space_type": "WholeBuilding"
|
|
308
358
|
},
|
|
309
359
|
{
|
|
310
360
|
"BTAPPRE1980_building_type": "Retail",
|
|
@@ -316,7 +366,9 @@
|
|
|
316
366
|
"NECB2015_building_type": "Retail area",
|
|
317
367
|
"NECB2015_space_type": "WholeBuilding",
|
|
318
368
|
"NECB2017_building_type": "Retail area",
|
|
319
|
-
"NECB2017_space_type": "WholeBuilding"
|
|
369
|
+
"NECB2017_space_type": "WholeBuilding",
|
|
370
|
+
"NECB2020_building_type": "Retail area",
|
|
371
|
+
"NECB2020_space_type": "WholeBuilding"
|
|
320
372
|
},
|
|
321
373
|
{
|
|
322
374
|
"BTAPPRE1980_building_type": "School/university",
|
|
@@ -328,7 +380,9 @@
|
|
|
328
380
|
"NECB2015_building_type": "School/university",
|
|
329
381
|
"NECB2015_space_type": "WholeBuilding",
|
|
330
382
|
"NECB2017_building_type": "School/university",
|
|
331
|
-
"NECB2017_space_type": "WholeBuilding"
|
|
383
|
+
"NECB2017_space_type": "WholeBuilding",
|
|
384
|
+
"NECB2020_building_type": "School/university",
|
|
385
|
+
"NECB2020_space_type": "WholeBuilding"
|
|
332
386
|
},
|
|
333
387
|
{
|
|
334
388
|
"BTAPPRE1980_building_type": "Sports arena",
|
|
@@ -340,7 +394,9 @@
|
|
|
340
394
|
"NECB2015_building_type": "Sports arena",
|
|
341
395
|
"NECB2015_space_type": "WholeBuilding",
|
|
342
396
|
"NECB2017_building_type": "Sports arena",
|
|
343
|
-
"NECB2017_space_type": "WholeBuilding"
|
|
397
|
+
"NECB2017_space_type": "WholeBuilding",
|
|
398
|
+
"NECB2020_building_type": "Sports arena",
|
|
399
|
+
"NECB2020_space_type": "WholeBuilding"
|
|
344
400
|
},
|
|
345
401
|
{
|
|
346
402
|
"BTAPPRE1980_building_type": "Parking garage",
|
|
@@ -352,7 +408,9 @@
|
|
|
352
408
|
"NECB2015_building_type": "Storage garage",
|
|
353
409
|
"NECB2015_space_type": "WholeBuilding",
|
|
354
410
|
"NECB2017_building_type": "Storage garage",
|
|
355
|
-
"NECB2017_space_type": "WholeBuilding"
|
|
411
|
+
"NECB2017_space_type": "WholeBuilding",
|
|
412
|
+
"NECB2020_building_type": "Storage garage",
|
|
413
|
+
"NECB2020_space_type": "WholeBuilding"
|
|
356
414
|
},
|
|
357
415
|
{
|
|
358
416
|
"BTAPPRE1980_building_type": "Town hall",
|
|
@@ -364,7 +422,9 @@
|
|
|
364
422
|
"NECB2015_building_type": "Town hall",
|
|
365
423
|
"NECB2015_space_type": "WholeBuilding",
|
|
366
424
|
"NECB2017_building_type": "Town hall",
|
|
367
|
-
"NECB2017_space_type": "WholeBuilding"
|
|
425
|
+
"NECB2017_space_type": "WholeBuilding",
|
|
426
|
+
"NECB2020_building_type": "Town hall",
|
|
427
|
+
"NECB2020_space_type": "WholeBuilding"
|
|
368
428
|
},
|
|
369
429
|
{
|
|
370
430
|
"BTAPPRE1980_building_type": "Transportation",
|
|
@@ -376,7 +436,9 @@
|
|
|
376
436
|
"NECB2015_building_type": "Transportation facility",
|
|
377
437
|
"NECB2015_space_type": "WholeBuilding",
|
|
378
438
|
"NECB2017_building_type": "Transportation facility",
|
|
379
|
-
"NECB2017_space_type": "WholeBuilding"
|
|
439
|
+
"NECB2017_space_type": "WholeBuilding",
|
|
440
|
+
"NECB2020_building_type": "Transportation facility",
|
|
441
|
+
"NECB2020_space_type": "WholeBuilding"
|
|
380
442
|
},
|
|
381
443
|
{
|
|
382
444
|
"BTAPPRE1980_building_type": "Warehouse",
|
|
@@ -388,7 +450,9 @@
|
|
|
388
450
|
"NECB2015_building_type": "Warehouse",
|
|
389
451
|
"NECB2015_space_type": "WholeBuilding",
|
|
390
452
|
"NECB2017_building_type": "Warehouse",
|
|
391
|
-
"NECB2017_space_type": "WholeBuilding"
|
|
453
|
+
"NECB2017_space_type": "WholeBuilding",
|
|
454
|
+
"NECB2020_building_type": "Warehouse",
|
|
455
|
+
"NECB2020_space_type": "WholeBuilding"
|
|
392
456
|
},
|
|
393
457
|
{
|
|
394
458
|
"BTAPPRE1980_building_type": "Warehouse - refrigerated",
|
|
@@ -400,7 +464,9 @@
|
|
|
400
464
|
"NECB2015_building_type": "Warehouse",
|
|
401
465
|
"NECB2015_space_type": "WholeBuilding",
|
|
402
466
|
"NECB2017_building_type": "Warehouse",
|
|
403
|
-
"NECB2017_space_type": "WholeBuilding"
|
|
467
|
+
"NECB2017_space_type": "WholeBuilding",
|
|
468
|
+
"NECB2020_building_type": "Warehouse",
|
|
469
|
+
"NECB2020_space_type": "WholeBuilding"
|
|
404
470
|
},
|
|
405
471
|
{
|
|
406
472
|
"BTAPPRE1980_building_type": "Workshop",
|
|
@@ -412,7 +478,9 @@
|
|
|
412
478
|
"NECB2015_building_type": "Workshop",
|
|
413
479
|
"NECB2015_space_type": "WholeBuilding",
|
|
414
480
|
"NECB2017_building_type": "Workshop",
|
|
415
|
-
"NECB2017_space_type": "WholeBuilding"
|
|
481
|
+
"NECB2017_space_type": "WholeBuilding",
|
|
482
|
+
"NECB2020_building_type": "Workshop",
|
|
483
|
+
"NECB2020_space_type": "WholeBuilding"
|
|
416
484
|
},
|
|
417
485
|
{
|
|
418
486
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -424,7 +492,9 @@
|
|
|
424
492
|
"NECB2015_building_type": "Space Function",
|
|
425
493
|
"NECB2015_space_type": "Atrium (height < 6m)-sch-A",
|
|
426
494
|
"NECB2017_building_type": "Space Function",
|
|
427
|
-
"NECB2017_space_type": "Atrium (height < 6m)-sch-A"
|
|
495
|
+
"NECB2017_space_type": "Atrium (height < 6m)-sch-A",
|
|
496
|
+
"NECB2020_building_type": "Space Function",
|
|
497
|
+
"NECB2020_space_type": "Atrium (height < 6m)-sch-A"
|
|
428
498
|
},
|
|
429
499
|
{
|
|
430
500
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -436,7 +506,9 @@
|
|
|
436
506
|
"NECB2015_building_type": "Space Function",
|
|
437
507
|
"NECB2015_space_type": "Atrium (height < 6m)-sch-B",
|
|
438
508
|
"NECB2017_building_type": "Space Function",
|
|
439
|
-
"NECB2017_space_type": "Atrium (height < 6m)-sch-B"
|
|
509
|
+
"NECB2017_space_type": "Atrium (height < 6m)-sch-B",
|
|
510
|
+
"NECB2020_building_type": "Space Function",
|
|
511
|
+
"NECB2020_space_type": "Atrium (height < 6m)-sch-B"
|
|
440
512
|
},
|
|
441
513
|
{
|
|
442
514
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -448,7 +520,9 @@
|
|
|
448
520
|
"NECB2015_building_type": "Space Function",
|
|
449
521
|
"NECB2015_space_type": "Atrium (height < 6m)-sch-C",
|
|
450
522
|
"NECB2017_building_type": "Space Function",
|
|
451
|
-
"NECB2017_space_type": "Atrium (height < 6m)-sch-C"
|
|
523
|
+
"NECB2017_space_type": "Atrium (height < 6m)-sch-C",
|
|
524
|
+
"NECB2020_building_type": "Space Function",
|
|
525
|
+
"NECB2020_space_type": "Atrium (height < 6m)-sch-C"
|
|
452
526
|
},
|
|
453
527
|
{
|
|
454
528
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -460,7 +534,9 @@
|
|
|
460
534
|
"NECB2015_building_type": "Space Function",
|
|
461
535
|
"NECB2015_space_type": "Atrium (height < 6m)-sch-D",
|
|
462
536
|
"NECB2017_building_type": "Space Function",
|
|
463
|
-
"NECB2017_space_type": "Atrium (height < 6m)-sch-D"
|
|
537
|
+
"NECB2017_space_type": "Atrium (height < 6m)-sch-D",
|
|
538
|
+
"NECB2020_building_type": "Space Function",
|
|
539
|
+
"NECB2020_space_type": "Atrium (height < 6m)-sch-D"
|
|
464
540
|
},
|
|
465
541
|
{
|
|
466
542
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -472,7 +548,9 @@
|
|
|
472
548
|
"NECB2015_building_type": "Space Function",
|
|
473
549
|
"NECB2015_space_type": "Atrium (height < 6m)-sch-E",
|
|
474
550
|
"NECB2017_building_type": "Space Function",
|
|
475
|
-
"NECB2017_space_type": "Atrium (height < 6m)-sch-E"
|
|
551
|
+
"NECB2017_space_type": "Atrium (height < 6m)-sch-E",
|
|
552
|
+
"NECB2020_building_type": "Space Function",
|
|
553
|
+
"NECB2020_space_type": "Atrium (height < 6m)-sch-E"
|
|
476
554
|
},
|
|
477
555
|
{
|
|
478
556
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -484,7 +562,9 @@
|
|
|
484
562
|
"NECB2015_building_type": "Space Function",
|
|
485
563
|
"NECB2015_space_type": "Atrium (height < 6m)-sch-F",
|
|
486
564
|
"NECB2017_building_type": "Space Function",
|
|
487
|
-
"NECB2017_space_type": "Atrium (height < 6m)-sch-F"
|
|
565
|
+
"NECB2017_space_type": "Atrium (height < 6m)-sch-F",
|
|
566
|
+
"NECB2020_building_type": "Space Function",
|
|
567
|
+
"NECB2020_space_type": "Atrium (height < 6m)-sch-F"
|
|
488
568
|
},
|
|
489
569
|
{
|
|
490
570
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -496,7 +576,9 @@
|
|
|
496
576
|
"NECB2015_building_type": "Space Function",
|
|
497
577
|
"NECB2015_space_type": "Atrium (height < 6m)-sch-G",
|
|
498
578
|
"NECB2017_building_type": "Space Function",
|
|
499
|
-
"NECB2017_space_type": "Atrium (height < 6m)-sch-G"
|
|
579
|
+
"NECB2017_space_type": "Atrium (height < 6m)-sch-G",
|
|
580
|
+
"NECB2020_building_type": "Space Function",
|
|
581
|
+
"NECB2020_space_type": "Atrium (height < 6m)-sch-G"
|
|
500
582
|
},
|
|
501
583
|
{
|
|
502
584
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -508,7 +590,9 @@
|
|
|
508
590
|
"NECB2015_building_type": "Space Function",
|
|
509
591
|
"NECB2015_space_type": "Atrium (height < 6m)-sch-H",
|
|
510
592
|
"NECB2017_building_type": "Space Function",
|
|
511
|
-
"NECB2017_space_type": "Atrium (height < 6m)-sch-H"
|
|
593
|
+
"NECB2017_space_type": "Atrium (height < 6m)-sch-H",
|
|
594
|
+
"NECB2020_building_type": "Space Function",
|
|
595
|
+
"NECB2020_space_type": "Atrium (height < 6m)-sch-H"
|
|
512
596
|
},
|
|
513
597
|
{
|
|
514
598
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -520,7 +604,9 @@
|
|
|
520
604
|
"NECB2015_building_type": "Space Function",
|
|
521
605
|
"NECB2015_space_type": "Atrium (height < 6m)-sch-I",
|
|
522
606
|
"NECB2017_building_type": "Space Function",
|
|
523
|
-
"NECB2017_space_type": "Atrium (height < 6m)-sch-I"
|
|
607
|
+
"NECB2017_space_type": "Atrium (height < 6m)-sch-I",
|
|
608
|
+
"NECB2020_building_type": "Space Function",
|
|
609
|
+
"NECB2020_space_type": "Atrium (height < 6m)-sch-I"
|
|
524
610
|
},
|
|
525
611
|
{
|
|
526
612
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -532,7 +618,9 @@
|
|
|
532
618
|
"NECB2015_building_type": "Space Function",
|
|
533
619
|
"NECB2015_space_type": "Atrium (height < 6m)-sch-J",
|
|
534
620
|
"NECB2017_building_type": "Space Function",
|
|
535
|
-
"NECB2017_space_type": "Atrium (height < 6m)-sch-J"
|
|
621
|
+
"NECB2017_space_type": "Atrium (height < 6m)-sch-J",
|
|
622
|
+
"NECB2020_building_type": "Space Function",
|
|
623
|
+
"NECB2020_space_type": "Atrium (height < 6m)-sch-J"
|
|
536
624
|
},
|
|
537
625
|
{
|
|
538
626
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -544,7 +632,9 @@
|
|
|
544
632
|
"NECB2015_building_type": "Space Function",
|
|
545
633
|
"NECB2015_space_type": "Atrium (height < 6m)-sch-K",
|
|
546
634
|
"NECB2017_building_type": "Space Function",
|
|
547
|
-
"NECB2017_space_type": "Atrium (height < 6m)-sch-K"
|
|
635
|
+
"NECB2017_space_type": "Atrium (height < 6m)-sch-K",
|
|
636
|
+
"NECB2020_building_type": "Space Function",
|
|
637
|
+
"NECB2020_space_type": "Atrium (height < 6m)-sch-K"
|
|
548
638
|
},
|
|
549
639
|
{
|
|
550
640
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -556,7 +646,9 @@
|
|
|
556
646
|
"NECB2015_building_type": "Space Function",
|
|
557
647
|
"NECB2015_space_type": "Atrium (6 =< height <= 12m)-sch-A",
|
|
558
648
|
"NECB2017_building_type": "Space Function",
|
|
559
|
-
"NECB2017_space_type": "Atrium (6 =< height <= 12m)-sch-A"
|
|
649
|
+
"NECB2017_space_type": "Atrium (6 =< height <= 12m)-sch-A",
|
|
650
|
+
"NECB2020_building_type": "Space Function",
|
|
651
|
+
"NECB2020_space_type": "Atrium (6 =< height <= 12m)-sch-A"
|
|
560
652
|
},
|
|
561
653
|
{
|
|
562
654
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -568,7 +660,9 @@
|
|
|
568
660
|
"NECB2015_building_type": "Space Function",
|
|
569
661
|
"NECB2015_space_type": "Atrium (6 =< height <= 12m)-sch-B",
|
|
570
662
|
"NECB2017_building_type": "Space Function",
|
|
571
|
-
"NECB2017_space_type": "Atrium (6 =< height <= 12m)-sch-B"
|
|
663
|
+
"NECB2017_space_type": "Atrium (6 =< height <= 12m)-sch-B",
|
|
664
|
+
"NECB2020_building_type": "Space Function",
|
|
665
|
+
"NECB2020_space_type": "Atrium (6 =< height <= 12m)-sch-B"
|
|
572
666
|
},
|
|
573
667
|
{
|
|
574
668
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -580,7 +674,9 @@
|
|
|
580
674
|
"NECB2015_building_type": "Space Function",
|
|
581
675
|
"NECB2015_space_type": "Atrium (6 =< height <= 12m)-sch-C",
|
|
582
676
|
"NECB2017_building_type": "Space Function",
|
|
583
|
-
"NECB2017_space_type": "Atrium (6 =< height <= 12m)-sch-C"
|
|
677
|
+
"NECB2017_space_type": "Atrium (6 =< height <= 12m)-sch-C",
|
|
678
|
+
"NECB2020_building_type": "Space Function",
|
|
679
|
+
"NECB2020_space_type": "Atrium (6 =< height <= 12m)-sch-C"
|
|
584
680
|
},
|
|
585
681
|
{
|
|
586
682
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -592,7 +688,9 @@
|
|
|
592
688
|
"NECB2015_building_type": "Space Function",
|
|
593
689
|
"NECB2015_space_type": "Atrium (6 =< height <= 12m)-sch-D",
|
|
594
690
|
"NECB2017_building_type": "Space Function",
|
|
595
|
-
"NECB2017_space_type": "Atrium (6 =< height <= 12m)-sch-D"
|
|
691
|
+
"NECB2017_space_type": "Atrium (6 =< height <= 12m)-sch-D",
|
|
692
|
+
"NECB2020_building_type": "Space Function",
|
|
693
|
+
"NECB2020_space_type": "Atrium (6 =< height <= 12m)-sch-D"
|
|
596
694
|
},
|
|
597
695
|
{
|
|
598
696
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -604,7 +702,9 @@
|
|
|
604
702
|
"NECB2015_building_type": "Space Function",
|
|
605
703
|
"NECB2015_space_type": "Atrium (6 =< height <= 12m)-sch-E",
|
|
606
704
|
"NECB2017_building_type": "Space Function",
|
|
607
|
-
"NECB2017_space_type": "Atrium (6 =< height <= 12m)-sch-E"
|
|
705
|
+
"NECB2017_space_type": "Atrium (6 =< height <= 12m)-sch-E",
|
|
706
|
+
"NECB2020_building_type": "Space Function",
|
|
707
|
+
"NECB2020_space_type": "Atrium (6 =< height <= 12m)-sch-E"
|
|
608
708
|
},
|
|
609
709
|
{
|
|
610
710
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -616,7 +716,9 @@
|
|
|
616
716
|
"NECB2015_building_type": "Space Function",
|
|
617
717
|
"NECB2015_space_type": "Atrium (6 =< height <= 12m)-sch-F",
|
|
618
718
|
"NECB2017_building_type": "Space Function",
|
|
619
|
-
"NECB2017_space_type": "Atrium (6 =< height <= 12m)-sch-F"
|
|
719
|
+
"NECB2017_space_type": "Atrium (6 =< height <= 12m)-sch-F",
|
|
720
|
+
"NECB2020_building_type": "Space Function",
|
|
721
|
+
"NECB2020_space_type": "Atrium (6 =< height <= 12m)-sch-F"
|
|
620
722
|
},
|
|
621
723
|
{
|
|
622
724
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -628,7 +730,9 @@
|
|
|
628
730
|
"NECB2015_building_type": "Space Function",
|
|
629
731
|
"NECB2015_space_type": "Atrium (6 =< height <= 12m)-sch-G",
|
|
630
732
|
"NECB2017_building_type": "Space Function",
|
|
631
|
-
"NECB2017_space_type": "Atrium (6 =< height <= 12m)-sch-G"
|
|
733
|
+
"NECB2017_space_type": "Atrium (6 =< height <= 12m)-sch-G",
|
|
734
|
+
"NECB2020_building_type": "Space Function",
|
|
735
|
+
"NECB2020_space_type": "Atrium (6 =< height <= 12m)-sch-G"
|
|
632
736
|
},
|
|
633
737
|
{
|
|
634
738
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -640,7 +744,9 @@
|
|
|
640
744
|
"NECB2015_building_type": "Space Function",
|
|
641
745
|
"NECB2015_space_type": "Atrium (6 =< height <= 12m)-sch-H",
|
|
642
746
|
"NECB2017_building_type": "Space Function",
|
|
643
|
-
"NECB2017_space_type": "Atrium (6 =< height <= 12m)-sch-H"
|
|
747
|
+
"NECB2017_space_type": "Atrium (6 =< height <= 12m)-sch-H",
|
|
748
|
+
"NECB2020_building_type": "Space Function",
|
|
749
|
+
"NECB2020_space_type": "Atrium (6 =< height <= 12m)-sch-H"
|
|
644
750
|
},
|
|
645
751
|
{
|
|
646
752
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -652,7 +758,9 @@
|
|
|
652
758
|
"NECB2015_building_type": "Space Function",
|
|
653
759
|
"NECB2015_space_type": "Atrium (6 =< height <= 12m)-sch-I",
|
|
654
760
|
"NECB2017_building_type": "Space Function",
|
|
655
|
-
"NECB2017_space_type": "Atrium (6 =< height <= 12m)-sch-I"
|
|
761
|
+
"NECB2017_space_type": "Atrium (6 =< height <= 12m)-sch-I",
|
|
762
|
+
"NECB2020_building_type": "Space Function",
|
|
763
|
+
"NECB2020_space_type": "Atrium (6 =< height <= 12m)-sch-I"
|
|
656
764
|
},
|
|
657
765
|
{
|
|
658
766
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -664,7 +772,9 @@
|
|
|
664
772
|
"NECB2015_building_type": "Space Function",
|
|
665
773
|
"NECB2015_space_type": "Atrium (6 =< height <= 12m)-sch-J",
|
|
666
774
|
"NECB2017_building_type": "Space Function",
|
|
667
|
-
"NECB2017_space_type": "Atrium (6 =< height <= 12m)-sch-J"
|
|
775
|
+
"NECB2017_space_type": "Atrium (6 =< height <= 12m)-sch-J",
|
|
776
|
+
"NECB2020_building_type": "Space Function",
|
|
777
|
+
"NECB2020_space_type": "Atrium (6 =< height <= 12m)-sch-J"
|
|
668
778
|
},
|
|
669
779
|
{
|
|
670
780
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -676,7 +786,9 @@
|
|
|
676
786
|
"NECB2015_building_type": "Space Function",
|
|
677
787
|
"NECB2015_space_type": "Atrium (6 =< height <= 12m)-sch-K",
|
|
678
788
|
"NECB2017_building_type": "Space Function",
|
|
679
|
-
"NECB2017_space_type": "Atrium (6 =< height <= 12m)-sch-K"
|
|
789
|
+
"NECB2017_space_type": "Atrium (6 =< height <= 12m)-sch-K",
|
|
790
|
+
"NECB2020_building_type": "Space Function",
|
|
791
|
+
"NECB2020_space_type": "Atrium (6 =< height <= 12m)-sch-K"
|
|
680
792
|
},
|
|
681
793
|
{
|
|
682
794
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -688,7 +800,9 @@
|
|
|
688
800
|
"NECB2015_building_type": "Space Function",
|
|
689
801
|
"NECB2015_space_type": "Atrium (height > 12m)-sch-A",
|
|
690
802
|
"NECB2017_building_type": "Space Function",
|
|
691
|
-
"NECB2017_space_type": "Atrium (height > 12m)-sch-A"
|
|
803
|
+
"NECB2017_space_type": "Atrium (height > 12m)-sch-A",
|
|
804
|
+
"NECB2020_building_type": "Space Function",
|
|
805
|
+
"NECB2020_space_type": "Atrium (height > 12m)-sch-A"
|
|
692
806
|
},
|
|
693
807
|
{
|
|
694
808
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -700,7 +814,9 @@
|
|
|
700
814
|
"NECB2015_building_type": "Space Function",
|
|
701
815
|
"NECB2015_space_type": "Atrium (height > 12m)-sch-B",
|
|
702
816
|
"NECB2017_building_type": "Space Function",
|
|
703
|
-
"NECB2017_space_type": "Atrium (height > 12m)-sch-B"
|
|
817
|
+
"NECB2017_space_type": "Atrium (height > 12m)-sch-B",
|
|
818
|
+
"NECB2020_building_type": "Space Function",
|
|
819
|
+
"NECB2020_space_type": "Atrium (height > 12m)-sch-B"
|
|
704
820
|
},
|
|
705
821
|
{
|
|
706
822
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -712,7 +828,9 @@
|
|
|
712
828
|
"NECB2015_building_type": "Space Function",
|
|
713
829
|
"NECB2015_space_type": "Atrium (height > 12m)-sch-C",
|
|
714
830
|
"NECB2017_building_type": "Space Function",
|
|
715
|
-
"NECB2017_space_type": "Atrium (height > 12m)-sch-C"
|
|
831
|
+
"NECB2017_space_type": "Atrium (height > 12m)-sch-C",
|
|
832
|
+
"NECB2020_building_type": "Space Function",
|
|
833
|
+
"NECB2020_space_type": "Atrium (height > 12m)-sch-C"
|
|
716
834
|
},
|
|
717
835
|
{
|
|
718
836
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -724,7 +842,9 @@
|
|
|
724
842
|
"NECB2015_building_type": "Space Function",
|
|
725
843
|
"NECB2015_space_type": "Atrium (height > 12m)-sch-D",
|
|
726
844
|
"NECB2017_building_type": "Space Function",
|
|
727
|
-
"NECB2017_space_type": "Atrium (height > 12m)-sch-D"
|
|
845
|
+
"NECB2017_space_type": "Atrium (height > 12m)-sch-D",
|
|
846
|
+
"NECB2020_building_type": "Space Function",
|
|
847
|
+
"NECB2020_space_type": "Atrium (height > 12m)-sch-D"
|
|
728
848
|
},
|
|
729
849
|
{
|
|
730
850
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -736,7 +856,9 @@
|
|
|
736
856
|
"NECB2015_building_type": "Space Function",
|
|
737
857
|
"NECB2015_space_type": "Atrium (height > 12m)-sch-E",
|
|
738
858
|
"NECB2017_building_type": "Space Function",
|
|
739
|
-
"NECB2017_space_type": "Atrium (height > 12m)-sch-E"
|
|
859
|
+
"NECB2017_space_type": "Atrium (height > 12m)-sch-E",
|
|
860
|
+
"NECB2020_building_type": "Space Function",
|
|
861
|
+
"NECB2020_space_type": "Atrium (height > 12m)-sch-E"
|
|
740
862
|
},
|
|
741
863
|
{
|
|
742
864
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -748,7 +870,9 @@
|
|
|
748
870
|
"NECB2015_building_type": "Space Function",
|
|
749
871
|
"NECB2015_space_type": "Atrium (height > 12m)-sch-F",
|
|
750
872
|
"NECB2017_building_type": "Space Function",
|
|
751
|
-
"NECB2017_space_type": "Atrium (height > 12m)-sch-F"
|
|
873
|
+
"NECB2017_space_type": "Atrium (height > 12m)-sch-F",
|
|
874
|
+
"NECB2020_building_type": "Space Function",
|
|
875
|
+
"NECB2020_space_type": "Atrium (height > 12m)-sch-F"
|
|
752
876
|
},
|
|
753
877
|
{
|
|
754
878
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -760,7 +884,9 @@
|
|
|
760
884
|
"NECB2015_building_type": "Space Function",
|
|
761
885
|
"NECB2015_space_type": "Atrium (height > 12m)-sch-G",
|
|
762
886
|
"NECB2017_building_type": "Space Function",
|
|
763
|
-
"NECB2017_space_type": "Atrium (height > 12m)-sch-G"
|
|
887
|
+
"NECB2017_space_type": "Atrium (height > 12m)-sch-G",
|
|
888
|
+
"NECB2020_building_type": "Space Function",
|
|
889
|
+
"NECB2020_space_type": "Atrium (height > 12m)-sch-G"
|
|
764
890
|
},
|
|
765
891
|
{
|
|
766
892
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -772,7 +898,9 @@
|
|
|
772
898
|
"NECB2015_building_type": "Space Function",
|
|
773
899
|
"NECB2015_space_type": "Atrium (height > 12m)-sch-H",
|
|
774
900
|
"NECB2017_building_type": "Space Function",
|
|
775
|
-
"NECB2017_space_type": "Atrium (height > 12m)-sch-H"
|
|
901
|
+
"NECB2017_space_type": "Atrium (height > 12m)-sch-H",
|
|
902
|
+
"NECB2020_building_type": "Space Function",
|
|
903
|
+
"NECB2020_space_type": "Atrium (height > 12m)-sch-H"
|
|
776
904
|
},
|
|
777
905
|
{
|
|
778
906
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -784,7 +912,9 @@
|
|
|
784
912
|
"NECB2015_building_type": "Space Function",
|
|
785
913
|
"NECB2015_space_type": "Atrium (height > 12m)-sch-I",
|
|
786
914
|
"NECB2017_building_type": "Space Function",
|
|
787
|
-
"NECB2017_space_type": "Atrium (height > 12m)-sch-I"
|
|
915
|
+
"NECB2017_space_type": "Atrium (height > 12m)-sch-I",
|
|
916
|
+
"NECB2020_building_type": "Space Function",
|
|
917
|
+
"NECB2020_space_type": "Atrium (height > 12m)-sch-I"
|
|
788
918
|
},
|
|
789
919
|
{
|
|
790
920
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -796,7 +926,9 @@
|
|
|
796
926
|
"NECB2015_building_type": "Space Function",
|
|
797
927
|
"NECB2015_space_type": "Atrium (height > 12m)-sch-J",
|
|
798
928
|
"NECB2017_building_type": "Space Function",
|
|
799
|
-
"NECB2017_space_type": "Atrium (height > 12m)-sch-J"
|
|
929
|
+
"NECB2017_space_type": "Atrium (height > 12m)-sch-J",
|
|
930
|
+
"NECB2020_building_type": "Space Function",
|
|
931
|
+
"NECB2020_space_type": "Atrium (height > 12m)-sch-J"
|
|
800
932
|
},
|
|
801
933
|
{
|
|
802
934
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -808,7 +940,9 @@
|
|
|
808
940
|
"NECB2015_building_type": "Space Function",
|
|
809
941
|
"NECB2015_space_type": "Atrium (height > 12m)-sch-K",
|
|
810
942
|
"NECB2017_building_type": "Space Function",
|
|
811
|
-
"NECB2017_space_type": "Atrium (height > 12m)-sch-K"
|
|
943
|
+
"NECB2017_space_type": "Atrium (height > 12m)-sch-K",
|
|
944
|
+
"NECB2020_building_type": "Space Function",
|
|
945
|
+
"NECB2020_space_type": "Atrium (height > 12m)-sch-K"
|
|
812
946
|
},
|
|
813
947
|
{
|
|
814
948
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -820,7 +954,9 @@
|
|
|
820
954
|
"NECB2015_building_type": "Space Function",
|
|
821
955
|
"NECB2015_space_type": "Audience seating area permanent - auditorium",
|
|
822
956
|
"NECB2017_building_type": "Space Function",
|
|
823
|
-
"NECB2017_space_type": "Audience seating area permanent - auditorium"
|
|
957
|
+
"NECB2017_space_type": "Audience seating area permanent - auditorium",
|
|
958
|
+
"NECB2020_building_type": "Space Function",
|
|
959
|
+
"NECB2020_space_type": "Audience seating area permanent - auditorium"
|
|
824
960
|
},
|
|
825
961
|
{
|
|
826
962
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -832,7 +968,9 @@
|
|
|
832
968
|
"NECB2015_building_type": "Space Function",
|
|
833
969
|
"NECB2015_space_type": "Audience seating area permanent - convention centre",
|
|
834
970
|
"NECB2017_building_type": "Space Function",
|
|
835
|
-
"NECB2017_space_type": "Audience seating area permanent - convention centre"
|
|
971
|
+
"NECB2017_space_type": "Audience seating area permanent - convention centre",
|
|
972
|
+
"NECB2020_building_type": "Space Function",
|
|
973
|
+
"NECB2020_space_type": "Audience seating area permanent - convention centre"
|
|
836
974
|
},
|
|
837
975
|
{
|
|
838
976
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -844,7 +982,9 @@
|
|
|
844
982
|
"NECB2015_building_type": "Space Function",
|
|
845
983
|
"NECB2015_space_type": "Audience seating area permanent - motion picture theatre",
|
|
846
984
|
"NECB2017_building_type": "Space Function",
|
|
847
|
-
"NECB2017_space_type": "Audience seating area permanent - motion picture theatre"
|
|
985
|
+
"NECB2017_space_type": "Audience seating area permanent - motion picture theatre",
|
|
986
|
+
"NECB2020_building_type": "Space Function",
|
|
987
|
+
"NECB2020_space_type": "Audience seating area permanent - motion picture theatre"
|
|
848
988
|
},
|
|
849
989
|
{
|
|
850
990
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -856,7 +996,9 @@
|
|
|
856
996
|
"NECB2015_building_type": "Space Function",
|
|
857
997
|
"NECB2015_space_type": "Audience seating area permanent - penitentiary",
|
|
858
998
|
"NECB2017_building_type": "Space Function",
|
|
859
|
-
"NECB2017_space_type": "Audience seating area permanent - penitentiary"
|
|
999
|
+
"NECB2017_space_type": "Audience seating area permanent - penitentiary",
|
|
1000
|
+
"NECB2020_building_type": "Space Function",
|
|
1001
|
+
"NECB2020_space_type": "Audience seating area permanent - penitentiary"
|
|
860
1002
|
},
|
|
861
1003
|
{
|
|
862
1004
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -868,7 +1010,9 @@
|
|
|
868
1010
|
"NECB2015_building_type": "Space Function",
|
|
869
1011
|
"NECB2015_space_type": "Audience seating area permanent - performing arts theatre",
|
|
870
1012
|
"NECB2017_building_type": "Space Function",
|
|
871
|
-
"NECB2017_space_type": "Audience seating area permanent - performing arts theatre"
|
|
1013
|
+
"NECB2017_space_type": "Audience seating area permanent - performing arts theatre",
|
|
1014
|
+
"NECB2020_building_type": "Space Function",
|
|
1015
|
+
"NECB2020_space_type": "Audience seating area permanent - performing arts theatre"
|
|
872
1016
|
},
|
|
873
1017
|
{
|
|
874
1018
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -880,7 +1024,9 @@
|
|
|
880
1024
|
"NECB2015_building_type": "Space Function",
|
|
881
1025
|
"NECB2015_space_type": "Audience seating area permanent - religious building",
|
|
882
1026
|
"NECB2017_building_type": "Space Function",
|
|
883
|
-
"NECB2017_space_type": "Audience seating area permanent - religious building"
|
|
1027
|
+
"NECB2017_space_type": "Audience seating area permanent - religious building",
|
|
1028
|
+
"NECB2020_building_type": "Space Function",
|
|
1029
|
+
"NECB2020_space_type": "Audience seating area permanent - religious building"
|
|
884
1030
|
},
|
|
885
1031
|
{
|
|
886
1032
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -892,7 +1038,9 @@
|
|
|
892
1038
|
"NECB2015_building_type": "Space Function",
|
|
893
1039
|
"NECB2015_space_type": "Audience seating area permanent - sports arena",
|
|
894
1040
|
"NECB2017_building_type": "Space Function",
|
|
895
|
-
"NECB2017_space_type": "Audience seating area permanent - sports arena"
|
|
1041
|
+
"NECB2017_space_type": "Audience seating area permanent - sports arena",
|
|
1042
|
+
"NECB2020_building_type": "Space Function",
|
|
1043
|
+
"NECB2020_space_type": "Audience seating area permanent - sports arena"
|
|
896
1044
|
},
|
|
897
1045
|
{
|
|
898
1046
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -904,7 +1052,9 @@
|
|
|
904
1052
|
"NECB2015_building_type": "Space Function",
|
|
905
1053
|
"NECB2015_space_type": "Audience seating area permanent - other-sch-A",
|
|
906
1054
|
"NECB2017_building_type": "Space Function",
|
|
907
|
-
"NECB2017_space_type": "Audience seating area permanent - other-sch-A"
|
|
1055
|
+
"NECB2017_space_type": "Audience seating area permanent - other-sch-A",
|
|
1056
|
+
"NECB2020_building_type": "Space Function",
|
|
1057
|
+
"NECB2020_space_type": "Audience seating area permanent - other-sch-A"
|
|
908
1058
|
},
|
|
909
1059
|
{
|
|
910
1060
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -916,7 +1066,9 @@
|
|
|
916
1066
|
"NECB2015_building_type": "Space Function",
|
|
917
1067
|
"NECB2015_space_type": "Banking activity area and offices",
|
|
918
1068
|
"NECB2017_building_type": "Space Function",
|
|
919
|
-
"NECB2017_space_type": "Banking activity area and offices"
|
|
1069
|
+
"NECB2017_space_type": "Banking activity area and offices",
|
|
1070
|
+
"NECB2020_building_type": "Space Function",
|
|
1071
|
+
"NECB2020_space_type": "Banking activity area and offices"
|
|
920
1072
|
},
|
|
921
1073
|
{
|
|
922
1074
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -928,7 +1080,9 @@
|
|
|
928
1080
|
"NECB2015_building_type": "Space Function",
|
|
929
1081
|
"NECB2015_space_type": "Classroom/Lecture hall/Training room other",
|
|
930
1082
|
"NECB2017_building_type": "Space Function",
|
|
931
|
-
"NECB2017_space_type": "Classroom/Lecture hall/Training room other"
|
|
1083
|
+
"NECB2017_space_type": "Classroom/Lecture hall/Training room other",
|
|
1084
|
+
"NECB2020_building_type": "Space Function",
|
|
1085
|
+
"NECB2020_space_type": "Classroom/Lecture hall/Training room other"
|
|
932
1086
|
},
|
|
933
1087
|
{
|
|
934
1088
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -940,7 +1094,9 @@
|
|
|
940
1094
|
"NECB2015_building_type": "Space Function",
|
|
941
1095
|
"NECB2015_space_type": "Classroom/Lecture hall/Training room - Penitentary",
|
|
942
1096
|
"NECB2017_building_type": "Space Function",
|
|
943
|
-
"NECB2017_space_type": "Classroom/Lecture hall/Training room - Penitentary"
|
|
1097
|
+
"NECB2017_space_type": "Classroom/Lecture hall/Training room - Penitentary",
|
|
1098
|
+
"NECB2020_building_type": "Space Function",
|
|
1099
|
+
"NECB2020_space_type": "Classroom/Lecture hall/Training room - Penitentary"
|
|
944
1100
|
},
|
|
945
1101
|
{
|
|
946
1102
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -952,7 +1108,9 @@
|
|
|
952
1108
|
"NECB2015_building_type": "Space Function",
|
|
953
1109
|
"NECB2015_space_type": "Conference/Meeting/Multi-purpose room",
|
|
954
1110
|
"NECB2017_building_type": "Space Function",
|
|
955
|
-
"NECB2017_space_type": "Conference/Meeting/Multi-purpose room"
|
|
1111
|
+
"NECB2017_space_type": "Conference/Meeting/Multi-purpose room",
|
|
1112
|
+
"NECB2020_building_type": "Space Function",
|
|
1113
|
+
"NECB2020_space_type": "Conference/Meeting/Multi-purpose room"
|
|
956
1114
|
},
|
|
957
1115
|
{
|
|
958
1116
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -964,7 +1122,9 @@
|
|
|
964
1122
|
"NECB2015_building_type": "Space Function",
|
|
965
1123
|
"NECB2015_space_type": "Confinement cell",
|
|
966
1124
|
"NECB2017_building_type": "Space Function",
|
|
967
|
-
"NECB2017_space_type": "Confinement cell"
|
|
1125
|
+
"NECB2017_space_type": "Confinement cell",
|
|
1126
|
+
"NECB2020_building_type": "Space Function",
|
|
1127
|
+
"NECB2020_space_type": "Confinement cell"
|
|
968
1128
|
},
|
|
969
1129
|
{
|
|
970
1130
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -976,7 +1136,9 @@
|
|
|
976
1136
|
"NECB2015_building_type": "Space Function",
|
|
977
1137
|
"NECB2015_space_type": "Corridor/Transition area other-sch-A",
|
|
978
1138
|
"NECB2017_building_type": "Space Function",
|
|
979
|
-
"NECB2017_space_type": "Corridor/Transition area other-sch-A"
|
|
1139
|
+
"NECB2017_space_type": "Corridor/Transition area other-sch-A",
|
|
1140
|
+
"NECB2020_building_type": "Space Function",
|
|
1141
|
+
"NECB2020_space_type": "Corridor/Transition area other-sch-A"
|
|
980
1142
|
},
|
|
981
1143
|
{
|
|
982
1144
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -988,7 +1150,9 @@
|
|
|
988
1150
|
"NECB2015_building_type": "Space Function",
|
|
989
1151
|
"NECB2015_space_type": "Corridor/Transition area other-sch-B",
|
|
990
1152
|
"NECB2017_building_type": "Space Function",
|
|
991
|
-
"NECB2017_space_type": "Corridor/Transition area other-sch-B"
|
|
1153
|
+
"NECB2017_space_type": "Corridor/Transition area other-sch-B",
|
|
1154
|
+
"NECB2020_building_type": "Space Function",
|
|
1155
|
+
"NECB2020_space_type": "Corridor/Transition area other-sch-B"
|
|
992
1156
|
},
|
|
993
1157
|
{
|
|
994
1158
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1000,7 +1164,9 @@
|
|
|
1000
1164
|
"NECB2015_building_type": "Space Function",
|
|
1001
1165
|
"NECB2015_space_type": "Corridor/Transition area other-sch-C",
|
|
1002
1166
|
"NECB2017_building_type": "Space Function",
|
|
1003
|
-
"NECB2017_space_type": "Corridor/Transition area other-sch-C"
|
|
1167
|
+
"NECB2017_space_type": "Corridor/Transition area other-sch-C",
|
|
1168
|
+
"NECB2020_building_type": "Space Function",
|
|
1169
|
+
"NECB2020_space_type": "Corridor/Transition area other-sch-C"
|
|
1004
1170
|
},
|
|
1005
1171
|
{
|
|
1006
1172
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1012,7 +1178,9 @@
|
|
|
1012
1178
|
"NECB2015_building_type": "Space Function",
|
|
1013
1179
|
"NECB2015_space_type": "Corridor/Transition area other-sch-D",
|
|
1014
1180
|
"NECB2017_building_type": "Space Function",
|
|
1015
|
-
"NECB2017_space_type": "Corridor/Transition area other-sch-D"
|
|
1181
|
+
"NECB2017_space_type": "Corridor/Transition area other-sch-D",
|
|
1182
|
+
"NECB2020_building_type": "Space Function",
|
|
1183
|
+
"NECB2020_space_type": "Corridor/Transition area other-sch-D"
|
|
1016
1184
|
},
|
|
1017
1185
|
{
|
|
1018
1186
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1024,7 +1192,9 @@
|
|
|
1024
1192
|
"NECB2015_building_type": "Space Function",
|
|
1025
1193
|
"NECB2015_space_type": "Corridor/Transition area other-sch-E",
|
|
1026
1194
|
"NECB2017_building_type": "Space Function",
|
|
1027
|
-
"NECB2017_space_type": "Corridor/Transition area other-sch-E"
|
|
1195
|
+
"NECB2017_space_type": "Corridor/Transition area other-sch-E",
|
|
1196
|
+
"NECB2020_building_type": "Space Function",
|
|
1197
|
+
"NECB2020_space_type": "Corridor/Transition area other-sch-E"
|
|
1028
1198
|
},
|
|
1029
1199
|
{
|
|
1030
1200
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1036,7 +1206,9 @@
|
|
|
1036
1206
|
"NECB2015_building_type": "Space Function",
|
|
1037
1207
|
"NECB2015_space_type": "Corridor/Transition area other-sch-F",
|
|
1038
1208
|
"NECB2017_building_type": "Space Function",
|
|
1039
|
-
"NECB2017_space_type": "Corridor/Transition area other-sch-F"
|
|
1209
|
+
"NECB2017_space_type": "Corridor/Transition area other-sch-F",
|
|
1210
|
+
"NECB2020_building_type": "Space Function",
|
|
1211
|
+
"NECB2020_space_type": "Corridor/Transition area other-sch-F"
|
|
1040
1212
|
},
|
|
1041
1213
|
{
|
|
1042
1214
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1048,7 +1220,9 @@
|
|
|
1048
1220
|
"NECB2015_building_type": "Space Function",
|
|
1049
1221
|
"NECB2015_space_type": "Corridor/Transition area other-sch-G",
|
|
1050
1222
|
"NECB2017_building_type": "Space Function",
|
|
1051
|
-
"NECB2017_space_type": "Corridor/Transition area other-sch-G"
|
|
1223
|
+
"NECB2017_space_type": "Corridor/Transition area other-sch-G",
|
|
1224
|
+
"NECB2020_building_type": "Space Function",
|
|
1225
|
+
"NECB2020_space_type": "Corridor/Transition area other-sch-G"
|
|
1052
1226
|
},
|
|
1053
1227
|
{
|
|
1054
1228
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1060,7 +1234,9 @@
|
|
|
1060
1234
|
"NECB2015_building_type": "Space Function",
|
|
1061
1235
|
"NECB2015_space_type": "Corridor/Transition area other-sch-H",
|
|
1062
1236
|
"NECB2017_building_type": "Space Function",
|
|
1063
|
-
"NECB2017_space_type": "Corridor/Transition area other-sch-H"
|
|
1237
|
+
"NECB2017_space_type": "Corridor/Transition area other-sch-H",
|
|
1238
|
+
"NECB2020_building_type": "Space Function",
|
|
1239
|
+
"NECB2020_space_type": "Corridor/Transition area other-sch-H"
|
|
1064
1240
|
},
|
|
1065
1241
|
{
|
|
1066
1242
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1072,7 +1248,9 @@
|
|
|
1072
1248
|
"NECB2015_building_type": "Space Function",
|
|
1073
1249
|
"NECB2015_space_type": "Corridor/Transition area other-sch-I",
|
|
1074
1250
|
"NECB2017_building_type": "Space Function",
|
|
1075
|
-
"NECB2017_space_type": "Corridor/Transition area other-sch-I"
|
|
1251
|
+
"NECB2017_space_type": "Corridor/Transition area other-sch-I",
|
|
1252
|
+
"NECB2020_building_type": "Space Function",
|
|
1253
|
+
"NECB2020_space_type": "Corridor/Transition area other-sch-I"
|
|
1076
1254
|
},
|
|
1077
1255
|
{
|
|
1078
1256
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1084,7 +1262,9 @@
|
|
|
1084
1262
|
"NECB2015_building_type": "Space Function",
|
|
1085
1263
|
"NECB2015_space_type": "Corridor/Transition area other-sch-A",
|
|
1086
1264
|
"NECB2017_building_type": "Space Function",
|
|
1087
|
-
"NECB2017_space_type": "Corridor/Transition area other-sch-A"
|
|
1265
|
+
"NECB2017_space_type": "Corridor/Transition area other-sch-A",
|
|
1266
|
+
"NECB2020_building_type": "Space Function",
|
|
1267
|
+
"NECB2020_space_type": "Corridor/Transition area other-sch-A"
|
|
1088
1268
|
},
|
|
1089
1269
|
{
|
|
1090
1270
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1096,7 +1276,9 @@
|
|
|
1096
1276
|
"NECB2015_building_type": "Space Function",
|
|
1097
1277
|
"NECB2015_space_type": "Corridor/Transition area other-sch-B",
|
|
1098
1278
|
"NECB2017_building_type": "Space Function",
|
|
1099
|
-
"NECB2017_space_type": "Corridor/Transition area other-sch-B"
|
|
1279
|
+
"NECB2017_space_type": "Corridor/Transition area other-sch-B",
|
|
1280
|
+
"NECB2020_building_type": "Space Function",
|
|
1281
|
+
"NECB2020_space_type": "Corridor/Transition area other-sch-B"
|
|
1100
1282
|
},
|
|
1101
1283
|
{
|
|
1102
1284
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1108,7 +1290,9 @@
|
|
|
1108
1290
|
"NECB2015_building_type": "Space Function",
|
|
1109
1291
|
"NECB2015_space_type": "Corridor/Transition area other-sch-C",
|
|
1110
1292
|
"NECB2017_building_type": "Space Function",
|
|
1111
|
-
"NECB2017_space_type": "Corridor/Transition area other-sch-C"
|
|
1293
|
+
"NECB2017_space_type": "Corridor/Transition area other-sch-C",
|
|
1294
|
+
"NECB2020_building_type": "Space Function",
|
|
1295
|
+
"NECB2020_space_type": "Corridor/Transition area other-sch-C"
|
|
1112
1296
|
},
|
|
1113
1297
|
{
|
|
1114
1298
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1120,7 +1304,9 @@
|
|
|
1120
1304
|
"NECB2015_building_type": "Space Function",
|
|
1121
1305
|
"NECB2015_space_type": "Corridor/Transition area other-sch-D",
|
|
1122
1306
|
"NECB2017_building_type": "Space Function",
|
|
1123
|
-
"NECB2017_space_type": "Corridor/Transition area other-sch-D"
|
|
1307
|
+
"NECB2017_space_type": "Corridor/Transition area other-sch-D",
|
|
1308
|
+
"NECB2020_building_type": "Space Function",
|
|
1309
|
+
"NECB2020_space_type": "Corridor/Transition area other-sch-D"
|
|
1124
1310
|
},
|
|
1125
1311
|
{
|
|
1126
1312
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1132,7 +1318,9 @@
|
|
|
1132
1318
|
"NECB2015_building_type": "Space Function",
|
|
1133
1319
|
"NECB2015_space_type": "Corridor/Transition area other-sch-E",
|
|
1134
1320
|
"NECB2017_building_type": "Space Function",
|
|
1135
|
-
"NECB2017_space_type": "Corridor/Transition area other-sch-E"
|
|
1321
|
+
"NECB2017_space_type": "Corridor/Transition area other-sch-E",
|
|
1322
|
+
"NECB2020_building_type": "Space Function",
|
|
1323
|
+
"NECB2020_space_type": "Corridor/Transition area other-sch-E"
|
|
1136
1324
|
},
|
|
1137
1325
|
{
|
|
1138
1326
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1144,7 +1332,9 @@
|
|
|
1144
1332
|
"NECB2015_building_type": "Space Function",
|
|
1145
1333
|
"NECB2015_space_type": "Corridor/Transition area other-sch-F",
|
|
1146
1334
|
"NECB2017_building_type": "Space Function",
|
|
1147
|
-
"NECB2017_space_type": "Corridor/Transition area other-sch-F"
|
|
1335
|
+
"NECB2017_space_type": "Corridor/Transition area other-sch-F",
|
|
1336
|
+
"NECB2020_building_type": "Space Function",
|
|
1337
|
+
"NECB2020_space_type": "Corridor/Transition area other-sch-F"
|
|
1148
1338
|
},
|
|
1149
1339
|
{
|
|
1150
1340
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1156,7 +1346,9 @@
|
|
|
1156
1346
|
"NECB2015_building_type": "Space Function",
|
|
1157
1347
|
"NECB2015_space_type": "Corridor/Transition area other-sch-G",
|
|
1158
1348
|
"NECB2017_building_type": "Space Function",
|
|
1159
|
-
"NECB2017_space_type": "Corridor/Transition area other-sch-G"
|
|
1349
|
+
"NECB2017_space_type": "Corridor/Transition area other-sch-G",
|
|
1350
|
+
"NECB2020_building_type": "Space Function",
|
|
1351
|
+
"NECB2020_space_type": "Corridor/Transition area other-sch-G"
|
|
1160
1352
|
},
|
|
1161
1353
|
{
|
|
1162
1354
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1168,7 +1360,9 @@
|
|
|
1168
1360
|
"NECB2015_building_type": "Space Function",
|
|
1169
1361
|
"NECB2015_space_type": "Corridor/Transition area other-sch-H",
|
|
1170
1362
|
"NECB2017_building_type": "Space Function",
|
|
1171
|
-
"NECB2017_space_type": "Corridor/Transition area other-sch-H"
|
|
1363
|
+
"NECB2017_space_type": "Corridor/Transition area other-sch-H",
|
|
1364
|
+
"NECB2020_building_type": "Space Function",
|
|
1365
|
+
"NECB2020_space_type": "Corridor/Transition area other-sch-H"
|
|
1172
1366
|
},
|
|
1173
1367
|
{
|
|
1174
1368
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1180,7 +1374,9 @@
|
|
|
1180
1374
|
"NECB2015_building_type": "Space Function",
|
|
1181
1375
|
"NECB2015_space_type": "Corridor/Transition area other-sch-I",
|
|
1182
1376
|
"NECB2017_building_type": "Space Function",
|
|
1183
|
-
"NECB2017_space_type": "Corridor/Transition area other-sch-I"
|
|
1377
|
+
"NECB2017_space_type": "Corridor/Transition area other-sch-I",
|
|
1378
|
+
"NECB2020_building_type": "Space Function",
|
|
1379
|
+
"NECB2020_space_type": "Corridor/Transition area other-sch-I"
|
|
1184
1380
|
},
|
|
1185
1381
|
{
|
|
1186
1382
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1192,7 +1388,9 @@
|
|
|
1192
1388
|
"NECB2015_building_type": "Space Function",
|
|
1193
1389
|
"NECB2015_space_type": "Courtroom",
|
|
1194
1390
|
"NECB2017_building_type": "Space Function",
|
|
1195
|
-
"NECB2017_space_type": "Courtroom"
|
|
1391
|
+
"NECB2017_space_type": "Courtroom",
|
|
1392
|
+
"NECB2020_building_type": "Space Function",
|
|
1393
|
+
"NECB2020_space_type": "Courtroom"
|
|
1196
1394
|
},
|
|
1197
1395
|
{
|
|
1198
1396
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1204,7 +1402,9 @@
|
|
|
1204
1402
|
"NECB2015_building_type": "Space Function",
|
|
1205
1403
|
"NECB2015_space_type": "Courtroom",
|
|
1206
1404
|
"NECB2017_building_type": "Space Function",
|
|
1207
|
-
"NECB2017_space_type": "Courtroom"
|
|
1405
|
+
"NECB2017_space_type": "Courtroom",
|
|
1406
|
+
"NECB2020_building_type": "Space Function",
|
|
1407
|
+
"NECB2020_space_type": "Courtroom"
|
|
1208
1408
|
},
|
|
1209
1409
|
{
|
|
1210
1410
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1216,7 +1416,9 @@
|
|
|
1216
1416
|
"NECB2015_building_type": "Space Function",
|
|
1217
1417
|
"NECB2015_space_type": "Dining area - bar lounge/leisure dining",
|
|
1218
1418
|
"NECB2017_building_type": "Space Function",
|
|
1219
|
-
"NECB2017_space_type": "Dining area - bar lounge/leisure dining"
|
|
1419
|
+
"NECB2017_space_type": "Dining area - bar lounge/leisure dining",
|
|
1420
|
+
"NECB2020_building_type": "Space Function",
|
|
1421
|
+
"NECB2020_space_type": "Dining area - bar lounge/leisure dining"
|
|
1220
1422
|
},
|
|
1221
1423
|
{
|
|
1222
1424
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1228,7 +1430,9 @@
|
|
|
1228
1430
|
"NECB2015_building_type": "Space Function",
|
|
1229
1431
|
"NECB2015_space_type": "Dining area - family dining",
|
|
1230
1432
|
"NECB2017_building_type": "Space Function",
|
|
1231
|
-
"NECB2017_space_type": "Dining area - family dining"
|
|
1433
|
+
"NECB2017_space_type": "Dining area - family dining",
|
|
1434
|
+
"NECB2020_building_type": "Space Function",
|
|
1435
|
+
"NECB2020_space_type": "Dining area - family dining"
|
|
1232
1436
|
},
|
|
1233
1437
|
{
|
|
1234
1438
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1240,7 +1444,9 @@
|
|
|
1240
1444
|
"NECB2015_building_type": "Space Function",
|
|
1241
1445
|
"NECB2015_space_type": "Dining area - penitentiary",
|
|
1242
1446
|
"NECB2017_building_type": "Space Function",
|
|
1243
|
-
"NECB2017_space_type": "Dining area - penitentiary"
|
|
1447
|
+
"NECB2017_space_type": "Dining area - penitentiary",
|
|
1448
|
+
"NECB2020_building_type": "Space Function",
|
|
1449
|
+
"NECB2020_space_type": "Dining area - penitentiary"
|
|
1244
1450
|
},
|
|
1245
1451
|
{
|
|
1246
1452
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1252,7 +1458,9 @@
|
|
|
1252
1458
|
"NECB2015_building_type": "Space Function",
|
|
1253
1459
|
"NECB2015_space_type": "Dining area - other",
|
|
1254
1460
|
"NECB2017_building_type": "Space Function",
|
|
1255
|
-
"NECB2017_space_type": "Dining area - other"
|
|
1461
|
+
"NECB2017_space_type": "Dining area - other",
|
|
1462
|
+
"NECB2020_building_type": "Space Function",
|
|
1463
|
+
"NECB2020_space_type": "Dining area - other"
|
|
1256
1464
|
},
|
|
1257
1465
|
{
|
|
1258
1466
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1264,7 +1472,9 @@
|
|
|
1264
1472
|
"NECB2015_building_type": "Space Function",
|
|
1265
1473
|
"NECB2015_space_type": "Dining area - other",
|
|
1266
1474
|
"NECB2017_building_type": "Space Function",
|
|
1267
|
-
"NECB2017_space_type": "Dining area - other"
|
|
1475
|
+
"NECB2017_space_type": "Dining area - other",
|
|
1476
|
+
"NECB2020_building_type": "Space Function",
|
|
1477
|
+
"NECB2020_space_type": "Dining area - other"
|
|
1268
1478
|
},
|
|
1269
1479
|
{
|
|
1270
1480
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1276,7 +1486,9 @@
|
|
|
1276
1486
|
"NECB2015_building_type": "Space Function",
|
|
1277
1487
|
"NECB2015_space_type": "Dining area - other",
|
|
1278
1488
|
"NECB2017_building_type": "Space Function",
|
|
1279
|
-
"NECB2017_space_type": "Dining area - other"
|
|
1489
|
+
"NECB2017_space_type": "Dining area - other",
|
|
1490
|
+
"NECB2020_building_type": "Space Function",
|
|
1491
|
+
"NECB2020_space_type": "Dining area - other"
|
|
1280
1492
|
},
|
|
1281
1493
|
{
|
|
1282
1494
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1288,7 +1500,9 @@
|
|
|
1288
1500
|
"NECB2015_building_type": "Space Function",
|
|
1289
1501
|
"NECB2015_space_type": "Dressing/Fitting room - performing arts theatre",
|
|
1290
1502
|
"NECB2017_building_type": "Space Function",
|
|
1291
|
-
"NECB2017_space_type": "Dressing/Fitting room - performing arts theatre"
|
|
1503
|
+
"NECB2017_space_type": "Dressing/Fitting room - performing arts theatre",
|
|
1504
|
+
"NECB2020_building_type": "Space Function",
|
|
1505
|
+
"NECB2020_space_type": "Dressing/Fitting room - performing arts theatre"
|
|
1292
1506
|
},
|
|
1293
1507
|
{
|
|
1294
1508
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1300,7 +1514,9 @@
|
|
|
1300
1514
|
"NECB2015_building_type": "Space Function",
|
|
1301
1515
|
"NECB2015_space_type": "Electrical/Mechanical room-sch-A",
|
|
1302
1516
|
"NECB2017_building_type": "Space Function",
|
|
1303
|
-
"NECB2017_space_type": "Electrical/Mechanical room-sch-A"
|
|
1517
|
+
"NECB2017_space_type": "Electrical/Mechanical room-sch-A",
|
|
1518
|
+
"NECB2020_building_type": "Space Function",
|
|
1519
|
+
"NECB2020_space_type": "Electrical/Mechanical room-sch-A"
|
|
1304
1520
|
},
|
|
1305
1521
|
{
|
|
1306
1522
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1312,7 +1528,9 @@
|
|
|
1312
1528
|
"NECB2015_building_type": "Space Function",
|
|
1313
1529
|
"NECB2015_space_type": "Electrical/Mechanical room-sch-B",
|
|
1314
1530
|
"NECB2017_building_type": "Space Function",
|
|
1315
|
-
"NECB2017_space_type": "Electrical/Mechanical room-sch-B"
|
|
1531
|
+
"NECB2017_space_type": "Electrical/Mechanical room-sch-B",
|
|
1532
|
+
"NECB2020_building_type": "Space Function",
|
|
1533
|
+
"NECB2020_space_type": "Electrical/Mechanical room-sch-B"
|
|
1316
1534
|
},
|
|
1317
1535
|
{
|
|
1318
1536
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1324,7 +1542,9 @@
|
|
|
1324
1542
|
"NECB2015_building_type": "Space Function",
|
|
1325
1543
|
"NECB2015_space_type": "Electrical/Mechanical room-sch-C",
|
|
1326
1544
|
"NECB2017_building_type": "Space Function",
|
|
1327
|
-
"NECB2017_space_type": "Electrical/Mechanical room-sch-C"
|
|
1545
|
+
"NECB2017_space_type": "Electrical/Mechanical room-sch-C",
|
|
1546
|
+
"NECB2020_building_type": "Space Function",
|
|
1547
|
+
"NECB2020_space_type": "Electrical/Mechanical room-sch-C"
|
|
1328
1548
|
},
|
|
1329
1549
|
{
|
|
1330
1550
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1336,7 +1556,9 @@
|
|
|
1336
1556
|
"NECB2015_building_type": "Space Function",
|
|
1337
1557
|
"NECB2015_space_type": "Electrical/Mechanical room-sch-D",
|
|
1338
1558
|
"NECB2017_building_type": "Space Function",
|
|
1339
|
-
"NECB2017_space_type": "Electrical/Mechanical room-sch-D"
|
|
1559
|
+
"NECB2017_space_type": "Electrical/Mechanical room-sch-D",
|
|
1560
|
+
"NECB2020_building_type": "Space Function",
|
|
1561
|
+
"NECB2020_space_type": "Electrical/Mechanical room-sch-D"
|
|
1340
1562
|
},
|
|
1341
1563
|
{
|
|
1342
1564
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1348,7 +1570,9 @@
|
|
|
1348
1570
|
"NECB2015_building_type": "Space Function",
|
|
1349
1571
|
"NECB2015_space_type": "Electrical/Mechanical room-sch-E",
|
|
1350
1572
|
"NECB2017_building_type": "Space Function",
|
|
1351
|
-
"NECB2017_space_type": "Electrical/Mechanical room-sch-E"
|
|
1573
|
+
"NECB2017_space_type": "Electrical/Mechanical room-sch-E",
|
|
1574
|
+
"NECB2020_building_type": "Space Function",
|
|
1575
|
+
"NECB2020_space_type": "Electrical/Mechanical room-sch-E"
|
|
1352
1576
|
},
|
|
1353
1577
|
{
|
|
1354
1578
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1360,7 +1584,9 @@
|
|
|
1360
1584
|
"NECB2015_building_type": "Space Function",
|
|
1361
1585
|
"NECB2015_space_type": "Electrical/Mechanical room-sch-F",
|
|
1362
1586
|
"NECB2017_building_type": "Space Function",
|
|
1363
|
-
"NECB2017_space_type": "Electrical/Mechanical room-sch-F"
|
|
1587
|
+
"NECB2017_space_type": "Electrical/Mechanical room-sch-F",
|
|
1588
|
+
"NECB2020_building_type": "Space Function",
|
|
1589
|
+
"NECB2020_space_type": "Electrical/Mechanical room-sch-F"
|
|
1364
1590
|
},
|
|
1365
1591
|
{
|
|
1366
1592
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1372,7 +1598,9 @@
|
|
|
1372
1598
|
"NECB2015_building_type": "Space Function",
|
|
1373
1599
|
"NECB2015_space_type": "Electrical/Mechanical room-sch-G",
|
|
1374
1600
|
"NECB2017_building_type": "Space Function",
|
|
1375
|
-
"NECB2017_space_type": "Electrical/Mechanical room-sch-G"
|
|
1601
|
+
"NECB2017_space_type": "Electrical/Mechanical room-sch-G",
|
|
1602
|
+
"NECB2020_building_type": "Space Function",
|
|
1603
|
+
"NECB2020_space_type": "Electrical/Mechanical room-sch-G"
|
|
1376
1604
|
},
|
|
1377
1605
|
{
|
|
1378
1606
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1384,7 +1612,9 @@
|
|
|
1384
1612
|
"NECB2015_building_type": "Space Function",
|
|
1385
1613
|
"NECB2015_space_type": "Electrical/Mechanical room-sch-H",
|
|
1386
1614
|
"NECB2017_building_type": "Space Function",
|
|
1387
|
-
"NECB2017_space_type": "Electrical/Mechanical room-sch-H"
|
|
1615
|
+
"NECB2017_space_type": "Electrical/Mechanical room-sch-H",
|
|
1616
|
+
"NECB2020_building_type": "Space Function",
|
|
1617
|
+
"NECB2020_space_type": "Electrical/Mechanical room-sch-H"
|
|
1388
1618
|
},
|
|
1389
1619
|
{
|
|
1390
1620
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1396,7 +1626,9 @@
|
|
|
1396
1626
|
"NECB2015_building_type": "Space Function",
|
|
1397
1627
|
"NECB2015_space_type": "Electrical/Mechanical room-sch-I",
|
|
1398
1628
|
"NECB2017_building_type": "Space Function",
|
|
1399
|
-
"NECB2017_space_type": "Electrical/Mechanical room-sch-I"
|
|
1629
|
+
"NECB2017_space_type": "Electrical/Mechanical room-sch-I",
|
|
1630
|
+
"NECB2020_building_type": "Space Function",
|
|
1631
|
+
"NECB2020_space_type": "Electrical/Mechanical room-sch-I"
|
|
1400
1632
|
},
|
|
1401
1633
|
{
|
|
1402
1634
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1408,7 +1640,9 @@
|
|
|
1408
1640
|
"NECB2015_building_type": "Space Function",
|
|
1409
1641
|
"NECB2015_space_type": "Emergency vehicle garage",
|
|
1410
1642
|
"NECB2017_building_type": "Space Function",
|
|
1411
|
-
"NECB2017_space_type": "Emergency vehicle garage"
|
|
1643
|
+
"NECB2017_space_type": "Emergency vehicle garage",
|
|
1644
|
+
"NECB2020_building_type": "Space Function",
|
|
1645
|
+
"NECB2020_space_type": "Emergency vehicle garage"
|
|
1412
1646
|
},
|
|
1413
1647
|
{
|
|
1414
1648
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1420,7 +1654,9 @@
|
|
|
1420
1654
|
"NECB2015_building_type": "Space Function",
|
|
1421
1655
|
"NECB2015_space_type": "Food preparation area",
|
|
1422
1656
|
"NECB2017_building_type": "Space Function",
|
|
1423
|
-
"NECB2017_space_type": "Food preparation area"
|
|
1657
|
+
"NECB2017_space_type": "Food preparation area",
|
|
1658
|
+
"NECB2020_building_type": "Space Function",
|
|
1659
|
+
"NECB2020_space_type": "Food preparation area"
|
|
1424
1660
|
},
|
|
1425
1661
|
{
|
|
1426
1662
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1432,7 +1668,9 @@
|
|
|
1432
1668
|
"NECB2015_building_type": "Space Function",
|
|
1433
1669
|
"NECB2015_space_type": "Food preparation area",
|
|
1434
1670
|
"NECB2017_building_type": "Space Function",
|
|
1435
|
-
"NECB2017_space_type": "Food preparation area"
|
|
1671
|
+
"NECB2017_space_type": "Food preparation area",
|
|
1672
|
+
"NECB2020_building_type": "Space Function",
|
|
1673
|
+
"NECB2020_space_type": "Food preparation area"
|
|
1436
1674
|
},
|
|
1437
1675
|
{
|
|
1438
1676
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1444,7 +1682,9 @@
|
|
|
1444
1682
|
"NECB2015_building_type": "Space Function",
|
|
1445
1683
|
"NECB2015_space_type": "Guest room",
|
|
1446
1684
|
"NECB2017_building_type": "Space Function",
|
|
1447
|
-
"NECB2017_space_type": "Guest room"
|
|
1685
|
+
"NECB2017_space_type": "Guest room",
|
|
1686
|
+
"NECB2020_building_type": "Space Function",
|
|
1687
|
+
"NECB2020_space_type": "Guest room"
|
|
1448
1688
|
},
|
|
1449
1689
|
{
|
|
1450
1690
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1456,7 +1696,9 @@
|
|
|
1456
1696
|
"NECB2015_building_type": "Space Function",
|
|
1457
1697
|
"NECB2015_space_type": "Guest room",
|
|
1458
1698
|
"NECB2017_building_type": "Space Function",
|
|
1459
|
-
"NECB2017_space_type": "Guest room"
|
|
1699
|
+
"NECB2017_space_type": "Guest room",
|
|
1700
|
+
"NECB2020_building_type": "Space Function",
|
|
1701
|
+
"NECB2020_space_type": "Guest room"
|
|
1460
1702
|
},
|
|
1461
1703
|
{
|
|
1462
1704
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1468,7 +1710,9 @@
|
|
|
1468
1710
|
"NECB2015_building_type": "Space Function",
|
|
1469
1711
|
"NECB2015_space_type": "Laboratory - classrooms",
|
|
1470
1712
|
"NECB2017_building_type": "Space Function",
|
|
1471
|
-
"NECB2017_space_type": "Laboratory - classrooms"
|
|
1713
|
+
"NECB2017_space_type": "Laboratory - classrooms",
|
|
1714
|
+
"NECB2020_building_type": "Space Function",
|
|
1715
|
+
"NECB2020_space_type": "Laboratory - classrooms"
|
|
1472
1716
|
},
|
|
1473
1717
|
{
|
|
1474
1718
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1480,7 +1724,9 @@
|
|
|
1480
1724
|
"NECB2015_building_type": "Space Function",
|
|
1481
1725
|
"NECB2015_space_type": "Laboratory - other",
|
|
1482
1726
|
"NECB2017_building_type": "Space Function",
|
|
1483
|
-
"NECB2017_space_type": "Laboratory - other"
|
|
1727
|
+
"NECB2017_space_type": "Laboratory - other",
|
|
1728
|
+
"NECB2020_building_type": "Space Function",
|
|
1729
|
+
"NECB2020_space_type": "Laboratory - other"
|
|
1484
1730
|
},
|
|
1485
1731
|
{
|
|
1486
1732
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1492,7 +1738,9 @@
|
|
|
1492
1738
|
"NECB2015_building_type": "Space Function",
|
|
1493
1739
|
"NECB2015_space_type": "Lobby - elevator",
|
|
1494
1740
|
"NECB2017_building_type": "Space Function",
|
|
1495
|
-
"NECB2017_space_type": "Lobby - elevator"
|
|
1741
|
+
"NECB2017_space_type": "Lobby - elevator",
|
|
1742
|
+
"NECB2020_building_type": "Space Function",
|
|
1743
|
+
"NECB2020_space_type": "Lobby - elevator"
|
|
1496
1744
|
},
|
|
1497
1745
|
{
|
|
1498
1746
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1504,7 +1752,9 @@
|
|
|
1504
1752
|
"NECB2015_building_type": "Space Function",
|
|
1505
1753
|
"NECB2015_space_type": "Lobby - hotel",
|
|
1506
1754
|
"NECB2017_building_type": "Space Function",
|
|
1507
|
-
"NECB2017_space_type": "Lobby - hotel"
|
|
1755
|
+
"NECB2017_space_type": "Lobby - hotel",
|
|
1756
|
+
"NECB2020_building_type": "Space Function",
|
|
1757
|
+
"NECB2020_space_type": "Lobby - hotel"
|
|
1508
1758
|
},
|
|
1509
1759
|
{
|
|
1510
1760
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1516,7 +1766,9 @@
|
|
|
1516
1766
|
"NECB2015_building_type": "Space Function",
|
|
1517
1767
|
"NECB2015_space_type": "Lobby - motion picture theatre",
|
|
1518
1768
|
"NECB2017_building_type": "Space Function",
|
|
1519
|
-
"NECB2017_space_type": "Lobby - motion picture theatre"
|
|
1769
|
+
"NECB2017_space_type": "Lobby - motion picture theatre",
|
|
1770
|
+
"NECB2020_building_type": "Space Function",
|
|
1771
|
+
"NECB2020_space_type": "Lobby - motion picture theatre"
|
|
1520
1772
|
},
|
|
1521
1773
|
{
|
|
1522
1774
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1528,7 +1780,9 @@
|
|
|
1528
1780
|
"NECB2015_building_type": "Space Function",
|
|
1529
1781
|
"NECB2015_space_type": "Lobby - performing arts theatre",
|
|
1530
1782
|
"NECB2017_building_type": "Space Function",
|
|
1531
|
-
"NECB2017_space_type": "Lobby - performing arts theatre"
|
|
1783
|
+
"NECB2017_space_type": "Lobby - performing arts theatre",
|
|
1784
|
+
"NECB2020_building_type": "Space Function",
|
|
1785
|
+
"NECB2020_space_type": "Lobby - performing arts theatre"
|
|
1532
1786
|
},
|
|
1533
1787
|
{
|
|
1534
1788
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1540,7 +1794,9 @@
|
|
|
1540
1794
|
"NECB2015_building_type": "Space Function",
|
|
1541
1795
|
"NECB2015_space_type": "Lobby - other",
|
|
1542
1796
|
"NECB2017_building_type": "Space Function",
|
|
1543
|
-
"NECB2017_space_type": "Lobby - other"
|
|
1797
|
+
"NECB2017_space_type": "Lobby - other",
|
|
1798
|
+
"NECB2020_building_type": "Space Function",
|
|
1799
|
+
"NECB2020_space_type": "Lobby - other"
|
|
1544
1800
|
},
|
|
1545
1801
|
{
|
|
1546
1802
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1552,7 +1808,9 @@
|
|
|
1552
1808
|
"NECB2015_building_type": "Space Function",
|
|
1553
1809
|
"NECB2015_space_type": "Locker room-sch-A",
|
|
1554
1810
|
"NECB2017_building_type": "Space Function",
|
|
1555
|
-
"NECB2017_space_type": "Locker room-sch-A"
|
|
1811
|
+
"NECB2017_space_type": "Locker room-sch-A",
|
|
1812
|
+
"NECB2020_building_type": "Space Function",
|
|
1813
|
+
"NECB2020_space_type": "Locker room-sch-A"
|
|
1556
1814
|
},
|
|
1557
1815
|
{
|
|
1558
1816
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1564,7 +1822,9 @@
|
|
|
1564
1822
|
"NECB2015_building_type": "Space Function",
|
|
1565
1823
|
"NECB2015_space_type": "Locker room-sch-B",
|
|
1566
1824
|
"NECB2017_building_type": "Space Function",
|
|
1567
|
-
"NECB2017_space_type": "Locker room-sch-B"
|
|
1825
|
+
"NECB2017_space_type": "Locker room-sch-B",
|
|
1826
|
+
"NECB2020_building_type": "Space Function",
|
|
1827
|
+
"NECB2020_space_type": "Locker room-sch-B"
|
|
1568
1828
|
},
|
|
1569
1829
|
{
|
|
1570
1830
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1576,7 +1836,9 @@
|
|
|
1576
1836
|
"NECB2015_building_type": "Space Function",
|
|
1577
1837
|
"NECB2015_space_type": "Locker room-sch-C",
|
|
1578
1838
|
"NECB2017_building_type": "Space Function",
|
|
1579
|
-
"NECB2017_space_type": "Locker room-sch-C"
|
|
1839
|
+
"NECB2017_space_type": "Locker room-sch-C",
|
|
1840
|
+
"NECB2020_building_type": "Space Function",
|
|
1841
|
+
"NECB2020_space_type": "Locker room-sch-C"
|
|
1580
1842
|
},
|
|
1581
1843
|
{
|
|
1582
1844
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1588,7 +1850,9 @@
|
|
|
1588
1850
|
"NECB2015_building_type": "Space Function",
|
|
1589
1851
|
"NECB2015_space_type": "Locker room-sch-D",
|
|
1590
1852
|
"NECB2017_building_type": "Space Function",
|
|
1591
|
-
"NECB2017_space_type": "Locker room-sch-D"
|
|
1853
|
+
"NECB2017_space_type": "Locker room-sch-D",
|
|
1854
|
+
"NECB2020_building_type": "Space Function",
|
|
1855
|
+
"NECB2020_space_type": "Locker room-sch-D"
|
|
1592
1856
|
},
|
|
1593
1857
|
{
|
|
1594
1858
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1600,7 +1864,9 @@
|
|
|
1600
1864
|
"NECB2015_building_type": "Space Function",
|
|
1601
1865
|
"NECB2015_space_type": "Locker room-sch-E",
|
|
1602
1866
|
"NECB2017_building_type": "Space Function",
|
|
1603
|
-
"NECB2017_space_type": "Locker room-sch-E"
|
|
1867
|
+
"NECB2017_space_type": "Locker room-sch-E",
|
|
1868
|
+
"NECB2020_building_type": "Space Function",
|
|
1869
|
+
"NECB2020_space_type": "Locker room-sch-E"
|
|
1604
1870
|
},
|
|
1605
1871
|
{
|
|
1606
1872
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1612,7 +1878,9 @@
|
|
|
1612
1878
|
"NECB2015_building_type": "Space Function",
|
|
1613
1879
|
"NECB2015_space_type": "Locker room-sch-F",
|
|
1614
1880
|
"NECB2017_building_type": "Space Function",
|
|
1615
|
-
"NECB2017_space_type": "Locker room-sch-F"
|
|
1881
|
+
"NECB2017_space_type": "Locker room-sch-F",
|
|
1882
|
+
"NECB2020_building_type": "Space Function",
|
|
1883
|
+
"NECB2020_space_type": "Locker room-sch-F"
|
|
1616
1884
|
},
|
|
1617
1885
|
{
|
|
1618
1886
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1624,7 +1892,9 @@
|
|
|
1624
1892
|
"NECB2015_building_type": "Space Function",
|
|
1625
1893
|
"NECB2015_space_type": "Locker room-sch-G",
|
|
1626
1894
|
"NECB2017_building_type": "Space Function",
|
|
1627
|
-
"NECB2017_space_type": "Locker room-sch-G"
|
|
1895
|
+
"NECB2017_space_type": "Locker room-sch-G",
|
|
1896
|
+
"NECB2020_building_type": "Space Function",
|
|
1897
|
+
"NECB2020_space_type": "Locker room-sch-G"
|
|
1628
1898
|
},
|
|
1629
1899
|
{
|
|
1630
1900
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1636,7 +1906,9 @@
|
|
|
1636
1906
|
"NECB2015_building_type": "Space Function",
|
|
1637
1907
|
"NECB2015_space_type": "Locker room-sch-H",
|
|
1638
1908
|
"NECB2017_building_type": "Space Function",
|
|
1639
|
-
"NECB2017_space_type": "Locker room-sch-H"
|
|
1909
|
+
"NECB2017_space_type": "Locker room-sch-H",
|
|
1910
|
+
"NECB2020_building_type": "Space Function",
|
|
1911
|
+
"NECB2020_space_type": "Locker room-sch-H"
|
|
1640
1912
|
},
|
|
1641
1913
|
{
|
|
1642
1914
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1648,7 +1920,9 @@
|
|
|
1648
1920
|
"NECB2015_building_type": "Space Function",
|
|
1649
1921
|
"NECB2015_space_type": "Locker room-sch-I",
|
|
1650
1922
|
"NECB2017_building_type": "Space Function",
|
|
1651
|
-
"NECB2017_space_type": "Locker room-sch-I"
|
|
1923
|
+
"NECB2017_space_type": "Locker room-sch-I",
|
|
1924
|
+
"NECB2020_building_type": "Space Function",
|
|
1925
|
+
"NECB2020_space_type": "Locker room-sch-I"
|
|
1652
1926
|
},
|
|
1653
1927
|
{
|
|
1654
1928
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1660,7 +1934,9 @@
|
|
|
1660
1934
|
"NECB2015_building_type": "Space Function",
|
|
1661
1935
|
"NECB2015_space_type": "Lounge/Break room - other",
|
|
1662
1936
|
"NECB2017_building_type": "Space Function",
|
|
1663
|
-
"NECB2017_space_type": "Lounge/Break room - other"
|
|
1937
|
+
"NECB2017_space_type": "Lounge/Break room - other",
|
|
1938
|
+
"NECB2020_building_type": "Space Function",
|
|
1939
|
+
"NECB2020_space_type": "Lounge/Break room - other"
|
|
1664
1940
|
},
|
|
1665
1941
|
{
|
|
1666
1942
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1672,7 +1948,9 @@
|
|
|
1672
1948
|
"NECB2015_building_type": "Space Function",
|
|
1673
1949
|
"NECB2015_space_type": "Office enclosed <= 25 m2",
|
|
1674
1950
|
"NECB2017_building_type": "Space Function",
|
|
1675
|
-
"NECB2017_space_type": "Office enclosed <= 25 m2"
|
|
1951
|
+
"NECB2017_space_type": "Office enclosed <= 25 m2",
|
|
1952
|
+
"NECB2020_building_type": "Space Function",
|
|
1953
|
+
"NECB2020_space_type": "Office enclosed <= 25 m2"
|
|
1676
1954
|
},
|
|
1677
1955
|
{
|
|
1678
1956
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1684,7 +1962,9 @@
|
|
|
1684
1962
|
"NECB2015_building_type": "Space Function",
|
|
1685
1963
|
"NECB2015_space_type": "Office enclosed <= 25 m2",
|
|
1686
1964
|
"NECB2017_building_type": "Space Function",
|
|
1687
|
-
"NECB2017_space_type": "Office enclosed <= 25 m2"
|
|
1965
|
+
"NECB2017_space_type": "Office enclosed <= 25 m2",
|
|
1966
|
+
"NECB2020_building_type": "Space Function",
|
|
1967
|
+
"NECB2020_space_type": "Office enclosed <= 25 m2"
|
|
1688
1968
|
},
|
|
1689
1969
|
{
|
|
1690
1970
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1696,7 +1976,9 @@
|
|
|
1696
1976
|
"NECB2015_building_type": "Space Function",
|
|
1697
1977
|
"NECB2015_space_type": "Office open plan",
|
|
1698
1978
|
"NECB2017_building_type": "Space Function",
|
|
1699
|
-
"NECB2017_space_type": "Office open plan"
|
|
1979
|
+
"NECB2017_space_type": "Office open plan",
|
|
1980
|
+
"NECB2020_building_type": "Space Function",
|
|
1981
|
+
"NECB2020_space_type": "Office open plan"
|
|
1700
1982
|
},
|
|
1701
1983
|
{
|
|
1702
1984
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1708,7 +1990,9 @@
|
|
|
1708
1990
|
"NECB2015_building_type": "Space Function",
|
|
1709
1991
|
"NECB2015_space_type": "Office enclosed > 25 m2",
|
|
1710
1992
|
"NECB2017_building_type": "Space Function",
|
|
1711
|
-
"NECB2017_space_type": "Office enclosed > 25 m2"
|
|
1993
|
+
"NECB2017_space_type": "Office enclosed > 25 m2",
|
|
1994
|
+
"NECB2020_building_type": "Space Function",
|
|
1995
|
+
"NECB2020_space_type": "Office enclosed > 25 m2"
|
|
1712
1996
|
},
|
|
1713
1997
|
{
|
|
1714
1998
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1720,7 +2004,9 @@
|
|
|
1720
2004
|
"NECB2015_building_type": "Space Function",
|
|
1721
2005
|
"NECB2015_space_type": "Office enclosed > 25 m2",
|
|
1722
2006
|
"NECB2017_building_type": "Space Function",
|
|
1723
|
-
"NECB2017_space_type": "Office enclosed > 25 m2"
|
|
2007
|
+
"NECB2017_space_type": "Office enclosed > 25 m2",
|
|
2008
|
+
"NECB2020_building_type": "Space Function",
|
|
2009
|
+
"NECB2020_space_type": "Office enclosed > 25 m2"
|
|
1724
2010
|
},
|
|
1725
2011
|
{
|
|
1726
2012
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1732,7 +2018,9 @@
|
|
|
1732
2018
|
"NECB2015_building_type": "Space Function",
|
|
1733
2019
|
"NECB2015_space_type": "Sales area",
|
|
1734
2020
|
"NECB2017_building_type": "Space Function",
|
|
1735
|
-
"NECB2017_space_type": "Sales area"
|
|
2021
|
+
"NECB2017_space_type": "Sales area",
|
|
2022
|
+
"NECB2020_building_type": "Space Function",
|
|
2023
|
+
"NECB2020_space_type": "Sales area"
|
|
1736
2024
|
},
|
|
1737
2025
|
{
|
|
1738
2026
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1744,7 +2032,9 @@
|
|
|
1744
2032
|
"NECB2015_building_type": "Space Function",
|
|
1745
2033
|
"NECB2015_space_type": "Sales area",
|
|
1746
2034
|
"NECB2017_building_type": "Space Function",
|
|
1747
|
-
"NECB2017_space_type": "Sales area"
|
|
2035
|
+
"NECB2017_space_type": "Sales area",
|
|
2036
|
+
"NECB2020_building_type": "Space Function",
|
|
2037
|
+
"NECB2020_space_type": "Sales area"
|
|
1748
2038
|
},
|
|
1749
2039
|
{
|
|
1750
2040
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1756,7 +2046,9 @@
|
|
|
1756
2046
|
"NECB2015_building_type": "Space Function",
|
|
1757
2047
|
"NECB2015_space_type": "Stairway/Stairwell-sch-A",
|
|
1758
2048
|
"NECB2017_building_type": "Space Function",
|
|
1759
|
-
"NECB2017_space_type": "Stairway/Stairwell-sch-A"
|
|
2049
|
+
"NECB2017_space_type": "Stairway/Stairwell-sch-A",
|
|
2050
|
+
"NECB2020_building_type": "Space Function",
|
|
2051
|
+
"NECB2020_space_type": "Stairway/Stairwell-sch-A"
|
|
1760
2052
|
},
|
|
1761
2053
|
{
|
|
1762
2054
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1768,7 +2060,9 @@
|
|
|
1768
2060
|
"NECB2015_building_type": "Space Function",
|
|
1769
2061
|
"NECB2015_space_type": "Stairway/Stairwell-sch-B",
|
|
1770
2062
|
"NECB2017_building_type": "Space Function",
|
|
1771
|
-
"NECB2017_space_type": "Stairway/Stairwell-sch-B"
|
|
2063
|
+
"NECB2017_space_type": "Stairway/Stairwell-sch-B",
|
|
2064
|
+
"NECB2020_building_type": "Space Function",
|
|
2065
|
+
"NECB2020_space_type": "Stairway/Stairwell-sch-B"
|
|
1772
2066
|
},
|
|
1773
2067
|
{
|
|
1774
2068
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1780,7 +2074,9 @@
|
|
|
1780
2074
|
"NECB2015_building_type": "Space Function",
|
|
1781
2075
|
"NECB2015_space_type": "Stairway/Stairwell-sch-C",
|
|
1782
2076
|
"NECB2017_building_type": "Space Function",
|
|
1783
|
-
"NECB2017_space_type": "Stairway/Stairwell-sch-C"
|
|
2077
|
+
"NECB2017_space_type": "Stairway/Stairwell-sch-C",
|
|
2078
|
+
"NECB2020_building_type": "Space Function",
|
|
2079
|
+
"NECB2020_space_type": "Stairway/Stairwell-sch-C"
|
|
1784
2080
|
},
|
|
1785
2081
|
{
|
|
1786
2082
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1792,7 +2088,9 @@
|
|
|
1792
2088
|
"NECB2015_building_type": "Space Function",
|
|
1793
2089
|
"NECB2015_space_type": "Stairway/Stairwell-sch-D",
|
|
1794
2090
|
"NECB2017_building_type": "Space Function",
|
|
1795
|
-
"NECB2017_space_type": "Stairway/Stairwell-sch-D"
|
|
2091
|
+
"NECB2017_space_type": "Stairway/Stairwell-sch-D",
|
|
2092
|
+
"NECB2020_building_type": "Space Function",
|
|
2093
|
+
"NECB2020_space_type": "Stairway/Stairwell-sch-D"
|
|
1796
2094
|
},
|
|
1797
2095
|
{
|
|
1798
2096
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1804,7 +2102,9 @@
|
|
|
1804
2102
|
"NECB2015_building_type": "Space Function",
|
|
1805
2103
|
"NECB2015_space_type": "Stairway/Stairwell-sch-E",
|
|
1806
2104
|
"NECB2017_building_type": "Space Function",
|
|
1807
|
-
"NECB2017_space_type": "Stairway/Stairwell-sch-E"
|
|
2105
|
+
"NECB2017_space_type": "Stairway/Stairwell-sch-E",
|
|
2106
|
+
"NECB2020_building_type": "Space Function",
|
|
2107
|
+
"NECB2020_space_type": "Stairway/Stairwell-sch-E"
|
|
1808
2108
|
},
|
|
1809
2109
|
{
|
|
1810
2110
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1816,7 +2116,9 @@
|
|
|
1816
2116
|
"NECB2015_building_type": "Space Function",
|
|
1817
2117
|
"NECB2015_space_type": "Stairway/Stairwell-sch-F",
|
|
1818
2118
|
"NECB2017_building_type": "Space Function",
|
|
1819
|
-
"NECB2017_space_type": "Stairway/Stairwell-sch-F"
|
|
2119
|
+
"NECB2017_space_type": "Stairway/Stairwell-sch-F",
|
|
2120
|
+
"NECB2020_building_type": "Space Function",
|
|
2121
|
+
"NECB2020_space_type": "Stairway/Stairwell-sch-F"
|
|
1820
2122
|
},
|
|
1821
2123
|
{
|
|
1822
2124
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1828,7 +2130,9 @@
|
|
|
1828
2130
|
"NECB2015_building_type": "Space Function",
|
|
1829
2131
|
"NECB2015_space_type": "Stairway/Stairwell-sch-G",
|
|
1830
2132
|
"NECB2017_building_type": "Space Function",
|
|
1831
|
-
"NECB2017_space_type": "Stairway/Stairwell-sch-G"
|
|
2133
|
+
"NECB2017_space_type": "Stairway/Stairwell-sch-G",
|
|
2134
|
+
"NECB2020_building_type": "Space Function",
|
|
2135
|
+
"NECB2020_space_type": "Stairway/Stairwell-sch-G"
|
|
1832
2136
|
},
|
|
1833
2137
|
{
|
|
1834
2138
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1840,7 +2144,9 @@
|
|
|
1840
2144
|
"NECB2015_building_type": "Space Function",
|
|
1841
2145
|
"NECB2015_space_type": "Stairway/Stairwell-sch-H",
|
|
1842
2146
|
"NECB2017_building_type": "Space Function",
|
|
1843
|
-
"NECB2017_space_type": "Stairway/Stairwell-sch-H"
|
|
2147
|
+
"NECB2017_space_type": "Stairway/Stairwell-sch-H",
|
|
2148
|
+
"NECB2020_building_type": "Space Function",
|
|
2149
|
+
"NECB2020_space_type": "Stairway/Stairwell-sch-H"
|
|
1844
2150
|
},
|
|
1845
2151
|
{
|
|
1846
2152
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1852,7 +2158,9 @@
|
|
|
1852
2158
|
"NECB2015_building_type": "Space Function",
|
|
1853
2159
|
"NECB2015_space_type": "Stairway/Stairwell-sch-I",
|
|
1854
2160
|
"NECB2017_building_type": "Space Function",
|
|
1855
|
-
"NECB2017_space_type": "Stairway/Stairwell-sch-I"
|
|
2161
|
+
"NECB2017_space_type": "Stairway/Stairwell-sch-I",
|
|
2162
|
+
"NECB2020_building_type": "Space Function",
|
|
2163
|
+
"NECB2020_space_type": "Stairway/Stairwell-sch-I"
|
|
1856
2164
|
},
|
|
1857
2165
|
{
|
|
1858
2166
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1864,7 +2172,9 @@
|
|
|
1864
2172
|
"NECB2015_building_type": "Space Function",
|
|
1865
2173
|
"NECB2015_space_type": "Storage garage interior",
|
|
1866
2174
|
"NECB2017_building_type": "Space Function",
|
|
1867
|
-
"NECB2017_space_type": "Storage garage interior"
|
|
2175
|
+
"NECB2017_space_type": "Storage garage interior",
|
|
2176
|
+
"NECB2020_building_type": "Space Function",
|
|
2177
|
+
"NECB2020_space_type": "Storage garage interior"
|
|
1868
2178
|
},
|
|
1869
2179
|
{
|
|
1870
2180
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1876,7 +2186,9 @@
|
|
|
1876
2186
|
"NECB2015_building_type": "Space Function",
|
|
1877
2187
|
"NECB2015_space_type": "Storage room < 5 m2-sch-A",
|
|
1878
2188
|
"NECB2017_building_type": "Space Function",
|
|
1879
|
-
"NECB2017_space_type": "Storage room < 5 m2-sch-A"
|
|
2189
|
+
"NECB2017_space_type": "Storage room < 5 m2-sch-A",
|
|
2190
|
+
"NECB2020_building_type": "Space Function",
|
|
2191
|
+
"NECB2020_space_type": "Storage room < 5 m2-sch-A"
|
|
1880
2192
|
},
|
|
1881
2193
|
{
|
|
1882
2194
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1888,7 +2200,9 @@
|
|
|
1888
2200
|
"NECB2015_building_type": "Space Function",
|
|
1889
2201
|
"NECB2015_space_type": "Storage room < 5 m2-sch-B",
|
|
1890
2202
|
"NECB2017_building_type": "Space Function",
|
|
1891
|
-
"NECB2017_space_type": "Storage room < 5 m2-sch-B"
|
|
2203
|
+
"NECB2017_space_type": "Storage room < 5 m2-sch-B",
|
|
2204
|
+
"NECB2020_building_type": "Space Function",
|
|
2205
|
+
"NECB2020_space_type": "Storage room < 5 m2-sch-B"
|
|
1892
2206
|
},
|
|
1893
2207
|
{
|
|
1894
2208
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1900,7 +2214,9 @@
|
|
|
1900
2214
|
"NECB2015_building_type": "Space Function",
|
|
1901
2215
|
"NECB2015_space_type": "Storage room < 5 m2-sch-C",
|
|
1902
2216
|
"NECB2017_building_type": "Space Function",
|
|
1903
|
-
"NECB2017_space_type": "Storage room < 5 m2-sch-C"
|
|
2217
|
+
"NECB2017_space_type": "Storage room < 5 m2-sch-C",
|
|
2218
|
+
"NECB2020_building_type": "Space Function",
|
|
2219
|
+
"NECB2020_space_type": "Storage room < 5 m2-sch-C"
|
|
1904
2220
|
},
|
|
1905
2221
|
{
|
|
1906
2222
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1912,7 +2228,9 @@
|
|
|
1912
2228
|
"NECB2015_building_type": "Space Function",
|
|
1913
2229
|
"NECB2015_space_type": "Storage room < 5 m2-sch-D",
|
|
1914
2230
|
"NECB2017_building_type": "Space Function",
|
|
1915
|
-
"NECB2017_space_type": "Storage room < 5 m2-sch-D"
|
|
2231
|
+
"NECB2017_space_type": "Storage room < 5 m2-sch-D",
|
|
2232
|
+
"NECB2020_building_type": "Space Function",
|
|
2233
|
+
"NECB2020_space_type": "Storage room < 5 m2-sch-D"
|
|
1916
2234
|
},
|
|
1917
2235
|
{
|
|
1918
2236
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1924,7 +2242,9 @@
|
|
|
1924
2242
|
"NECB2015_building_type": "Space Function",
|
|
1925
2243
|
"NECB2015_space_type": "Storage room < 5 m2-sch-E",
|
|
1926
2244
|
"NECB2017_building_type": "Space Function",
|
|
1927
|
-
"NECB2017_space_type": "Storage room < 5 m2-sch-E"
|
|
2245
|
+
"NECB2017_space_type": "Storage room < 5 m2-sch-E",
|
|
2246
|
+
"NECB2020_building_type": "Space Function",
|
|
2247
|
+
"NECB2020_space_type": "Storage room < 5 m2-sch-E"
|
|
1928
2248
|
},
|
|
1929
2249
|
{
|
|
1930
2250
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1936,7 +2256,9 @@
|
|
|
1936
2256
|
"NECB2015_building_type": "Space Function",
|
|
1937
2257
|
"NECB2015_space_type": "Storage room < 5 m2-sch-F",
|
|
1938
2258
|
"NECB2017_building_type": "Space Function",
|
|
1939
|
-
"NECB2017_space_type": "Storage room < 5 m2-sch-F"
|
|
2259
|
+
"NECB2017_space_type": "Storage room < 5 m2-sch-F",
|
|
2260
|
+
"NECB2020_building_type": "Space Function",
|
|
2261
|
+
"NECB2020_space_type": "Storage room < 5 m2-sch-F"
|
|
1940
2262
|
},
|
|
1941
2263
|
{
|
|
1942
2264
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1948,7 +2270,9 @@
|
|
|
1948
2270
|
"NECB2015_building_type": "Space Function",
|
|
1949
2271
|
"NECB2015_space_type": "Storage room < 5 m2-sch-G",
|
|
1950
2272
|
"NECB2017_building_type": "Space Function",
|
|
1951
|
-
"NECB2017_space_type": "Storage room < 5 m2-sch-G"
|
|
2273
|
+
"NECB2017_space_type": "Storage room < 5 m2-sch-G",
|
|
2274
|
+
"NECB2020_building_type": "Space Function",
|
|
2275
|
+
"NECB2020_space_type": "Storage room < 5 m2-sch-G"
|
|
1952
2276
|
},
|
|
1953
2277
|
{
|
|
1954
2278
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1960,7 +2284,9 @@
|
|
|
1960
2284
|
"NECB2015_building_type": "Space Function",
|
|
1961
2285
|
"NECB2015_space_type": "Storage room < 5 m2-sch-H",
|
|
1962
2286
|
"NECB2017_building_type": "Space Function",
|
|
1963
|
-
"NECB2017_space_type": "Storage room < 5 m2-sch-H"
|
|
2287
|
+
"NECB2017_space_type": "Storage room < 5 m2-sch-H",
|
|
2288
|
+
"NECB2020_building_type": "Space Function",
|
|
2289
|
+
"NECB2020_space_type": "Storage room < 5 m2-sch-H"
|
|
1964
2290
|
},
|
|
1965
2291
|
{
|
|
1966
2292
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1972,7 +2298,9 @@
|
|
|
1972
2298
|
"NECB2015_building_type": "Space Function",
|
|
1973
2299
|
"NECB2015_space_type": "Storage room < 5 m2-sch-I",
|
|
1974
2300
|
"NECB2017_building_type": "Space Function",
|
|
1975
|
-
"NECB2017_space_type": "Storage room < 5 m2-sch-I"
|
|
2301
|
+
"NECB2017_space_type": "Storage room < 5 m2-sch-I",
|
|
2302
|
+
"NECB2020_building_type": "Space Function",
|
|
2303
|
+
"NECB2020_space_type": "Storage room < 5 m2-sch-I"
|
|
1976
2304
|
},
|
|
1977
2305
|
{
|
|
1978
2306
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1984,7 +2312,9 @@
|
|
|
1984
2312
|
"NECB2015_building_type": "Space Function",
|
|
1985
2313
|
"NECB2015_space_type": "Storage room < 5 m2-sch-J",
|
|
1986
2314
|
"NECB2017_building_type": "Space Function",
|
|
1987
|
-
"NECB2017_space_type": "Storage room < 5 m2-sch-J"
|
|
2315
|
+
"NECB2017_space_type": "Storage room < 5 m2-sch-J",
|
|
2316
|
+
"NECB2020_building_type": "Space Function",
|
|
2317
|
+
"NECB2020_space_type": "Storage room < 5 m2-sch-J"
|
|
1988
2318
|
},
|
|
1989
2319
|
{
|
|
1990
2320
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -1996,7 +2326,9 @@
|
|
|
1996
2326
|
"NECB2015_building_type": "Space Function",
|
|
1997
2327
|
"NECB2015_space_type": "Storage room < 5 m2-sch-K",
|
|
1998
2328
|
"NECB2017_building_type": "Space Function",
|
|
1999
|
-
"NECB2017_space_type": "Storage room < 5 m2-sch-K"
|
|
2329
|
+
"NECB2017_space_type": "Storage room < 5 m2-sch-K",
|
|
2330
|
+
"NECB2020_building_type": "Space Function",
|
|
2331
|
+
"NECB2020_space_type": "Storage room < 5 m2-sch-K"
|
|
2000
2332
|
},
|
|
2001
2333
|
{
|
|
2002
2334
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2008,7 +2340,9 @@
|
|
|
2008
2340
|
"NECB2015_building_type": "Space Function",
|
|
2009
2341
|
"NECB2015_space_type": "Storage room <= 5 m2 <= 100 m2-sch-A",
|
|
2010
2342
|
"NECB2017_building_type": "Space Function",
|
|
2011
|
-
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-A"
|
|
2343
|
+
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-A",
|
|
2344
|
+
"NECB2020_building_type": "Space Function",
|
|
2345
|
+
"NECB2020_space_type": "Storage room <= 5 m2 <= 100 m2-sch-A"
|
|
2012
2346
|
},
|
|
2013
2347
|
{
|
|
2014
2348
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2020,7 +2354,9 @@
|
|
|
2020
2354
|
"NECB2015_building_type": "Space Function",
|
|
2021
2355
|
"NECB2015_space_type": "Storage room <= 5 m2 <= 100 m2-sch-B",
|
|
2022
2356
|
"NECB2017_building_type": "Space Function",
|
|
2023
|
-
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-B"
|
|
2357
|
+
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-B",
|
|
2358
|
+
"NECB2020_building_type": "Space Function",
|
|
2359
|
+
"NECB2020_space_type": "Storage room <= 5 m2 <= 100 m2-sch-B"
|
|
2024
2360
|
},
|
|
2025
2361
|
{
|
|
2026
2362
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2032,7 +2368,9 @@
|
|
|
2032
2368
|
"NECB2015_building_type": "Space Function",
|
|
2033
2369
|
"NECB2015_space_type": "Storage room <= 5 m2 <= 100 m2-sch-C",
|
|
2034
2370
|
"NECB2017_building_type": "Space Function",
|
|
2035
|
-
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-C"
|
|
2371
|
+
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-C",
|
|
2372
|
+
"NECB2020_building_type": "Space Function",
|
|
2373
|
+
"NECB2020_space_type": "Storage room <= 5 m2 <= 100 m2-sch-C"
|
|
2036
2374
|
},
|
|
2037
2375
|
{
|
|
2038
2376
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2044,7 +2382,9 @@
|
|
|
2044
2382
|
"NECB2015_building_type": "Space Function",
|
|
2045
2383
|
"NECB2015_space_type": "Storage room <= 5 m2 <= 100 m2-sch-D",
|
|
2046
2384
|
"NECB2017_building_type": "Space Function",
|
|
2047
|
-
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-D"
|
|
2385
|
+
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-D",
|
|
2386
|
+
"NECB2020_building_type": "Space Function",
|
|
2387
|
+
"NECB2020_space_type": "Storage room <= 5 m2 <= 100 m2-sch-D"
|
|
2048
2388
|
},
|
|
2049
2389
|
{
|
|
2050
2390
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2056,7 +2396,9 @@
|
|
|
2056
2396
|
"NECB2015_building_type": "Space Function",
|
|
2057
2397
|
"NECB2015_space_type": "Storage room <= 5 m2 <= 100 m2-sch-E",
|
|
2058
2398
|
"NECB2017_building_type": "Space Function",
|
|
2059
|
-
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-E"
|
|
2399
|
+
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-E",
|
|
2400
|
+
"NECB2020_building_type": "Space Function",
|
|
2401
|
+
"NECB2020_space_type": "Storage room <= 5 m2 <= 100 m2-sch-E"
|
|
2060
2402
|
},
|
|
2061
2403
|
{
|
|
2062
2404
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2068,7 +2410,9 @@
|
|
|
2068
2410
|
"NECB2015_building_type": "Space Function",
|
|
2069
2411
|
"NECB2015_space_type": "Storage room <= 5 m2 <= 100 m2-sch-F",
|
|
2070
2412
|
"NECB2017_building_type": "Space Function",
|
|
2071
|
-
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-F"
|
|
2413
|
+
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-F",
|
|
2414
|
+
"NECB2020_building_type": "Space Function",
|
|
2415
|
+
"NECB2020_space_type": "Storage room <= 5 m2 <= 100 m2-sch-F"
|
|
2072
2416
|
},
|
|
2073
2417
|
{
|
|
2074
2418
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2080,7 +2424,9 @@
|
|
|
2080
2424
|
"NECB2015_building_type": "Space Function",
|
|
2081
2425
|
"NECB2015_space_type": "Storage room <= 5 m2 <= 100 m2-sch-G",
|
|
2082
2426
|
"NECB2017_building_type": "Space Function",
|
|
2083
|
-
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-G"
|
|
2427
|
+
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-G",
|
|
2428
|
+
"NECB2020_building_type": "Space Function",
|
|
2429
|
+
"NECB2020_space_type": "Storage room <= 5 m2 <= 100 m2-sch-G"
|
|
2084
2430
|
},
|
|
2085
2431
|
{
|
|
2086
2432
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2092,7 +2438,9 @@
|
|
|
2092
2438
|
"NECB2015_building_type": "Space Function",
|
|
2093
2439
|
"NECB2015_space_type": "Storage room <= 5 m2 <= 100 m2-sch-H",
|
|
2094
2440
|
"NECB2017_building_type": "Space Function",
|
|
2095
|
-
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-H"
|
|
2441
|
+
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-H",
|
|
2442
|
+
"NECB2020_building_type": "Space Function",
|
|
2443
|
+
"NECB2020_space_type": "Storage room <= 5 m2 <= 100 m2-sch-H"
|
|
2096
2444
|
},
|
|
2097
2445
|
{
|
|
2098
2446
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2104,7 +2452,9 @@
|
|
|
2104
2452
|
"NECB2015_building_type": "Space Function",
|
|
2105
2453
|
"NECB2015_space_type": "Storage room <= 5 m2 <= 100 m2-sch-I",
|
|
2106
2454
|
"NECB2017_building_type": "Space Function",
|
|
2107
|
-
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-I"
|
|
2455
|
+
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-I",
|
|
2456
|
+
"NECB2020_building_type": "Space Function",
|
|
2457
|
+
"NECB2020_space_type": "Storage room <= 5 m2 <= 100 m2-sch-I"
|
|
2108
2458
|
},
|
|
2109
2459
|
{
|
|
2110
2460
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2116,7 +2466,9 @@
|
|
|
2116
2466
|
"NECB2015_building_type": "Space Function",
|
|
2117
2467
|
"NECB2015_space_type": "Storage room <= 5 m2 <= 100 m2-sch-J",
|
|
2118
2468
|
"NECB2017_building_type": "Space Function",
|
|
2119
|
-
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-J"
|
|
2469
|
+
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-J",
|
|
2470
|
+
"NECB2020_building_type": "Space Function",
|
|
2471
|
+
"NECB2020_space_type": "Storage room <= 5 m2 <= 100 m2-sch-J"
|
|
2120
2472
|
},
|
|
2121
2473
|
{
|
|
2122
2474
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2128,7 +2480,9 @@
|
|
|
2128
2480
|
"NECB2015_building_type": "Space Function",
|
|
2129
2481
|
"NECB2015_space_type": "Storage room <= 5 m2 <= 100 m2-sch-K",
|
|
2130
2482
|
"NECB2017_building_type": "Space Function",
|
|
2131
|
-
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-K"
|
|
2483
|
+
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-K",
|
|
2484
|
+
"NECB2020_building_type": "Space Function",
|
|
2485
|
+
"NECB2020_space_type": "Storage room <= 5 m2 <= 100 m2-sch-K"
|
|
2132
2486
|
},
|
|
2133
2487
|
{
|
|
2134
2488
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2140,7 +2494,9 @@
|
|
|
2140
2494
|
"NECB2015_building_type": "Space Function",
|
|
2141
2495
|
"NECB2015_space_type": "Storage room > 100 m2-sch-A",
|
|
2142
2496
|
"NECB2017_building_type": "Space Function",
|
|
2143
|
-
"NECB2017_space_type": "Storage room > 100 m2-sch-A"
|
|
2497
|
+
"NECB2017_space_type": "Storage room > 100 m2-sch-A",
|
|
2498
|
+
"NECB2020_building_type": "Space Function",
|
|
2499
|
+
"NECB2020_space_type": "Storage room > 100 m2-sch-A"
|
|
2144
2500
|
},
|
|
2145
2501
|
{
|
|
2146
2502
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2152,7 +2508,9 @@
|
|
|
2152
2508
|
"NECB2015_building_type": "Space Function",
|
|
2153
2509
|
"NECB2015_space_type": "Storage room > 100 m2-sch-B",
|
|
2154
2510
|
"NECB2017_building_type": "Space Function",
|
|
2155
|
-
"NECB2017_space_type": "Storage room > 100 m2-sch-B"
|
|
2511
|
+
"NECB2017_space_type": "Storage room > 100 m2-sch-B",
|
|
2512
|
+
"NECB2020_building_type": "Space Function",
|
|
2513
|
+
"NECB2020_space_type": "Storage room > 100 m2-sch-B"
|
|
2156
2514
|
},
|
|
2157
2515
|
{
|
|
2158
2516
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2164,7 +2522,9 @@
|
|
|
2164
2522
|
"NECB2015_building_type": "Space Function",
|
|
2165
2523
|
"NECB2015_space_type": "Storage room > 100 m2-sch-C",
|
|
2166
2524
|
"NECB2017_building_type": "Space Function",
|
|
2167
|
-
"NECB2017_space_type": "Storage room > 100 m2-sch-C"
|
|
2525
|
+
"NECB2017_space_type": "Storage room > 100 m2-sch-C",
|
|
2526
|
+
"NECB2020_building_type": "Space Function",
|
|
2527
|
+
"NECB2020_space_type": "Storage room > 100 m2-sch-C"
|
|
2168
2528
|
},
|
|
2169
2529
|
{
|
|
2170
2530
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2176,7 +2536,9 @@
|
|
|
2176
2536
|
"NECB2015_building_type": "Space Function",
|
|
2177
2537
|
"NECB2015_space_type": "Storage room > 100 m2-sch-D",
|
|
2178
2538
|
"NECB2017_building_type": "Space Function",
|
|
2179
|
-
"NECB2017_space_type": "Storage room > 100 m2-sch-D"
|
|
2539
|
+
"NECB2017_space_type": "Storage room > 100 m2-sch-D",
|
|
2540
|
+
"NECB2020_building_type": "Space Function",
|
|
2541
|
+
"NECB2020_space_type": "Storage room > 100 m2-sch-D"
|
|
2180
2542
|
},
|
|
2181
2543
|
{
|
|
2182
2544
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2188,7 +2550,9 @@
|
|
|
2188
2550
|
"NECB2015_building_type": "Space Function",
|
|
2189
2551
|
"NECB2015_space_type": "Storage room > 100 m2-sch-E",
|
|
2190
2552
|
"NECB2017_building_type": "Space Function",
|
|
2191
|
-
"NECB2017_space_type": "Storage room > 100 m2-sch-E"
|
|
2553
|
+
"NECB2017_space_type": "Storage room > 100 m2-sch-E",
|
|
2554
|
+
"NECB2020_building_type": "Space Function",
|
|
2555
|
+
"NECB2020_space_type": "Storage room > 100 m2-sch-E"
|
|
2192
2556
|
},
|
|
2193
2557
|
{
|
|
2194
2558
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2200,7 +2564,9 @@
|
|
|
2200
2564
|
"NECB2015_building_type": "Space Function",
|
|
2201
2565
|
"NECB2015_space_type": "Storage room > 100 m2-sch-F",
|
|
2202
2566
|
"NECB2017_building_type": "Space Function",
|
|
2203
|
-
"NECB2017_space_type": "Storage room > 100 m2-sch-F"
|
|
2567
|
+
"NECB2017_space_type": "Storage room > 100 m2-sch-F",
|
|
2568
|
+
"NECB2020_building_type": "Space Function",
|
|
2569
|
+
"NECB2020_space_type": "Storage room > 100 m2-sch-F"
|
|
2204
2570
|
},
|
|
2205
2571
|
{
|
|
2206
2572
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2212,7 +2578,9 @@
|
|
|
2212
2578
|
"NECB2015_building_type": "Space Function",
|
|
2213
2579
|
"NECB2015_space_type": "Storage room > 100 m2-sch-G",
|
|
2214
2580
|
"NECB2017_building_type": "Space Function",
|
|
2215
|
-
"NECB2017_space_type": "Storage room > 100 m2-sch-G"
|
|
2581
|
+
"NECB2017_space_type": "Storage room > 100 m2-sch-G",
|
|
2582
|
+
"NECB2020_building_type": "Space Function",
|
|
2583
|
+
"NECB2020_space_type": "Storage room > 100 m2-sch-G"
|
|
2216
2584
|
},
|
|
2217
2585
|
{
|
|
2218
2586
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2224,7 +2592,9 @@
|
|
|
2224
2592
|
"NECB2015_building_type": "Space Function",
|
|
2225
2593
|
"NECB2015_space_type": "Storage room > 100 m2-sch-H",
|
|
2226
2594
|
"NECB2017_building_type": "Space Function",
|
|
2227
|
-
"NECB2017_space_type": "Storage room > 100 m2-sch-H"
|
|
2595
|
+
"NECB2017_space_type": "Storage room > 100 m2-sch-H",
|
|
2596
|
+
"NECB2020_building_type": "Space Function",
|
|
2597
|
+
"NECB2020_space_type": "Storage room > 100 m2-sch-H"
|
|
2228
2598
|
},
|
|
2229
2599
|
{
|
|
2230
2600
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2236,7 +2606,9 @@
|
|
|
2236
2606
|
"NECB2015_building_type": "Space Function",
|
|
2237
2607
|
"NECB2015_space_type": "Storage room > 100 m2-sch-I",
|
|
2238
2608
|
"NECB2017_building_type": "Space Function",
|
|
2239
|
-
"NECB2017_space_type": "Storage room > 100 m2-sch-I"
|
|
2609
|
+
"NECB2017_space_type": "Storage room > 100 m2-sch-I",
|
|
2610
|
+
"NECB2020_building_type": "Space Function",
|
|
2611
|
+
"NECB2020_space_type": "Storage room > 100 m2-sch-I"
|
|
2240
2612
|
},
|
|
2241
2613
|
{
|
|
2242
2614
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2248,7 +2620,9 @@
|
|
|
2248
2620
|
"NECB2015_building_type": "Space Function",
|
|
2249
2621
|
"NECB2015_space_type": "Storage room > 100 m2-sch-J",
|
|
2250
2622
|
"NECB2017_building_type": "Space Function",
|
|
2251
|
-
"NECB2017_space_type": "Storage room > 100 m2-sch-J"
|
|
2623
|
+
"NECB2017_space_type": "Storage room > 100 m2-sch-J",
|
|
2624
|
+
"NECB2020_building_type": "Space Function",
|
|
2625
|
+
"NECB2020_space_type": "Storage room > 100 m2-sch-J"
|
|
2252
2626
|
},
|
|
2253
2627
|
{
|
|
2254
2628
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2260,7 +2634,9 @@
|
|
|
2260
2634
|
"NECB2015_building_type": "Space Function",
|
|
2261
2635
|
"NECB2015_space_type": "Storage room > 100 m2-sch-K",
|
|
2262
2636
|
"NECB2017_building_type": "Space Function",
|
|
2263
|
-
"NECB2017_space_type": "Storage room > 100 m2-sch-K"
|
|
2637
|
+
"NECB2017_space_type": "Storage room > 100 m2-sch-K",
|
|
2638
|
+
"NECB2020_building_type": "Space Function",
|
|
2639
|
+
"NECB2020_space_type": "Storage room > 100 m2-sch-K"
|
|
2264
2640
|
},
|
|
2265
2641
|
{
|
|
2266
2642
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2272,7 +2648,9 @@
|
|
|
2272
2648
|
"NECB2015_building_type": "Space Function",
|
|
2273
2649
|
"NECB2015_space_type": "Storage room < 5 m2-sch-A",
|
|
2274
2650
|
"NECB2017_building_type": "Space Function",
|
|
2275
|
-
"NECB2017_space_type": "Storage room < 5 m2-sch-A"
|
|
2651
|
+
"NECB2017_space_type": "Storage room < 5 m2-sch-A",
|
|
2652
|
+
"NECB2020_building_type": "Space Function",
|
|
2653
|
+
"NECB2020_space_type": "Storage room < 5 m2-sch-A"
|
|
2276
2654
|
},
|
|
2277
2655
|
{
|
|
2278
2656
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2284,7 +2662,9 @@
|
|
|
2284
2662
|
"NECB2015_building_type": "Space Function",
|
|
2285
2663
|
"NECB2015_space_type": "Storage room < 5 m2-sch-B",
|
|
2286
2664
|
"NECB2017_building_type": "Space Function",
|
|
2287
|
-
"NECB2017_space_type": "Storage room < 5 m2-sch-B"
|
|
2665
|
+
"NECB2017_space_type": "Storage room < 5 m2-sch-B",
|
|
2666
|
+
"NECB2020_building_type": "Space Function",
|
|
2667
|
+
"NECB2020_space_type": "Storage room < 5 m2-sch-B"
|
|
2288
2668
|
},
|
|
2289
2669
|
{
|
|
2290
2670
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2296,7 +2676,9 @@
|
|
|
2296
2676
|
"NECB2015_building_type": "Space Function",
|
|
2297
2677
|
"NECB2015_space_type": "Storage room < 5 m2-sch-C",
|
|
2298
2678
|
"NECB2017_building_type": "Space Function",
|
|
2299
|
-
"NECB2017_space_type": "Storage room < 5 m2-sch-C"
|
|
2679
|
+
"NECB2017_space_type": "Storage room < 5 m2-sch-C",
|
|
2680
|
+
"NECB2020_building_type": "Space Function",
|
|
2681
|
+
"NECB2020_space_type": "Storage room < 5 m2-sch-C"
|
|
2300
2682
|
},
|
|
2301
2683
|
{
|
|
2302
2684
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2308,7 +2690,9 @@
|
|
|
2308
2690
|
"NECB2015_building_type": "Space Function",
|
|
2309
2691
|
"NECB2015_space_type": "Storage room < 5 m2-sch-D",
|
|
2310
2692
|
"NECB2017_building_type": "Space Function",
|
|
2311
|
-
"NECB2017_space_type": "Storage room < 5 m2-sch-D"
|
|
2693
|
+
"NECB2017_space_type": "Storage room < 5 m2-sch-D",
|
|
2694
|
+
"NECB2020_building_type": "Space Function",
|
|
2695
|
+
"NECB2020_space_type": "Storage room < 5 m2-sch-D"
|
|
2312
2696
|
},
|
|
2313
2697
|
{
|
|
2314
2698
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2320,7 +2704,9 @@
|
|
|
2320
2704
|
"NECB2015_building_type": "Space Function",
|
|
2321
2705
|
"NECB2015_space_type": "Storage room < 5 m2-sch-E",
|
|
2322
2706
|
"NECB2017_building_type": "Space Function",
|
|
2323
|
-
"NECB2017_space_type": "Storage room < 5 m2-sch-E"
|
|
2707
|
+
"NECB2017_space_type": "Storage room < 5 m2-sch-E",
|
|
2708
|
+
"NECB2020_building_type": "Space Function",
|
|
2709
|
+
"NECB2020_space_type": "Storage room < 5 m2-sch-E"
|
|
2324
2710
|
},
|
|
2325
2711
|
{
|
|
2326
2712
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2332,7 +2718,9 @@
|
|
|
2332
2718
|
"NECB2015_building_type": "Space Function",
|
|
2333
2719
|
"NECB2015_space_type": "Storage room < 5 m2-sch-F",
|
|
2334
2720
|
"NECB2017_building_type": "Space Function",
|
|
2335
|
-
"NECB2017_space_type": "Storage room < 5 m2-sch-F"
|
|
2721
|
+
"NECB2017_space_type": "Storage room < 5 m2-sch-F",
|
|
2722
|
+
"NECB2020_building_type": "Space Function",
|
|
2723
|
+
"NECB2020_space_type": "Storage room < 5 m2-sch-F"
|
|
2336
2724
|
},
|
|
2337
2725
|
{
|
|
2338
2726
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2344,7 +2732,9 @@
|
|
|
2344
2732
|
"NECB2015_building_type": "Space Function",
|
|
2345
2733
|
"NECB2015_space_type": "Storage room < 5 m2-sch-G",
|
|
2346
2734
|
"NECB2017_building_type": "Space Function",
|
|
2347
|
-
"NECB2017_space_type": "Storage room < 5 m2-sch-G"
|
|
2735
|
+
"NECB2017_space_type": "Storage room < 5 m2-sch-G",
|
|
2736
|
+
"NECB2020_building_type": "Space Function",
|
|
2737
|
+
"NECB2020_space_type": "Storage room < 5 m2-sch-G"
|
|
2348
2738
|
},
|
|
2349
2739
|
{
|
|
2350
2740
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2356,7 +2746,9 @@
|
|
|
2356
2746
|
"NECB2015_building_type": "Space Function",
|
|
2357
2747
|
"NECB2015_space_type": "Storage room < 5 m2-sch-H",
|
|
2358
2748
|
"NECB2017_building_type": "Space Function",
|
|
2359
|
-
"NECB2017_space_type": "Storage room < 5 m2-sch-H"
|
|
2749
|
+
"NECB2017_space_type": "Storage room < 5 m2-sch-H",
|
|
2750
|
+
"NECB2020_building_type": "Space Function",
|
|
2751
|
+
"NECB2020_space_type": "Storage room < 5 m2-sch-H"
|
|
2360
2752
|
},
|
|
2361
2753
|
{
|
|
2362
2754
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2368,7 +2760,9 @@
|
|
|
2368
2760
|
"NECB2015_building_type": "Space Function",
|
|
2369
2761
|
"NECB2015_space_type": "Storage room < 5 m2-sch-I",
|
|
2370
2762
|
"NECB2017_building_type": "Space Function",
|
|
2371
|
-
"NECB2017_space_type": "Storage room < 5 m2-sch-I"
|
|
2763
|
+
"NECB2017_space_type": "Storage room < 5 m2-sch-I",
|
|
2764
|
+
"NECB2020_building_type": "Space Function",
|
|
2765
|
+
"NECB2020_space_type": "Storage room < 5 m2-sch-I"
|
|
2372
2766
|
},
|
|
2373
2767
|
{
|
|
2374
2768
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2380,7 +2774,9 @@
|
|
|
2380
2774
|
"NECB2015_building_type": "Space Function",
|
|
2381
2775
|
"NECB2015_space_type": "Storage room < 5 m2-sch-J",
|
|
2382
2776
|
"NECB2017_building_type": "Space Function",
|
|
2383
|
-
"NECB2017_space_type": "Storage room < 5 m2-sch-J"
|
|
2777
|
+
"NECB2017_space_type": "Storage room < 5 m2-sch-J",
|
|
2778
|
+
"NECB2020_building_type": "Space Function",
|
|
2779
|
+
"NECB2020_space_type": "Storage room < 5 m2-sch-J"
|
|
2384
2780
|
},
|
|
2385
2781
|
{
|
|
2386
2782
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2392,7 +2788,9 @@
|
|
|
2392
2788
|
"NECB2015_building_type": "Space Function",
|
|
2393
2789
|
"NECB2015_space_type": "Storage room < 5 m2-sch-K",
|
|
2394
2790
|
"NECB2017_building_type": "Space Function",
|
|
2395
|
-
"NECB2017_space_type": "Storage room < 5 m2-sch-K"
|
|
2791
|
+
"NECB2017_space_type": "Storage room < 5 m2-sch-K",
|
|
2792
|
+
"NECB2020_building_type": "Space Function",
|
|
2793
|
+
"NECB2020_space_type": "Storage room < 5 m2-sch-K"
|
|
2396
2794
|
},
|
|
2397
2795
|
{
|
|
2398
2796
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2404,7 +2802,9 @@
|
|
|
2404
2802
|
"NECB2015_building_type": "Space Function",
|
|
2405
2803
|
"NECB2015_space_type": "Storage room <= 5 m2 <= 100 m2-sch-A",
|
|
2406
2804
|
"NECB2017_building_type": "Space Function",
|
|
2407
|
-
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-A"
|
|
2805
|
+
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-A",
|
|
2806
|
+
"NECB2020_building_type": "Space Function",
|
|
2807
|
+
"NECB2020_space_type": "Storage room <= 5 m2 <= 100 m2-sch-A"
|
|
2408
2808
|
},
|
|
2409
2809
|
{
|
|
2410
2810
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2416,7 +2816,9 @@
|
|
|
2416
2816
|
"NECB2015_building_type": "Space Function",
|
|
2417
2817
|
"NECB2015_space_type": "Storage room <= 5 m2 <= 100 m2-sch-B",
|
|
2418
2818
|
"NECB2017_building_type": "Space Function",
|
|
2419
|
-
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-B"
|
|
2819
|
+
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-B",
|
|
2820
|
+
"NECB2020_building_type": "Space Function",
|
|
2821
|
+
"NECB2020_space_type": "Storage room <= 5 m2 <= 100 m2-sch-B"
|
|
2420
2822
|
},
|
|
2421
2823
|
{
|
|
2422
2824
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2428,7 +2830,9 @@
|
|
|
2428
2830
|
"NECB2015_building_type": "Space Function",
|
|
2429
2831
|
"NECB2015_space_type": "Storage room <= 5 m2 <= 100 m2-sch-C",
|
|
2430
2832
|
"NECB2017_building_type": "Space Function",
|
|
2431
|
-
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-C"
|
|
2833
|
+
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-C",
|
|
2834
|
+
"NECB2020_building_type": "Space Function",
|
|
2835
|
+
"NECB2020_space_type": "Storage room <= 5 m2 <= 100 m2-sch-C"
|
|
2432
2836
|
},
|
|
2433
2837
|
{
|
|
2434
2838
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2440,7 +2844,9 @@
|
|
|
2440
2844
|
"NECB2015_building_type": "Space Function",
|
|
2441
2845
|
"NECB2015_space_type": "Storage room <= 5 m2 <= 100 m2-sch-D",
|
|
2442
2846
|
"NECB2017_building_type": "Space Function",
|
|
2443
|
-
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-D"
|
|
2847
|
+
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-D",
|
|
2848
|
+
"NECB2020_building_type": "Space Function",
|
|
2849
|
+
"NECB2020_space_type": "Storage room <= 5 m2 <= 100 m2-sch-D"
|
|
2444
2850
|
},
|
|
2445
2851
|
{
|
|
2446
2852
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2452,7 +2858,9 @@
|
|
|
2452
2858
|
"NECB2015_building_type": "Space Function",
|
|
2453
2859
|
"NECB2015_space_type": "Storage room <= 5 m2 <= 100 m2-sch-E",
|
|
2454
2860
|
"NECB2017_building_type": "Space Function",
|
|
2455
|
-
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-E"
|
|
2861
|
+
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-E",
|
|
2862
|
+
"NECB2020_building_type": "Space Function",
|
|
2863
|
+
"NECB2020_space_type": "Storage room <= 5 m2 <= 100 m2-sch-E"
|
|
2456
2864
|
},
|
|
2457
2865
|
{
|
|
2458
2866
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2464,7 +2872,9 @@
|
|
|
2464
2872
|
"NECB2015_building_type": "Space Function",
|
|
2465
2873
|
"NECB2015_space_type": "Storage room <= 5 m2 <= 100 m2-sch-F",
|
|
2466
2874
|
"NECB2017_building_type": "Space Function",
|
|
2467
|
-
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-F"
|
|
2875
|
+
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-F",
|
|
2876
|
+
"NECB2020_building_type": "Space Function",
|
|
2877
|
+
"NECB2020_space_type": "Storage room <= 5 m2 <= 100 m2-sch-F"
|
|
2468
2878
|
},
|
|
2469
2879
|
{
|
|
2470
2880
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2476,7 +2886,9 @@
|
|
|
2476
2886
|
"NECB2015_building_type": "Space Function",
|
|
2477
2887
|
"NECB2015_space_type": "Storage room <= 5 m2 <= 100 m2-sch-G",
|
|
2478
2888
|
"NECB2017_building_type": "Space Function",
|
|
2479
|
-
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-G"
|
|
2889
|
+
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-G",
|
|
2890
|
+
"NECB2020_building_type": "Space Function",
|
|
2891
|
+
"NECB2020_space_type": "Storage room <= 5 m2 <= 100 m2-sch-G"
|
|
2480
2892
|
},
|
|
2481
2893
|
{
|
|
2482
2894
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2488,7 +2900,9 @@
|
|
|
2488
2900
|
"NECB2015_building_type": "Space Function",
|
|
2489
2901
|
"NECB2015_space_type": "Storage room <= 5 m2 <= 100 m2-sch-H",
|
|
2490
2902
|
"NECB2017_building_type": "Space Function",
|
|
2491
|
-
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-H"
|
|
2903
|
+
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-H",
|
|
2904
|
+
"NECB2020_building_type": "Space Function",
|
|
2905
|
+
"NECB2020_space_type": "Storage room <= 5 m2 <= 100 m2-sch-H"
|
|
2492
2906
|
},
|
|
2493
2907
|
{
|
|
2494
2908
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2500,7 +2914,9 @@
|
|
|
2500
2914
|
"NECB2015_building_type": "Space Function",
|
|
2501
2915
|
"NECB2015_space_type": "Storage room <= 5 m2 <= 100 m2-sch-I",
|
|
2502
2916
|
"NECB2017_building_type": "Space Function",
|
|
2503
|
-
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-I"
|
|
2917
|
+
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-I",
|
|
2918
|
+
"NECB2020_building_type": "Space Function",
|
|
2919
|
+
"NECB2020_space_type": "Storage room <= 5 m2 <= 100 m2-sch-I"
|
|
2504
2920
|
},
|
|
2505
2921
|
{
|
|
2506
2922
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2512,7 +2928,9 @@
|
|
|
2512
2928
|
"NECB2015_building_type": "Space Function",
|
|
2513
2929
|
"NECB2015_space_type": "Storage room <= 5 m2 <= 100 m2-sch-J",
|
|
2514
2930
|
"NECB2017_building_type": "Space Function",
|
|
2515
|
-
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-J"
|
|
2931
|
+
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-J",
|
|
2932
|
+
"NECB2020_building_type": "Space Function",
|
|
2933
|
+
"NECB2020_space_type": "Storage room <= 5 m2 <= 100 m2-sch-J"
|
|
2516
2934
|
},
|
|
2517
2935
|
{
|
|
2518
2936
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2524,7 +2942,9 @@
|
|
|
2524
2942
|
"NECB2015_building_type": "Space Function",
|
|
2525
2943
|
"NECB2015_space_type": "Storage room <= 5 m2 <= 100 m2-sch-K",
|
|
2526
2944
|
"NECB2017_building_type": "Space Function",
|
|
2527
|
-
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-K"
|
|
2945
|
+
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-K",
|
|
2946
|
+
"NECB2020_building_type": "Space Function",
|
|
2947
|
+
"NECB2020_space_type": "Storage room <= 5 m2 <= 100 m2-sch-K"
|
|
2528
2948
|
},
|
|
2529
2949
|
{
|
|
2530
2950
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2536,7 +2956,9 @@
|
|
|
2536
2956
|
"NECB2015_building_type": "Space Function",
|
|
2537
2957
|
"NECB2015_space_type": "Storage room > 100 m2-sch-A",
|
|
2538
2958
|
"NECB2017_building_type": "Space Function",
|
|
2539
|
-
"NECB2017_space_type": "Storage room > 100 m2-sch-A"
|
|
2959
|
+
"NECB2017_space_type": "Storage room > 100 m2-sch-A",
|
|
2960
|
+
"NECB2020_building_type": "Space Function",
|
|
2961
|
+
"NECB2020_space_type": "Storage room > 100 m2-sch-A"
|
|
2540
2962
|
},
|
|
2541
2963
|
{
|
|
2542
2964
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2548,7 +2970,9 @@
|
|
|
2548
2970
|
"NECB2015_building_type": "Space Function",
|
|
2549
2971
|
"NECB2015_space_type": "Storage room > 100 m2-sch-B",
|
|
2550
2972
|
"NECB2017_building_type": "Space Function",
|
|
2551
|
-
"NECB2017_space_type": "Storage room > 100 m2-sch-B"
|
|
2973
|
+
"NECB2017_space_type": "Storage room > 100 m2-sch-B",
|
|
2974
|
+
"NECB2020_building_type": "Space Function",
|
|
2975
|
+
"NECB2020_space_type": "Storage room > 100 m2-sch-B"
|
|
2552
2976
|
},
|
|
2553
2977
|
{
|
|
2554
2978
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2560,7 +2984,9 @@
|
|
|
2560
2984
|
"NECB2015_building_type": "Space Function",
|
|
2561
2985
|
"NECB2015_space_type": "Storage room > 100 m2-sch-C",
|
|
2562
2986
|
"NECB2017_building_type": "Space Function",
|
|
2563
|
-
"NECB2017_space_type": "Storage room > 100 m2-sch-C"
|
|
2987
|
+
"NECB2017_space_type": "Storage room > 100 m2-sch-C",
|
|
2988
|
+
"NECB2020_building_type": "Space Function",
|
|
2989
|
+
"NECB2020_space_type": "Storage room > 100 m2-sch-C"
|
|
2564
2990
|
},
|
|
2565
2991
|
{
|
|
2566
2992
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2572,7 +2998,9 @@
|
|
|
2572
2998
|
"NECB2015_building_type": "Space Function",
|
|
2573
2999
|
"NECB2015_space_type": "Storage room > 100 m2-sch-D",
|
|
2574
3000
|
"NECB2017_building_type": "Space Function",
|
|
2575
|
-
"NECB2017_space_type": "Storage room > 100 m2-sch-D"
|
|
3001
|
+
"NECB2017_space_type": "Storage room > 100 m2-sch-D",
|
|
3002
|
+
"NECB2020_building_type": "Space Function",
|
|
3003
|
+
"NECB2020_space_type": "Storage room > 100 m2-sch-D"
|
|
2576
3004
|
},
|
|
2577
3005
|
{
|
|
2578
3006
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2584,7 +3012,9 @@
|
|
|
2584
3012
|
"NECB2015_building_type": "Space Function",
|
|
2585
3013
|
"NECB2015_space_type": "Storage room > 100 m2-sch-E",
|
|
2586
3014
|
"NECB2017_building_type": "Space Function",
|
|
2587
|
-
"NECB2017_space_type": "Storage room > 100 m2-sch-E"
|
|
3015
|
+
"NECB2017_space_type": "Storage room > 100 m2-sch-E",
|
|
3016
|
+
"NECB2020_building_type": "Space Function",
|
|
3017
|
+
"NECB2020_space_type": "Storage room > 100 m2-sch-E"
|
|
2588
3018
|
},
|
|
2589
3019
|
{
|
|
2590
3020
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2596,7 +3026,9 @@
|
|
|
2596
3026
|
"NECB2015_building_type": "Space Function",
|
|
2597
3027
|
"NECB2015_space_type": "Storage room > 100 m2-sch-F",
|
|
2598
3028
|
"NECB2017_building_type": "Space Function",
|
|
2599
|
-
"NECB2017_space_type": "Storage room > 100 m2-sch-F"
|
|
3029
|
+
"NECB2017_space_type": "Storage room > 100 m2-sch-F",
|
|
3030
|
+
"NECB2020_building_type": "Space Function",
|
|
3031
|
+
"NECB2020_space_type": "Storage room > 100 m2-sch-F"
|
|
2600
3032
|
},
|
|
2601
3033
|
{
|
|
2602
3034
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2608,7 +3040,9 @@
|
|
|
2608
3040
|
"NECB2015_building_type": "Space Function",
|
|
2609
3041
|
"NECB2015_space_type": "Storage room > 100 m2-sch-G",
|
|
2610
3042
|
"NECB2017_building_type": "Space Function",
|
|
2611
|
-
"NECB2017_space_type": "Storage room > 100 m2-sch-G"
|
|
3043
|
+
"NECB2017_space_type": "Storage room > 100 m2-sch-G",
|
|
3044
|
+
"NECB2020_building_type": "Space Function",
|
|
3045
|
+
"NECB2020_space_type": "Storage room > 100 m2-sch-G"
|
|
2612
3046
|
},
|
|
2613
3047
|
{
|
|
2614
3048
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2620,7 +3054,9 @@
|
|
|
2620
3054
|
"NECB2015_building_type": "Space Function",
|
|
2621
3055
|
"NECB2015_space_type": "Storage room > 100 m2-sch-H",
|
|
2622
3056
|
"NECB2017_building_type": "Space Function",
|
|
2623
|
-
"NECB2017_space_type": "Storage room > 100 m2-sch-H"
|
|
3057
|
+
"NECB2017_space_type": "Storage room > 100 m2-sch-H",
|
|
3058
|
+
"NECB2020_building_type": "Space Function",
|
|
3059
|
+
"NECB2020_space_type": "Storage room > 100 m2-sch-H"
|
|
2624
3060
|
},
|
|
2625
3061
|
{
|
|
2626
3062
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2632,7 +3068,9 @@
|
|
|
2632
3068
|
"NECB2015_building_type": "Space Function",
|
|
2633
3069
|
"NECB2015_space_type": "Storage room > 100 m2-sch-I",
|
|
2634
3070
|
"NECB2017_building_type": "Space Function",
|
|
2635
|
-
"NECB2017_space_type": "Storage room > 100 m2-sch-I"
|
|
3071
|
+
"NECB2017_space_type": "Storage room > 100 m2-sch-I",
|
|
3072
|
+
"NECB2020_building_type": "Space Function",
|
|
3073
|
+
"NECB2020_space_type": "Storage room > 100 m2-sch-I"
|
|
2636
3074
|
},
|
|
2637
3075
|
{
|
|
2638
3076
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2644,7 +3082,9 @@
|
|
|
2644
3082
|
"NECB2015_building_type": "Space Function",
|
|
2645
3083
|
"NECB2015_space_type": "Storage room > 100 m2-sch-J",
|
|
2646
3084
|
"NECB2017_building_type": "Space Function",
|
|
2647
|
-
"NECB2017_space_type": "Storage room > 100 m2-sch-J"
|
|
3085
|
+
"NECB2017_space_type": "Storage room > 100 m2-sch-J",
|
|
3086
|
+
"NECB2020_building_type": "Space Function",
|
|
3087
|
+
"NECB2020_space_type": "Storage room > 100 m2-sch-J"
|
|
2648
3088
|
},
|
|
2649
3089
|
{
|
|
2650
3090
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2656,7 +3096,9 @@
|
|
|
2656
3096
|
"NECB2015_building_type": "Space Function",
|
|
2657
3097
|
"NECB2015_space_type": "Storage room > 100 m2-sch-K",
|
|
2658
3098
|
"NECB2017_building_type": "Space Function",
|
|
2659
|
-
"NECB2017_space_type": "Storage room > 100 m2-sch-K"
|
|
3099
|
+
"NECB2017_space_type": "Storage room > 100 m2-sch-K",
|
|
3100
|
+
"NECB2020_building_type": "Space Function",
|
|
3101
|
+
"NECB2020_space_type": "Storage room > 100 m2-sch-K"
|
|
2660
3102
|
},
|
|
2661
3103
|
{
|
|
2662
3104
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2668,7 +3110,9 @@
|
|
|
2668
3110
|
"NECB2015_building_type": "Space Function",
|
|
2669
3111
|
"NECB2015_space_type": "Storage room < 5 m2-sch-A",
|
|
2670
3112
|
"NECB2017_building_type": "Space Function",
|
|
2671
|
-
"NECB2017_space_type": "Storage room < 5 m2-sch-A"
|
|
3113
|
+
"NECB2017_space_type": "Storage room < 5 m2-sch-A",
|
|
3114
|
+
"NECB2020_building_type": "Space Function",
|
|
3115
|
+
"NECB2020_space_type": "Storage room < 5 m2-sch-A"
|
|
2672
3116
|
},
|
|
2673
3117
|
{
|
|
2674
3118
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2680,7 +3124,9 @@
|
|
|
2680
3124
|
"NECB2015_building_type": "Space Function",
|
|
2681
3125
|
"NECB2015_space_type": "Storage room < 5 m2-sch-B",
|
|
2682
3126
|
"NECB2017_building_type": "Space Function",
|
|
2683
|
-
"NECB2017_space_type": "Storage room < 5 m2-sch-B"
|
|
3127
|
+
"NECB2017_space_type": "Storage room < 5 m2-sch-B",
|
|
3128
|
+
"NECB2020_building_type": "Space Function",
|
|
3129
|
+
"NECB2020_space_type": "Storage room < 5 m2-sch-B"
|
|
2684
3130
|
},
|
|
2685
3131
|
{
|
|
2686
3132
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2692,7 +3138,9 @@
|
|
|
2692
3138
|
"NECB2015_building_type": "Space Function",
|
|
2693
3139
|
"NECB2015_space_type": "Storage room < 5 m2-sch-C",
|
|
2694
3140
|
"NECB2017_building_type": "Space Function",
|
|
2695
|
-
"NECB2017_space_type": "Storage room < 5 m2-sch-C"
|
|
3141
|
+
"NECB2017_space_type": "Storage room < 5 m2-sch-C",
|
|
3142
|
+
"NECB2020_building_type": "Space Function",
|
|
3143
|
+
"NECB2020_space_type": "Storage room < 5 m2-sch-C"
|
|
2696
3144
|
},
|
|
2697
3145
|
{
|
|
2698
3146
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2704,7 +3152,9 @@
|
|
|
2704
3152
|
"NECB2015_building_type": "Space Function",
|
|
2705
3153
|
"NECB2015_space_type": "Storage room < 5 m2-sch-D",
|
|
2706
3154
|
"NECB2017_building_type": "Space Function",
|
|
2707
|
-
"NECB2017_space_type": "Storage room < 5 m2-sch-D"
|
|
3155
|
+
"NECB2017_space_type": "Storage room < 5 m2-sch-D",
|
|
3156
|
+
"NECB2020_building_type": "Space Function",
|
|
3157
|
+
"NECB2020_space_type": "Storage room < 5 m2-sch-D"
|
|
2708
3158
|
},
|
|
2709
3159
|
{
|
|
2710
3160
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2716,7 +3166,9 @@
|
|
|
2716
3166
|
"NECB2015_building_type": "Space Function",
|
|
2717
3167
|
"NECB2015_space_type": "Storage room < 5 m2-sch-E",
|
|
2718
3168
|
"NECB2017_building_type": "Space Function",
|
|
2719
|
-
"NECB2017_space_type": "Storage room < 5 m2-sch-E"
|
|
3169
|
+
"NECB2017_space_type": "Storage room < 5 m2-sch-E",
|
|
3170
|
+
"NECB2020_building_type": "Space Function",
|
|
3171
|
+
"NECB2020_space_type": "Storage room < 5 m2-sch-E"
|
|
2720
3172
|
},
|
|
2721
3173
|
{
|
|
2722
3174
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2728,7 +3180,9 @@
|
|
|
2728
3180
|
"NECB2015_building_type": "Space Function",
|
|
2729
3181
|
"NECB2015_space_type": "Storage room < 5 m2-sch-F",
|
|
2730
3182
|
"NECB2017_building_type": "Space Function",
|
|
2731
|
-
"NECB2017_space_type": "Storage room < 5 m2-sch-F"
|
|
3183
|
+
"NECB2017_space_type": "Storage room < 5 m2-sch-F",
|
|
3184
|
+
"NECB2020_building_type": "Space Function",
|
|
3185
|
+
"NECB2020_space_type": "Storage room < 5 m2-sch-F"
|
|
2732
3186
|
},
|
|
2733
3187
|
{
|
|
2734
3188
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2740,7 +3194,9 @@
|
|
|
2740
3194
|
"NECB2015_building_type": "Space Function",
|
|
2741
3195
|
"NECB2015_space_type": "Storage room < 5 m2-sch-G",
|
|
2742
3196
|
"NECB2017_building_type": "Space Function",
|
|
2743
|
-
"NECB2017_space_type": "Storage room < 5 m2-sch-G"
|
|
3197
|
+
"NECB2017_space_type": "Storage room < 5 m2-sch-G",
|
|
3198
|
+
"NECB2020_building_type": "Space Function",
|
|
3199
|
+
"NECB2020_space_type": "Storage room < 5 m2-sch-G"
|
|
2744
3200
|
},
|
|
2745
3201
|
{
|
|
2746
3202
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2752,7 +3208,9 @@
|
|
|
2752
3208
|
"NECB2015_building_type": "Space Function",
|
|
2753
3209
|
"NECB2015_space_type": "Storage room < 5 m2-sch-H",
|
|
2754
3210
|
"NECB2017_building_type": "Space Function",
|
|
2755
|
-
"NECB2017_space_type": "Storage room < 5 m2-sch-H"
|
|
3211
|
+
"NECB2017_space_type": "Storage room < 5 m2-sch-H",
|
|
3212
|
+
"NECB2020_building_type": "Space Function",
|
|
3213
|
+
"NECB2020_space_type": "Storage room < 5 m2-sch-H"
|
|
2756
3214
|
},
|
|
2757
3215
|
{
|
|
2758
3216
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2764,7 +3222,9 @@
|
|
|
2764
3222
|
"NECB2015_building_type": "Space Function",
|
|
2765
3223
|
"NECB2015_space_type": "Storage room < 5 m2-sch-I",
|
|
2766
3224
|
"NECB2017_building_type": "Space Function",
|
|
2767
|
-
"NECB2017_space_type": "Storage room < 5 m2-sch-I"
|
|
3225
|
+
"NECB2017_space_type": "Storage room < 5 m2-sch-I",
|
|
3226
|
+
"NECB2020_building_type": "Space Function",
|
|
3227
|
+
"NECB2020_space_type": "Storage room < 5 m2-sch-I"
|
|
2768
3228
|
},
|
|
2769
3229
|
{
|
|
2770
3230
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2776,7 +3236,9 @@
|
|
|
2776
3236
|
"NECB2015_building_type": "Space Function",
|
|
2777
3237
|
"NECB2015_space_type": "Storage room < 5 m2-sch-J",
|
|
2778
3238
|
"NECB2017_building_type": "Space Function",
|
|
2779
|
-
"NECB2017_space_type": "Storage room < 5 m2-sch-J"
|
|
3239
|
+
"NECB2017_space_type": "Storage room < 5 m2-sch-J",
|
|
3240
|
+
"NECB2020_building_type": "Space Function",
|
|
3241
|
+
"NECB2020_space_type": "Storage room < 5 m2-sch-J"
|
|
2780
3242
|
},
|
|
2781
3243
|
{
|
|
2782
3244
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2788,7 +3250,9 @@
|
|
|
2788
3250
|
"NECB2015_building_type": "Space Function",
|
|
2789
3251
|
"NECB2015_space_type": "Storage room < 5 m2-sch-K",
|
|
2790
3252
|
"NECB2017_building_type": "Space Function",
|
|
2791
|
-
"NECB2017_space_type": "Storage room < 5 m2-sch-K"
|
|
3253
|
+
"NECB2017_space_type": "Storage room < 5 m2-sch-K",
|
|
3254
|
+
"NECB2020_building_type": "Space Function",
|
|
3255
|
+
"NECB2020_space_type": "Storage room < 5 m2-sch-K"
|
|
2792
3256
|
},
|
|
2793
3257
|
{
|
|
2794
3258
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2800,7 +3264,9 @@
|
|
|
2800
3264
|
"NECB2015_building_type": "Space Function",
|
|
2801
3265
|
"NECB2015_space_type": "Storage room <= 5 m2 <= 100 m2-sch-A",
|
|
2802
3266
|
"NECB2017_building_type": "Space Function",
|
|
2803
|
-
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-A"
|
|
3267
|
+
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-A",
|
|
3268
|
+
"NECB2020_building_type": "Space Function",
|
|
3269
|
+
"NECB2020_space_type": "Storage room <= 5 m2 <= 100 m2-sch-A"
|
|
2804
3270
|
},
|
|
2805
3271
|
{
|
|
2806
3272
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2812,7 +3278,9 @@
|
|
|
2812
3278
|
"NECB2015_building_type": "Space Function",
|
|
2813
3279
|
"NECB2015_space_type": "Storage room <= 5 m2 <= 100 m2-sch-B",
|
|
2814
3280
|
"NECB2017_building_type": "Space Function",
|
|
2815
|
-
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-B"
|
|
3281
|
+
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-B",
|
|
3282
|
+
"NECB2020_building_type": "Space Function",
|
|
3283
|
+
"NECB2020_space_type": "Storage room <= 5 m2 <= 100 m2-sch-B"
|
|
2816
3284
|
},
|
|
2817
3285
|
{
|
|
2818
3286
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2824,7 +3292,9 @@
|
|
|
2824
3292
|
"NECB2015_building_type": "Space Function",
|
|
2825
3293
|
"NECB2015_space_type": "Storage room <= 5 m2 <= 100 m2-sch-C",
|
|
2826
3294
|
"NECB2017_building_type": "Space Function",
|
|
2827
|
-
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-C"
|
|
3295
|
+
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-C",
|
|
3296
|
+
"NECB2020_building_type": "Space Function",
|
|
3297
|
+
"NECB2020_space_type": "Storage room <= 5 m2 <= 100 m2-sch-C"
|
|
2828
3298
|
},
|
|
2829
3299
|
{
|
|
2830
3300
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2836,7 +3306,9 @@
|
|
|
2836
3306
|
"NECB2015_building_type": "Space Function",
|
|
2837
3307
|
"NECB2015_space_type": "Storage room <= 5 m2 <= 100 m2-sch-D",
|
|
2838
3308
|
"NECB2017_building_type": "Space Function",
|
|
2839
|
-
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-D"
|
|
3309
|
+
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-D",
|
|
3310
|
+
"NECB2020_building_type": "Space Function",
|
|
3311
|
+
"NECB2020_space_type": "Storage room <= 5 m2 <= 100 m2-sch-D"
|
|
2840
3312
|
},
|
|
2841
3313
|
{
|
|
2842
3314
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2848,7 +3320,9 @@
|
|
|
2848
3320
|
"NECB2015_building_type": "Space Function",
|
|
2849
3321
|
"NECB2015_space_type": "Storage room <= 5 m2 <= 100 m2-sch-E",
|
|
2850
3322
|
"NECB2017_building_type": "Space Function",
|
|
2851
|
-
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-E"
|
|
3323
|
+
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-E",
|
|
3324
|
+
"NECB2020_building_type": "Space Function",
|
|
3325
|
+
"NECB2020_space_type": "Storage room <= 5 m2 <= 100 m2-sch-E"
|
|
2852
3326
|
},
|
|
2853
3327
|
{
|
|
2854
3328
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2860,7 +3334,9 @@
|
|
|
2860
3334
|
"NECB2015_building_type": "Space Function",
|
|
2861
3335
|
"NECB2015_space_type": "Storage room <= 5 m2 <= 100 m2-sch-F",
|
|
2862
3336
|
"NECB2017_building_type": "Space Function",
|
|
2863
|
-
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-F"
|
|
3337
|
+
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-F",
|
|
3338
|
+
"NECB2020_building_type": "Space Function",
|
|
3339
|
+
"NECB2020_space_type": "Storage room <= 5 m2 <= 100 m2-sch-F"
|
|
2864
3340
|
},
|
|
2865
3341
|
{
|
|
2866
3342
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2872,7 +3348,9 @@
|
|
|
2872
3348
|
"NECB2015_building_type": "Space Function",
|
|
2873
3349
|
"NECB2015_space_type": "Storage room <= 5 m2 <= 100 m2-sch-G",
|
|
2874
3350
|
"NECB2017_building_type": "Space Function",
|
|
2875
|
-
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-G"
|
|
3351
|
+
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-G",
|
|
3352
|
+
"NECB2020_building_type": "Space Function",
|
|
3353
|
+
"NECB2020_space_type": "Storage room <= 5 m2 <= 100 m2-sch-G"
|
|
2876
3354
|
},
|
|
2877
3355
|
{
|
|
2878
3356
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2884,7 +3362,9 @@
|
|
|
2884
3362
|
"NECB2015_building_type": "Space Function",
|
|
2885
3363
|
"NECB2015_space_type": "Storage room <= 5 m2 <= 100 m2-sch-H",
|
|
2886
3364
|
"NECB2017_building_type": "Space Function",
|
|
2887
|
-
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-H"
|
|
3365
|
+
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-H",
|
|
3366
|
+
"NECB2020_building_type": "Space Function",
|
|
3367
|
+
"NECB2020_space_type": "Storage room <= 5 m2 <= 100 m2-sch-H"
|
|
2888
3368
|
},
|
|
2889
3369
|
{
|
|
2890
3370
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2896,7 +3376,9 @@
|
|
|
2896
3376
|
"NECB2015_building_type": "Space Function",
|
|
2897
3377
|
"NECB2015_space_type": "Storage room <= 5 m2 <= 100 m2-sch-I",
|
|
2898
3378
|
"NECB2017_building_type": "Space Function",
|
|
2899
|
-
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-I"
|
|
3379
|
+
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-I",
|
|
3380
|
+
"NECB2020_building_type": "Space Function",
|
|
3381
|
+
"NECB2020_space_type": "Storage room <= 5 m2 <= 100 m2-sch-I"
|
|
2900
3382
|
},
|
|
2901
3383
|
{
|
|
2902
3384
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2908,7 +3390,9 @@
|
|
|
2908
3390
|
"NECB2015_building_type": "Space Function",
|
|
2909
3391
|
"NECB2015_space_type": "Storage room <= 5 m2 <= 100 m2-sch-J",
|
|
2910
3392
|
"NECB2017_building_type": "Space Function",
|
|
2911
|
-
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-J"
|
|
3393
|
+
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-J",
|
|
3394
|
+
"NECB2020_building_type": "Space Function",
|
|
3395
|
+
"NECB2020_space_type": "Storage room <= 5 m2 <= 100 m2-sch-J"
|
|
2912
3396
|
},
|
|
2913
3397
|
{
|
|
2914
3398
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2920,7 +3404,9 @@
|
|
|
2920
3404
|
"NECB2015_building_type": "Space Function",
|
|
2921
3405
|
"NECB2015_space_type": "Storage room <= 5 m2 <= 100 m2-sch-K",
|
|
2922
3406
|
"NECB2017_building_type": "Space Function",
|
|
2923
|
-
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-K"
|
|
3407
|
+
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-K",
|
|
3408
|
+
"NECB2020_building_type": "Space Function",
|
|
3409
|
+
"NECB2020_space_type": "Storage room <= 5 m2 <= 100 m2-sch-K"
|
|
2924
3410
|
},
|
|
2925
3411
|
{
|
|
2926
3412
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2932,7 +3418,9 @@
|
|
|
2932
3418
|
"NECB2015_building_type": "Space Function",
|
|
2933
3419
|
"NECB2015_space_type": "Storage room > 100 m2-sch-A",
|
|
2934
3420
|
"NECB2017_building_type": "Space Function",
|
|
2935
|
-
"NECB2017_space_type": "Storage room > 100 m2-sch-A"
|
|
3421
|
+
"NECB2017_space_type": "Storage room > 100 m2-sch-A",
|
|
3422
|
+
"NECB2020_building_type": "Space Function",
|
|
3423
|
+
"NECB2020_space_type": "Storage room > 100 m2-sch-A"
|
|
2936
3424
|
},
|
|
2937
3425
|
{
|
|
2938
3426
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2944,7 +3432,9 @@
|
|
|
2944
3432
|
"NECB2015_building_type": "Space Function",
|
|
2945
3433
|
"NECB2015_space_type": "Storage room > 100 m2-sch-B",
|
|
2946
3434
|
"NECB2017_building_type": "Space Function",
|
|
2947
|
-
"NECB2017_space_type": "Storage room > 100 m2-sch-B"
|
|
3435
|
+
"NECB2017_space_type": "Storage room > 100 m2-sch-B",
|
|
3436
|
+
"NECB2020_building_type": "Space Function",
|
|
3437
|
+
"NECB2020_space_type": "Storage room > 100 m2-sch-B"
|
|
2948
3438
|
},
|
|
2949
3439
|
{
|
|
2950
3440
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2956,7 +3446,9 @@
|
|
|
2956
3446
|
"NECB2015_building_type": "Space Function",
|
|
2957
3447
|
"NECB2015_space_type": "Storage room > 100 m2-sch-C",
|
|
2958
3448
|
"NECB2017_building_type": "Space Function",
|
|
2959
|
-
"NECB2017_space_type": "Storage room > 100 m2-sch-C"
|
|
3449
|
+
"NECB2017_space_type": "Storage room > 100 m2-sch-C",
|
|
3450
|
+
"NECB2020_building_type": "Space Function",
|
|
3451
|
+
"NECB2020_space_type": "Storage room > 100 m2-sch-C"
|
|
2960
3452
|
},
|
|
2961
3453
|
{
|
|
2962
3454
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2968,7 +3460,9 @@
|
|
|
2968
3460
|
"NECB2015_building_type": "Space Function",
|
|
2969
3461
|
"NECB2015_space_type": "Storage room > 100 m2-sch-D",
|
|
2970
3462
|
"NECB2017_building_type": "Space Function",
|
|
2971
|
-
"NECB2017_space_type": "Storage room > 100 m2-sch-D"
|
|
3463
|
+
"NECB2017_space_type": "Storage room > 100 m2-sch-D",
|
|
3464
|
+
"NECB2020_building_type": "Space Function",
|
|
3465
|
+
"NECB2020_space_type": "Storage room > 100 m2-sch-D"
|
|
2972
3466
|
},
|
|
2973
3467
|
{
|
|
2974
3468
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2980,7 +3474,9 @@
|
|
|
2980
3474
|
"NECB2015_building_type": "Space Function",
|
|
2981
3475
|
"NECB2015_space_type": "Storage room > 100 m2-sch-E",
|
|
2982
3476
|
"NECB2017_building_type": "Space Function",
|
|
2983
|
-
"NECB2017_space_type": "Storage room > 100 m2-sch-E"
|
|
3477
|
+
"NECB2017_space_type": "Storage room > 100 m2-sch-E",
|
|
3478
|
+
"NECB2020_building_type": "Space Function",
|
|
3479
|
+
"NECB2020_space_type": "Storage room > 100 m2-sch-E"
|
|
2984
3480
|
},
|
|
2985
3481
|
{
|
|
2986
3482
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -2992,7 +3488,9 @@
|
|
|
2992
3488
|
"NECB2015_building_type": "Space Function",
|
|
2993
3489
|
"NECB2015_space_type": "Storage room > 100 m2-sch-F",
|
|
2994
3490
|
"NECB2017_building_type": "Space Function",
|
|
2995
|
-
"NECB2017_space_type": "Storage room > 100 m2-sch-F"
|
|
3491
|
+
"NECB2017_space_type": "Storage room > 100 m2-sch-F",
|
|
3492
|
+
"NECB2020_building_type": "Space Function",
|
|
3493
|
+
"NECB2020_space_type": "Storage room > 100 m2-sch-F"
|
|
2996
3494
|
},
|
|
2997
3495
|
{
|
|
2998
3496
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3004,7 +3502,9 @@
|
|
|
3004
3502
|
"NECB2015_building_type": "Space Function",
|
|
3005
3503
|
"NECB2015_space_type": "Storage room > 100 m2-sch-G",
|
|
3006
3504
|
"NECB2017_building_type": "Space Function",
|
|
3007
|
-
"NECB2017_space_type": "Storage room > 100 m2-sch-G"
|
|
3505
|
+
"NECB2017_space_type": "Storage room > 100 m2-sch-G",
|
|
3506
|
+
"NECB2020_building_type": "Space Function",
|
|
3507
|
+
"NECB2020_space_type": "Storage room > 100 m2-sch-G"
|
|
3008
3508
|
},
|
|
3009
3509
|
{
|
|
3010
3510
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3016,7 +3516,9 @@
|
|
|
3016
3516
|
"NECB2015_building_type": "Space Function",
|
|
3017
3517
|
"NECB2015_space_type": "Storage room > 100 m2-sch-H",
|
|
3018
3518
|
"NECB2017_building_type": "Space Function",
|
|
3019
|
-
"NECB2017_space_type": "Storage room > 100 m2-sch-H"
|
|
3519
|
+
"NECB2017_space_type": "Storage room > 100 m2-sch-H",
|
|
3520
|
+
"NECB2020_building_type": "Space Function",
|
|
3521
|
+
"NECB2020_space_type": "Storage room > 100 m2-sch-H"
|
|
3020
3522
|
},
|
|
3021
3523
|
{
|
|
3022
3524
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3028,7 +3530,9 @@
|
|
|
3028
3530
|
"NECB2015_building_type": "Space Function",
|
|
3029
3531
|
"NECB2015_space_type": "Storage room > 100 m2-sch-I",
|
|
3030
3532
|
"NECB2017_building_type": "Space Function",
|
|
3031
|
-
"NECB2017_space_type": "Storage room > 100 m2-sch-I"
|
|
3533
|
+
"NECB2017_space_type": "Storage room > 100 m2-sch-I",
|
|
3534
|
+
"NECB2020_building_type": "Space Function",
|
|
3535
|
+
"NECB2020_space_type": "Storage room > 100 m2-sch-I"
|
|
3032
3536
|
},
|
|
3033
3537
|
{
|
|
3034
3538
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3040,7 +3544,9 @@
|
|
|
3040
3544
|
"NECB2015_building_type": "Space Function",
|
|
3041
3545
|
"NECB2015_space_type": "Storage room > 100 m2-sch-J",
|
|
3042
3546
|
"NECB2017_building_type": "Space Function",
|
|
3043
|
-
"NECB2017_space_type": "Storage room > 100 m2-sch-J"
|
|
3547
|
+
"NECB2017_space_type": "Storage room > 100 m2-sch-J",
|
|
3548
|
+
"NECB2020_building_type": "Space Function",
|
|
3549
|
+
"NECB2020_space_type": "Storage room > 100 m2-sch-J"
|
|
3044
3550
|
},
|
|
3045
3551
|
{
|
|
3046
3552
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3052,7 +3558,9 @@
|
|
|
3052
3558
|
"NECB2015_building_type": "Space Function",
|
|
3053
3559
|
"NECB2015_space_type": "Storage room > 100 m2-sch-K",
|
|
3054
3560
|
"NECB2017_building_type": "Space Function",
|
|
3055
|
-
"NECB2017_space_type": "Storage room > 100 m2-sch-K"
|
|
3561
|
+
"NECB2017_space_type": "Storage room > 100 m2-sch-K",
|
|
3562
|
+
"NECB2020_building_type": "Space Function",
|
|
3563
|
+
"NECB2020_space_type": "Storage room > 100 m2-sch-K"
|
|
3056
3564
|
},
|
|
3057
3565
|
{
|
|
3058
3566
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3064,7 +3572,9 @@
|
|
|
3064
3572
|
"NECB2015_building_type": "Space Function",
|
|
3065
3573
|
"NECB2015_space_type": "Storage room < 5 m2-sch-A",
|
|
3066
3574
|
"NECB2017_building_type": "Space Function",
|
|
3067
|
-
"NECB2017_space_type": "Storage room < 5 m2-sch-A"
|
|
3575
|
+
"NECB2017_space_type": "Storage room < 5 m2-sch-A",
|
|
3576
|
+
"NECB2020_building_type": "Space Function",
|
|
3577
|
+
"NECB2020_space_type": "Storage room < 5 m2-sch-A"
|
|
3068
3578
|
},
|
|
3069
3579
|
{
|
|
3070
3580
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3076,7 +3586,9 @@
|
|
|
3076
3586
|
"NECB2015_building_type": "Space Function",
|
|
3077
3587
|
"NECB2015_space_type": "Storage room < 5 m2-sch-B",
|
|
3078
3588
|
"NECB2017_building_type": "Space Function",
|
|
3079
|
-
"NECB2017_space_type": "Storage room < 5 m2-sch-B"
|
|
3589
|
+
"NECB2017_space_type": "Storage room < 5 m2-sch-B",
|
|
3590
|
+
"NECB2020_building_type": "Space Function",
|
|
3591
|
+
"NECB2020_space_type": "Storage room < 5 m2-sch-B"
|
|
3080
3592
|
},
|
|
3081
3593
|
{
|
|
3082
3594
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3088,7 +3600,9 @@
|
|
|
3088
3600
|
"NECB2015_building_type": "Space Function",
|
|
3089
3601
|
"NECB2015_space_type": "Storage room < 5 m2-sch-C",
|
|
3090
3602
|
"NECB2017_building_type": "Space Function",
|
|
3091
|
-
"NECB2017_space_type": "Storage room < 5 m2-sch-C"
|
|
3603
|
+
"NECB2017_space_type": "Storage room < 5 m2-sch-C",
|
|
3604
|
+
"NECB2020_building_type": "Space Function",
|
|
3605
|
+
"NECB2020_space_type": "Storage room < 5 m2-sch-C"
|
|
3092
3606
|
},
|
|
3093
3607
|
{
|
|
3094
3608
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3100,7 +3614,9 @@
|
|
|
3100
3614
|
"NECB2015_building_type": "Space Function",
|
|
3101
3615
|
"NECB2015_space_type": "Storage room < 5 m2-sch-D",
|
|
3102
3616
|
"NECB2017_building_type": "Space Function",
|
|
3103
|
-
"NECB2017_space_type": "Storage room < 5 m2-sch-D"
|
|
3617
|
+
"NECB2017_space_type": "Storage room < 5 m2-sch-D",
|
|
3618
|
+
"NECB2020_building_type": "Space Function",
|
|
3619
|
+
"NECB2020_space_type": "Storage room < 5 m2-sch-D"
|
|
3104
3620
|
},
|
|
3105
3621
|
{
|
|
3106
3622
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3112,7 +3628,9 @@
|
|
|
3112
3628
|
"NECB2015_building_type": "Space Function",
|
|
3113
3629
|
"NECB2015_space_type": "Storage room < 5 m2-sch-E",
|
|
3114
3630
|
"NECB2017_building_type": "Space Function",
|
|
3115
|
-
"NECB2017_space_type": "Storage room < 5 m2-sch-E"
|
|
3631
|
+
"NECB2017_space_type": "Storage room < 5 m2-sch-E",
|
|
3632
|
+
"NECB2020_building_type": "Space Function",
|
|
3633
|
+
"NECB2020_space_type": "Storage room < 5 m2-sch-E"
|
|
3116
3634
|
},
|
|
3117
3635
|
{
|
|
3118
3636
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3124,7 +3642,9 @@
|
|
|
3124
3642
|
"NECB2015_building_type": "Space Function",
|
|
3125
3643
|
"NECB2015_space_type": "Storage room < 5 m2-sch-F",
|
|
3126
3644
|
"NECB2017_building_type": "Space Function",
|
|
3127
|
-
"NECB2017_space_type": "Storage room < 5 m2-sch-F"
|
|
3645
|
+
"NECB2017_space_type": "Storage room < 5 m2-sch-F",
|
|
3646
|
+
"NECB2020_building_type": "Space Function",
|
|
3647
|
+
"NECB2020_space_type": "Storage room < 5 m2-sch-F"
|
|
3128
3648
|
},
|
|
3129
3649
|
{
|
|
3130
3650
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3136,7 +3656,9 @@
|
|
|
3136
3656
|
"NECB2015_building_type": "Space Function",
|
|
3137
3657
|
"NECB2015_space_type": "Storage room < 5 m2-sch-G",
|
|
3138
3658
|
"NECB2017_building_type": "Space Function",
|
|
3139
|
-
"NECB2017_space_type": "Storage room < 5 m2-sch-G"
|
|
3659
|
+
"NECB2017_space_type": "Storage room < 5 m2-sch-G",
|
|
3660
|
+
"NECB2020_building_type": "Space Function",
|
|
3661
|
+
"NECB2020_space_type": "Storage room < 5 m2-sch-G"
|
|
3140
3662
|
},
|
|
3141
3663
|
{
|
|
3142
3664
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3148,7 +3670,9 @@
|
|
|
3148
3670
|
"NECB2015_building_type": "Space Function",
|
|
3149
3671
|
"NECB2015_space_type": "Storage room < 5 m2-sch-H",
|
|
3150
3672
|
"NECB2017_building_type": "Space Function",
|
|
3151
|
-
"NECB2017_space_type": "Storage room < 5 m2-sch-H"
|
|
3673
|
+
"NECB2017_space_type": "Storage room < 5 m2-sch-H",
|
|
3674
|
+
"NECB2020_building_type": "Space Function",
|
|
3675
|
+
"NECB2020_space_type": "Storage room < 5 m2-sch-H"
|
|
3152
3676
|
},
|
|
3153
3677
|
{
|
|
3154
3678
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3160,7 +3684,9 @@
|
|
|
3160
3684
|
"NECB2015_building_type": "Space Function",
|
|
3161
3685
|
"NECB2015_space_type": "Storage room < 5 m2-sch-I",
|
|
3162
3686
|
"NECB2017_building_type": "Space Function",
|
|
3163
|
-
"NECB2017_space_type": "Storage room < 5 m2-sch-I"
|
|
3687
|
+
"NECB2017_space_type": "Storage room < 5 m2-sch-I",
|
|
3688
|
+
"NECB2020_building_type": "Space Function",
|
|
3689
|
+
"NECB2020_space_type": "Storage room < 5 m2-sch-I"
|
|
3164
3690
|
},
|
|
3165
3691
|
{
|
|
3166
3692
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3172,7 +3698,9 @@
|
|
|
3172
3698
|
"NECB2015_building_type": "Space Function",
|
|
3173
3699
|
"NECB2015_space_type": "Storage room < 5 m2-sch-J",
|
|
3174
3700
|
"NECB2017_building_type": "Space Function",
|
|
3175
|
-
"NECB2017_space_type": "Storage room < 5 m2-sch-J"
|
|
3701
|
+
"NECB2017_space_type": "Storage room < 5 m2-sch-J",
|
|
3702
|
+
"NECB2020_building_type": "Space Function",
|
|
3703
|
+
"NECB2020_space_type": "Storage room < 5 m2-sch-J"
|
|
3176
3704
|
},
|
|
3177
3705
|
{
|
|
3178
3706
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3184,7 +3712,9 @@
|
|
|
3184
3712
|
"NECB2015_building_type": "Space Function",
|
|
3185
3713
|
"NECB2015_space_type": "Storage room < 5 m2-sch-K",
|
|
3186
3714
|
"NECB2017_building_type": "Space Function",
|
|
3187
|
-
"NECB2017_space_type": "Storage room < 5 m2-sch-K"
|
|
3715
|
+
"NECB2017_space_type": "Storage room < 5 m2-sch-K",
|
|
3716
|
+
"NECB2020_building_type": "Space Function",
|
|
3717
|
+
"NECB2020_space_type": "Storage room < 5 m2-sch-K"
|
|
3188
3718
|
},
|
|
3189
3719
|
{
|
|
3190
3720
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3196,7 +3726,9 @@
|
|
|
3196
3726
|
"NECB2015_building_type": "Space Function",
|
|
3197
3727
|
"NECB2015_space_type": "Storage room <= 5 m2 <= 100 m2-sch-A",
|
|
3198
3728
|
"NECB2017_building_type": "Space Function",
|
|
3199
|
-
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-A"
|
|
3729
|
+
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-A",
|
|
3730
|
+
"NECB2020_building_type": "Space Function",
|
|
3731
|
+
"NECB2020_space_type": "Storage room <= 5 m2 <= 100 m2-sch-A"
|
|
3200
3732
|
},
|
|
3201
3733
|
{
|
|
3202
3734
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3208,7 +3740,9 @@
|
|
|
3208
3740
|
"NECB2015_building_type": "Space Function",
|
|
3209
3741
|
"NECB2015_space_type": "Storage room <= 5 m2 <= 100 m2-sch-B",
|
|
3210
3742
|
"NECB2017_building_type": "Space Function",
|
|
3211
|
-
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-B"
|
|
3743
|
+
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-B",
|
|
3744
|
+
"NECB2020_building_type": "Space Function",
|
|
3745
|
+
"NECB2020_space_type": "Storage room <= 5 m2 <= 100 m2-sch-B"
|
|
3212
3746
|
},
|
|
3213
3747
|
{
|
|
3214
3748
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3220,7 +3754,9 @@
|
|
|
3220
3754
|
"NECB2015_building_type": "Space Function",
|
|
3221
3755
|
"NECB2015_space_type": "Storage room <= 5 m2 <= 100 m2-sch-C",
|
|
3222
3756
|
"NECB2017_building_type": "Space Function",
|
|
3223
|
-
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-C"
|
|
3757
|
+
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-C",
|
|
3758
|
+
"NECB2020_building_type": "Space Function",
|
|
3759
|
+
"NECB2020_space_type": "Storage room <= 5 m2 <= 100 m2-sch-C"
|
|
3224
3760
|
},
|
|
3225
3761
|
{
|
|
3226
3762
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3232,7 +3768,9 @@
|
|
|
3232
3768
|
"NECB2015_building_type": "Space Function",
|
|
3233
3769
|
"NECB2015_space_type": "Storage room <= 5 m2 <= 100 m2-sch-D",
|
|
3234
3770
|
"NECB2017_building_type": "Space Function",
|
|
3235
|
-
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-D"
|
|
3771
|
+
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-D",
|
|
3772
|
+
"NECB2020_building_type": "Space Function",
|
|
3773
|
+
"NECB2020_space_type": "Storage room <= 5 m2 <= 100 m2-sch-D"
|
|
3236
3774
|
},
|
|
3237
3775
|
{
|
|
3238
3776
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3244,7 +3782,9 @@
|
|
|
3244
3782
|
"NECB2015_building_type": "Space Function",
|
|
3245
3783
|
"NECB2015_space_type": "Storage room <= 5 m2 <= 100 m2-sch-E",
|
|
3246
3784
|
"NECB2017_building_type": "Space Function",
|
|
3247
|
-
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-E"
|
|
3785
|
+
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-E",
|
|
3786
|
+
"NECB2020_building_type": "Space Function",
|
|
3787
|
+
"NECB2020_space_type": "Storage room <= 5 m2 <= 100 m2-sch-E"
|
|
3248
3788
|
},
|
|
3249
3789
|
{
|
|
3250
3790
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3256,7 +3796,9 @@
|
|
|
3256
3796
|
"NECB2015_building_type": "Space Function",
|
|
3257
3797
|
"NECB2015_space_type": "Storage room <= 5 m2 <= 100 m2-sch-F",
|
|
3258
3798
|
"NECB2017_building_type": "Space Function",
|
|
3259
|
-
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-F"
|
|
3799
|
+
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-F",
|
|
3800
|
+
"NECB2020_building_type": "Space Function",
|
|
3801
|
+
"NECB2020_space_type": "Storage room <= 5 m2 <= 100 m2-sch-F"
|
|
3260
3802
|
},
|
|
3261
3803
|
{
|
|
3262
3804
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3268,7 +3810,9 @@
|
|
|
3268
3810
|
"NECB2015_building_type": "Space Function",
|
|
3269
3811
|
"NECB2015_space_type": "Storage room <= 5 m2 <= 100 m2-sch-G",
|
|
3270
3812
|
"NECB2017_building_type": "Space Function",
|
|
3271
|
-
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-G"
|
|
3813
|
+
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-G",
|
|
3814
|
+
"NECB2020_building_type": "Space Function",
|
|
3815
|
+
"NECB2020_space_type": "Storage room <= 5 m2 <= 100 m2-sch-G"
|
|
3272
3816
|
},
|
|
3273
3817
|
{
|
|
3274
3818
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3280,7 +3824,9 @@
|
|
|
3280
3824
|
"NECB2015_building_type": "Space Function",
|
|
3281
3825
|
"NECB2015_space_type": "Storage room <= 5 m2 <= 100 m2-sch-H",
|
|
3282
3826
|
"NECB2017_building_type": "Space Function",
|
|
3283
|
-
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-H"
|
|
3827
|
+
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-H",
|
|
3828
|
+
"NECB2020_building_type": "Space Function",
|
|
3829
|
+
"NECB2020_space_type": "Storage room <= 5 m2 <= 100 m2-sch-H"
|
|
3284
3830
|
},
|
|
3285
3831
|
{
|
|
3286
3832
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3292,7 +3838,9 @@
|
|
|
3292
3838
|
"NECB2015_building_type": "Space Function",
|
|
3293
3839
|
"NECB2015_space_type": "Storage room <= 5 m2 <= 100 m2-sch-I",
|
|
3294
3840
|
"NECB2017_building_type": "Space Function",
|
|
3295
|
-
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-I"
|
|
3841
|
+
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-I",
|
|
3842
|
+
"NECB2020_building_type": "Space Function",
|
|
3843
|
+
"NECB2020_space_type": "Storage room <= 5 m2 <= 100 m2-sch-I"
|
|
3296
3844
|
},
|
|
3297
3845
|
{
|
|
3298
3846
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3304,7 +3852,9 @@
|
|
|
3304
3852
|
"NECB2015_building_type": "Space Function",
|
|
3305
3853
|
"NECB2015_space_type": "Storage room <= 5 m2 <= 100 m2-sch-J",
|
|
3306
3854
|
"NECB2017_building_type": "Space Function",
|
|
3307
|
-
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-J"
|
|
3855
|
+
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-J",
|
|
3856
|
+
"NECB2020_building_type": "Space Function",
|
|
3857
|
+
"NECB2020_space_type": "Storage room <= 5 m2 <= 100 m2-sch-J"
|
|
3308
3858
|
},
|
|
3309
3859
|
{
|
|
3310
3860
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3316,7 +3866,9 @@
|
|
|
3316
3866
|
"NECB2015_building_type": "Space Function",
|
|
3317
3867
|
"NECB2015_space_type": "Storage room <= 5 m2 <= 100 m2-sch-K",
|
|
3318
3868
|
"NECB2017_building_type": "Space Function",
|
|
3319
|
-
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-K"
|
|
3869
|
+
"NECB2017_space_type": "Storage room <= 5 m2 <= 100 m2-sch-K",
|
|
3870
|
+
"NECB2020_building_type": "Space Function",
|
|
3871
|
+
"NECB2020_space_type": "Storage room <= 5 m2 <= 100 m2-sch-K"
|
|
3320
3872
|
},
|
|
3321
3873
|
{
|
|
3322
3874
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3328,7 +3880,9 @@
|
|
|
3328
3880
|
"NECB2015_building_type": "Space Function",
|
|
3329
3881
|
"NECB2015_space_type": "Storage room > 100 m2-sch-A",
|
|
3330
3882
|
"NECB2017_building_type": "Space Function",
|
|
3331
|
-
"NECB2017_space_type": "Storage room > 100 m2-sch-A"
|
|
3883
|
+
"NECB2017_space_type": "Storage room > 100 m2-sch-A",
|
|
3884
|
+
"NECB2020_building_type": "Space Function",
|
|
3885
|
+
"NECB2020_space_type": "Storage room > 100 m2-sch-A"
|
|
3332
3886
|
},
|
|
3333
3887
|
{
|
|
3334
3888
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3340,7 +3894,9 @@
|
|
|
3340
3894
|
"NECB2015_building_type": "Space Function",
|
|
3341
3895
|
"NECB2015_space_type": "Storage room > 100 m2-sch-B",
|
|
3342
3896
|
"NECB2017_building_type": "Space Function",
|
|
3343
|
-
"NECB2017_space_type": "Storage room > 100 m2-sch-
|
|
3897
|
+
"NECB2017_space_type": "Storage room > 100 m2-sch-A",
|
|
3898
|
+
"NECB2020_building_type": "Space Function",
|
|
3899
|
+
"NECB2020_space_type": "Storage room > 100 m2-sch-A"
|
|
3344
3900
|
},
|
|
3345
3901
|
{
|
|
3346
3902
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3352,7 +3908,9 @@
|
|
|
3352
3908
|
"NECB2015_building_type": "Space Function",
|
|
3353
3909
|
"NECB2015_space_type": "Storage room > 100 m2-sch-C",
|
|
3354
3910
|
"NECB2017_building_type": "Space Function",
|
|
3355
|
-
"NECB2017_space_type": "Storage room > 100 m2-sch-C"
|
|
3911
|
+
"NECB2017_space_type": "Storage room > 100 m2-sch-C",
|
|
3912
|
+
"NECB2020_building_type": "Space Function",
|
|
3913
|
+
"NECB2020_space_type": "Storage room > 100 m2-sch-C"
|
|
3356
3914
|
},
|
|
3357
3915
|
{
|
|
3358
3916
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3364,7 +3922,9 @@
|
|
|
3364
3922
|
"NECB2015_building_type": "Space Function",
|
|
3365
3923
|
"NECB2015_space_type": "Storage room > 100 m2-sch-D",
|
|
3366
3924
|
"NECB2017_building_type": "Space Function",
|
|
3367
|
-
"NECB2017_space_type": "Storage room > 100 m2-sch-D"
|
|
3925
|
+
"NECB2017_space_type": "Storage room > 100 m2-sch-D",
|
|
3926
|
+
"NECB2020_building_type": "Space Function",
|
|
3927
|
+
"NECB2020_space_type": "Storage room > 100 m2-sch-D"
|
|
3368
3928
|
},
|
|
3369
3929
|
{
|
|
3370
3930
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3376,7 +3936,9 @@
|
|
|
3376
3936
|
"NECB2015_building_type": "Space Function",
|
|
3377
3937
|
"NECB2015_space_type": "Storage room > 100 m2-sch-E",
|
|
3378
3938
|
"NECB2017_building_type": "Space Function",
|
|
3379
|
-
"NECB2017_space_type": "Storage room > 100 m2-sch-E"
|
|
3939
|
+
"NECB2017_space_type": "Storage room > 100 m2-sch-E",
|
|
3940
|
+
"NECB2020_building_type": "Space Function",
|
|
3941
|
+
"NECB2020_space_type": "Storage room > 100 m2-sch-E"
|
|
3380
3942
|
},
|
|
3381
3943
|
{
|
|
3382
3944
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3388,7 +3950,9 @@
|
|
|
3388
3950
|
"NECB2015_building_type": "Space Function",
|
|
3389
3951
|
"NECB2015_space_type": "Storage room > 100 m2-sch-F",
|
|
3390
3952
|
"NECB2017_building_type": "Space Function",
|
|
3391
|
-
"NECB2017_space_type": "Storage room > 100 m2-sch-F"
|
|
3953
|
+
"NECB2017_space_type": "Storage room > 100 m2-sch-F",
|
|
3954
|
+
"NECB2020_building_type": "Space Function",
|
|
3955
|
+
"NECB2020_space_type": "Storage room > 100 m2-sch-F"
|
|
3392
3956
|
},
|
|
3393
3957
|
{
|
|
3394
3958
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3400,7 +3964,9 @@
|
|
|
3400
3964
|
"NECB2015_building_type": "Space Function",
|
|
3401
3965
|
"NECB2015_space_type": "Storage room > 100 m2-sch-G",
|
|
3402
3966
|
"NECB2017_building_type": "Space Function",
|
|
3403
|
-
"NECB2017_space_type": "Storage room > 100 m2-sch-G"
|
|
3967
|
+
"NECB2017_space_type": "Storage room > 100 m2-sch-G",
|
|
3968
|
+
"NECB2020_building_type": "Space Function",
|
|
3969
|
+
"NECB2020_space_type": "Storage room > 100 m2-sch-F"
|
|
3404
3970
|
},
|
|
3405
3971
|
{
|
|
3406
3972
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3412,7 +3978,9 @@
|
|
|
3412
3978
|
"NECB2015_building_type": "Space Function",
|
|
3413
3979
|
"NECB2015_space_type": "Storage room > 100 m2-sch-H",
|
|
3414
3980
|
"NECB2017_building_type": "Space Function",
|
|
3415
|
-
"NECB2017_space_type": "Storage room > 100 m2-sch-H"
|
|
3981
|
+
"NECB2017_space_type": "Storage room > 100 m2-sch-H",
|
|
3982
|
+
"NECB2020_building_type": "Space Function",
|
|
3983
|
+
"NECB2020_space_type": "Storage room > 100 m2-sch-H"
|
|
3416
3984
|
},
|
|
3417
3985
|
{
|
|
3418
3986
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3424,7 +3992,9 @@
|
|
|
3424
3992
|
"NECB2015_building_type": "Space Function",
|
|
3425
3993
|
"NECB2015_space_type": "Storage room > 100 m2-sch-I",
|
|
3426
3994
|
"NECB2017_building_type": "Space Function",
|
|
3427
|
-
"NECB2017_space_type": "Storage room > 100 m2-sch-I"
|
|
3995
|
+
"NECB2017_space_type": "Storage room > 100 m2-sch-I",
|
|
3996
|
+
"NECB2020_building_type": "Space Function",
|
|
3997
|
+
"NECB2020_space_type": "Storage room > 100 m2-sch-I"
|
|
3428
3998
|
},
|
|
3429
3999
|
{
|
|
3430
4000
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3436,7 +4006,9 @@
|
|
|
3436
4006
|
"NECB2015_building_type": "Space Function",
|
|
3437
4007
|
"NECB2015_space_type": "Storage room > 100 m2-sch-J",
|
|
3438
4008
|
"NECB2017_building_type": "Space Function",
|
|
3439
|
-
"NECB2017_space_type": "Storage room > 100 m2-sch-J"
|
|
4009
|
+
"NECB2017_space_type": "Storage room > 100 m2-sch-J",
|
|
4010
|
+
"NECB2020_building_type": "Space Function",
|
|
4011
|
+
"NECB2020_space_type": "Storage room > 100 m2-sch-J"
|
|
3440
4012
|
},
|
|
3441
4013
|
{
|
|
3442
4014
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3448,7 +4020,9 @@
|
|
|
3448
4020
|
"NECB2015_building_type": "Space Function",
|
|
3449
4021
|
"NECB2015_space_type": "Storage room > 100 m2-sch-K",
|
|
3450
4022
|
"NECB2017_building_type": "Space Function",
|
|
3451
|
-
"NECB2017_space_type": "Storage room > 100 m2-sch-K"
|
|
4023
|
+
"NECB2017_space_type": "Storage room > 100 m2-sch-K",
|
|
4024
|
+
"NECB2020_building_type": "Space Function",
|
|
4025
|
+
"NECB2020_space_type": "Storage room > 100 m2-sch-K"
|
|
3452
4026
|
},
|
|
3453
4027
|
{
|
|
3454
4028
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3460,7 +4034,9 @@
|
|
|
3460
4034
|
"NECB2015_building_type": "Space Function",
|
|
3461
4035
|
"NECB2015_space_type": "Vehicle maintenance area",
|
|
3462
4036
|
"NECB2017_building_type": "Space Function",
|
|
3463
|
-
"NECB2017_space_type": "Vehicle maintenance area"
|
|
4037
|
+
"NECB2017_space_type": "Vehicle maintenance area",
|
|
4038
|
+
"NECB2020_building_type": "Space Function",
|
|
4039
|
+
"NECB2020_space_type": "Vehicle maintenance area"
|
|
3464
4040
|
},
|
|
3465
4041
|
{
|
|
3466
4042
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3472,7 +4048,9 @@
|
|
|
3472
4048
|
"NECB2015_building_type": "Space Function",
|
|
3473
4049
|
"NECB2015_space_type": "Washroom - other-sch-A",
|
|
3474
4050
|
"NECB2017_building_type": "Space Function",
|
|
3475
|
-
"NECB2017_space_type": "Washroom - other-sch-A"
|
|
4051
|
+
"NECB2017_space_type": "Washroom - other-sch-A",
|
|
4052
|
+
"NECB2020_building_type": "Space Function",
|
|
4053
|
+
"NECB2020_space_type": "Washroom - other-sch-A"
|
|
3476
4054
|
},
|
|
3477
4055
|
{
|
|
3478
4056
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3484,7 +4062,9 @@
|
|
|
3484
4062
|
"NECB2015_building_type": "Space Function",
|
|
3485
4063
|
"NECB2015_space_type": "Washroom - other-sch-B",
|
|
3486
4064
|
"NECB2017_building_type": "Space Function",
|
|
3487
|
-
"NECB2017_space_type": "Washroom - other-sch-B"
|
|
4065
|
+
"NECB2017_space_type": "Washroom - other-sch-B",
|
|
4066
|
+
"NECB2020_building_type": "Space Function",
|
|
4067
|
+
"NECB2020_space_type": "Washroom - other-sch-B"
|
|
3488
4068
|
},
|
|
3489
4069
|
{
|
|
3490
4070
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3496,7 +4076,9 @@
|
|
|
3496
4076
|
"NECB2015_building_type": "Space Function",
|
|
3497
4077
|
"NECB2015_space_type": "Washroom - other-sch-C",
|
|
3498
4078
|
"NECB2017_building_type": "Space Function",
|
|
3499
|
-
"NECB2017_space_type": "Washroom - other-sch-C"
|
|
4079
|
+
"NECB2017_space_type": "Washroom - other-sch-C",
|
|
4080
|
+
"NECB2020_building_type": "Space Function",
|
|
4081
|
+
"NECB2020_space_type": "Washroom - other-sch-C"
|
|
3500
4082
|
},
|
|
3501
4083
|
{
|
|
3502
4084
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3508,7 +4090,9 @@
|
|
|
3508
4090
|
"NECB2015_building_type": "Space Function",
|
|
3509
4091
|
"NECB2015_space_type": "Washroom - other-sch-D",
|
|
3510
4092
|
"NECB2017_building_type": "Space Function",
|
|
3511
|
-
"NECB2017_space_type": "Washroom - other-sch-D"
|
|
4093
|
+
"NECB2017_space_type": "Washroom - other-sch-D",
|
|
4094
|
+
"NECB2020_building_type": "Space Function",
|
|
4095
|
+
"NECB2020_space_type": "Washroom - other-sch-D"
|
|
3512
4096
|
},
|
|
3513
4097
|
{
|
|
3514
4098
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3520,7 +4104,9 @@
|
|
|
3520
4104
|
"NECB2015_building_type": "Space Function",
|
|
3521
4105
|
"NECB2015_space_type": "Washroom - other-sch-E",
|
|
3522
4106
|
"NECB2017_building_type": "Space Function",
|
|
3523
|
-
"NECB2017_space_type": "Washroom - other-sch-E"
|
|
4107
|
+
"NECB2017_space_type": "Washroom - other-sch-E",
|
|
4108
|
+
"NECB2020_building_type": "Space Function",
|
|
4109
|
+
"NECB2020_space_type": "Washroom - other-sch-E"
|
|
3524
4110
|
},
|
|
3525
4111
|
{
|
|
3526
4112
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3532,7 +4118,9 @@
|
|
|
3532
4118
|
"NECB2015_building_type": "Space Function",
|
|
3533
4119
|
"NECB2015_space_type": "Washroom - other-sch-F",
|
|
3534
4120
|
"NECB2017_building_type": "Space Function",
|
|
3535
|
-
"NECB2017_space_type": "Washroom - other-sch-F"
|
|
4121
|
+
"NECB2017_space_type": "Washroom - other-sch-F",
|
|
4122
|
+
"NECB2020_building_type": "Space Function",
|
|
4123
|
+
"NECB2020_space_type": "Washroom - other-sch-F"
|
|
3536
4124
|
},
|
|
3537
4125
|
{
|
|
3538
4126
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3544,7 +4132,9 @@
|
|
|
3544
4132
|
"NECB2015_building_type": "Space Function",
|
|
3545
4133
|
"NECB2015_space_type": "Washroom - other-sch-G",
|
|
3546
4134
|
"NECB2017_building_type": "Space Function",
|
|
3547
|
-
"NECB2017_space_type": "Washroom - other-sch-G"
|
|
4135
|
+
"NECB2017_space_type": "Washroom - other-sch-G",
|
|
4136
|
+
"NECB2020_building_type": "Space Function",
|
|
4137
|
+
"NECB2020_space_type": "Washroom - other-sch-G"
|
|
3548
4138
|
},
|
|
3549
4139
|
{
|
|
3550
4140
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3556,7 +4146,9 @@
|
|
|
3556
4146
|
"NECB2015_building_type": "Space Function",
|
|
3557
4147
|
"NECB2015_space_type": "Washroom - other-sch-H",
|
|
3558
4148
|
"NECB2017_building_type": "Space Function",
|
|
3559
|
-
"NECB2017_space_type": "Washroom - other-sch-H"
|
|
4149
|
+
"NECB2017_space_type": "Washroom - other-sch-H",
|
|
4150
|
+
"NECB2020_building_type": "Space Function",
|
|
4151
|
+
"NECB2020_space_type": "Washroom - other-sch-H"
|
|
3560
4152
|
},
|
|
3561
4153
|
{
|
|
3562
4154
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3568,7 +4160,9 @@
|
|
|
3568
4160
|
"NECB2015_building_type": "Space Function",
|
|
3569
4161
|
"NECB2015_space_type": "Washroom - other-sch-I",
|
|
3570
4162
|
"NECB2017_building_type": "Space Function",
|
|
3571
|
-
"NECB2017_space_type": "Washroom - other-sch-I"
|
|
4163
|
+
"NECB2017_space_type": "Washroom - other-sch-I",
|
|
4164
|
+
"NECB2020_building_type": "Space Function",
|
|
4165
|
+
"NECB2020_space_type": "Washroom - other-sch-I"
|
|
3572
4166
|
},
|
|
3573
4167
|
{
|
|
3574
4168
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3580,7 +4174,9 @@
|
|
|
3580
4174
|
"NECB2015_building_type": "Space Function",
|
|
3581
4175
|
"NECB2015_space_type": "Workshop",
|
|
3582
4176
|
"NECB2017_building_type": "Space Function",
|
|
3583
|
-
"NECB2017_space_type": "Workshop"
|
|
4177
|
+
"NECB2017_space_type": "Workshop",
|
|
4178
|
+
"NECB2020_building_type": "Space Function",
|
|
4179
|
+
"NECB2020_space_type": "Workshop"
|
|
3584
4180
|
},
|
|
3585
4181
|
{
|
|
3586
4182
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3592,7 +4188,9 @@
|
|
|
3592
4188
|
"NECB2015_building_type": "Space Function",
|
|
3593
4189
|
"NECB2015_space_type": "Convention centre exhibit space",
|
|
3594
4190
|
"NECB2017_building_type": "Space Function",
|
|
3595
|
-
"NECB2017_space_type": "Convention centre exhibit space"
|
|
4191
|
+
"NECB2017_space_type": "Convention centre exhibit space",
|
|
4192
|
+
"NECB2020_building_type": "Space Function",
|
|
4193
|
+
"NECB2020_space_type": "Convention centre exhibit space"
|
|
3596
4194
|
},
|
|
3597
4195
|
{
|
|
3598
4196
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3604,7 +4202,9 @@
|
|
|
3604
4202
|
"NECB2015_building_type": "Space Function",
|
|
3605
4203
|
"NECB2015_space_type": "Dormitory living quarters",
|
|
3606
4204
|
"NECB2017_building_type": "Space Function",
|
|
3607
|
-
"NECB2017_space_type": "Dormitory living quarters"
|
|
4205
|
+
"NECB2017_space_type": "Dormitory living quarters",
|
|
4206
|
+
"NECB2020_building_type": "Space Function",
|
|
4207
|
+
"NECB2020_space_type": "Dormitory living quarters"
|
|
3608
4208
|
},
|
|
3609
4209
|
{
|
|
3610
4210
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3616,7 +4216,9 @@
|
|
|
3616
4216
|
"NECB2015_building_type": "Space Function",
|
|
3617
4217
|
"NECB2015_space_type": "Dwelling units general",
|
|
3618
4218
|
"NECB2017_building_type": "Space Function",
|
|
3619
|
-
"NECB2017_space_type": "Dwelling units general"
|
|
4219
|
+
"NECB2017_space_type": "Dwelling units general",
|
|
4220
|
+
"NECB2020_building_type": "Space Function",
|
|
4221
|
+
"NECB2020_space_type": "Dwelling units general"
|
|
3620
4222
|
},
|
|
3621
4223
|
{
|
|
3622
4224
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3628,7 +4230,9 @@
|
|
|
3628
4230
|
"NECB2015_building_type": "Space Function",
|
|
3629
4231
|
"NECB2015_space_type": "Fire station sleeping quarters",
|
|
3630
4232
|
"NECB2017_building_type": "Space Function",
|
|
3631
|
-
"NECB2017_space_type": "Fire station sleeping quarters"
|
|
4233
|
+
"NECB2017_space_type": "Fire station sleeping quarters",
|
|
4234
|
+
"NECB2020_building_type": "Space Function",
|
|
4235
|
+
"NECB2020_space_type": "Fire station sleeping quarters"
|
|
3632
4236
|
},
|
|
3633
4237
|
{
|
|
3634
4238
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3640,7 +4244,9 @@
|
|
|
3640
4244
|
"NECB2015_building_type": "Space Function",
|
|
3641
4245
|
"NECB2015_space_type": "Audience seating area permanent - gymnasium",
|
|
3642
4246
|
"NECB2017_building_type": "Space Function",
|
|
3643
|
-
"NECB2017_space_type": "Audience seating area permanent - gymnasium"
|
|
4247
|
+
"NECB2017_space_type": "Audience seating area permanent - gymnasium",
|
|
4248
|
+
"NECB2020_building_type": "Space Function",
|
|
4249
|
+
"NECB2020_space_type": "Audience seating area permanent - gymnasium"
|
|
3644
4250
|
},
|
|
3645
4251
|
{
|
|
3646
4252
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3652,7 +4258,9 @@
|
|
|
3652
4258
|
"NECB2015_building_type": "Space Function",
|
|
3653
4259
|
"NECB2015_space_type": "Gymnasium/Fitness centre exercise area",
|
|
3654
4260
|
"NECB2017_building_type": "Space Function",
|
|
3655
|
-
"NECB2017_space_type": "Gymnasium/Fitness centre exercise area"
|
|
4261
|
+
"NECB2017_space_type": "Gymnasium/Fitness centre exercise area",
|
|
4262
|
+
"NECB2020_building_type": "Space Function",
|
|
4263
|
+
"NECB2020_space_type": "Gymnasium/Fitness centre exercise area"
|
|
3656
4264
|
},
|
|
3657
4265
|
{
|
|
3658
4266
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3664,7 +4272,9 @@
|
|
|
3664
4272
|
"NECB2015_building_type": "Space Function",
|
|
3665
4273
|
"NECB2015_space_type": "Gymnasium/Fitness centre playing area",
|
|
3666
4274
|
"NECB2017_building_type": "Space Function",
|
|
3667
|
-
"NECB2017_space_type": "Gymnasium/Fitness centre playing area"
|
|
4275
|
+
"NECB2017_space_type": "Gymnasium/Fitness centre playing area",
|
|
4276
|
+
"NECB2020_building_type": "Space Function",
|
|
4277
|
+
"NECB2020_space_type": "Gymnasium/Fitness centre playing area"
|
|
3668
4278
|
},
|
|
3669
4279
|
{
|
|
3670
4280
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3676,7 +4286,9 @@
|
|
|
3676
4286
|
"NECB2015_building_type": "Space Function",
|
|
3677
4287
|
"NECB2015_space_type": "Health care facility exam/treatment room",
|
|
3678
4288
|
"NECB2017_building_type": "Space Function",
|
|
3679
|
-
"NECB2017_space_type": "Health care facility exam/treatment room"
|
|
4289
|
+
"NECB2017_space_type": "Health care facility exam/treatment room",
|
|
4290
|
+
"NECB2020_building_type": "Space Function",
|
|
4291
|
+
"NECB2020_space_type": "Health care facility exam/treatment room"
|
|
3680
4292
|
},
|
|
3681
4293
|
{
|
|
3682
4294
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3688,7 +4300,9 @@
|
|
|
3688
4300
|
"NECB2015_building_type": "Space Function",
|
|
3689
4301
|
"NECB2015_space_type": "Health care facility exam/treatment room",
|
|
3690
4302
|
"NECB2017_building_type": "Space Function",
|
|
3691
|
-
"NECB2017_space_type": "Health care facility exam/treatment room"
|
|
4303
|
+
"NECB2017_space_type": "Health care facility exam/treatment room",
|
|
4304
|
+
"NECB2020_building_type": "Space Function",
|
|
4305
|
+
"NECB2020_space_type": "Health care facility exam/treatment room"
|
|
3692
4306
|
},
|
|
3693
4307
|
{
|
|
3694
4308
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3700,7 +4314,9 @@
|
|
|
3700
4314
|
"NECB2015_building_type": "Space Function",
|
|
3701
4315
|
"NECB2015_space_type": "Health care facility imaging room",
|
|
3702
4316
|
"NECB2017_building_type": "Space Function",
|
|
3703
|
-
"NECB2017_space_type": "Health care facility imaging room"
|
|
4317
|
+
"NECB2017_space_type": "Health care facility imaging room",
|
|
4318
|
+
"NECB2020_building_type": "Space Function",
|
|
4319
|
+
"NECB2020_space_type": "Health care facility imaging room"
|
|
3704
4320
|
},
|
|
3705
4321
|
{
|
|
3706
4322
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3712,7 +4328,9 @@
|
|
|
3712
4328
|
"NECB2015_building_type": "Space Function",
|
|
3713
4329
|
"NECB2015_space_type": "Health care facility medical supply room",
|
|
3714
4330
|
"NECB2017_building_type": "Space Function",
|
|
3715
|
-
"NECB2017_space_type": "Health care facility medical supply room"
|
|
4331
|
+
"NECB2017_space_type": "Health care facility medical supply room",
|
|
4332
|
+
"NECB2020_building_type": "Space Function",
|
|
4333
|
+
"NECB2020_space_type": "Health care facility medical supply room"
|
|
3716
4334
|
},
|
|
3717
4335
|
{
|
|
3718
4336
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3724,7 +4342,9 @@
|
|
|
3724
4342
|
"NECB2015_building_type": "Space Function",
|
|
3725
4343
|
"NECB2015_space_type": "Health care facility nursery",
|
|
3726
4344
|
"NECB2017_building_type": "Space Function",
|
|
3727
|
-
"NECB2017_space_type": "Health care facility nursery"
|
|
4345
|
+
"NECB2017_space_type": "Health care facility nursery",
|
|
4346
|
+
"NECB2020_building_type": "Space Function",
|
|
4347
|
+
"NECB2020_space_type": "Health care facility nursery"
|
|
3728
4348
|
},
|
|
3729
4349
|
{
|
|
3730
4350
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3736,7 +4356,9 @@
|
|
|
3736
4356
|
"NECB2015_building_type": "Space Function",
|
|
3737
4357
|
"NECB2015_space_type": "Health care facility nurses station",
|
|
3738
4358
|
"NECB2017_building_type": "Space Function",
|
|
3739
|
-
"NECB2017_space_type": "Health care facility nurses station"
|
|
4359
|
+
"NECB2017_space_type": "Health care facility nurses station",
|
|
4360
|
+
"NECB2020_building_type": "Space Function",
|
|
4361
|
+
"NECB2020_space_type": "Health care facility nurses station"
|
|
3740
4362
|
},
|
|
3741
4363
|
{
|
|
3742
4364
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3748,7 +4370,9 @@
|
|
|
3748
4370
|
"NECB2015_building_type": "Space Function",
|
|
3749
4371
|
"NECB2015_space_type": "Health care facility operating room",
|
|
3750
4372
|
"NECB2017_building_type": "Space Function",
|
|
3751
|
-
"NECB2017_space_type": "Health care facility operating room"
|
|
4373
|
+
"NECB2017_space_type": "Health care facility operating room",
|
|
4374
|
+
"NECB2020_building_type": "Space Function",
|
|
4375
|
+
"NECB2020_space_type": "Health care facility operating room"
|
|
3752
4376
|
},
|
|
3753
4377
|
{
|
|
3754
4378
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3760,7 +4384,9 @@
|
|
|
3760
4384
|
"NECB2015_building_type": "Space Function",
|
|
3761
4385
|
"NECB2015_space_type": "Health care facility patient room",
|
|
3762
4386
|
"NECB2017_building_type": "Space Function",
|
|
3763
|
-
"NECB2017_space_type": "Health care facility patient room"
|
|
4387
|
+
"NECB2017_space_type": "Health care facility patient room",
|
|
4388
|
+
"NECB2020_building_type": "Space Function",
|
|
4389
|
+
"NECB2020_space_type": "Health care facility patient room"
|
|
3764
4390
|
},
|
|
3765
4391
|
{
|
|
3766
4392
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3772,7 +4398,9 @@
|
|
|
3772
4398
|
"NECB2015_building_type": "Space Function",
|
|
3773
4399
|
"NECB2015_space_type": "Pharmacy area",
|
|
3774
4400
|
"NECB2017_building_type": "Space Function",
|
|
3775
|
-
"NECB2017_space_type": "Pharmacy area"
|
|
4401
|
+
"NECB2017_space_type": "Pharmacy area",
|
|
4402
|
+
"NECB2020_building_type": "Space Function",
|
|
4403
|
+
"NECB2020_space_type": "Pharmacy area"
|
|
3776
4404
|
},
|
|
3777
4405
|
{
|
|
3778
4406
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3784,7 +4412,9 @@
|
|
|
3784
4412
|
"NECB2015_building_type": "Space Function",
|
|
3785
4413
|
"NECB2015_space_type": "Health care facility physical therapy room",
|
|
3786
4414
|
"NECB2017_building_type": "Space Function",
|
|
3787
|
-
"NECB2017_space_type": "Health care facility physical therapy room"
|
|
4415
|
+
"NECB2017_space_type": "Health care facility physical therapy room",
|
|
4416
|
+
"NECB2020_building_type": "Space Function",
|
|
4417
|
+
"NECB2020_space_type": "Health care facility physical therapy room"
|
|
3788
4418
|
},
|
|
3789
4419
|
{
|
|
3790
4420
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3796,7 +4426,9 @@
|
|
|
3796
4426
|
"NECB2015_building_type": "Space Function",
|
|
3797
4427
|
"NECB2015_space_type": "Health care facility recovery room",
|
|
3798
4428
|
"NECB2017_building_type": "Space Function",
|
|
3799
|
-
"NECB2017_space_type": "Health care facility recovery room"
|
|
4429
|
+
"NECB2017_space_type": "Health care facility recovery room",
|
|
4430
|
+
"NECB2020_building_type": "Space Function",
|
|
4431
|
+
"NECB2020_space_type": "Health care facility recovery room"
|
|
3800
4432
|
},
|
|
3801
4433
|
{
|
|
3802
4434
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3808,7 +4440,9 @@
|
|
|
3808
4440
|
"NECB2015_building_type": "Space Function",
|
|
3809
4441
|
"NECB2015_space_type": "Laundry/Washing area",
|
|
3810
4442
|
"NECB2017_building_type": "Space Function",
|
|
3811
|
-
"NECB2017_space_type": "Laundry/Washing area"
|
|
4443
|
+
"NECB2017_space_type": "Laundry/Washing area",
|
|
4444
|
+
"NECB2020_building_type": "Space Function",
|
|
4445
|
+
"NECB2020_space_type": "Laundry/Washing area"
|
|
3812
4446
|
},
|
|
3813
4447
|
{
|
|
3814
4448
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3820,7 +4454,9 @@
|
|
|
3820
4454
|
"NECB2015_building_type": "Space Function",
|
|
3821
4455
|
"NECB2015_space_type": "Lounge/Break room - health care facility",
|
|
3822
4456
|
"NECB2017_building_type": "Space Function",
|
|
3823
|
-
"NECB2017_space_type": "Lounge/Break room - health care facility"
|
|
4457
|
+
"NECB2017_space_type": "Lounge/Break room - health care facility",
|
|
4458
|
+
"NECB2020_building_type": "Space Function",
|
|
4459
|
+
"NECB2020_space_type": "Lounge/Break room - health care facility"
|
|
3824
4460
|
},
|
|
3825
4461
|
{
|
|
3826
4462
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3832,7 +4468,9 @@
|
|
|
3832
4468
|
"NECB2015_building_type": "Space Function",
|
|
3833
4469
|
"NECB2015_space_type": "Corridor/Transition area - hospital-sch-A",
|
|
3834
4470
|
"NECB2017_building_type": "Space Function",
|
|
3835
|
-
"NECB2017_space_type": "Corridor/Transition area - hospital-sch-A"
|
|
4471
|
+
"NECB2017_space_type": "Corridor/Transition area - hospital-sch-A",
|
|
4472
|
+
"NECB2020_building_type": "Space Function",
|
|
4473
|
+
"NECB2020_space_type": "Corridor/Transition area - hospital-sch-A"
|
|
3836
4474
|
},
|
|
3837
4475
|
{
|
|
3838
4476
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3844,7 +4482,9 @@
|
|
|
3844
4482
|
"NECB2015_building_type": "Space Function",
|
|
3845
4483
|
"NECB2015_space_type": "Corridor/Transition area - hospital-sch-B",
|
|
3846
4484
|
"NECB2017_building_type": "Space Function",
|
|
3847
|
-
"NECB2017_space_type": "Corridor/Transition area - hospital-sch-B"
|
|
4485
|
+
"NECB2017_space_type": "Corridor/Transition area - hospital-sch-B",
|
|
4486
|
+
"NECB2020_building_type": "Space Function",
|
|
4487
|
+
"NECB2020_space_type": "Corridor/Transition area - hospital-sch-B"
|
|
3848
4488
|
},
|
|
3849
4489
|
{
|
|
3850
4490
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3856,7 +4496,9 @@
|
|
|
3856
4496
|
"NECB2015_building_type": "Space Function",
|
|
3857
4497
|
"NECB2015_space_type": "Corridor/Transition area - hospital-sch-C",
|
|
3858
4498
|
"NECB2017_building_type": "Space Function",
|
|
3859
|
-
"NECB2017_space_type": "Corridor/Transition area - hospital-sch-C"
|
|
4499
|
+
"NECB2017_space_type": "Corridor/Transition area - hospital-sch-C",
|
|
4500
|
+
"NECB2020_building_type": "Space Function",
|
|
4501
|
+
"NECB2020_space_type": "Corridor/Transition area - hospital-sch-C"
|
|
3860
4502
|
},
|
|
3861
4503
|
{
|
|
3862
4504
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3868,7 +4510,9 @@
|
|
|
3868
4510
|
"NECB2015_building_type": "Space Function",
|
|
3869
4511
|
"NECB2015_space_type": "Corridor/Transition area - hospital-sch-D",
|
|
3870
4512
|
"NECB2017_building_type": "Space Function",
|
|
3871
|
-
"NECB2017_space_type": "Corridor/Transition area - hospital-sch-D"
|
|
4513
|
+
"NECB2017_space_type": "Corridor/Transition area - hospital-sch-D",
|
|
4514
|
+
"NECB2020_building_type": "Space Function",
|
|
4515
|
+
"NECB2020_space_type": "Corridor/Transition area - hospital-sch-D"
|
|
3872
4516
|
},
|
|
3873
4517
|
{
|
|
3874
4518
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3880,7 +4524,9 @@
|
|
|
3880
4524
|
"NECB2015_building_type": "Space Function",
|
|
3881
4525
|
"NECB2015_space_type": "Corridor/Transition area - hospital-sch-E",
|
|
3882
4526
|
"NECB2017_building_type": "Space Function",
|
|
3883
|
-
"NECB2017_space_type": "Corridor/Transition area - hospital-sch-E"
|
|
4527
|
+
"NECB2017_space_type": "Corridor/Transition area - hospital-sch-E",
|
|
4528
|
+
"NECB2020_building_type": "Space Function",
|
|
4529
|
+
"NECB2020_space_type": "Corridor/Transition area - hospital-sch-E"
|
|
3884
4530
|
},
|
|
3885
4531
|
{
|
|
3886
4532
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3892,7 +4538,9 @@
|
|
|
3892
4538
|
"NECB2015_building_type": "Space Function",
|
|
3893
4539
|
"NECB2015_space_type": "Corridor/Transition area - hospital-sch-F",
|
|
3894
4540
|
"NECB2017_building_type": "Space Function",
|
|
3895
|
-
"NECB2017_space_type": "Corridor/Transition area - hospital-sch-F"
|
|
4541
|
+
"NECB2017_space_type": "Corridor/Transition area - hospital-sch-F",
|
|
4542
|
+
"NECB2020_building_type": "Space Function",
|
|
4543
|
+
"NECB2020_space_type": "Corridor/Transition area - hospital-sch-F"
|
|
3896
4544
|
},
|
|
3897
4545
|
{
|
|
3898
4546
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3904,7 +4552,9 @@
|
|
|
3904
4552
|
"NECB2015_building_type": "Space Function",
|
|
3905
4553
|
"NECB2015_space_type": "Corridor/Transition area - hospital-sch-G",
|
|
3906
4554
|
"NECB2017_building_type": "Space Function",
|
|
3907
|
-
"NECB2017_space_type": "Corridor/Transition area - hospital-sch-G"
|
|
4555
|
+
"NECB2017_space_type": "Corridor/Transition area - hospital-sch-G",
|
|
4556
|
+
"NECB2020_building_type": "Space Function",
|
|
4557
|
+
"NECB2020_space_type": "Corridor/Transition area - hospital-sch-G"
|
|
3908
4558
|
},
|
|
3909
4559
|
{
|
|
3910
4560
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3916,7 +4566,9 @@
|
|
|
3916
4566
|
"NECB2015_building_type": "Space Function",
|
|
3917
4567
|
"NECB2015_space_type": "Corridor/Transition area - hospital-sch-H",
|
|
3918
4568
|
"NECB2017_building_type": "Space Function",
|
|
3919
|
-
"NECB2017_space_type": "Corridor/Transition area - hospital-sch-H"
|
|
4569
|
+
"NECB2017_space_type": "Corridor/Transition area - hospital-sch-H",
|
|
4570
|
+
"NECB2020_building_type": "Space Function",
|
|
4571
|
+
"NECB2020_space_type": "Corridor/Transition area - hospital-sch-H"
|
|
3920
4572
|
},
|
|
3921
4573
|
{
|
|
3922
4574
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3928,7 +4580,9 @@
|
|
|
3928
4580
|
"NECB2015_building_type": "Space Function",
|
|
3929
4581
|
"NECB2015_space_type": "Corridor/Transition area - hospital-sch-I",
|
|
3930
4582
|
"NECB2017_building_type": "Space Function",
|
|
3931
|
-
"NECB2017_space_type": "Corridor/Transition area - hospital-sch-I"
|
|
4583
|
+
"NECB2017_space_type": "Corridor/Transition area - hospital-sch-I",
|
|
4584
|
+
"NECB2020_building_type": "Space Function",
|
|
4585
|
+
"NECB2020_space_type": "Corridor/Transition area - hospital-sch-I"
|
|
3932
4586
|
},
|
|
3933
4587
|
{
|
|
3934
4588
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3940,7 +4594,9 @@
|
|
|
3940
4594
|
"NECB2015_building_type": "Space Function",
|
|
3941
4595
|
"NECB2015_space_type": "Corridor/Transition area - hospital-sch-A",
|
|
3942
4596
|
"NECB2017_building_type": "Space Function",
|
|
3943
|
-
"NECB2017_space_type": "Corridor/Transition area - hospital-sch-A"
|
|
4597
|
+
"NECB2017_space_type": "Corridor/Transition area - hospital-sch-A",
|
|
4598
|
+
"NECB2020_building_type": "Space Function",
|
|
4599
|
+
"NECB2020_space_type": "Corridor/Transition area - hospital-sch-A"
|
|
3944
4600
|
},
|
|
3945
4601
|
{
|
|
3946
4602
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3952,7 +4608,9 @@
|
|
|
3952
4608
|
"NECB2015_building_type": "Space Function",
|
|
3953
4609
|
"NECB2015_space_type": "Corridor/Transition area - hospital-sch-B",
|
|
3954
4610
|
"NECB2017_building_type": "Space Function",
|
|
3955
|
-
"NECB2017_space_type": "Corridor/Transition area - hospital-sch-B"
|
|
4611
|
+
"NECB2017_space_type": "Corridor/Transition area - hospital-sch-B",
|
|
4612
|
+
"NECB2020_building_type": "Space Function",
|
|
4613
|
+
"NECB2020_space_type": "Corridor/Transition area - hospital-sch-B"
|
|
3956
4614
|
},
|
|
3957
4615
|
{
|
|
3958
4616
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3964,7 +4622,9 @@
|
|
|
3964
4622
|
"NECB2015_building_type": "Space Function",
|
|
3965
4623
|
"NECB2015_space_type": "Corridor/Transition area - hospital-sch-C",
|
|
3966
4624
|
"NECB2017_building_type": "Space Function",
|
|
3967
|
-
"NECB2017_space_type": "Corridor/Transition area - hospital-sch-C"
|
|
4625
|
+
"NECB2017_space_type": "Corridor/Transition area - hospital-sch-C",
|
|
4626
|
+
"NECB2020_building_type": "Space Function",
|
|
4627
|
+
"NECB2020_space_type": "Corridor/Transition area - hospital-sch-C"
|
|
3968
4628
|
},
|
|
3969
4629
|
{
|
|
3970
4630
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3976,7 +4636,9 @@
|
|
|
3976
4636
|
"NECB2015_building_type": "Space Function",
|
|
3977
4637
|
"NECB2015_space_type": "Corridor/Transition area - hospital-sch-D",
|
|
3978
4638
|
"NECB2017_building_type": "Space Function",
|
|
3979
|
-
"NECB2017_space_type": "Corridor/Transition area - hospital-sch-D"
|
|
4639
|
+
"NECB2017_space_type": "Corridor/Transition area - hospital-sch-D",
|
|
4640
|
+
"NECB2020_building_type": "Space Function",
|
|
4641
|
+
"NECB2020_space_type": "Corridor/Transition area - hospital-sch-D"
|
|
3980
4642
|
},
|
|
3981
4643
|
{
|
|
3982
4644
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -3988,7 +4650,9 @@
|
|
|
3988
4650
|
"NECB2015_building_type": "Space Function",
|
|
3989
4651
|
"NECB2015_space_type": "Corridor/Transition area - hospital-sch-E",
|
|
3990
4652
|
"NECB2017_building_type": "Space Function",
|
|
3991
|
-
"NECB2017_space_type": "Corridor/Transition area - hospital-sch-E"
|
|
4653
|
+
"NECB2017_space_type": "Corridor/Transition area - hospital-sch-E",
|
|
4654
|
+
"NECB2020_building_type": "Space Function",
|
|
4655
|
+
"NECB2020_space_type": "Corridor/Transition area - hospital-sch-E"
|
|
3992
4656
|
},
|
|
3993
4657
|
{
|
|
3994
4658
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -4000,7 +4664,9 @@
|
|
|
4000
4664
|
"NECB2015_building_type": "Space Function",
|
|
4001
4665
|
"NECB2015_space_type": "Corridor/Transition area - hospital-sch-F",
|
|
4002
4666
|
"NECB2017_building_type": "Space Function",
|
|
4003
|
-
"NECB2017_space_type": "Corridor/Transition area - hospital-sch-F"
|
|
4667
|
+
"NECB2017_space_type": "Corridor/Transition area - hospital-sch-F",
|
|
4668
|
+
"NECB2020_building_type": "Space Function",
|
|
4669
|
+
"NECB2020_space_type": "Corridor/Transition area - hospital-sch-F"
|
|
4004
4670
|
},
|
|
4005
4671
|
{
|
|
4006
4672
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -4012,7 +4678,9 @@
|
|
|
4012
4678
|
"NECB2015_building_type": "Space Function",
|
|
4013
4679
|
"NECB2015_space_type": "Corridor/Transition area - hospital-sch-G",
|
|
4014
4680
|
"NECB2017_building_type": "Space Function",
|
|
4015
|
-
"NECB2017_space_type": "Corridor/Transition area - hospital-sch-G"
|
|
4681
|
+
"NECB2017_space_type": "Corridor/Transition area - hospital-sch-G",
|
|
4682
|
+
"NECB2020_building_type": "Space Function",
|
|
4683
|
+
"NECB2020_space_type": "Corridor/Transition area - hospital-sch-G"
|
|
4016
4684
|
},
|
|
4017
4685
|
{
|
|
4018
4686
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -4024,7 +4692,9 @@
|
|
|
4024
4692
|
"NECB2015_building_type": "Space Function",
|
|
4025
4693
|
"NECB2015_space_type": "Corridor/Transition area - hospital-sch-H",
|
|
4026
4694
|
"NECB2017_building_type": "Space Function",
|
|
4027
|
-
"NECB2017_space_type": "Corridor/Transition area - hospital-sch-H"
|
|
4695
|
+
"NECB2017_space_type": "Corridor/Transition area - hospital-sch-H",
|
|
4696
|
+
"NECB2020_building_type": "Space Function",
|
|
4697
|
+
"NECB2020_space_type": "Corridor/Transition area - hospital-sch-H"
|
|
4028
4698
|
},
|
|
4029
4699
|
{
|
|
4030
4700
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -4036,7 +4706,9 @@
|
|
|
4036
4706
|
"NECB2015_building_type": "Space Function",
|
|
4037
4707
|
"NECB2015_space_type": "Corridor/Transition area - hospital-sch-I",
|
|
4038
4708
|
"NECB2017_building_type": "Space Function",
|
|
4039
|
-
"NECB2017_space_type": "Corridor/Transition area - hospital-sch-I"
|
|
4709
|
+
"NECB2017_space_type": "Corridor/Transition area - hospital-sch-I",
|
|
4710
|
+
"NECB2020_building_type": "Space Function",
|
|
4711
|
+
"NECB2020_space_type": "Corridor/Transition area - hospital-sch-I"
|
|
4040
4712
|
},
|
|
4041
4713
|
{
|
|
4042
4714
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -4048,7 +4720,9 @@
|
|
|
4048
4720
|
"NECB2015_building_type": "Space Function",
|
|
4049
4721
|
"NECB2015_space_type": "Library reading area",
|
|
4050
4722
|
"NECB2017_building_type": "Space Function",
|
|
4051
|
-
"NECB2017_space_type": "Library reading area"
|
|
4723
|
+
"NECB2017_space_type": "Library reading area",
|
|
4724
|
+
"NECB2020_building_type": "Space Function",
|
|
4725
|
+
"NECB2020_space_type": "Library reading area"
|
|
4052
4726
|
},
|
|
4053
4727
|
{
|
|
4054
4728
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -4060,7 +4734,9 @@
|
|
|
4060
4734
|
"NECB2015_building_type": "Space Function",
|
|
4061
4735
|
"NECB2015_space_type": "Library stacks",
|
|
4062
4736
|
"NECB2017_building_type": "Space Function",
|
|
4063
|
-
"NECB2017_space_type": "Library stacks"
|
|
4737
|
+
"NECB2017_space_type": "Library stacks",
|
|
4738
|
+
"NECB2020_building_type": "Space Function",
|
|
4739
|
+
"NECB2020_space_type": "Library stacks"
|
|
4064
4740
|
},
|
|
4065
4741
|
{
|
|
4066
4742
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -4072,7 +4748,9 @@
|
|
|
4072
4748
|
"NECB2015_building_type": "Space Function",
|
|
4073
4749
|
"NECB2015_space_type": "Library stacks",
|
|
4074
4750
|
"NECB2017_building_type": "Space Function",
|
|
4075
|
-
"NECB2017_space_type": "Library stacks"
|
|
4751
|
+
"NECB2017_space_type": "Library stacks",
|
|
4752
|
+
"NECB2020_building_type": "Space Function",
|
|
4753
|
+
"NECB2020_space_type": "Library stacks"
|
|
4076
4754
|
},
|
|
4077
4755
|
{
|
|
4078
4756
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -4084,7 +4762,9 @@
|
|
|
4084
4762
|
"NECB2015_building_type": "Space Function",
|
|
4085
4763
|
"NECB2015_space_type": "Manufacturing facility detailed manufacturing area",
|
|
4086
4764
|
"NECB2017_building_type": "Space Function",
|
|
4087
|
-
"NECB2017_space_type": "Manufacturing facility detailed manufacturing area"
|
|
4765
|
+
"NECB2017_space_type": "Manufacturing facility detailed manufacturing area",
|
|
4766
|
+
"NECB2020_building_type": "Space Function",
|
|
4767
|
+
"NECB2020_space_type": "Manufacturing facility detailed manufacturing area"
|
|
4088
4768
|
},
|
|
4089
4769
|
{
|
|
4090
4770
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -4096,7 +4776,9 @@
|
|
|
4096
4776
|
"NECB2015_building_type": "Space Function",
|
|
4097
4777
|
"NECB2015_space_type": "Manufacturing facility equipment room",
|
|
4098
4778
|
"NECB2017_building_type": "Space Function",
|
|
4099
|
-
"NECB2017_space_type": "Manufacturing facility equipment room"
|
|
4779
|
+
"NECB2017_space_type": "Manufacturing facility equipment room",
|
|
4780
|
+
"NECB2020_building_type": "Space Function",
|
|
4781
|
+
"NECB2020_space_type": "Manufacturing facility equipment room"
|
|
4100
4782
|
},
|
|
4101
4783
|
{
|
|
4102
4784
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -4108,7 +4790,9 @@
|
|
|
4108
4790
|
"NECB2015_building_type": "Space Function",
|
|
4109
4791
|
"NECB2015_space_type": "Manufacturing facility extra high bay area (> 15 m floor-to-ceiling height)",
|
|
4110
4792
|
"NECB2017_building_type": "Space Function",
|
|
4111
|
-
"NECB2017_space_type": "Manufacturing facility extra high bay area (> 15 m floor-to-ceiling height)"
|
|
4793
|
+
"NECB2017_space_type": "Manufacturing facility extra high bay area (> 15 m floor-to-ceiling height)",
|
|
4794
|
+
"NECB2020_building_type": "Space Function",
|
|
4795
|
+
"NECB2020_space_type": "Manufacturing facility extra high bay area (> 15 m floor-to-ceiling height)"
|
|
4112
4796
|
},
|
|
4113
4797
|
{
|
|
4114
4798
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -4120,7 +4804,9 @@
|
|
|
4120
4804
|
"NECB2015_building_type": "Space Function",
|
|
4121
4805
|
"NECB2015_space_type": "Manufacturing facility high bay area (7.5 to 15 m floor-to-ceiling height)",
|
|
4122
4806
|
"NECB2017_building_type": "Space Function",
|
|
4123
|
-
"NECB2017_space_type": "Manufacturing facility high bay area (7.5 to 15 m floor-to-ceiling height)"
|
|
4807
|
+
"NECB2017_space_type": "Manufacturing facility high bay area (7.5 to 15 m floor-to-ceiling height)",
|
|
4808
|
+
"NECB2020_building_type": "Space Function",
|
|
4809
|
+
"NECB2020_space_type": "Manufacturing facility high bay area (7.5 to 15 m floor-to-ceiling height)"
|
|
4124
4810
|
},
|
|
4125
4811
|
{
|
|
4126
4812
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -4132,7 +4818,9 @@
|
|
|
4132
4818
|
"NECB2015_building_type": "Space Function",
|
|
4133
4819
|
"NECB2015_space_type": "Manufacturing facility low bay area (< 7.5 m floor-to-ceiling height)",
|
|
4134
4820
|
"NECB2017_building_type": "Space Function",
|
|
4135
|
-
"NECB2017_space_type": "Manufacturing facility low bay area (< 7.5 m floor-to-ceiling height)"
|
|
4821
|
+
"NECB2017_space_type": "Manufacturing facility low bay area (< 7.5 m floor-to-ceiling height)",
|
|
4822
|
+
"NECB2020_building_type": "Space Function",
|
|
4823
|
+
"NECB2020_space_type": "Manufacturing facility low bay area (< 7.5 m floor-to-ceiling height)"
|
|
4136
4824
|
},
|
|
4137
4825
|
{
|
|
4138
4826
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -4144,7 +4832,9 @@
|
|
|
4144
4832
|
"NECB2015_building_type": "Space Function",
|
|
4145
4833
|
"NECB2015_space_type": "Corridor/Transition area - manufacturing facility-sch-A",
|
|
4146
4834
|
"NECB2017_building_type": "Space Function",
|
|
4147
|
-
"NECB2017_space_type": "Corridor/Transition area - manufacturing facility-sch-A"
|
|
4835
|
+
"NECB2017_space_type": "Corridor/Transition area - manufacturing facility-sch-A",
|
|
4836
|
+
"NECB2020_building_type": "Space Function",
|
|
4837
|
+
"NECB2020_space_type": "Corridor/Transition area - manufacturing facility-sch-A"
|
|
4148
4838
|
},
|
|
4149
4839
|
{
|
|
4150
4840
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -4156,7 +4846,9 @@
|
|
|
4156
4846
|
"NECB2015_building_type": "Space Function",
|
|
4157
4847
|
"NECB2015_space_type": "Corridor/Transition area - manufacturing facility-sch-B",
|
|
4158
4848
|
"NECB2017_building_type": "Space Function",
|
|
4159
|
-
"NECB2017_space_type": "Corridor/Transition area - manufacturing facility-sch-B"
|
|
4849
|
+
"NECB2017_space_type": "Corridor/Transition area - manufacturing facility-sch-B",
|
|
4850
|
+
"NECB2020_building_type": "Space Function",
|
|
4851
|
+
"NECB2020_space_type": "Corridor/Transition area - manufacturing facility-sch-B"
|
|
4160
4852
|
},
|
|
4161
4853
|
{
|
|
4162
4854
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -4168,7 +4860,9 @@
|
|
|
4168
4860
|
"NECB2015_building_type": "Space Function",
|
|
4169
4861
|
"NECB2015_space_type": "Corridor/Transition area - manufacturing facility-sch-C",
|
|
4170
4862
|
"NECB2017_building_type": "Space Function",
|
|
4171
|
-
"NECB2017_space_type": "Corridor/Transition area - manufacturing facility-sch-C"
|
|
4863
|
+
"NECB2017_space_type": "Corridor/Transition area - manufacturing facility-sch-C",
|
|
4864
|
+
"NECB2020_building_type": "Space Function",
|
|
4865
|
+
"NECB2020_space_type": "Corridor/Transition area - manufacturing facility-sch-C"
|
|
4172
4866
|
},
|
|
4173
4867
|
{
|
|
4174
4868
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -4180,7 +4874,9 @@
|
|
|
4180
4874
|
"NECB2015_building_type": "Space Function",
|
|
4181
4875
|
"NECB2015_space_type": "Corridor/Transition area - manufacturing facility-sch-D",
|
|
4182
4876
|
"NECB2017_building_type": "Space Function",
|
|
4183
|
-
"NECB2017_space_type": "Corridor/Transition area - manufacturing facility-sch-D"
|
|
4877
|
+
"NECB2017_space_type": "Corridor/Transition area - manufacturing facility-sch-D",
|
|
4878
|
+
"NECB2020_building_type": "Space Function",
|
|
4879
|
+
"NECB2020_space_type": "Corridor/Transition area - manufacturing facility-sch-D"
|
|
4184
4880
|
},
|
|
4185
4881
|
{
|
|
4186
4882
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -4192,7 +4888,9 @@
|
|
|
4192
4888
|
"NECB2015_building_type": "Space Function",
|
|
4193
4889
|
"NECB2015_space_type": "Corridor/Transition area - manufacturing facility-sch-E",
|
|
4194
4890
|
"NECB2017_building_type": "Space Function",
|
|
4195
|
-
"NECB2017_space_type": "Corridor/Transition area - manufacturing facility-sch-E"
|
|
4891
|
+
"NECB2017_space_type": "Corridor/Transition area - manufacturing facility-sch-E",
|
|
4892
|
+
"NECB2020_building_type": "Space Function",
|
|
4893
|
+
"NECB2020_space_type": "Corridor/Transition area - manufacturing facility-sch-E"
|
|
4196
4894
|
},
|
|
4197
4895
|
{
|
|
4198
4896
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -4204,7 +4902,9 @@
|
|
|
4204
4902
|
"NECB2015_building_type": "Space Function",
|
|
4205
4903
|
"NECB2015_space_type": "Corridor/Transition area - manufacturing facility-sch-F",
|
|
4206
4904
|
"NECB2017_building_type": "Space Function",
|
|
4207
|
-
"NECB2017_space_type": "Corridor/Transition area - manufacturing facility-sch-F"
|
|
4905
|
+
"NECB2017_space_type": "Corridor/Transition area - manufacturing facility-sch-F",
|
|
4906
|
+
"NECB2020_building_type": "Space Function",
|
|
4907
|
+
"NECB2020_space_type": "Corridor/Transition area - manufacturing facility-sch-F"
|
|
4208
4908
|
},
|
|
4209
4909
|
{
|
|
4210
4910
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -4216,7 +4916,9 @@
|
|
|
4216
4916
|
"NECB2015_building_type": "Space Function",
|
|
4217
4917
|
"NECB2015_space_type": "Corridor/Transition area - manufacturing facility-sch-G",
|
|
4218
4918
|
"NECB2017_building_type": "Space Function",
|
|
4219
|
-
"NECB2017_space_type": "Corridor/Transition area - manufacturing facility-sch-G"
|
|
4919
|
+
"NECB2017_space_type": "Corridor/Transition area - manufacturing facility-sch-G",
|
|
4920
|
+
"NECB2020_building_type": "Space Function",
|
|
4921
|
+
"NECB2020_space_type": "Corridor/Transition area - manufacturing facility-sch-G"
|
|
4220
4922
|
},
|
|
4221
4923
|
{
|
|
4222
4924
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -4228,7 +4930,9 @@
|
|
|
4228
4930
|
"NECB2015_building_type": "Space Function",
|
|
4229
4931
|
"NECB2015_space_type": "Corridor/Transition area - manufacturing facility-sch-H",
|
|
4230
4932
|
"NECB2017_building_type": "Space Function",
|
|
4231
|
-
"NECB2017_space_type": "Corridor/Transition area - manufacturing facility-sch-H"
|
|
4933
|
+
"NECB2017_space_type": "Corridor/Transition area - manufacturing facility-sch-H",
|
|
4934
|
+
"NECB2020_building_type": "Space Function",
|
|
4935
|
+
"NECB2020_space_type": "Corridor/Transition area - manufacturing facility-sch-H"
|
|
4232
4936
|
},
|
|
4233
4937
|
{
|
|
4234
4938
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -4240,7 +4944,9 @@
|
|
|
4240
4944
|
"NECB2015_building_type": "Space Function",
|
|
4241
4945
|
"NECB2015_space_type": "Corridor/Transition area - manufacturing facility-sch-I",
|
|
4242
4946
|
"NECB2017_building_type": "Space Function",
|
|
4243
|
-
"NECB2017_space_type": "Corridor/Transition area - manufacturing facility-sch-I"
|
|
4947
|
+
"NECB2017_space_type": "Corridor/Transition area - manufacturing facility-sch-I",
|
|
4948
|
+
"NECB2020_building_type": "Space Function",
|
|
4949
|
+
"NECB2020_space_type": "Corridor/Transition area - manufacturing facility-sch-I"
|
|
4244
4950
|
},
|
|
4245
4951
|
{
|
|
4246
4952
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -4252,7 +4958,9 @@
|
|
|
4252
4958
|
"NECB2015_building_type": "Space Function",
|
|
4253
4959
|
"NECB2015_space_type": "Corridor/Transition area - manufacturing facility-sch-A",
|
|
4254
4960
|
"NECB2017_building_type": "Space Function",
|
|
4255
|
-
"NECB2017_space_type": "Corridor/Transition area - manufacturing facility-sch-A"
|
|
4961
|
+
"NECB2017_space_type": "Corridor/Transition area - manufacturing facility-sch-A",
|
|
4962
|
+
"NECB2020_building_type": "Space Function",
|
|
4963
|
+
"NECB2020_space_type": "Corridor/Transition area - manufacturing facility-sch-A"
|
|
4256
4964
|
},
|
|
4257
4965
|
{
|
|
4258
4966
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -4264,7 +4972,9 @@
|
|
|
4264
4972
|
"NECB2015_building_type": "Space Function",
|
|
4265
4973
|
"NECB2015_space_type": "Corridor/Transition area - manufacturing facility-sch-B",
|
|
4266
4974
|
"NECB2017_building_type": "Space Function",
|
|
4267
|
-
"NECB2017_space_type": "Corridor/Transition area - manufacturing facility-sch-B"
|
|
4975
|
+
"NECB2017_space_type": "Corridor/Transition area - manufacturing facility-sch-B",
|
|
4976
|
+
"NECB2020_building_type": "Space Function",
|
|
4977
|
+
"NECB2020_space_type": "Corridor/Transition area - manufacturing facility-sch-B"
|
|
4268
4978
|
},
|
|
4269
4979
|
{
|
|
4270
4980
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -4276,7 +4986,9 @@
|
|
|
4276
4986
|
"NECB2015_building_type": "Space Function",
|
|
4277
4987
|
"NECB2015_space_type": "Corridor/Transition area - manufacturing facility-sch-C",
|
|
4278
4988
|
"NECB2017_building_type": "Space Function",
|
|
4279
|
-
"NECB2017_space_type": "Corridor/Transition area - manufacturing facility-sch-C"
|
|
4989
|
+
"NECB2017_space_type": "Corridor/Transition area - manufacturing facility-sch-C",
|
|
4990
|
+
"NECB2020_building_type": "Space Function",
|
|
4991
|
+
"NECB2020_space_type": "Corridor/Transition area - manufacturing facility-sch-C"
|
|
4280
4992
|
},
|
|
4281
4993
|
{
|
|
4282
4994
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -4288,7 +5000,9 @@
|
|
|
4288
5000
|
"NECB2015_building_type": "Space Function",
|
|
4289
5001
|
"NECB2015_space_type": "Corridor/Transition area - manufacturing facility-sch-D",
|
|
4290
5002
|
"NECB2017_building_type": "Space Function",
|
|
4291
|
-
"NECB2017_space_type": "Corridor/Transition area - manufacturing facility-sch-D"
|
|
5003
|
+
"NECB2017_space_type": "Corridor/Transition area - manufacturing facility-sch-D",
|
|
5004
|
+
"NECB2020_building_type": "Space Function",
|
|
5005
|
+
"NECB2020_space_type": "Corridor/Transition area - manufacturing facility-sch-D"
|
|
4292
5006
|
},
|
|
4293
5007
|
{
|
|
4294
5008
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -4300,7 +5014,9 @@
|
|
|
4300
5014
|
"NECB2015_building_type": "Space Function",
|
|
4301
5015
|
"NECB2015_space_type": "Corridor/Transition area - manufacturing facility-sch-E",
|
|
4302
5016
|
"NECB2017_building_type": "Space Function",
|
|
4303
|
-
"NECB2017_space_type": "Corridor/Transition area - manufacturing facility-sch-E"
|
|
5017
|
+
"NECB2017_space_type": "Corridor/Transition area - manufacturing facility-sch-E",
|
|
5018
|
+
"NECB2020_building_type": "Space Function",
|
|
5019
|
+
"NECB2020_space_type": "Corridor/Transition area - manufacturing facility-sch-E"
|
|
4304
5020
|
},
|
|
4305
5021
|
{
|
|
4306
5022
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -4312,7 +5028,9 @@
|
|
|
4312
5028
|
"NECB2015_building_type": "Space Function",
|
|
4313
5029
|
"NECB2015_space_type": "Corridor/Transition area - manufacturing facility-sch-F",
|
|
4314
5030
|
"NECB2017_building_type": "Space Function",
|
|
4315
|
-
"NECB2017_space_type": "Corridor/Transition area - manufacturing facility-sch-F"
|
|
5031
|
+
"NECB2017_space_type": "Corridor/Transition area - manufacturing facility-sch-F",
|
|
5032
|
+
"NECB2020_building_type": "Space Function",
|
|
5033
|
+
"NECB2020_space_type": "Corridor/Transition area - manufacturing facility-sch-F"
|
|
4316
5034
|
},
|
|
4317
5035
|
{
|
|
4318
5036
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -4324,7 +5042,9 @@
|
|
|
4324
5042
|
"NECB2015_building_type": "Space Function",
|
|
4325
5043
|
"NECB2015_space_type": "Corridor/Transition area - manufacturing facility-sch-G",
|
|
4326
5044
|
"NECB2017_building_type": "Space Function",
|
|
4327
|
-
"NECB2017_space_type": "Corridor/Transition area - manufacturing facility-sch-G"
|
|
5045
|
+
"NECB2017_space_type": "Corridor/Transition area - manufacturing facility-sch-G",
|
|
5046
|
+
"NECB2020_building_type": "Space Function",
|
|
5047
|
+
"NECB2020_space_type": "Corridor/Transition area - manufacturing facility-sch-G"
|
|
4328
5048
|
},
|
|
4329
5049
|
{
|
|
4330
5050
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -4336,7 +5056,9 @@
|
|
|
4336
5056
|
"NECB2015_building_type": "Space Function",
|
|
4337
5057
|
"NECB2015_space_type": "Corridor/Transition area - manufacturing facility-sch-H",
|
|
4338
5058
|
"NECB2017_building_type": "Space Function",
|
|
4339
|
-
"NECB2017_space_type": "Corridor/Transition area - manufacturing facility-sch-H"
|
|
5059
|
+
"NECB2017_space_type": "Corridor/Transition area - manufacturing facility-sch-H",
|
|
5060
|
+
"NECB2020_building_type": "Space Function",
|
|
5061
|
+
"NECB2020_space_type": "Corridor/Transition area - manufacturing facility-sch-H"
|
|
4340
5062
|
},
|
|
4341
5063
|
{
|
|
4342
5064
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -4348,7 +5070,9 @@
|
|
|
4348
5070
|
"NECB2015_building_type": "Space Function",
|
|
4349
5071
|
"NECB2015_space_type": "Corridor/Transition area - manufacturing facility-sch-I",
|
|
4350
5072
|
"NECB2017_building_type": "Space Function",
|
|
4351
|
-
"NECB2017_space_type": "Corridor/Transition area - manufacturing facility-sch-I"
|
|
5073
|
+
"NECB2017_space_type": "Corridor/Transition area - manufacturing facility-sch-I",
|
|
5074
|
+
"NECB2020_building_type": "Space Function",
|
|
5075
|
+
"NECB2020_space_type": "Corridor/Transition area - manufacturing facility-sch-I"
|
|
4352
5076
|
},
|
|
4353
5077
|
{
|
|
4354
5078
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -4360,7 +5084,9 @@
|
|
|
4360
5084
|
"NECB2015_building_type": "Space Function",
|
|
4361
5085
|
"NECB2015_space_type": "Museum general exhibition area",
|
|
4362
5086
|
"NECB2017_building_type": "Space Function",
|
|
4363
|
-
"NECB2017_space_type": "Museum general exhibition area"
|
|
5087
|
+
"NECB2017_space_type": "Museum general exhibition area",
|
|
5088
|
+
"NECB2020_building_type": "Space Function",
|
|
5089
|
+
"NECB2020_space_type": "Museum general exhibition area"
|
|
4364
5090
|
},
|
|
4365
5091
|
{
|
|
4366
5092
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -4372,7 +5098,9 @@
|
|
|
4372
5098
|
"NECB2015_building_type": "Space Function",
|
|
4373
5099
|
"NECB2015_space_type": "Museum restoration room",
|
|
4374
5100
|
"NECB2017_building_type": "Space Function",
|
|
4375
|
-
"NECB2017_space_type": "Museum restoration room"
|
|
5101
|
+
"NECB2017_space_type": "Museum restoration room",
|
|
5102
|
+
"NECB2020_building_type": "Space Function",
|
|
5103
|
+
"NECB2020_space_type": "Museum restoration room"
|
|
4376
5104
|
},
|
|
4377
5105
|
{
|
|
4378
5106
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -4384,7 +5112,9 @@
|
|
|
4384
5112
|
"NECB2015_building_type": "Space Function",
|
|
4385
5113
|
"NECB2015_space_type": "Post office sorting area",
|
|
4386
5114
|
"NECB2017_building_type": "Space Function",
|
|
4387
|
-
"NECB2017_space_type": "Post office sorting area"
|
|
5115
|
+
"NECB2017_space_type": "Post office sorting area",
|
|
5116
|
+
"NECB2020_building_type": "Space Function",
|
|
5117
|
+
"NECB2020_space_type": "Post office sorting area"
|
|
4388
5118
|
},
|
|
4389
5119
|
{
|
|
4390
5120
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -4396,7 +5126,9 @@
|
|
|
4396
5126
|
"NECB2015_building_type": "Space Function",
|
|
4397
5127
|
"NECB2015_space_type": "Religious building fellowship hall",
|
|
4398
5128
|
"NECB2017_building_type": "Space Function",
|
|
4399
|
-
"NECB2017_space_type": "Religious building fellowship hall"
|
|
5129
|
+
"NECB2017_space_type": "Religious building fellowship hall",
|
|
5130
|
+
"NECB2020_building_type": "Space Function",
|
|
5131
|
+
"NECB2020_space_type": "Religious building fellowship hall"
|
|
4400
5132
|
},
|
|
4401
5133
|
{
|
|
4402
5134
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -4408,7 +5140,9 @@
|
|
|
4408
5140
|
"NECB2015_building_type": "Space Function",
|
|
4409
5141
|
"NECB2015_space_type": "Religious building worship/pulpit/choir area",
|
|
4410
5142
|
"NECB2017_building_type": "Space Function",
|
|
4411
|
-
"NECB2017_space_type": "Religious building worship/pulpit/choir area"
|
|
5143
|
+
"NECB2017_space_type": "Religious building worship/pulpit/choir area",
|
|
5144
|
+
"NECB2020_building_type": "Space Function",
|
|
5145
|
+
"NECB2020_space_type": "Religious building worship/pulpit/choir area"
|
|
4412
5146
|
},
|
|
4413
5147
|
{
|
|
4414
5148
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -4420,7 +5154,9 @@
|
|
|
4420
5154
|
"NECB2015_building_type": "Space Function",
|
|
4421
5155
|
"NECB2015_space_type": "Retail facility dressing/fitting room",
|
|
4422
5156
|
"NECB2017_building_type": "Space Function",
|
|
4423
|
-
"NECB2017_space_type": "Retail facility dressing/fitting room"
|
|
5157
|
+
"NECB2017_space_type": "Retail facility dressing/fitting room",
|
|
5158
|
+
"NECB2020_building_type": "Space Function",
|
|
5159
|
+
"NECB2020_space_type": "Retail facility dressing/fitting room"
|
|
4424
5160
|
},
|
|
4425
5161
|
{
|
|
4426
5162
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -4432,7 +5168,9 @@
|
|
|
4432
5168
|
"NECB2015_building_type": "Space Function",
|
|
4433
5169
|
"NECB2015_space_type": "Retail facility dressing/fitting room",
|
|
4434
5170
|
"NECB2017_building_type": "Space Function",
|
|
4435
|
-
"NECB2017_space_type": "Retail facility dressing/fitting room"
|
|
5171
|
+
"NECB2017_space_type": "Retail facility dressing/fitting room",
|
|
5172
|
+
"NECB2020_building_type": "Space Function",
|
|
5173
|
+
"NECB2020_space_type": "Retail facility dressing/fitting room"
|
|
4436
5174
|
},
|
|
4437
5175
|
{
|
|
4438
5176
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -4444,7 +5182,9 @@
|
|
|
4444
5182
|
"NECB2015_building_type": "Space Function",
|
|
4445
5183
|
"NECB2015_space_type": "Retail facility mall concourse",
|
|
4446
5184
|
"NECB2017_building_type": "Space Function",
|
|
4447
|
-
"NECB2017_space_type": "Retail facility mall concourse"
|
|
5185
|
+
"NECB2017_space_type": "Retail facility mall concourse",
|
|
5186
|
+
"NECB2020_building_type": "Space Function",
|
|
5187
|
+
"NECB2020_space_type": "Retail facility mall concourse"
|
|
4448
5188
|
},
|
|
4449
5189
|
{
|
|
4450
5190
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -4456,7 +5196,9 @@
|
|
|
4456
5196
|
"NECB2015_building_type": "Space Function",
|
|
4457
5197
|
"NECB2015_space_type": "Sports arena playing area class I facility(4)",
|
|
4458
5198
|
"NECB2017_building_type": "Space Function",
|
|
4459
|
-
"NECB2017_space_type": "Sports arena playing area class I facility(4)"
|
|
5199
|
+
"NECB2017_space_type": "Sports arena playing area class I facility(4)",
|
|
5200
|
+
"NECB2020_building_type": "Space Function",
|
|
5201
|
+
"NECB2020_space_type": "Sports arena playing area class I facility(4)"
|
|
4460
5202
|
},
|
|
4461
5203
|
{
|
|
4462
5204
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -4468,7 +5210,9 @@
|
|
|
4468
5210
|
"NECB2015_building_type": "Space Function",
|
|
4469
5211
|
"NECB2015_space_type": "Sports arena playing area class II facility(4)",
|
|
4470
5212
|
"NECB2017_building_type": "Space Function",
|
|
4471
|
-
"NECB2017_space_type": "Sports arena playing area class II facility(4)"
|
|
5213
|
+
"NECB2017_space_type": "Sports arena playing area class II facility(4)",
|
|
5214
|
+
"NECB2020_building_type": "Space Function",
|
|
5215
|
+
"NECB2020_space_type": "Sports arena playing area class II facility(4)"
|
|
4472
5216
|
},
|
|
4473
5217
|
{
|
|
4474
5218
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -4480,7 +5224,9 @@
|
|
|
4480
5224
|
"NECB2015_building_type": "Space Function",
|
|
4481
5225
|
"NECB2015_space_type": "Sports arena playing area class III facility(4)",
|
|
4482
5226
|
"NECB2017_building_type": "Space Function",
|
|
4483
|
-
"NECB2017_space_type": "Sports arena playing area class III facility(4)"
|
|
5227
|
+
"NECB2017_space_type": "Sports arena playing area class III facility(4)",
|
|
5228
|
+
"NECB2020_building_type": "Space Function",
|
|
5229
|
+
"NECB2020_space_type": "Sports arena playing area class III facility(4)"
|
|
4484
5230
|
},
|
|
4485
5231
|
{
|
|
4486
5232
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -4492,7 +5238,9 @@
|
|
|
4492
5238
|
"NECB2015_building_type": "Space Function",
|
|
4493
5239
|
"NECB2015_space_type": "Sports arena playing area class IV facility(4)",
|
|
4494
5240
|
"NECB2017_building_type": "Space Function",
|
|
4495
|
-
"NECB2017_space_type": "Sports arena playing area class IV facility(4)"
|
|
5241
|
+
"NECB2017_space_type": "Sports arena playing area class IV facility(4)",
|
|
5242
|
+
"NECB2020_building_type": "Space Function",
|
|
5243
|
+
"NECB2020_space_type": "Sports arena playing area class IV facility(4)"
|
|
4496
5244
|
},
|
|
4497
5245
|
{
|
|
4498
5246
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -4504,7 +5252,9 @@
|
|
|
4504
5252
|
"NECB2015_building_type": "Space Function",
|
|
4505
5253
|
"NECB2015_space_type": "Sports arena playing area class I facility(4)",
|
|
4506
5254
|
"NECB2017_building_type": "Space Function",
|
|
4507
|
-
"NECB2017_space_type": "Sports arena playing area class I facility(4)"
|
|
5255
|
+
"NECB2017_space_type": "Sports arena playing area class I facility(4)",
|
|
5256
|
+
"NECB2020_building_type": "Space Function",
|
|
5257
|
+
"NECB2020_space_type": "Sports arena playing area class I facility(4)"
|
|
4508
5258
|
},
|
|
4509
5259
|
{
|
|
4510
5260
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -4516,7 +5266,9 @@
|
|
|
4516
5266
|
"NECB2015_building_type": "Space Function",
|
|
4517
5267
|
"NECB2015_space_type": "Transportation facility airport concourse",
|
|
4518
5268
|
"NECB2017_building_type": "Space Function",
|
|
4519
|
-
"NECB2017_space_type": "Transportation facility airport concourse"
|
|
5269
|
+
"NECB2017_space_type": "Transportation facility airport concourse",
|
|
5270
|
+
"NECB2020_building_type": "Space Function",
|
|
5271
|
+
"NECB2020_space_type": "Transportation facility airport concourse"
|
|
4520
5272
|
},
|
|
4521
5273
|
{
|
|
4522
5274
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -4528,7 +5280,9 @@
|
|
|
4528
5280
|
"NECB2015_building_type": "Space Function",
|
|
4529
5281
|
"NECB2015_space_type": "Transportation facility baggage/carousel area",
|
|
4530
5282
|
"NECB2017_building_type": "Space Function",
|
|
4531
|
-
"NECB2017_space_type": "Transportation facility baggage/carousel area"
|
|
5283
|
+
"NECB2017_space_type": "Transportation facility baggage/carousel area",
|
|
5284
|
+
"NECB2020_building_type": "Space Function",
|
|
5285
|
+
"NECB2020_space_type": "Transportation facility baggage/carousel area"
|
|
4532
5286
|
},
|
|
4533
5287
|
{
|
|
4534
5288
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -4540,7 +5294,9 @@
|
|
|
4540
5294
|
"NECB2015_building_type": "Space Function",
|
|
4541
5295
|
"NECB2015_space_type": "Transportation facility terminal ticket counter",
|
|
4542
5296
|
"NECB2017_building_type": "Space Function",
|
|
4543
|
-
"NECB2017_space_type": "Transportation facility terminal ticket counter"
|
|
5297
|
+
"NECB2017_space_type": "Transportation facility terminal ticket counter",
|
|
5298
|
+
"NECB2020_building_type": "Space Function",
|
|
5299
|
+
"NECB2020_space_type": "Transportation facility terminal ticket counter"
|
|
4544
5300
|
},
|
|
4545
5301
|
{
|
|
4546
5302
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -4552,7 +5308,9 @@
|
|
|
4552
5308
|
"NECB2015_building_type": "Space Function",
|
|
4553
5309
|
"NECB2015_space_type": "Warehouse storage area medium to bulky palletized items",
|
|
4554
5310
|
"NECB2017_building_type": "Space Function",
|
|
4555
|
-
"NECB2017_space_type": "Warehouse storage area medium to bulky palletized items"
|
|
5311
|
+
"NECB2017_space_type": "Warehouse storage area medium to bulky palletized items",
|
|
5312
|
+
"NECB2020_building_type": "Space Function",
|
|
5313
|
+
"NECB2020_space_type": "Warehouse storage area medium to bulky palletized items"
|
|
4556
5314
|
},
|
|
4557
5315
|
{
|
|
4558
5316
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -4564,7 +5322,9 @@
|
|
|
4564
5322
|
"NECB2015_building_type": "Space Function",
|
|
4565
5323
|
"NECB2015_space_type": "Warehouse storage area medium to bulky palletized items",
|
|
4566
5324
|
"NECB2017_building_type": "Space Function",
|
|
4567
|
-
"NECB2017_space_type": "Warehouse storage area medium to bulky palletized items"
|
|
5325
|
+
"NECB2017_space_type": "Warehouse storage area medium to bulky palletized items",
|
|
5326
|
+
"NECB2020_building_type": "Space Function",
|
|
5327
|
+
"NECB2020_space_type": "Warehouse storage area medium to bulky palletized items"
|
|
4568
5328
|
},
|
|
4569
5329
|
{
|
|
4570
5330
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -4576,7 +5336,9 @@
|
|
|
4576
5336
|
"NECB2015_building_type": "Space Function",
|
|
4577
5337
|
"NECB2015_space_type": "Warehouse storage area medium to bulky palletized items",
|
|
4578
5338
|
"NECB2017_building_type": "Space Function",
|
|
4579
|
-
"NECB2017_space_type": "Warehouse storage area medium to bulky palletized items"
|
|
5339
|
+
"NECB2017_space_type": "Warehouse storage area medium to bulky palletized items",
|
|
5340
|
+
"NECB2020_building_type": "Space Function",
|
|
5341
|
+
"NECB2020_space_type": "Warehouse storage area medium to bulky palletized items"
|
|
4580
5342
|
},
|
|
4581
5343
|
{
|
|
4582
5344
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -4588,7 +5350,9 @@
|
|
|
4588
5350
|
"NECB2015_building_type": "Space Function",
|
|
4589
5351
|
"NECB2015_space_type": "Warehouse storage area medium to bulky palletized items",
|
|
4590
5352
|
"NECB2017_building_type": "Space Function",
|
|
4591
|
-
"NECB2017_space_type": "Warehouse storage area medium to bulky palletized items"
|
|
5353
|
+
"NECB2017_space_type": "Warehouse storage area medium to bulky palletized items",
|
|
5354
|
+
"NECB2020_building_type": "Space Function",
|
|
5355
|
+
"NECB2020_space_type": "Warehouse storage area medium to bulky palletized items"
|
|
4592
5356
|
},
|
|
4593
5357
|
{
|
|
4594
5358
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -4600,7 +5364,9 @@
|
|
|
4600
5364
|
"NECB2015_building_type": "Space Function",
|
|
4601
5365
|
"NECB2015_space_type": "Warehouse storage area small hand-carried items(4)",
|
|
4602
5366
|
"NECB2017_building_type": "Space Function",
|
|
4603
|
-
"NECB2017_space_type": "Warehouse storage area small hand-carried items(4)"
|
|
5367
|
+
"NECB2017_space_type": "Warehouse storage area small hand-carried items(4)",
|
|
5368
|
+
"NECB2020_building_type": "Space Function",
|
|
5369
|
+
"NECB2020_space_type": "Warehouse storage area small hand-carried items(4)"
|
|
4604
5370
|
},
|
|
4605
5371
|
{
|
|
4606
5372
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -4612,7 +5378,9 @@
|
|
|
4612
5378
|
"NECB2015_building_type": "Space Function",
|
|
4613
5379
|
"NECB2015_space_type": "Warehouse storage area small hand-carried items(4)",
|
|
4614
5380
|
"NECB2017_building_type": "Space Function",
|
|
4615
|
-
"NECB2017_space_type": "Warehouse storage area small hand-carried items(4)"
|
|
5381
|
+
"NECB2017_space_type": "Warehouse storage area small hand-carried items(4)",
|
|
5382
|
+
"NECB2020_building_type": "Space Function",
|
|
5383
|
+
"NECB2020_space_type": "Warehouse storage area small hand-carried items(4)"
|
|
4616
5384
|
},
|
|
4617
5385
|
{
|
|
4618
5386
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -4624,7 +5392,9 @@
|
|
|
4624
5392
|
"NECB2015_building_type": "Space Function",
|
|
4625
5393
|
"NECB2015_space_type": "Return Plenum",
|
|
4626
5394
|
"NECB2017_building_type": "Space Function",
|
|
4627
|
-
"NECB2017_space_type": "Return Plenum"
|
|
5395
|
+
"NECB2017_space_type": "Return Plenum",
|
|
5396
|
+
"NECB2020_building_type": "Space Function",
|
|
5397
|
+
"NECB2020_space_type": "Return Plenum"
|
|
4628
5398
|
},
|
|
4629
5399
|
{
|
|
4630
5400
|
"BTAPPRE1980_building_type": "Space Function",
|
|
@@ -4636,7 +5406,9 @@
|
|
|
4636
5406
|
"NECB2015_building_type": "Space Function",
|
|
4637
5407
|
"NECB2015_space_type": "- undefined -",
|
|
4638
5408
|
"NECB2017_building_type": "Space Function",
|
|
4639
|
-
"NECB2017_space_type": "- undefined -"
|
|
5409
|
+
"NECB2017_space_type": "- undefined -",
|
|
5410
|
+
"NECB2020_building_type": "Space Function",
|
|
5411
|
+
"NECB2020_space_type": "- undefined -"
|
|
4640
5412
|
}
|
|
4641
5413
|
]
|
|
4642
5414
|
}
|