openstudio-standards 0.8.3 → 0.8.5.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.
Files changed (330) hide show
  1. checksums.yaml +4 -4
  2. data/data/geometry/ASHRAECollege.osm +30 -30
  3. data/data/geometry/ASHRAECourthouse.osm +22 -22
  4. data/data/geometry/ASHRAESmallOfficeDetailed.osm +2 -2
  5. data/data/geometry/DEER_Asm.osm +1 -1
  6. data/data/geometry/DEER_ECC.osm +1 -1
  7. data/data/geometry/DEER_EPr.osm +1 -1
  8. data/data/geometry/DEER_ERC.osm +1 -1
  9. data/data/geometry/DEER_ESe.osm +1 -1
  10. data/data/geometry/DEER_EUn.osm +1 -1
  11. data/data/geometry/DEER_Hsp.osm +1 -1
  12. data/data/geometry/DEER_Htl.osm +1 -1
  13. data/data/geometry/DEER_MBT.osm +1 -1
  14. data/data/geometry/DEER_MFm.osm +1 -1
  15. data/data/geometry/DEER_Nrs.osm +1 -1
  16. data/data/geometry/DEER_OfL.osm +1 -1
  17. data/data/geometry/DEER_OfS.osm +1 -1
  18. data/data/geometry/DEER_RFF.osm +1 -1
  19. data/data/geometry/DEER_RSD.osm +1 -1
  20. data/data/geometry/DEER_Rt3.osm +1 -1
  21. data/data/geometry/DEER_RtS.osm +1 -1
  22. data/data/standards/export_OpenStudio_libraries.rb +2 -3
  23. data/data/standards/test_performance_expected_dd_results.csv +42 -42
  24. data/lib/openstudio-standards/btap/NECB_building_types.csv +35 -0
  25. data/lib/openstudio-standards/btap/NECB_space_types.csv +109 -0
  26. data/lib/openstudio-standards/btap/activity.rb +480 -0
  27. data/lib/openstudio-standards/btap/attributes.rb +166 -0
  28. data/lib/openstudio-standards/btap/bridging.rb +561 -1402
  29. data/lib/openstudio-standards/btap/btap.rb +4 -2
  30. data/lib/openstudio-standards/btap/btap_test_helper.rb +86 -0
  31. data/lib/openstudio-standards/btap/carbon/btap_carbon.rb +177 -0
  32. data/lib/openstudio-standards/btap/common_paths.rb +81 -0
  33. data/lib/openstudio-standards/btap/common_resources/ConstructionProperties.csv +52 -0
  34. data/lib/openstudio-standards/btap/common_resources/Constructions.csv +37 -0
  35. data/lib/openstudio-standards/btap/common_resources/carbon_frame.csv +35 -0
  36. data/lib/openstudio-standards/btap/common_resources/carbon_glazing.csv +35 -0
  37. data/lib/openstudio-standards/btap/common_resources/carbon_opaque.csv +164 -0
  38. data/lib/openstudio-standards/btap/common_resources/construction_sets.csv +1270 -0
  39. data/lib/openstudio-standards/btap/common_resources/constructions_glazing.csv +121 -0
  40. data/lib/openstudio-standards/btap/common_resources/constructions_opaque.csv +2256 -0
  41. data/lib/openstudio-standards/btap/common_resources/costs.csv +1897 -0
  42. data/lib/openstudio-standards/btap/common_resources/costs_local_factors.csv +2315 -0
  43. data/lib/openstudio-standards/btap/common_resources/hvac_vent_ahu.csv +925 -0
  44. data/lib/openstudio-standards/btap/common_resources/lighting.csv +364 -0
  45. data/lib/openstudio-standards/btap/common_resources/lighting_sets.csv +2667 -0
  46. data/lib/openstudio-standards/btap/common_resources/locations.csv +75 -0
  47. data/lib/openstudio-standards/btap/common_resources/materials_glazing.csv +35 -0
  48. data/lib/openstudio-standards/btap/common_resources/materials_hvac.csv +1686 -0
  49. data/lib/openstudio-standards/btap/common_resources/materials_lighting.csv +267 -0
  50. data/lib/openstudio-standards/btap/common_resources/materials_opaque.csv +164 -0
  51. data/lib/openstudio-standards/btap/costing/README.md +502 -0
  52. data/lib/openstudio-standards/btap/costing/btap_costing.rb +469 -0
  53. data/lib/openstudio-standards/btap/costing/btap_measure_helper.rb +359 -0
  54. data/lib/openstudio-standards/btap/costing/btap_workflow.rb +117 -0
  55. data/lib/openstudio-standards/btap/costing/copy_test_results_files_to_expected_results.rb +11 -0
  56. data/lib/openstudio-standards/btap/costing/cost_building_from_file.rb +136 -0
  57. data/lib/openstudio-standards/btap/costing/costing_database_wrapper.rb +173 -0
  58. data/lib/openstudio-standards/btap/costing/daylighting_sensor_control_costing.rb +354 -0
  59. data/lib/openstudio-standards/btap/costing/dcv_costing.rb +314 -0
  60. data/lib/openstudio-standards/btap/costing/dummy.epw +8768 -0
  61. data/lib/openstudio-standards/btap/costing/dummy.osm +5320 -0
  62. data/lib/openstudio-standards/btap/costing/envelope_costing.rb +215 -0
  63. data/lib/openstudio-standards/btap/costing/heating_cooling_costing.rb +2584 -0
  64. data/lib/openstudio-standards/btap/costing/led_lighting_costing.rb +156 -0
  65. data/lib/openstudio-standards/btap/costing/lighting_costing.rb +209 -0
  66. data/lib/openstudio-standards/btap/costing/mech_sizing.json +502 -0
  67. data/lib/openstudio-standards/btap/costing/neb_end_use_prices.csv +42 -0
  68. data/lib/openstudio-standards/btap/costing/necb_2011_spacetype_info.csv +225 -0
  69. data/lib/openstudio-standards/btap/costing/necb_reference_runs.csv +28705 -0
  70. data/lib/openstudio-standards/btap/costing/nv_costing.rb +547 -0
  71. data/lib/openstudio-standards/btap/costing/parallel_tests.rb +92 -0
  72. data/lib/openstudio-standards/btap/costing/pv_ground_costing.rb +687 -0
  73. data/lib/openstudio-standards/btap/costing/shw_costing.rb +705 -0
  74. data/lib/openstudio-standards/btap/costing/test_list.txt +15 -0
  75. data/lib/openstudio-standards/btap/costing/test_run_all_test_locally.rb +27 -0
  76. data/lib/openstudio-standards/btap/costing/test_run_costing_tests.rb +80 -0
  77. data/lib/openstudio-standards/btap/costing/ventilation_costing.rb +2616 -0
  78. data/lib/openstudio-standards/btap/geometry.rb +86 -6
  79. data/lib/openstudio-standards/btap/structure.rb +657 -0
  80. data/lib/openstudio-standards/constructions/modify.rb +2 -1
  81. data/lib/openstudio-standards/create_typical/create_typical.rb +17 -33
  82. data/lib/openstudio-standards/create_typical/space_type_ratios.rb +36 -36
  83. data/lib/openstudio-standards/equipment/create_transformer.rb +104 -0
  84. data/lib/openstudio-standards/equipment/create_typical_equipment.rb +117 -0
  85. data/lib/openstudio-standards/equipment/data/electric_equipment_space_types.json +1514 -0
  86. data/lib/openstudio-standards/equipment/data/gas_equipment_space_types.json +227 -0
  87. data/lib/openstudio-standards/exterior_lighting/create.rb +22 -22
  88. data/lib/openstudio-standards/exterior_lighting/information.rb +3 -2
  89. data/lib/openstudio-standards/hvac/components/air_conditioner_vrf.rb +482 -0
  90. data/lib/openstudio-standards/hvac/components/air_terminal.rb +31 -0
  91. data/lib/openstudio-standards/hvac/components/boiler_hot_water.rb +163 -0
  92. data/lib/openstudio-standards/hvac/components/central_air_source_heat_pump.rb +220 -0
  93. data/lib/openstudio-standards/hvac/components/chiller.rb +25 -0
  94. data/lib/openstudio-standards/hvac/components/coil.rb +276 -0
  95. data/lib/openstudio-standards/hvac/components/coil_cooling_dx_multi_speed.rb +40 -0
  96. data/lib/openstudio-standards/hvac/components/coil_cooling_dx_single_speed.rb +300 -0
  97. data/lib/openstudio-standards/hvac/components/coil_cooling_dx_two_speed.rb +187 -0
  98. data/lib/openstudio-standards/hvac/components/coil_cooling_water.rb +80 -0
  99. data/lib/openstudio-standards/hvac/components/coil_cooling_water_to_air_heat_pump_equation_fit.rb +182 -0
  100. data/lib/openstudio-standards/hvac/components/coil_heating_dx_single_speed.rb +220 -0
  101. data/lib/openstudio-standards/hvac/components/coil_heating_electric.rb +56 -0
  102. data/lib/openstudio-standards/hvac/components/coil_heating_gas.rb +90 -0
  103. data/lib/openstudio-standards/hvac/components/coil_heating_gas_multi_stage.rb +33 -0
  104. data/lib/openstudio-standards/hvac/components/coil_heating_water.rb +98 -0
  105. data/lib/openstudio-standards/hvac/components/coil_heating_water_to_air_heat_pump_equation_fit.rb +147 -0
  106. data/lib/openstudio-standards/hvac/components/component.rb +39 -0
  107. data/lib/openstudio-standards/{standards/ashrae_90_1/data/ashrae_90_1.fans.json → hvac/components/data/fans.json} +6 -6
  108. data/lib/openstudio-standards/hvac/components/fan.rb +363 -0
  109. data/lib/openstudio-standards/hvac/components/heat_exchanger_air_to_air.rb +203 -0
  110. data/lib/openstudio-standards/hvac/components/pump.rb +181 -0
  111. data/lib/openstudio-standards/hvac/controls/radiant_system_controls.rb +594 -0
  112. data/lib/openstudio-standards/hvac/conversions.rb +222 -0
  113. data/lib/openstudio-standards/hvac/curves.rb +192 -0
  114. data/lib/openstudio-standards/hvac/helpers.rb +357 -0
  115. data/lib/openstudio-standards/hvac/setpoint_managers/information.rb +4 -4
  116. data/lib/openstudio-standards/interior_lighting/create_lights.rb +52 -0
  117. data/lib/openstudio-standards/interior_lighting/create_typical_interior_lighting.rb +254 -0
  118. data/lib/openstudio-standards/interior_lighting/data/convert_lighting_data.rb +249 -0
  119. data/lib/openstudio-standards/interior_lighting/data/lighting_space_types.csv +96 -0
  120. data/lib/openstudio-standards/interior_lighting/data/lighting_space_types.json +1429 -0
  121. data/lib/openstudio-standards/interior_lighting/data/lighting_technology.csv +46 -0
  122. data/lib/openstudio-standards/interior_lighting/data/lighting_technology.json +859 -0
  123. data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.AirTerminalSingleDuctVAVReheat.rb +1 -1
  124. data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.AirTerminalSingleDuctVAVReheat.rb +1 -1
  125. data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.AirTerminalSingleDuctVAVReheat.rb +1 -1
  126. data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.Model.rb +4 -4
  127. data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.AirTerminalSingleDuctVAVReheat.rb +1 -1
  128. data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.Model.rb +4 -4
  129. data/lib/openstudio-standards/prototypes/ashrae_90_1/nrel_nze_ready_2017/nrel_zne_ready_2017.AirTerminalSingleDuctVAVReheat.rb +1 -1
  130. data/lib/openstudio-standards/prototypes/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.AirTerminalSingleDuctVAVReheat.rb +1 -1
  131. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.HighRiseApartment.rb +6 -7
  132. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.Hospital.rb +15 -15
  133. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.LargeHotel.rb +4 -4
  134. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.LargeOffice.rb +5 -5
  135. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.MediumOffice.rb +6 -6
  136. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.Outpatient.rb +7 -7
  137. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.PrimarySchool.rb +4 -4
  138. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SecondarySchool.rb +6 -6
  139. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SmallOfficeDetailed.rb +5 -1
  140. data/lib/openstudio-standards/prototypes/common/data/prototype_space_type_map.json +2594 -0
  141. data/lib/openstudio-standards/prototypes/common/data/thermostat_schedule_lookup.json +2108 -0
  142. data/lib/openstudio-standards/prototypes/common/objects/Prototype.AirTerminalSingleDuctVAVReheat.rb +33 -0
  143. data/lib/openstudio-standards/prototypes/common/objects/Prototype.Fan.rb +0 -140
  144. data/lib/openstudio-standards/prototypes/common/objects/Prototype.FanConstantVolume.rb +1 -73
  145. data/lib/openstudio-standards/prototypes/common/objects/Prototype.FanOnOff.rb +1 -69
  146. data/lib/openstudio-standards/prototypes/common/objects/Prototype.FanVariableVolume.rb +0 -116
  147. data/lib/openstudio-standards/prototypes/common/objects/Prototype.FanZoneExhaust.rb +0 -61
  148. data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.hvac.rb +2 -2
  149. data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.rb +128 -13
  150. data/lib/openstudio-standards/prototypes/common/objects/Prototype.hvac_systems.rb +606 -607
  151. data/lib/openstudio-standards/prototypes/common/prototype_space_type_map.rb +41 -0
  152. data/lib/openstudio-standards/prototypes/common/space_type_equipment_map.rb +184 -0
  153. data/lib/openstudio-standards/prototypes/common/space_type_thermostat_schedule_map.rb +116 -0
  154. data/lib/openstudio-standards/qaqc/hvac.rb +12 -12
  155. data/lib/openstudio-standards/refrigeration/create_compressor.rb +2 -5
  156. data/lib/openstudio-standards/refrigeration/data/refrigeration_compressors.csv +4 -4
  157. data/lib/openstudio-standards/service_water_heating/create_water_heater.rb +1 -2
  158. data/lib/openstudio-standards/service_water_heating/create_water_use.rb +5 -5
  159. data/lib/openstudio-standards/space_type/data/level_1_space_types.json +612 -0
  160. data/lib/openstudio-standards/space_type/standards_space_type.rb +53 -0
  161. data/lib/openstudio-standards/standards/Standards.AirConditionerVariableRefrigerantFlow.rb +8 -26
  162. data/lib/openstudio-standards/standards/Standards.AirLoopHVAC.rb +13 -13
  163. data/lib/openstudio-standards/standards/Standards.AirTerminalSingleDuctVAVReheat.rb +0 -24
  164. data/lib/openstudio-standards/standards/Standards.BoilerHotWater.rb +6 -43
  165. data/lib/openstudio-standards/standards/Standards.ChillerElectricEIR.rb +7 -24
  166. data/lib/openstudio-standards/standards/Standards.CoilCoolingDXMultiSpeed.rb +19 -44
  167. data/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb +25 -50
  168. data/lib/openstudio-standards/standards/Standards.CoilCoolingDXTwoSpeed.rb +25 -33
  169. data/lib/openstudio-standards/standards/Standards.CoilCoolingWaterToAirHeatPumpEquationFit.rb +9 -22
  170. data/lib/openstudio-standards/standards/Standards.CoilDX.rb +15 -157
  171. data/lib/openstudio-standards/standards/Standards.CoilHeatingDXMultiSpeed.rb +2 -2
  172. data/lib/openstudio-standards/standards/Standards.CoilHeatingDXSingleSpeed.rb +18 -105
  173. data/lib/openstudio-standards/standards/Standards.CoilHeatingGas.rb +3 -23
  174. data/lib/openstudio-standards/standards/Standards.CoilHeatingGasMultiStage.rb +0 -24
  175. data/lib/openstudio-standards/standards/Standards.CoilHeatingWaterToAirHeatPumpEquationFit.rb +2 -86
  176. data/lib/openstudio-standards/standards/Standards.FanVariableVolume.rb +0 -107
  177. data/lib/openstudio-standards/standards/Standards.Model.rb +45 -20
  178. data/lib/openstudio-standards/standards/Standards.People.rb +113 -0
  179. data/lib/openstudio-standards/standards/Standards.PlantLoop.rb +11 -11
  180. data/lib/openstudio-standards/standards/Standards.Pump.rb +2 -147
  181. data/lib/openstudio-standards/standards/Standards.PumpVariableSpeed.rb +57 -41
  182. data/lib/openstudio-standards/standards/Standards.SpaceType.rb +30 -153
  183. data/lib/openstudio-standards/standards/Standards.Ventilation.rb +74 -0
  184. data/lib/openstudio-standards/standards/Standards.ZoneHVACComponent.rb +1 -1
  185. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/ashrae_90_1_2004.PlantLoop.rb +4 -4
  186. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.heat_pumps_heating.json +3 -3
  187. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.spc_typ.json +37 -112
  188. 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 +37 -102
  189. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.heat_pumps_heating.json +3 -3
  190. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.spc_typ.json +37 -112
  191. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.AirTerminalSingleDuctVAVReheat.rb +1 -1
  192. 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 +37 -37
  193. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.heat_pumps_heating.json +6 -6
  194. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.spc_typ.json +37 -37
  195. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.AirTerminalSingleDuctVAVReheat.rb +1 -1
  196. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.BoilerHotWater.rb +1 -1
  197. 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 +37 -102
  198. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.heat_pumps_heating.json +6 -6
  199. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.spc_typ.json +37 -37
  200. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.AirTerminalSingleDuctVAVReheat.rb +1 -1
  201. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.BoilerHotWater.rb +1 -1
  202. 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 +45 -109
  203. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.heat_pumps_heating.json +6 -6
  204. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.spc_typ.json +37 -37
  205. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.AirLoopHVAC.rb +1 -1
  206. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.AirTerminalSingleDuctVAVReheat.rb +1 -1
  207. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.BoilerHotWater.rb +1 -1
  208. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.CoilHeatingGas.rb +1 -1
  209. 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 +45 -109
  210. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.heat_pumps_heating.json +6 -6
  211. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.spc_typ.json +37 -37
  212. data/lib/openstudio-standards/standards/ashrae_90_1/data/ashrae_90_1.curves.json +0 -200
  213. 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 +37 -37
  214. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.spc_typ.json +37 -37
  215. 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 +37 -37
  216. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.spc_typ.json +37 -37
  217. data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.AirTerminalSingleDuctVAVReheat.rb +1 -1
  218. data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.PlantLoop.rb +5 -5
  219. data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.AirTerminalSingleDuctVAVReheat.rb +1 -1
  220. data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.PlantLoop.rb +5 -5
  221. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.AirLoopHVAC.rb +1 -1
  222. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.ChillerElectricEIR.rb +2 -2
  223. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilCoolingDXSingleSpeed.rb +2 -68
  224. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilCoolingDXTwoSpeed.rb +2 -35
  225. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilDX.rb +42 -0
  226. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilHeatingDXSingleSpeed.rb +5 -2
  227. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilHeatingGas.rb +2 -2
  228. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.Model.rb +2 -2
  229. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.PlantLoop.rb +3 -3
  230. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.SpaceType.rb +1 -1
  231. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/ashrae_90_1_prm_2019.Model.rb +1 -0
  232. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/ashrae_90_1_prm_2019_WaterHeaterMixed.rb +2 -4
  233. data/lib/openstudio-standards/standards/ashrae_90_1_prm/data/ashrae_90_1_prm.curves.json +0 -200
  234. data/lib/openstudio-standards/standards/ashrae_90_1_prm/data/ashrae_90_1_prm.fans.json +5 -5
  235. data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/ashrae_90_1_prm.UserData.rb +7 -1
  236. data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/userdata_enums.rb +0 -1
  237. data/lib/openstudio-standards/standards/cbes/data/cbes.curves.json +0 -200
  238. data/lib/openstudio-standards/standards/deer/data/deer.curves.json +0 -200
  239. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/btap_pre1980.rb +21 -37
  240. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/building_envelope.rb +12 -11
  241. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_system_3_and_8_single_speed.rb +68 -27
  242. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_system_4.rb +64 -25
  243. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_system_6.rb +9 -14
  244. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_systems.rb +4 -4
  245. data/lib/openstudio-standards/standards/necb/ECMS/ecms.rb +1 -1
  246. data/lib/openstudio-standards/standards/necb/ECMS/hvac_systems.rb +115 -112
  247. data/lib/openstudio-standards/standards/necb/NECB2011/autozone.rb +637 -249
  248. data/lib/openstudio-standards/standards/necb/NECB2011/beps_compliance_path.rb +16 -12
  249. data/lib/openstudio-standards/standards/necb/NECB2011/building_envelope.rb +799 -46
  250. data/lib/openstudio-standards/standards/necb/NECB2011/data/chillers.json +33 -51
  251. data/lib/openstudio-standards/standards/necb/NECB2011/data/constants.json +75 -7
  252. data/lib/openstudio-standards/standards/necb/NECB2011/data/fuel_type_sets.json +25 -1
  253. data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/HighriseApartmentMult.osm +14272 -0
  254. data/lib/openstudio-standards/standards/necb/NECB2011/data/heat_pumps_heating.json +21 -15
  255. data/lib/openstudio-standards/standards/necb/NECB2011/data/necb_2015_table_c1.json +1 -1
  256. data/lib/openstudio-standards/standards/necb/NECB2011/data/space_types.json +437 -437
  257. data/lib/openstudio-standards/standards/necb/NECB2011/data/systems.json +516 -0
  258. data/lib/openstudio-standards/standards/necb/NECB2011/data/systems_including_sys5.json +588 -0
  259. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_namer.rb +489 -0
  260. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_1_single_speed.rb +18 -6
  261. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_2_and_5.rb +48 -5
  262. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_3_and_8_multi_speed.rb +2 -2
  263. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_3_and_8_single_speed.rb +35 -27
  264. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_4.rb +34 -23
  265. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_6.rb +8 -6
  266. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_systems.rb +68 -150
  267. data/lib/openstudio-standards/standards/necb/NECB2011/necb_2011.rb +444 -134
  268. data/lib/openstudio-standards/standards/necb/NECB2011/system_fuels.rb +61 -1
  269. data/lib/openstudio-standards/standards/necb/NECB2015/data/heat_pumps_heating.json +10 -2
  270. data/lib/openstudio-standards/standards/necb/NECB2015/data/space_types.json +636 -636
  271. data/lib/openstudio-standards/standards/necb/NECB2015/data/unitary_acs.json +38 -38
  272. data/lib/openstudio-standards/standards/necb/NECB2015/hvac_systems.rb +17 -8
  273. data/lib/openstudio-standards/standards/necb/NECB2017/data/space_types.json +636 -636
  274. data/lib/openstudio-standards/standards/necb/NECB2020/data/chillers.json +71 -71
  275. data/lib/openstudio-standards/standards/necb/NECB2020/data/heat_pumps_heating.json +16 -6
  276. data/lib/openstudio-standards/standards/necb/NECB2020/data/unitary_acs.json +60 -61
  277. data/lib/openstudio-standards/standards/necb/NECB2020/service_water_heating.rb +30 -30
  278. data/lib/openstudio-standards/standards/necb/README.md +343 -0
  279. data/lib/openstudio-standards/standards/necb/common/btap_analysis.rb +79 -0
  280. data/lib/openstudio-standards/standards/necb/common/btap_data.rb +206 -32
  281. data/lib/openstudio-standards/standards/necb/common/btap_datapoint.rb +75 -43
  282. data/lib/openstudio-standards/standards/necb/common/eccc_electric_grid_intensity_20250311.csv +14 -0
  283. data/lib/openstudio-standards/standards/necb/common/nir_gas_grid_intensity_20250311.csv +14 -0
  284. data/lib/openstudio-standards/standards/necb/common/system_types.yaml +0 -0
  285. data/lib/openstudio-standards/thermal_zone/{thermal_zone.rb → information.rb} +12 -45
  286. data/lib/openstudio-standards/thermal_zone/thermostat_schedules.rb +152 -0
  287. data/lib/openstudio-standards/utilities/logging.rb +18 -14
  288. data/lib/openstudio-standards/version.rb +1 -1
  289. data/lib/openstudio-standards/weather/modify.rb +2 -2
  290. data/lib/openstudio-standards/weather/stat_file.rb +2 -2
  291. data/lib/openstudio-standards.rb +67 -38
  292. metadata +141 -50
  293. data/lib/openstudio-standards/hvac/components/create.rb +0 -169
  294. data/lib/openstudio-standards/hvac/components/modify.rb +0 -42
  295. data/lib/openstudio-standards/prototypes/common/objects/Prototype.AirConditionerVariableRefrigerantFlow.rb +0 -438
  296. data/lib/openstudio-standards/prototypes/common/objects/Prototype.BoilerHotWater.rb +0 -123
  297. data/lib/openstudio-standards/prototypes/common/objects/Prototype.CentralAirSourceHeatPump.rb +0 -216
  298. data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilCoolingDXSingleSpeed.rb +0 -273
  299. data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilCoolingDXTwoSpeed.rb +0 -159
  300. data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilCoolingWater.rb +0 -77
  301. data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilCoolingWaterToAirHeatPumpEquationFit.rb +0 -154
  302. data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilHeatingDXSingleSpeed.rb +0 -214
  303. data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilHeatingElectric.rb +0 -53
  304. data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilHeatingGas.rb +0 -72
  305. data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilHeatingWater.rb +0 -95
  306. data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilHeatingWaterToAirHeatPumpEquationFit.rb +0 -125
  307. data/lib/openstudio-standards/prototypes/common/objects/Prototype.ControllerWaterCoil.rb +0 -17
  308. data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.transformers.rb +0 -90
  309. data/lib/openstudio-standards/prototypes/common/objects/Prototype.Pump.rb +0 -4
  310. data/lib/openstudio-standards/prototypes/common/objects/Prototype.PumpVariableSpeed.rb +0 -70
  311. data/lib/openstudio-standards/prototypes/common/objects/Prototype.radiant_system_controls.rb +0 -590
  312. data/lib/openstudio-standards/prototypes/common/objects/Prototype.utilities.rb +0 -901
  313. data/lib/openstudio-standards/standards/Standards.FanConstantVolume.rb +0 -5
  314. data/lib/openstudio-standards/standards/Standards.FanOnOff.rb +0 -5
  315. data/lib/openstudio-standards/standards/Standards.FanZoneExhaust.rb +0 -5
  316. data/lib/openstudio-standards/standards/Standards.HeaderedPumpsConstantSpeed.rb +0 -5
  317. data/lib/openstudio-standards/standards/Standards.HeaderedPumpsVariableSpeed.rb +0 -55
  318. data/lib/openstudio-standards/standards/Standards.PumpConstantSpeed.rb +0 -5
  319. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.FanConstantVolume.rb +0 -5
  320. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.FanOnOff.rb +0 -5
  321. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.FanZoneExhaust.rb +0 -5
  322. data/lib/openstudio-standards/standards/cbes/data/cbes.fans.json +0 -328
  323. data/lib/openstudio-standards/standards/deer/data/deer.fans.json +0 -328
  324. /data/lib/openstudio-standards/{prototypes → standards}/ashrae_90_1/ashrae_90_1_2004/ashrae_90_1_2004.PumpVariableSpeed.rb +0 -0
  325. /data/lib/openstudio-standards/{prototypes → standards}/ashrae_90_1/ashrae_90_1_2007/ashrae_90_1_2007.PumpVariableSpeed.rb +0 -0
  326. /data/lib/openstudio-standards/{prototypes → standards}/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.PumpVariableSpeed.rb +0 -0
  327. /data/lib/openstudio-standards/{prototypes → standards}/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.PumpVariableSpeed.rb +0 -0
  328. /data/lib/openstudio-standards/{prototypes → standards}/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.PumpVariableSpeed.rb +0 -0
  329. /data/lib/openstudio-standards/{prototypes → standards}/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.Pump.rb +0 -0
  330. /data/lib/openstudio-standards/{prototypes → standards}/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.PumpVariableSpeed.rb +0 -0
@@ -0,0 +1,2594 @@
1
+ [
2
+ {
3
+ "standards_building_type": "Any",
4
+ "standards_space_type": "Plenum",
5
+ "new_standards_space_type": "plenum"
6
+ },
7
+ {
8
+ "standards_building_type": "College",
9
+ "standards_space_type": "Classroom",
10
+ "new_standards_space_type": "classroom/lecture/training"
11
+ },
12
+ {
13
+ "standards_building_type": "College",
14
+ "standards_space_type": "Conference",
15
+ "new_standards_space_type": "conference/meeting/multipurpose"
16
+ },
17
+ {
18
+ "standards_building_type": "College",
19
+ "standards_space_type": "Corridor",
20
+ "new_standards_space_type": "corridor"
21
+ },
22
+ {
23
+ "standards_building_type": "College",
24
+ "standards_space_type": "Entrance Lobby",
25
+ "new_standards_space_type": "lobby"
26
+ },
27
+ {
28
+ "standards_building_type": "College",
29
+ "standards_space_type": "Media Center",
30
+ "new_standards_space_type": "computer room"
31
+ },
32
+ {
33
+ "standards_building_type": "College",
34
+ "standards_space_type": "Lounge",
35
+ "new_standards_space_type": "lounge/breakroom"
36
+ },
37
+ {
38
+ "standards_building_type": "College",
39
+ "standards_space_type": "Entrance Lobby",
40
+ "new_standards_space_type": "lobby"
41
+ },
42
+ {
43
+ "standards_building_type": "College",
44
+ "standards_space_type": "Office",
45
+ "new_standards_space_type": "office"
46
+ },
47
+ {
48
+ "standards_building_type": "College",
49
+ "standards_space_type": "Conference",
50
+ "new_standards_space_type": "conference/meeting/multipurpose"
51
+ },
52
+ {
53
+ "standards_building_type": "College",
54
+ "standards_space_type": "Conference",
55
+ "new_standards_space_type": "conference/meeting/multipurpose"
56
+ },
57
+ {
58
+ "standards_building_type": "College",
59
+ "standards_space_type": "Restroom",
60
+ "new_standards_space_type": "restroom"
61
+ },
62
+ {
63
+ "standards_building_type": "College",
64
+ "standards_space_type": "Corridor",
65
+ "new_standards_space_type": "corridor"
66
+ },
67
+ {
68
+ "standards_building_type": "College",
69
+ "standards_space_type": "Stair",
70
+ "new_standards_space_type": "stairwell"
71
+ },
72
+ {
73
+ "standards_building_type": "College",
74
+ "standards_space_type": "Elevator Shaft",
75
+ "new_standards_space_type": "shaft"
76
+ },
77
+ {
78
+ "standards_building_type": "College",
79
+ "standards_space_type": "Utility",
80
+ "new_standards_space_type": "electrical/mechanical"
81
+ },
82
+ {
83
+ "standards_building_type": "College",
84
+ "standards_space_type": "Storage",
85
+ "new_standards_space_type": "storage"
86
+ },
87
+ {
88
+ "standards_building_type": "College",
89
+ "standards_space_type": "Stairs",
90
+ "new_standards_space_type": "stairwell"
91
+ },
92
+ {
93
+ "standards_building_type": "College",
94
+ "standards_space_type": "Laboratory",
95
+ "new_standards_space_type": "laboratory"
96
+ },
97
+ {
98
+ "standards_building_type": "College",
99
+ "standards_space_type": "Art Classroom",
100
+ "new_standards_space_type": "classroom/lecture/training"
101
+ },
102
+ {
103
+ "standards_building_type": "College",
104
+ "standards_space_type": "Lecture Hall",
105
+ "new_standards_space_type": "classroom/lecture/training"
106
+ },
107
+ {
108
+ "standards_building_type": "Courthouse",
109
+ "standards_space_type": "Break Room",
110
+ "new_standards_space_type": "lounge/breakroom"
111
+ },
112
+ {
113
+ "standards_building_type": "Courthouse",
114
+ "standards_space_type": "Cell",
115
+ "new_standards_space_type": "confinement cells"
116
+ },
117
+ {
118
+ "standards_building_type": "Courthouse",
119
+ "standards_space_type": "Conference",
120
+ "new_standards_space_type": "conference/meeting/multipurpose"
121
+ },
122
+ {
123
+ "standards_building_type": "Courthouse",
124
+ "standards_space_type": "Corridor",
125
+ "new_standards_space_type": "corridor"
126
+ },
127
+ {
128
+ "standards_building_type": "Courthouse",
129
+ "standards_space_type": "Courtroom",
130
+ "new_standards_space_type": "courtroom"
131
+ },
132
+ {
133
+ "standards_building_type": "Courthouse",
134
+ "standards_space_type": "Courtroom Waiting",
135
+ "new_standards_space_type": "lobby"
136
+ },
137
+ {
138
+ "standards_building_type": "Courthouse",
139
+ "standards_space_type": "Elevator Lobby",
140
+ "new_standards_space_type": "lobby"
141
+ },
142
+ {
143
+ "standards_building_type": "Courthouse",
144
+ "standards_space_type": "Elevator Shaft",
145
+ "new_standards_space_type": "shaft"
146
+ },
147
+ {
148
+ "standards_building_type": "Courthouse",
149
+ "standards_space_type": "Entrance Lobby",
150
+ "new_standards_space_type": "lobby"
151
+ },
152
+ {
153
+ "standards_building_type": "Courthouse",
154
+ "standards_space_type": "Judges Chamber",
155
+ "new_standards_space_type": "judges chambers"
156
+ },
157
+ {
158
+ "standards_building_type": "Courthouse",
159
+ "standards_space_type": "Jury Assembly",
160
+ "new_standards_space_type": "audience seating"
161
+ },
162
+ {
163
+ "standards_building_type": "Courthouse",
164
+ "standards_space_type": "Jury Deliberation",
165
+ "new_standards_space_type": "conference/meeting/multipurpose"
166
+ },
167
+ {
168
+ "standards_building_type": "Courthouse",
169
+ "standards_space_type": "Library",
170
+ "new_standards_space_type": "library"
171
+ },
172
+ {
173
+ "standards_building_type": "Courthouse",
174
+ "standards_space_type": "Office",
175
+ "new_standards_space_type": "office"
176
+ },
177
+ {
178
+ "standards_building_type": "Courthouse",
179
+ "standards_space_type": "Parking",
180
+ "new_standards_space_type": "interior parking"
181
+ },
182
+ {
183
+ "standards_building_type": "Courthouse",
184
+ "standards_space_type": "Plenum",
185
+ "new_standards_space_type": "plenum"
186
+ },
187
+ {
188
+ "standards_building_type": "Courthouse",
189
+ "standards_space_type": "Security Screening",
190
+ "new_standards_space_type": "lobby"
191
+ },
192
+ {
193
+ "standards_building_type": "Courthouse",
194
+ "standards_space_type": "Service Shaft",
195
+ "new_standards_space_type": "shaft"
196
+ },
197
+ {
198
+ "standards_building_type": "Courthouse",
199
+ "standards_space_type": "Parking",
200
+ "new_standards_space_type": "interior parking"
201
+ },
202
+ {
203
+ "standards_building_type": "Courthouse",
204
+ "standards_space_type": "Restrooms",
205
+ "new_standards_space_type": "restroom"
206
+ },
207
+ {
208
+ "standards_building_type": "Courthouse",
209
+ "standards_space_type": "Stairs",
210
+ "new_standards_space_type": "stairwell"
211
+ },
212
+ {
213
+ "standards_building_type": "Courthouse",
214
+ "standards_space_type": "Storage",
215
+ "new_standards_space_type": "storage"
216
+ },
217
+ {
218
+ "standards_building_type": "Courthouse",
219
+ "standards_space_type": "Utility",
220
+ "new_standards_space_type": "electrical/mechanical"
221
+ },
222
+ {
223
+ "standards_building_type": "FullServiceRestaurant",
224
+ "standards_space_type": "Basement",
225
+ "new_standards_space_type": "electrical/mechanical"
226
+ },
227
+ {
228
+ "standards_building_type": "FullServiceRestaurant",
229
+ "standards_space_type": "Corridor",
230
+ "new_standards_space_type": "corridor"
231
+ },
232
+ {
233
+ "standards_building_type": "FullServiceRestaurant",
234
+ "standards_space_type": "DiningArea",
235
+ "new_standards_space_type": "dining"
236
+ },
237
+ {
238
+ "standards_building_type": "FullServiceRestaurant",
239
+ "standards_space_type": "EntryLobby",
240
+ "new_standards_space_type": "lobby"
241
+ },
242
+ {
243
+ "standards_building_type": "FullServiceRestaurant",
244
+ "standards_space_type": "MechanicalRoom",
245
+ "new_standards_space_type": "electrical/mechanical"
246
+ },
247
+ {
248
+ "standards_building_type": "FullServiceRestaurant",
249
+ "standards_space_type": "Restroom",
250
+ "new_standards_space_type": "restroom"
251
+ },
252
+ {
253
+ "standards_building_type": "FullServiceRestaurant",
254
+ "standards_space_type": "Attic",
255
+ "new_standards_space_type": "attic"
256
+ },
257
+ {
258
+ "standards_building_type": "FullServiceRestaurant",
259
+ "standards_space_type": "Dining",
260
+ "new_standards_space_type": "dining"
261
+ },
262
+ {
263
+ "standards_building_type": "FullServiceRestaurant",
264
+ "standards_space_type": "Kitchen",
265
+ "new_standards_space_type": "food preparation"
266
+ },
267
+ {
268
+ "standards_building_type": "HighriseApartment",
269
+ "standards_space_type": "Apartment",
270
+ "new_standards_space_type": "apartment"
271
+ },
272
+ {
273
+ "standards_building_type": "HighriseApartment",
274
+ "standards_space_type": "Apartment_topfloor_NS",
275
+ "new_standards_space_type": "apartment"
276
+ },
277
+ {
278
+ "standards_building_type": "HighriseApartment",
279
+ "standards_space_type": "Apartment_topfloor_WE",
280
+ "new_standards_space_type": "apartment"
281
+ },
282
+ {
283
+ "standards_building_type": "HighriseApartment",
284
+ "standards_space_type": "Corridor",
285
+ "new_standards_space_type": "corridor"
286
+ },
287
+ {
288
+ "standards_building_type": "HighriseApartment",
289
+ "standards_space_type": "Corridor_topfloor",
290
+ "new_standards_space_type": "corridor"
291
+ },
292
+ {
293
+ "standards_building_type": "HighriseApartment",
294
+ "standards_space_type": "Office",
295
+ "new_standards_space_type": "office"
296
+ },
297
+ {
298
+ "standards_building_type": "Hospital",
299
+ "standards_space_type": "Kitchen",
300
+ "new_standards_space_type": "food preparation"
301
+ },
302
+ {
303
+ "standards_building_type": "Hospital",
304
+ "standards_space_type": "Basement",
305
+ "new_standards_space_type": "electrical/mechanical"
306
+ },
307
+ {
308
+ "standards_building_type": "Hospital",
309
+ "standards_space_type": "Corridor",
310
+ "new_standards_space_type": "corridor"
311
+ },
312
+ {
313
+ "standards_building_type": "Hospital",
314
+ "standards_space_type": "Dining",
315
+ "new_standards_space_type": "dining"
316
+ },
317
+ {
318
+ "standards_building_type": "Hospital",
319
+ "standards_space_type": "ER_Exam",
320
+ "new_standards_space_type": "exam/treatment"
321
+ },
322
+ {
323
+ "standards_building_type": "Hospital",
324
+ "standards_space_type": "ER_NurseStn",
325
+ "new_standards_space_type": "nurses station"
326
+ },
327
+ {
328
+ "standards_building_type": "Hospital",
329
+ "standards_space_type": "ER_Trauma",
330
+ "new_standards_space_type": "emergency room"
331
+ },
332
+ {
333
+ "standards_building_type": "Hospital",
334
+ "standards_space_type": "ER_Triage",
335
+ "new_standards_space_type": "emergency room"
336
+ },
337
+ {
338
+ "standards_building_type": "Hospital",
339
+ "standards_space_type": "ICU_NurseStn",
340
+ "new_standards_space_type": "nurses station"
341
+ },
342
+ {
343
+ "standards_building_type": "Hospital",
344
+ "standards_space_type": "ICU_Open",
345
+ "new_standards_space_type": "exam/treatment"
346
+ },
347
+ {
348
+ "standards_building_type": "Hospital",
349
+ "standards_space_type": "Lab",
350
+ "new_standards_space_type": "laboratory"
351
+ },
352
+ {
353
+ "standards_building_type": "Hospital",
354
+ "standards_space_type": "Lobby",
355
+ "new_standards_space_type": "lobby"
356
+ },
357
+ {
358
+ "standards_building_type": "Hospital",
359
+ "standards_space_type": "NurseStn",
360
+ "new_standards_space_type": "nurses station"
361
+ },
362
+ {
363
+ "standards_building_type": "Hospital",
364
+ "standards_space_type": "OR",
365
+ "new_standards_space_type": "operating room"
366
+ },
367
+ {
368
+ "standards_building_type": "Hospital",
369
+ "standards_space_type": "PatCorridor",
370
+ "new_standards_space_type": "corridor"
371
+ },
372
+ {
373
+ "standards_building_type": "Hospital",
374
+ "standards_space_type": "PatRoom",
375
+ "new_standards_space_type": "patient room"
376
+ },
377
+ {
378
+ "standards_building_type": "Hospital",
379
+ "standards_space_type": "PhysTherapy",
380
+ "new_standards_space_type": "physical therapy"
381
+ },
382
+ {
383
+ "standards_building_type": "Hospital",
384
+ "standards_space_type": "Radiology",
385
+ "new_standards_space_type": "imaging"
386
+ },
387
+ {
388
+ "standards_building_type": "Hospital",
389
+ "standards_space_type": "ICU_PatRm",
390
+ "new_standards_space_type": "patient room"
391
+ },
392
+ {
393
+ "standards_building_type": "Hospital",
394
+ "standards_space_type": "Office",
395
+ "new_standards_space_type": "office"
396
+ },
397
+ {
398
+ "standards_building_type": "Hospital",
399
+ "standards_space_type": "HospitalOfficeFlr1",
400
+ "new_standards_space_type": "office"
401
+ },
402
+ {
403
+ "standards_building_type": "Hospital",
404
+ "standards_space_type": "HospitalOfficeFlr5",
405
+ "new_standards_space_type": "office"
406
+ },
407
+ {
408
+ "standards_building_type": "Laboratory",
409
+ "standards_space_type": "Equipment corridor",
410
+ "new_standards_space_type": "corridor"
411
+ },
412
+ {
413
+ "standards_building_type": "Laboratory",
414
+ "standards_space_type": "Lab with fume hood",
415
+ "new_standards_space_type": "laboratory"
416
+ },
417
+ {
418
+ "standards_building_type": "Laboratory",
419
+ "standards_space_type": "Office",
420
+ "new_standards_space_type": "office"
421
+ },
422
+ {
423
+ "standards_building_type": "Laboratory",
424
+ "standards_space_type": "Open lab",
425
+ "new_standards_space_type": "laboratory"
426
+ },
427
+ {
428
+ "standards_building_type": "Laboratory",
429
+ "standards_space_type": "Plenum",
430
+ "new_standards_space_type": "plenum"
431
+ },
432
+ {
433
+ "standards_building_type": "LargeDataCenterHighITE",
434
+ "standards_space_type": "StandaloneDataCenter",
435
+ "new_standards_space_type": "datacenter/high ite"
436
+ },
437
+ {
438
+ "standards_building_type": "LargeDataCenterLowITE",
439
+ "standards_space_type": "StandaloneDataCenter",
440
+ "new_standards_space_type": "datacenter/low ite"
441
+ },
442
+ {
443
+ "standards_building_type": "LargeHotel",
444
+ "standards_space_type": "Kitchen",
445
+ "new_standards_space_type": "food preparation"
446
+ },
447
+ {
448
+ "standards_building_type": "LargeHotel",
449
+ "standards_space_type": "Banquet",
450
+ "new_standards_space_type": "dining"
451
+ },
452
+ {
453
+ "standards_building_type": "LargeHotel",
454
+ "standards_space_type": "Basement",
455
+ "new_standards_space_type": "electrical/mechanical"
456
+ },
457
+ {
458
+ "standards_building_type": "LargeHotel",
459
+ "standards_space_type": "Cafe",
460
+ "new_standards_space_type": "dining"
461
+ },
462
+ {
463
+ "standards_building_type": "LargeHotel",
464
+ "standards_space_type": "Corridor",
465
+ "new_standards_space_type": "corridor"
466
+ },
467
+ {
468
+ "standards_building_type": "LargeHotel",
469
+ "standards_space_type": "Corridor2",
470
+ "new_standards_space_type": "corridor"
471
+ },
472
+ {
473
+ "standards_building_type": "LargeHotel",
474
+ "standards_space_type": "GuestRoom",
475
+ "new_standards_space_type": "guest room"
476
+ },
477
+ {
478
+ "standards_building_type": "LargeHotel",
479
+ "standards_space_type": "GuestRoom2",
480
+ "new_standards_space_type": "guest room"
481
+ },
482
+ {
483
+ "standards_building_type": "LargeHotel",
484
+ "standards_space_type": "GuestRoom3",
485
+ "new_standards_space_type": "guest room"
486
+ },
487
+ {
488
+ "standards_building_type": "LargeHotel",
489
+ "standards_space_type": "GuestRoom4",
490
+ "new_standards_space_type": "guest room"
491
+ },
492
+ {
493
+ "standards_building_type": "LargeHotel",
494
+ "standards_space_type": "GuestRoom5",
495
+ "new_standards_space_type": "guest room"
496
+ },
497
+ {
498
+ "standards_building_type": "LargeHotel",
499
+ "standards_space_type": "GuestRoom6",
500
+ "new_standards_space_type": "guest room"
501
+ },
502
+ {
503
+ "standards_building_type": "LargeHotel",
504
+ "standards_space_type": "GuestRoom7",
505
+ "new_standards_space_type": "guest room"
506
+ },
507
+ {
508
+ "standards_building_type": "LargeHotel",
509
+ "standards_space_type": "Laundry",
510
+ "new_standards_space_type": "laundry/washing"
511
+ },
512
+ {
513
+ "standards_building_type": "LargeHotel",
514
+ "standards_space_type": "Lobby",
515
+ "new_standards_space_type": "lobby"
516
+ },
517
+ {
518
+ "standards_building_type": "LargeHotel",
519
+ "standards_space_type": "Mechanical",
520
+ "new_standards_space_type": "electrical/mechanical"
521
+ },
522
+ {
523
+ "standards_building_type": "LargeHotel",
524
+ "standards_space_type": "Retail",
525
+ "new_standards_space_type": "retail"
526
+ },
527
+ {
528
+ "standards_building_type": "LargeHotel",
529
+ "standards_space_type": "Retail2",
530
+ "new_standards_space_type": "retail"
531
+ },
532
+ {
533
+ "standards_building_type": "LargeHotel",
534
+ "standards_space_type": "Storage",
535
+ "new_standards_space_type": "storage"
536
+ },
537
+ {
538
+ "standards_building_type": "LargeHotel",
539
+ "standards_space_type": "GuestRoom8",
540
+ "new_standards_space_type": "guest room"
541
+ },
542
+ {
543
+ "standards_building_type": "MidriseApartment",
544
+ "standards_space_type": "Apartment",
545
+ "new_standards_space_type": "apartment"
546
+ },
547
+ {
548
+ "standards_building_type": "MidriseApartment",
549
+ "standards_space_type": "Apartment_topfloor_NS",
550
+ "new_standards_space_type": "apartment"
551
+ },
552
+ {
553
+ "standards_building_type": "MidriseApartment",
554
+ "standards_space_type": "Apartment_topfloor_WE",
555
+ "new_standards_space_type": "apartment"
556
+ },
557
+ {
558
+ "standards_building_type": "MidriseApartment",
559
+ "standards_space_type": "Corridor",
560
+ "new_standards_space_type": "corridor"
561
+ },
562
+ {
563
+ "standards_building_type": "MidriseApartment",
564
+ "standards_space_type": "Corridor_topfloor",
565
+ "new_standards_space_type": "corridor"
566
+ },
567
+ {
568
+ "standards_building_type": "MidriseApartment",
569
+ "standards_space_type": "Office",
570
+ "new_standards_space_type": "office"
571
+ },
572
+ {
573
+ "standards_building_type": "Office",
574
+ "standards_space_type": "OfficeLarge Data Center",
575
+ "new_standards_space_type": "datacenter/low ite"
576
+ },
577
+ {
578
+ "standards_building_type": "Office",
579
+ "standards_space_type": "OfficeLarge Main Data Center",
580
+ "new_standards_space_type": "datacenter/high ite"
581
+ },
582
+ {
583
+ "standards_building_type": "Office",
584
+ "standards_space_type": "WholeBuilding - Sm Office",
585
+ "new_standards_space_type": "office"
586
+ },
587
+ {
588
+ "standards_building_type": "Office",
589
+ "standards_space_type": "WholeBuilding - Md Office",
590
+ "new_standards_space_type": "office"
591
+ },
592
+ {
593
+ "standards_building_type": "Office",
594
+ "standards_space_type": "WholeBuilding - Lg Office",
595
+ "new_standards_space_type": "office"
596
+ },
597
+ {
598
+ "standards_building_type": "Office",
599
+ "standards_space_type": "WholeBuilding - Lg Office-basement",
600
+ "new_standards_space_type": "office"
601
+ },
602
+ {
603
+ "standards_building_type": "Office",
604
+ "standards_space_type": "Attic",
605
+ "new_standards_space_type": "attic"
606
+ },
607
+ {
608
+ "standards_building_type": "Office",
609
+ "standards_space_type": "BreakRoom",
610
+ "new_standards_space_type": "lounge/breakroom"
611
+ },
612
+ {
613
+ "standards_building_type": "Office",
614
+ "standards_space_type": "Elevator Lobby",
615
+ "new_standards_space_type": "lobby"
616
+ },
617
+ {
618
+ "standards_building_type": "Office",
619
+ "standards_space_type": "Elevator Shaft",
620
+ "new_standards_space_type": "shaft"
621
+ },
622
+ {
623
+ "standards_building_type": "Office",
624
+ "standards_space_type": "Elevator Machine Room",
625
+ "new_standards_space_type": "electrical/mechanical"
626
+ },
627
+ {
628
+ "standards_building_type": "Office",
629
+ "standards_space_type": "IT_Room",
630
+ "new_standards_space_type": "datacenter/low ite"
631
+ },
632
+ {
633
+ "standards_building_type": "Office",
634
+ "standards_space_type": "Lobby",
635
+ "new_standards_space_type": "lobby"
636
+ },
637
+ {
638
+ "standards_building_type": "Office",
639
+ "standards_space_type": "ClosedOffice",
640
+ "new_standards_space_type": "office"
641
+ },
642
+ {
643
+ "standards_building_type": "Office",
644
+ "standards_space_type": "Conference",
645
+ "new_standards_space_type": "conference/meeting/multipurpose"
646
+ },
647
+ {
648
+ "standards_building_type": "Office",
649
+ "standards_space_type": "Corridor",
650
+ "new_standards_space_type": "corridor"
651
+ },
652
+ {
653
+ "standards_building_type": "Office",
654
+ "standards_space_type": "Dining",
655
+ "new_standards_space_type": "dining"
656
+ },
657
+ {
658
+ "standards_building_type": "Office",
659
+ "standards_space_type": "Classroom",
660
+ "new_standards_space_type": "classroom/lecture/training"
661
+ },
662
+ {
663
+ "standards_building_type": "Office",
664
+ "standards_space_type": "Main Electrical",
665
+ "new_standards_space_type": "electrical/mechanical"
666
+ },
667
+ {
668
+ "standards_building_type": "Office",
669
+ "standards_space_type": "Main Mechanical",
670
+ "new_standards_space_type": "electrical/mechanical"
671
+ },
672
+ {
673
+ "standards_building_type": "Office",
674
+ "standards_space_type": "OpenOffice",
675
+ "new_standards_space_type": "office"
676
+ },
677
+ {
678
+ "standards_building_type": "Office",
679
+ "standards_space_type": "PrintRoom",
680
+ "new_standards_space_type": "copy/print"
681
+ },
682
+ {
683
+ "standards_building_type": "Office",
684
+ "standards_space_type": "Restroom",
685
+ "new_standards_space_type": "restroom"
686
+ },
687
+ {
688
+ "standards_building_type": "Office",
689
+ "standards_space_type": "Stair",
690
+ "new_standards_space_type": "stairwell"
691
+ },
692
+ {
693
+ "standards_building_type": "Office",
694
+ "standards_space_type": "Storage",
695
+ "new_standards_space_type": "storage"
696
+ },
697
+ {
698
+ "standards_building_type": "Office",
699
+ "standards_space_type": "Vending",
700
+ "new_standards_space_type": "lounge/breakroom"
701
+ },
702
+ {
703
+ "standards_building_type": "LargeOffice",
704
+ "standards_space_type": "Point_of_Sale",
705
+ "new_standards_space_type": "retail"
706
+ },
707
+ {
708
+ "standards_building_type": "LargeOffice",
709
+ "standards_space_type": "Retail",
710
+ "new_standards_space_type": "retail"
711
+ },
712
+ {
713
+ "standards_building_type": "LargeOffice",
714
+ "standards_space_type": "Plenum",
715
+ "new_standards_space_type": "plenum"
716
+ },
717
+ {
718
+ "standards_building_type": "MediumOffice",
719
+ "standards_space_type": "Plenum",
720
+ "new_standards_space_type": "plenum"
721
+ },
722
+ {
723
+ "standards_building_type": "Office",
724
+ "standards_space_type": "MediumOffice - Storage",
725
+ "new_standards_space_type": "storage"
726
+ },
727
+ {
728
+ "standards_building_type": "Office",
729
+ "standards_space_type": "MediumOffice - Stair",
730
+ "new_standards_space_type": "stairwell"
731
+ },
732
+ {
733
+ "standards_building_type": "Office",
734
+ "standards_space_type": "MediumOffice - Restroom",
735
+ "new_standards_space_type": "restroom"
736
+ },
737
+ {
738
+ "standards_building_type": "Office",
739
+ "standards_space_type": "MediumOffice - OpenOffice",
740
+ "new_standards_space_type": "office"
741
+ },
742
+ {
743
+ "standards_building_type": "Office",
744
+ "standards_space_type": "MediumOffice - Lobby",
745
+ "new_standards_space_type": "lobby"
746
+ },
747
+ {
748
+ "standards_building_type": "Office",
749
+ "standards_space_type": "MediumOffice - Corridor",
750
+ "new_standards_space_type": "corridor"
751
+ },
752
+ {
753
+ "standards_building_type": "Office",
754
+ "standards_space_type": "MediumOffice - Conference",
755
+ "new_standards_space_type": "conference/meeting/multipurpose"
756
+ },
757
+ {
758
+ "standards_building_type": "Office",
759
+ "standards_space_type": "MediumOffice - Breakroom",
760
+ "new_standards_space_type": "lounge/breakroom"
761
+ },
762
+ {
763
+ "standards_building_type": "Office",
764
+ "standards_space_type": "MediumOffice - Dining",
765
+ "new_standards_space_type": "dining"
766
+ },
767
+ {
768
+ "standards_building_type": "Office",
769
+ "standards_space_type": "MediumOffice - Classroom",
770
+ "new_standards_space_type": "classroom/lecture/training"
771
+ },
772
+ {
773
+ "standards_building_type": "Office",
774
+ "standards_space_type": "SmallOffice - Storage",
775
+ "new_standards_space_type": "storage"
776
+ },
777
+ {
778
+ "standards_building_type": "Office",
779
+ "standards_space_type": "SmallOffice - Stair",
780
+ "new_standards_space_type": "stairwell"
781
+ },
782
+ {
783
+ "standards_building_type": "Office",
784
+ "standards_space_type": "SmallOffice - Restroom",
785
+ "new_standards_space_type": "restroom"
786
+ },
787
+ {
788
+ "standards_building_type": "Office",
789
+ "standards_space_type": "SmallOffice - OpenOffice",
790
+ "new_standards_space_type": "office"
791
+ },
792
+ {
793
+ "standards_building_type": "Office",
794
+ "standards_space_type": "SmallOffice - Lobby",
795
+ "new_standards_space_type": "lobby"
796
+ },
797
+ {
798
+ "standards_building_type": "Office",
799
+ "standards_space_type": "SmallOffice - Corridor",
800
+ "new_standards_space_type": "corridor"
801
+ },
802
+ {
803
+ "standards_building_type": "Office",
804
+ "standards_space_type": "SmallOffice - Conference",
805
+ "new_standards_space_type": "conference/meeting/multipurpose"
806
+ },
807
+ {
808
+ "standards_building_type": "Office",
809
+ "standards_space_type": "SmallOffice - Breakroom",
810
+ "new_standards_space_type": "lounge/breakroom"
811
+ },
812
+ {
813
+ "standards_building_type": "Office",
814
+ "standards_space_type": "SmallOffice - Dining",
815
+ "new_standards_space_type": "dining"
816
+ },
817
+ {
818
+ "standards_building_type": "Office",
819
+ "standards_space_type": "SmallOffice - Classroom",
820
+ "new_standards_space_type": "classroom/lecture/training"
821
+ },
822
+ {
823
+ "standards_building_type": "Office",
824
+ "standards_space_type": "WholeBuilding - Lg Office-others",
825
+ "new_standards_space_type": "office"
826
+ },
827
+ {
828
+ "standards_building_type": "Office",
829
+ "standards_space_type": "Elec/MechRoom",
830
+ "new_standards_space_type": "electrical/mechanical"
831
+ },
832
+ {
833
+ "standards_building_type": "Office",
834
+ "standards_space_type": "MediumOffice - Elec/MechRoom",
835
+ "new_standards_space_type": "electrical/mechanical"
836
+ },
837
+ {
838
+ "standards_building_type": "Office",
839
+ "standards_space_type": "MediumOffice - ClosedOffice",
840
+ "new_standards_space_type": "office"
841
+ },
842
+ {
843
+ "standards_building_type": "Office",
844
+ "standards_space_type": "SmallOffice - Elec/MechRoom",
845
+ "new_standards_space_type": "electrical/mechanical"
846
+ },
847
+ {
848
+ "standards_building_type": "Office",
849
+ "standards_space_type": "SmallOffice - ClosedOffice",
850
+ "new_standards_space_type": "office"
851
+ },
852
+ {
853
+ "standards_building_type": "Office",
854
+ "standards_space_type": "Plenum",
855
+ "new_standards_space_type": "plenum"
856
+ },
857
+ {
858
+ "standards_building_type": "Outpatient",
859
+ "standards_space_type": "Anesthesia",
860
+ "new_standards_space_type": "exam/treatment"
861
+ },
862
+ {
863
+ "standards_building_type": "Outpatient",
864
+ "standards_space_type": "BioHazard",
865
+ "new_standards_space_type": "storage"
866
+ },
867
+ {
868
+ "standards_building_type": "Outpatient",
869
+ "standards_space_type": "Cafe",
870
+ "new_standards_space_type": "dining"
871
+ },
872
+ {
873
+ "standards_building_type": "Outpatient",
874
+ "standards_space_type": "CleanWork",
875
+ "new_standards_space_type": "exam/treatment"
876
+ },
877
+ {
878
+ "standards_building_type": "Outpatient",
879
+ "standards_space_type": "Conference",
880
+ "new_standards_space_type": "conference/meeting/multipurpose"
881
+ },
882
+ {
883
+ "standards_building_type": "Outpatient",
884
+ "standards_space_type": "DressingRoom",
885
+ "new_standards_space_type": "dressing room"
886
+ },
887
+ {
888
+ "standards_building_type": "Outpatient",
889
+ "standards_space_type": "Elec/MechRoom",
890
+ "new_standards_space_type": "electrical/mechanical"
891
+ },
892
+ {
893
+ "standards_building_type": "Outpatient",
894
+ "standards_space_type": "ElevatorPumpRoom",
895
+ "new_standards_space_type": "electrical/mechanical"
896
+ },
897
+ {
898
+ "standards_building_type": "Outpatient",
899
+ "standards_space_type": "Exam",
900
+ "new_standards_space_type": "exam/treatment"
901
+ },
902
+ {
903
+ "standards_building_type": "Outpatient",
904
+ "standards_space_type": "Hall",
905
+ "new_standards_space_type": "corridor"
906
+ },
907
+ {
908
+ "standards_building_type": "Outpatient",
909
+ "standards_space_type": "IT_Room",
910
+ "new_standards_space_type": "datacenter/low ite"
911
+ },
912
+ {
913
+ "standards_building_type": "Outpatient",
914
+ "standards_space_type": "Janitor",
915
+ "new_standards_space_type": "storage"
916
+ },
917
+ {
918
+ "standards_building_type": "Outpatient",
919
+ "standards_space_type": "Lobby",
920
+ "new_standards_space_type": "lobby"
921
+ },
922
+ {
923
+ "standards_building_type": "Outpatient",
924
+ "standards_space_type": "LockerRoom",
925
+ "new_standards_space_type": "locker room"
926
+ },
927
+ {
928
+ "standards_building_type": "Outpatient",
929
+ "standards_space_type": "Lounge",
930
+ "new_standards_space_type": "lounge/breakroom"
931
+ },
932
+ {
933
+ "standards_building_type": "Outpatient",
934
+ "standards_space_type": "MedGas",
935
+ "new_standards_space_type": "exam/treatment"
936
+ },
937
+ {
938
+ "standards_building_type": "Outpatient",
939
+ "standards_space_type": "MRI",
940
+ "new_standards_space_type": "imaging"
941
+ },
942
+ {
943
+ "standards_building_type": "Outpatient",
944
+ "standards_space_type": "MRI_Control",
945
+ "new_standards_space_type": "imaging"
946
+ },
947
+ {
948
+ "standards_building_type": "Outpatient",
949
+ "standards_space_type": "NurseStation",
950
+ "new_standards_space_type": "nurses station"
951
+ },
952
+ {
953
+ "standards_building_type": "Outpatient",
954
+ "standards_space_type": "OutpatientFloor2Work",
955
+ "new_standards_space_type": "exam/treatment"
956
+ },
957
+ {
958
+ "standards_building_type": "Outpatient",
959
+ "standards_space_type": "Office",
960
+ "new_standards_space_type": "office"
961
+ },
962
+ {
963
+ "standards_building_type": "Outpatient",
964
+ "standards_space_type": "OR",
965
+ "new_standards_space_type": "operating room"
966
+ },
967
+ {
968
+ "standards_building_type": "Outpatient",
969
+ "standards_space_type": "PACU",
970
+ "new_standards_space_type": "recovery"
971
+ },
972
+ {
973
+ "standards_building_type": "Outpatient",
974
+ "standards_space_type": "PhysicalTherapy",
975
+ "new_standards_space_type": "physical therapy"
976
+ },
977
+ {
978
+ "standards_building_type": "Outpatient",
979
+ "standards_space_type": "PreOp",
980
+ "new_standards_space_type": "operating room"
981
+ },
982
+ {
983
+ "standards_building_type": "Outpatient",
984
+ "standards_space_type": "ProcedureRoom",
985
+ "new_standards_space_type": "operating room"
986
+ },
987
+ {
988
+ "standards_building_type": "Outpatient",
989
+ "standards_space_type": "Reception",
990
+ "new_standards_space_type": "lobby"
991
+ },
992
+ {
993
+ "standards_building_type": "Outpatient",
994
+ "standards_space_type": "Soil Work",
995
+ "new_standards_space_type": "exam/treatment"
996
+ },
997
+ {
998
+ "standards_building_type": "Outpatient",
999
+ "standards_space_type": "Toilet",
1000
+ "new_standards_space_type": "restroom"
1001
+ },
1002
+ {
1003
+ "standards_building_type": "Outpatient",
1004
+ "standards_space_type": "Undeveloped",
1005
+ "new_standards_space_type": "storage"
1006
+ },
1007
+ {
1008
+ "standards_building_type": "Outpatient",
1009
+ "standards_space_type": "Xray",
1010
+ "new_standards_space_type": "imaging"
1011
+ },
1012
+ {
1013
+ "standards_building_type": "Outpatient",
1014
+ "standards_space_type": "Hall",
1015
+ "new_standards_space_type": "corridor"
1016
+ },
1017
+ {
1018
+ "standards_building_type": "Outpatient",
1019
+ "standards_space_type": "Hall_infil",
1020
+ "new_standards_space_type": "corridor"
1021
+ },
1022
+ {
1023
+ "standards_building_type": "Outpatient",
1024
+ "standards_space_type": "Stair",
1025
+ "new_standards_space_type": "stairwell"
1026
+ },
1027
+ {
1028
+ "standards_building_type": "PrimarySchool",
1029
+ "standards_space_type": "Restroom",
1030
+ "new_standards_space_type": "restroom"
1031
+ },
1032
+ {
1033
+ "standards_building_type": "PrimarySchool",
1034
+ "standards_space_type": "Office",
1035
+ "new_standards_space_type": "office"
1036
+ },
1037
+ {
1038
+ "standards_building_type": "PrimarySchool",
1039
+ "standards_space_type": "Mechanical",
1040
+ "new_standards_space_type": "electrical/mechanical"
1041
+ },
1042
+ {
1043
+ "standards_building_type": "PrimarySchool",
1044
+ "standards_space_type": "Lobby",
1045
+ "new_standards_space_type": "lobby"
1046
+ },
1047
+ {
1048
+ "standards_building_type": "PrimarySchool",
1049
+ "standards_space_type": "Library",
1050
+ "new_standards_space_type": "library"
1051
+ },
1052
+ {
1053
+ "standards_building_type": "PrimarySchool",
1054
+ "standards_space_type": "Gym",
1055
+ "new_standards_space_type": "exercise area"
1056
+ },
1057
+ {
1058
+ "standards_building_type": "PrimarySchool",
1059
+ "standards_space_type": "Corridor",
1060
+ "new_standards_space_type": "corridor"
1061
+ },
1062
+ {
1063
+ "standards_building_type": "PrimarySchool",
1064
+ "standards_space_type": "Classroom",
1065
+ "new_standards_space_type": "classroom/lecture/training"
1066
+ },
1067
+ {
1068
+ "standards_building_type": "PrimarySchool",
1069
+ "standards_space_type": "ComputerRoom",
1070
+ "new_standards_space_type": "computer room"
1071
+ },
1072
+ {
1073
+ "standards_building_type": "PrimarySchool",
1074
+ "standards_space_type": "Cafeteria",
1075
+ "new_standards_space_type": "dining"
1076
+ },
1077
+ {
1078
+ "standards_building_type": "PrimarySchool",
1079
+ "standards_space_type": "Kitchen",
1080
+ "new_standards_space_type": "food preparation"
1081
+ },
1082
+ {
1083
+ "standards_building_type": "QuickServiceRestaurant",
1084
+ "standards_space_type": "Attic",
1085
+ "new_standards_space_type": "attic"
1086
+ },
1087
+ {
1088
+ "standards_building_type": "QuickServiceRestaurant",
1089
+ "standards_space_type": "Dining",
1090
+ "new_standards_space_type": "dining"
1091
+ },
1092
+ {
1093
+ "standards_building_type": "QuickServiceRestaurant",
1094
+ "standards_space_type": "Kitchen",
1095
+ "new_standards_space_type": "food preparation"
1096
+ },
1097
+ {
1098
+ "standards_building_type": "Retail",
1099
+ "standards_space_type": "Back_Space",
1100
+ "new_standards_space_type": "storage"
1101
+ },
1102
+ {
1103
+ "standards_building_type": "Retail",
1104
+ "standards_space_type": "Entry",
1105
+ "new_standards_space_type": "lobby"
1106
+ },
1107
+ {
1108
+ "standards_building_type": "Retail",
1109
+ "standards_space_type": "Point_of_Sale",
1110
+ "new_standards_space_type": "retail"
1111
+ },
1112
+ {
1113
+ "standards_building_type": "Retail",
1114
+ "standards_space_type": "Retail",
1115
+ "new_standards_space_type": "retail"
1116
+ },
1117
+ {
1118
+ "standards_building_type": "Retail",
1119
+ "standards_space_type": "Core_Retail",
1120
+ "new_standards_space_type": "retail"
1121
+ },
1122
+ {
1123
+ "standards_building_type": "Retail",
1124
+ "standards_space_type": "Front_Retail",
1125
+ "new_standards_space_type": "retail"
1126
+ },
1127
+ {
1128
+ "standards_building_type": "SecondarySchool",
1129
+ "standards_space_type": "Auditorium",
1130
+ "new_standards_space_type": "audience seating"
1131
+ },
1132
+ {
1133
+ "standards_building_type": "SecondarySchool",
1134
+ "standards_space_type": "Cafeteria",
1135
+ "new_standards_space_type": "dining"
1136
+ },
1137
+ {
1138
+ "standards_building_type": "SecondarySchool",
1139
+ "standards_space_type": "Classroom",
1140
+ "new_standards_space_type": "classroom/lecture/training"
1141
+ },
1142
+ {
1143
+ "standards_building_type": "SecondarySchool",
1144
+ "standards_space_type": "ComputerRoom",
1145
+ "new_standards_space_type": "computer room"
1146
+ },
1147
+ {
1148
+ "standards_building_type": "SecondarySchool",
1149
+ "standards_space_type": "Corridor",
1150
+ "new_standards_space_type": "corridor"
1151
+ },
1152
+ {
1153
+ "standards_building_type": "SecondarySchool",
1154
+ "standards_space_type": "Gym",
1155
+ "new_standards_space_type": "exercise area"
1156
+ },
1157
+ {
1158
+ "standards_building_type": "SecondarySchool",
1159
+ "standards_space_type": "Gym - audience",
1160
+ "new_standards_space_type": "exercise area"
1161
+ },
1162
+ {
1163
+ "standards_building_type": "SecondarySchool",
1164
+ "standards_space_type": "Library",
1165
+ "new_standards_space_type": "library"
1166
+ },
1167
+ {
1168
+ "standards_building_type": "SecondarySchool",
1169
+ "standards_space_type": "Lobby",
1170
+ "new_standards_space_type": "lobby"
1171
+ },
1172
+ {
1173
+ "standards_building_type": "SecondarySchool",
1174
+ "standards_space_type": "Mechanical",
1175
+ "new_standards_space_type": "electrical/mechanical"
1176
+ },
1177
+ {
1178
+ "standards_building_type": "SecondarySchool",
1179
+ "standards_space_type": "Office",
1180
+ "new_standards_space_type": "office"
1181
+ },
1182
+ {
1183
+ "standards_building_type": "SecondarySchool",
1184
+ "standards_space_type": "Restroom",
1185
+ "new_standards_space_type": "restroom"
1186
+ },
1187
+ {
1188
+ "standards_building_type": "SecondarySchool",
1189
+ "standards_space_type": "Kitchen",
1190
+ "new_standards_space_type": "food preparation"
1191
+ },
1192
+ {
1193
+ "standards_building_type": "SmallDataCenterHighITE",
1194
+ "standards_space_type": "ComputerRoom",
1195
+ "new_standards_space_type": "datacenter/high ite"
1196
+ },
1197
+ {
1198
+ "standards_building_type": "SmallDataCenterLowITE",
1199
+ "standards_space_type": "ComputerRoom",
1200
+ "new_standards_space_type": "datacenter/low ite"
1201
+ },
1202
+ {
1203
+ "standards_building_type": "SmallHotel",
1204
+ "standards_space_type": "Attic",
1205
+ "new_standards_space_type": "attic"
1206
+ },
1207
+ {
1208
+ "standards_building_type": "SmallHotel",
1209
+ "standards_space_type": "Elec/MechRoom",
1210
+ "new_standards_space_type": "electrical/mechanical"
1211
+ },
1212
+ {
1213
+ "standards_building_type": "SmallHotel",
1214
+ "standards_space_type": "ElevatorCore",
1215
+ "new_standards_space_type": "shaft"
1216
+ },
1217
+ {
1218
+ "standards_building_type": "SmallHotel",
1219
+ "standards_space_type": "ElevatorCore4",
1220
+ "new_standards_space_type": "shaft"
1221
+ },
1222
+ {
1223
+ "standards_building_type": "SmallHotel",
1224
+ "standards_space_type": "GuestRoom",
1225
+ "new_standards_space_type": "guest room"
1226
+ },
1227
+ {
1228
+ "standards_building_type": "SmallHotel",
1229
+ "standards_space_type": "GuestRoom123Occ",
1230
+ "new_standards_space_type": "guest room"
1231
+ },
1232
+ {
1233
+ "standards_building_type": "SmallHotel",
1234
+ "standards_space_type": "GuestRoom123Vac",
1235
+ "new_standards_space_type": "guest room"
1236
+ },
1237
+ {
1238
+ "standards_building_type": "SmallHotel",
1239
+ "standards_space_type": "GuestRoom4Occ",
1240
+ "new_standards_space_type": "guest room"
1241
+ },
1242
+ {
1243
+ "standards_building_type": "SmallHotel",
1244
+ "standards_space_type": "GuestRoom4Vac",
1245
+ "new_standards_space_type": "guest room"
1246
+ },
1247
+ {
1248
+ "standards_building_type": "SmallHotel",
1249
+ "standards_space_type": "Laundry",
1250
+ "new_standards_space_type": "laundry/washing"
1251
+ },
1252
+ {
1253
+ "standards_building_type": "SmallHotel",
1254
+ "standards_space_type": "Lobby",
1255
+ "new_standards_space_type": "lobby"
1256
+ },
1257
+ {
1258
+ "standards_building_type": "SmallHotel",
1259
+ "standards_space_type": "Meeting",
1260
+ "new_standards_space_type": "conference/meeting/multipurpose"
1261
+ },
1262
+ {
1263
+ "standards_building_type": "SmallHotel",
1264
+ "standards_space_type": "Office",
1265
+ "new_standards_space_type": "office"
1266
+ },
1267
+ {
1268
+ "standards_building_type": "SmallHotel",
1269
+ "standards_space_type": "PublicRestroom",
1270
+ "new_standards_space_type": "restroom"
1271
+ },
1272
+ {
1273
+ "standards_building_type": "SmallHotel",
1274
+ "standards_space_type": "StaffLounge",
1275
+ "new_standards_space_type": "lounge/breakroom"
1276
+ },
1277
+ {
1278
+ "standards_building_type": "SmallHotel",
1279
+ "standards_space_type": "Stair",
1280
+ "new_standards_space_type": "stairwell"
1281
+ },
1282
+ {
1283
+ "standards_building_type": "SmallHotel",
1284
+ "standards_space_type": "Stair4",
1285
+ "new_standards_space_type": "stairwell"
1286
+ },
1287
+ {
1288
+ "standards_building_type": "SmallHotel",
1289
+ "standards_space_type": "Storage",
1290
+ "new_standards_space_type": "storage"
1291
+ },
1292
+ {
1293
+ "standards_building_type": "SmallHotel",
1294
+ "standards_space_type": "Storage4Front",
1295
+ "new_standards_space_type": "storage"
1296
+ },
1297
+ {
1298
+ "standards_building_type": "SmallHotel",
1299
+ "standards_space_type": "Storage4Rear",
1300
+ "new_standards_space_type": "storage"
1301
+ },
1302
+ {
1303
+ "standards_building_type": "SmallHotel",
1304
+ "standards_space_type": "Corridor",
1305
+ "new_standards_space_type": "corridor"
1306
+ },
1307
+ {
1308
+ "standards_building_type": "SmallHotel",
1309
+ "standards_space_type": "Corridor4",
1310
+ "new_standards_space_type": "corridor"
1311
+ },
1312
+ {
1313
+ "standards_building_type": "SmallHotel",
1314
+ "standards_space_type": "Exercise",
1315
+ "new_standards_space_type": "exercise area"
1316
+ },
1317
+ {
1318
+ "standards_building_type": "SmallHotel",
1319
+ "standards_space_type": "GuestLounge",
1320
+ "new_standards_space_type": "lounge/breakroom"
1321
+ },
1322
+ {
1323
+ "standards_building_type": "SmallHotel",
1324
+ "standards_space_type": "Mechanical",
1325
+ "new_standards_space_type": "electrical/mechanical"
1326
+ },
1327
+ {
1328
+ "standards_building_type": "StripMall",
1329
+ "standards_space_type": "Strip mall - type 0A",
1330
+ "new_standards_space_type": "retail"
1331
+ },
1332
+ {
1333
+ "standards_building_type": "StripMall",
1334
+ "standards_space_type": "Strip mall - type 0B",
1335
+ "new_standards_space_type": "retail"
1336
+ },
1337
+ {
1338
+ "standards_building_type": "StripMall",
1339
+ "standards_space_type": "Strip mall - type 1",
1340
+ "new_standards_space_type": "retail"
1341
+ },
1342
+ {
1343
+ "standards_building_type": "StripMall",
1344
+ "standards_space_type": "Strip mall - type 2",
1345
+ "new_standards_space_type": "retail"
1346
+ },
1347
+ {
1348
+ "standards_building_type": "StripMall",
1349
+ "standards_space_type": "Strip mall - type 3",
1350
+ "new_standards_space_type": "retail"
1351
+ },
1352
+ {
1353
+ "standards_building_type": "SuperMarket",
1354
+ "standards_space_type": "Bakery",
1355
+ "new_standards_space_type": "food preparation"
1356
+ },
1357
+ {
1358
+ "standards_building_type": "SuperMarket",
1359
+ "standards_space_type": "Deli",
1360
+ "new_standards_space_type": "retail"
1361
+ },
1362
+ {
1363
+ "standards_building_type": "SuperMarket",
1364
+ "standards_space_type": "DryStorage",
1365
+ "new_standards_space_type": "storage"
1366
+ },
1367
+ {
1368
+ "standards_building_type": "SuperMarket",
1369
+ "standards_space_type": "Office",
1370
+ "new_standards_space_type": "office"
1371
+ },
1372
+ {
1373
+ "standards_building_type": "SuperMarket",
1374
+ "standards_space_type": "Produce",
1375
+ "new_standards_space_type": "retail"
1376
+ },
1377
+ {
1378
+ "standards_building_type": "SuperMarket",
1379
+ "standards_space_type": "Sales",
1380
+ "new_standards_space_type": "retail"
1381
+ },
1382
+ {
1383
+ "standards_building_type": "SuperMarket",
1384
+ "standards_space_type": "Corridor",
1385
+ "new_standards_space_type": "corridor"
1386
+ },
1387
+ {
1388
+ "standards_building_type": "SuperMarket",
1389
+ "standards_space_type": "Dining",
1390
+ "new_standards_space_type": "dining"
1391
+ },
1392
+ {
1393
+ "standards_building_type": "SuperMarket",
1394
+ "standards_space_type": "Elec/MechRoom",
1395
+ "new_standards_space_type": "electrical/mechanical"
1396
+ },
1397
+ {
1398
+ "standards_building_type": "SuperMarket",
1399
+ "standards_space_type": "Meeting",
1400
+ "new_standards_space_type": "conference/meeting/multipurpose"
1401
+ },
1402
+ {
1403
+ "standards_building_type": "SuperMarket",
1404
+ "standards_space_type": "Restroom",
1405
+ "new_standards_space_type": "restroom"
1406
+ },
1407
+ {
1408
+ "standards_building_type": "SuperMarket",
1409
+ "standards_space_type": "Vestibule",
1410
+ "new_standards_space_type": "lobby"
1411
+ },
1412
+ {
1413
+ "standards_building_type": "Warehouse",
1414
+ "standards_space_type": "Fine",
1415
+ "new_standards_space_type": "storage"
1416
+ },
1417
+ {
1418
+ "standards_building_type": "Warehouse",
1419
+ "standards_space_type": "Bulk",
1420
+ "new_standards_space_type": "storage"
1421
+ },
1422
+ {
1423
+ "standards_building_type": "Warehouse",
1424
+ "standards_space_type": "Office",
1425
+ "new_standards_space_type": "office"
1426
+ },
1427
+ {
1428
+ "standards_building_type": "Asm",
1429
+ "standards_space_type": "Auditorium",
1430
+ "new_standards_space_type": "audience seating"
1431
+ },
1432
+ {
1433
+ "standards_building_type": "Asm",
1434
+ "standards_space_type": "Classroom",
1435
+ "new_standards_space_type": "classroom/lecture/training"
1436
+ },
1437
+ {
1438
+ "standards_building_type": "Asm",
1439
+ "standards_space_type": "Conference",
1440
+ "new_standards_space_type": "conference/meeting/multipurpose"
1441
+ },
1442
+ {
1443
+ "standards_building_type": "Asm",
1444
+ "standards_space_type": "Dining",
1445
+ "new_standards_space_type": "dining"
1446
+ },
1447
+ {
1448
+ "standards_building_type": "Asm",
1449
+ "standards_space_type": "Exhibit",
1450
+ "new_standards_space_type": "exhibit"
1451
+ },
1452
+ {
1453
+ "standards_building_type": "Asm",
1454
+ "standards_space_type": "Hall",
1455
+ "new_standards_space_type": "corridor"
1456
+ },
1457
+ {
1458
+ "standards_building_type": "Asm",
1459
+ "standards_space_type": "Kitchen",
1460
+ "new_standards_space_type": "food preparation"
1461
+ },
1462
+ {
1463
+ "standards_building_type": "Asm",
1464
+ "standards_space_type": "LobbyWaiting",
1465
+ "new_standards_space_type": "lobby"
1466
+ },
1467
+ {
1468
+ "standards_building_type": "Asm",
1469
+ "standards_space_type": "MechElecRoom",
1470
+ "new_standards_space_type": "electrical/mechanical"
1471
+ },
1472
+ {
1473
+ "standards_building_type": "Asm",
1474
+ "standards_space_type": "OfficeGeneral",
1475
+ "new_standards_space_type": "office"
1476
+ },
1477
+ {
1478
+ "standards_building_type": "Asm",
1479
+ "standards_space_type": "Plenum",
1480
+ "new_standards_space_type": "plenum"
1481
+ },
1482
+ {
1483
+ "standards_building_type": "Asm",
1484
+ "standards_space_type": "RelWorship",
1485
+ "new_standards_space_type": "audience seating"
1486
+ },
1487
+ {
1488
+ "standards_building_type": "Asm",
1489
+ "standards_space_type": "Restroom",
1490
+ "new_standards_space_type": "restroom"
1491
+ },
1492
+ {
1493
+ "standards_building_type": "Asm",
1494
+ "standards_space_type": "RetailSales",
1495
+ "new_standards_space_type": "retail"
1496
+ },
1497
+ {
1498
+ "standards_building_type": "Asm",
1499
+ "standards_space_type": "StockRoom",
1500
+ "new_standards_space_type": "storage"
1501
+ },
1502
+ {
1503
+ "standards_building_type": "ECC",
1504
+ "standards_space_type": "Classroom",
1505
+ "new_standards_space_type": "classroom/lecture/training"
1506
+ },
1507
+ {
1508
+ "standards_building_type": "ECC",
1509
+ "standards_space_type": "CompRoomClassRm",
1510
+ "new_standards_space_type": "computer room"
1511
+ },
1512
+ {
1513
+ "standards_building_type": "ECC",
1514
+ "standards_space_type": "Conference",
1515
+ "new_standards_space_type": "conference/meeting/multipurpose"
1516
+ },
1517
+ {
1518
+ "standards_building_type": "ECC",
1519
+ "standards_space_type": "CorridorStairway",
1520
+ "new_standards_space_type": "corridor"
1521
+ },
1522
+ {
1523
+ "standards_building_type": "ECC",
1524
+ "standards_space_type": "Dining",
1525
+ "new_standards_space_type": "dining"
1526
+ },
1527
+ {
1528
+ "standards_building_type": "ECC",
1529
+ "standards_space_type": "Gymnasium",
1530
+ "new_standards_space_type": "exercise area"
1531
+ },
1532
+ {
1533
+ "standards_building_type": "ECC",
1534
+ "standards_space_type": "Kitchen",
1535
+ "new_standards_space_type": "food preparation"
1536
+ },
1537
+ {
1538
+ "standards_building_type": "ECC",
1539
+ "standards_space_type": "LibraryReading",
1540
+ "new_standards_space_type": "library"
1541
+ },
1542
+ {
1543
+ "standards_building_type": "ECC",
1544
+ "standards_space_type": "MechElecRoom",
1545
+ "new_standards_space_type": "electrical/mechanical"
1546
+ },
1547
+ {
1548
+ "standards_building_type": "ECC",
1549
+ "standards_space_type": "OfficeGeneral",
1550
+ "new_standards_space_type": "office"
1551
+ },
1552
+ {
1553
+ "standards_building_type": "ECC",
1554
+ "standards_space_type": "Restroom",
1555
+ "new_standards_space_type": "restroom"
1556
+ },
1557
+ {
1558
+ "standards_building_type": "ECC",
1559
+ "standards_space_type": "Shop",
1560
+ "new_standards_space_type": "classroom/lecture/training"
1561
+ },
1562
+ {
1563
+ "standards_building_type": "ECC",
1564
+ "standards_space_type": "StorageSmlCond",
1565
+ "new_standards_space_type": "storage"
1566
+ },
1567
+ {
1568
+ "standards_building_type": "ECC",
1569
+ "standards_space_type": "Plenum",
1570
+ "new_standards_space_type": "plenum"
1571
+ },
1572
+ {
1573
+ "standards_building_type": "EPr",
1574
+ "standards_space_type": "Classroom",
1575
+ "new_standards_space_type": "classroom/lecture/training"
1576
+ },
1577
+ {
1578
+ "standards_building_type": "EPr",
1579
+ "standards_space_type": "CompRoomClassRm",
1580
+ "new_standards_space_type": "computer room"
1581
+ },
1582
+ {
1583
+ "standards_building_type": "EPr",
1584
+ "standards_space_type": "CorridorStairway",
1585
+ "new_standards_space_type": "corridor"
1586
+ },
1587
+ {
1588
+ "standards_building_type": "EPr",
1589
+ "standards_space_type": "Dining",
1590
+ "new_standards_space_type": "dining"
1591
+ },
1592
+ {
1593
+ "standards_building_type": "EPr",
1594
+ "standards_space_type": "Gymnasium",
1595
+ "new_standards_space_type": "exercise area"
1596
+ },
1597
+ {
1598
+ "standards_building_type": "EPr",
1599
+ "standards_space_type": "Kitchen",
1600
+ "new_standards_space_type": "food preparation"
1601
+ },
1602
+ {
1603
+ "standards_building_type": "EPr",
1604
+ "standards_space_type": "LibraryReading",
1605
+ "new_standards_space_type": "library"
1606
+ },
1607
+ {
1608
+ "standards_building_type": "EPr",
1609
+ "standards_space_type": "Lobby",
1610
+ "new_standards_space_type": "lobby"
1611
+ },
1612
+ {
1613
+ "standards_building_type": "EPr",
1614
+ "standards_space_type": "OfficeGeneral",
1615
+ "new_standards_space_type": "office"
1616
+ },
1617
+ {
1618
+ "standards_building_type": "EPr",
1619
+ "standards_space_type": "Restroom",
1620
+ "new_standards_space_type": "restroom"
1621
+ },
1622
+ {
1623
+ "standards_building_type": "EPr",
1624
+ "standards_space_type": "StorageSmlCond",
1625
+ "new_standards_space_type": "storage"
1626
+ },
1627
+ {
1628
+ "standards_building_type": "EPr",
1629
+ "standards_space_type": "Plenum",
1630
+ "new_standards_space_type": "plenum"
1631
+ },
1632
+ {
1633
+ "standards_building_type": "ERC",
1634
+ "standards_space_type": "Classroom",
1635
+ "new_standards_space_type": "classroom/lecture/training"
1636
+ },
1637
+ {
1638
+ "standards_building_type": "ESe",
1639
+ "standards_space_type": "Classroom",
1640
+ "new_standards_space_type": "classroom/lecture/training"
1641
+ },
1642
+ {
1643
+ "standards_building_type": "ESe",
1644
+ "standards_space_type": "CompRoomClassRm",
1645
+ "new_standards_space_type": "computer room"
1646
+ },
1647
+ {
1648
+ "standards_building_type": "ESe",
1649
+ "standards_space_type": "Conference",
1650
+ "new_standards_space_type": "conference/meeting/multipurpose"
1651
+ },
1652
+ {
1653
+ "standards_building_type": "ESe",
1654
+ "standards_space_type": "CorridorStairway",
1655
+ "new_standards_space_type": "corridor"
1656
+ },
1657
+ {
1658
+ "standards_building_type": "ESe",
1659
+ "standards_space_type": "Dining",
1660
+ "new_standards_space_type": "dining"
1661
+ },
1662
+ {
1663
+ "standards_building_type": "ESe",
1664
+ "standards_space_type": "Gymnasium",
1665
+ "new_standards_space_type": "exercise area"
1666
+ },
1667
+ {
1668
+ "standards_building_type": "ESe",
1669
+ "standards_space_type": "Kitchen",
1670
+ "new_standards_space_type": "food preparation"
1671
+ },
1672
+ {
1673
+ "standards_building_type": "ESe",
1674
+ "standards_space_type": "LibraryReading",
1675
+ "new_standards_space_type": "library"
1676
+ },
1677
+ {
1678
+ "standards_building_type": "ESe",
1679
+ "standards_space_type": "MechElecRoom",
1680
+ "new_standards_space_type": "electrical/mechanical"
1681
+ },
1682
+ {
1683
+ "standards_building_type": "ESe",
1684
+ "standards_space_type": "OfficeGeneral",
1685
+ "new_standards_space_type": "office"
1686
+ },
1687
+ {
1688
+ "standards_building_type": "ESe",
1689
+ "standards_space_type": "Restroom",
1690
+ "new_standards_space_type": "restroom"
1691
+ },
1692
+ {
1693
+ "standards_building_type": "ESe",
1694
+ "standards_space_type": "Shop",
1695
+ "new_standards_space_type": "workshop"
1696
+ },
1697
+ {
1698
+ "standards_building_type": "ESe",
1699
+ "standards_space_type": "StorageSmlCond",
1700
+ "new_standards_space_type": "storage"
1701
+ },
1702
+ {
1703
+ "standards_building_type": "ESe",
1704
+ "standards_space_type": "Plenum",
1705
+ "new_standards_space_type": "plenum"
1706
+ },
1707
+ {
1708
+ "standards_building_type": "EUn",
1709
+ "standards_space_type": "Auditorium",
1710
+ "new_standards_space_type": "audience seating"
1711
+ },
1712
+
1713
+ {
1714
+ "standards_building_type": "EUn",
1715
+ "standards_space_type": "Classroom",
1716
+ "new_standards_space_type": "classroom/lecture/training"
1717
+ },
1718
+
1719
+ {
1720
+ "standards_building_type": "EUn",
1721
+ "standards_space_type": "CompRoomClassRm",
1722
+ "new_standards_space_type": "computer room"
1723
+ },
1724
+ {
1725
+ "standards_building_type": "EUn",
1726
+ "standards_space_type": "Conference",
1727
+ "new_standards_space_type": "conference/meeting/multipurpose"
1728
+ },
1729
+ {
1730
+ "standards_building_type": "EUn",
1731
+ "standards_space_type": "CorridorStairway",
1732
+ "new_standards_space_type": "corridor"
1733
+ },
1734
+ {
1735
+ "standards_building_type": "EUn",
1736
+ "standards_space_type": "Dining",
1737
+ "new_standards_space_type": "dining"
1738
+ },
1739
+ {
1740
+ "standards_building_type": "EUn",
1741
+ "standards_space_type": "DormitoryRoom",
1742
+ "new_standards_space_type": "guest room"
1743
+ },
1744
+ {
1745
+ "standards_building_type": "EUn",
1746
+ "standards_space_type": "FacMaint",
1747
+ "new_standards_space_type": "storage"
1748
+ },
1749
+ {
1750
+ "standards_building_type": "EUn",
1751
+ "standards_space_type": "Gymnasium",
1752
+ "new_standards_space_type": "exercise area"
1753
+ },
1754
+ {
1755
+ "standards_building_type": "EUn",
1756
+ "standards_space_type": "Kitchen",
1757
+ "new_standards_space_type": "food preparation"
1758
+ },
1759
+ {
1760
+ "standards_building_type": "EUn",
1761
+ "standards_space_type": "LibraryReading",
1762
+ "new_standards_space_type": "library"
1763
+ },
1764
+ {
1765
+ "standards_building_type": "EUn",
1766
+ "standards_space_type": "LoungeArea",
1767
+ "new_standards_space_type": "lounge/breakroom"
1768
+ },
1769
+ {
1770
+ "standards_building_type": "EUn",
1771
+ "standards_space_type": "OfficeGeneral",
1772
+ "new_standards_space_type": "office"
1773
+ },
1774
+ {
1775
+ "standards_building_type": "EUn",
1776
+ "standards_space_type": "Restroom",
1777
+ "new_standards_space_type": "restroom"
1778
+ },
1779
+ {
1780
+ "standards_building_type": "EUn",
1781
+ "standards_space_type": "StorageSmlCond",
1782
+ "new_standards_space_type": "storage"
1783
+ },
1784
+ {
1785
+ "standards_building_type": "EUn",
1786
+ "standards_space_type": "Plenum",
1787
+ "new_standards_space_type": "plenum"
1788
+ },
1789
+ {
1790
+ "standards_building_type": "Gro",
1791
+ "standards_space_type": "CorridorStairway",
1792
+ "new_standards_space_type": "corridor"
1793
+ },
1794
+ {
1795
+ "standards_building_type": "Gro",
1796
+ "standards_space_type": "GrocSales",
1797
+ "new_standards_space_type": "retail"
1798
+ },
1799
+ {
1800
+ "standards_building_type": "Gro",
1801
+ "standards_space_type": "Kitchen",
1802
+ "new_standards_space_type": "food preparation"
1803
+ },
1804
+ {
1805
+ "standards_building_type": "Gro",
1806
+ "standards_space_type": "IndLoadDock",
1807
+ "new_standards_space_type": "storage"
1808
+ },
1809
+ {
1810
+ "standards_building_type": "Gro",
1811
+ "standards_space_type": "MechElecRoom",
1812
+ "new_standards_space_type": "electrical/mechanical"
1813
+ },
1814
+ {
1815
+ "standards_building_type": "Gro",
1816
+ "standards_space_type": "OfficeGeneral",
1817
+ "new_standards_space_type": "office"
1818
+ },
1819
+ {
1820
+ "standards_building_type": "Gro",
1821
+ "standards_space_type": "RefFoodPrep",
1822
+ "new_standards_space_type": "food preparation"
1823
+ },
1824
+ {
1825
+ "standards_building_type": "Gro",
1826
+ "standards_space_type": "RefWalkInCool",
1827
+ "new_standards_space_type": "electrical/mechanical"
1828
+ },
1829
+ {
1830
+ "standards_building_type": "Gro",
1831
+ "standards_space_type": "RefWalkInFreeze",
1832
+ "new_standards_space_type": "electrical/mechanical"
1833
+ },
1834
+ {
1835
+ "standards_building_type": "Gro",
1836
+ "standards_space_type": "Restroom",
1837
+ "new_standards_space_type": "restroom"
1838
+ },
1839
+ {
1840
+ "standards_building_type": "Gro",
1841
+ "standards_space_type": "StockRoom",
1842
+ "new_standards_space_type": "storage"
1843
+ },
1844
+ {
1845
+ "standards_building_type": "Hsp",
1846
+ "standards_space_type": "Dining",
1847
+ "new_standards_space_type": "dining"
1848
+ },
1849
+ {
1850
+ "standards_building_type": "Hsp",
1851
+ "standards_space_type": "FacMaint",
1852
+ "new_standards_space_type": "storage"
1853
+ },
1854
+ {
1855
+ "standards_building_type": "Hsp",
1856
+ "standards_space_type": "Hall",
1857
+ "new_standards_space_type": "corridor"
1858
+ },
1859
+ {
1860
+ "standards_building_type": "Hsp",
1861
+ "standards_space_type": "HspNursing",
1862
+ "new_standards_space_type": "nurses station"
1863
+ },
1864
+ {
1865
+ "standards_building_type": "Hsp",
1866
+ "standards_space_type": "HspSurgOutptLab",
1867
+ "new_standards_space_type": "operating room"
1868
+ },
1869
+ {
1870
+ "standards_building_type": "Hsp",
1871
+ "standards_space_type": "Kitchen",
1872
+ "new_standards_space_type": "food preparation"
1873
+ },
1874
+ {
1875
+ "standards_building_type": "Hsp",
1876
+ "standards_space_type": "LobbyWaiting",
1877
+ "new_standards_space_type": "lobby"
1878
+ },
1879
+ {
1880
+ "standards_building_type": "Hsp",
1881
+ "standards_space_type": "OfficeGeneral",
1882
+ "new_standards_space_type": "office"
1883
+ },
1884
+ {
1885
+ "standards_building_type": "Hsp",
1886
+ "standards_space_type": "PatientRoom",
1887
+ "new_standards_space_type": "patient room"
1888
+ },
1889
+ {
1890
+ "standards_building_type": "Hsp",
1891
+ "standards_space_type": "Restroom",
1892
+ "new_standards_space_type": "restroom"
1893
+ },
1894
+ {
1895
+ "standards_building_type": "Hsp",
1896
+ "standards_space_type": "RetailSales",
1897
+ "new_standards_space_type": "retail"
1898
+ },
1899
+ {
1900
+ "standards_building_type": "Hsp",
1901
+ "standards_space_type": "StockRoom",
1902
+ "new_standards_space_type": "storage"
1903
+ },
1904
+ {
1905
+ "standards_building_type": "Hsp",
1906
+ "standards_space_type": "Plenum",
1907
+ "new_standards_space_type": "plenum"
1908
+ },
1909
+ {
1910
+ "standards_building_type": "Htl",
1911
+ "standards_space_type": "BarCasino",
1912
+ "new_standards_space_type": "lounge/breakroom"
1913
+ },
1914
+ {
1915
+ "standards_building_type": "Htl",
1916
+ "standards_space_type": "Dining",
1917
+ "new_standards_space_type": "dining"
1918
+ },
1919
+ {
1920
+ "standards_building_type": "Htl",
1921
+ "standards_space_type": "GuestRmCorrid",
1922
+ "new_standards_space_type": "corridor"
1923
+ },
1924
+ {
1925
+ "standards_building_type": "Htl",
1926
+ "standards_space_type": "GuestRmOcc",
1927
+ "new_standards_space_type": "guest room"
1928
+ },
1929
+ {
1930
+ "standards_building_type": "Htl",
1931
+ "standards_space_type": "GuestRmUnOcc",
1932
+ "new_standards_space_type": "guest room"
1933
+ },
1934
+ {
1935
+ "standards_building_type": "Htl",
1936
+ "standards_space_type": "HotelLobby",
1937
+ "new_standards_space_type": "lobby"
1938
+ },
1939
+ {
1940
+ "standards_building_type": "Htl",
1941
+ "standards_space_type": "Laundry",
1942
+ "new_standards_space_type": "laundry/washing"
1943
+ },
1944
+ {
1945
+ "standards_building_type": "Htl",
1946
+ "standards_space_type": "Kitchen",
1947
+ "new_standards_space_type": "food preparation"
1948
+ },
1949
+ {
1950
+ "standards_building_type": "Htl",
1951
+ "standards_space_type": "OfficeGeneral",
1952
+ "new_standards_space_type": "office"
1953
+ },
1954
+ {
1955
+ "standards_building_type": "Htl",
1956
+ "standards_space_type": "Restroom",
1957
+ "new_standards_space_type": "restroom"
1958
+ },
1959
+ {
1960
+ "standards_building_type": "Htl",
1961
+ "standards_space_type": "StockRoom",
1962
+ "new_standards_space_type": "storage"
1963
+ },
1964
+ {
1965
+ "standards_building_type": "Htl",
1966
+ "standards_space_type": "Plenum",
1967
+ "new_standards_space_type": "plenum"
1968
+ },
1969
+ {
1970
+ "standards_building_type": "MBT",
1971
+ "standards_space_type": "CompRoomData",
1972
+ "new_standards_space_type": "datacenter/low ite"
1973
+ },
1974
+ {
1975
+ "standards_building_type": "MBT",
1976
+ "standards_space_type": "CorridorStairway",
1977
+ "new_standards_space_type": "corridor"
1978
+ },
1979
+ {
1980
+ "standards_building_type": "MBT",
1981
+ "standards_space_type": "Conference",
1982
+ "new_standards_space_type": "conference/meeting/multipurpose"
1983
+ },
1984
+ {
1985
+ "standards_building_type": "MBT",
1986
+ "standards_space_type": "Break",
1987
+ "new_standards_space_type": "lounge/breakroom"
1988
+ },
1989
+ {
1990
+ "standards_building_type": "MBT",
1991
+ "standards_space_type": "Dining",
1992
+ "new_standards_space_type": "dining"
1993
+ },
1994
+ {
1995
+ "standards_building_type": "MBT",
1996
+ "standards_space_type": "Kitchen",
1997
+ "new_standards_space_type": "food preparation"
1998
+ },
1999
+ {
2000
+ "standards_building_type": "MBT",
2001
+ "standards_space_type": "Laboratory",
2002
+ "new_standards_space_type": "laboratory"
2003
+ },
2004
+ {
2005
+ "standards_building_type": "MBT",
2006
+ "standards_space_type": "LobbyWaiting",
2007
+ "new_standards_space_type": "lobby"
2008
+ },
2009
+ {
2010
+ "standards_building_type": "MBT",
2011
+ "standards_space_type": "MechElecRoom",
2012
+ "new_standards_space_type": "electrical/mechanical"
2013
+ },
2014
+ {
2015
+ "standards_building_type": "MBT",
2016
+ "standards_space_type": "OfficeOpen",
2017
+ "new_standards_space_type": "office"
2018
+ },
2019
+ {
2020
+ "standards_building_type": "MBT",
2021
+ "standards_space_type": "OfficeSmall",
2022
+ "new_standards_space_type": "office"
2023
+ },
2024
+ {
2025
+ "standards_building_type": "MBT",
2026
+ "standards_space_type": "Restroom",
2027
+ "new_standards_space_type": "restroom"
2028
+ },
2029
+ {
2030
+ "standards_building_type": "MBT",
2031
+ "standards_space_type": "StorageSmlCond",
2032
+ "new_standards_space_type": "storage"
2033
+ },
2034
+ {
2035
+ "standards_building_type": "MBT",
2036
+ "standards_space_type": "Work",
2037
+ "new_standards_space_type": "workshop"
2038
+ },
2039
+ {
2040
+ "standards_building_type": "MBT",
2041
+ "standards_space_type": "Plenum",
2042
+ "new_standards_space_type": "plenum"
2043
+ },
2044
+ {
2045
+ "standards_building_type": "MFm",
2046
+ "standards_space_type": "ResBedroom",
2047
+ "new_standards_space_type": "apartment"
2048
+ },
2049
+ {
2050
+ "standards_building_type": "MFm",
2051
+ "standards_space_type": "ResLiving",
2052
+ "new_standards_space_type": "apartment"
2053
+ },
2054
+ {
2055
+ "standards_building_type": "MFm",
2056
+ "standards_space_type": "ResPublicArea",
2057
+ "new_standards_space_type": "corridor"
2058
+ },
2059
+ {
2060
+ "standards_building_type": "MLI",
2061
+ "standards_space_type": "Break",
2062
+ "new_standards_space_type": "lounge/breakroom"
2063
+ },
2064
+ {
2065
+ "standards_building_type": "MLI",
2066
+ "standards_space_type": "CorridorStairway",
2067
+ "new_standards_space_type": "corridor"
2068
+ },
2069
+ {
2070
+ "standards_building_type": "MLI",
2071
+ "standards_space_type": "LobbyWaiting",
2072
+ "new_standards_space_type": "lobby"
2073
+ },
2074
+ {
2075
+ "standards_building_type": "MLI",
2076
+ "standards_space_type": "MechElecRoom",
2077
+ "new_standards_space_type": "electrical/mechanical"
2078
+ },
2079
+ {
2080
+ "standards_building_type": "MLI",
2081
+ "standards_space_type": "OfficeGeneral",
2082
+ "new_standards_space_type": "office"
2083
+ },
2084
+ {
2085
+ "standards_building_type": "MLI",
2086
+ "standards_space_type": "Restroom",
2087
+ "new_standards_space_type": "restroom"
2088
+ },
2089
+ {
2090
+ "standards_building_type": "MLI",
2091
+ "standards_space_type": "RetailSales",
2092
+ "new_standards_space_type": "retail"
2093
+ },
2094
+ {
2095
+ "standards_building_type": "MLI",
2096
+ "standards_space_type": "StockRoom",
2097
+ "new_standards_space_type": "storage"
2098
+ },
2099
+ {
2100
+ "standards_building_type": "MLI",
2101
+ "standards_space_type": "Work",
2102
+ "new_standards_space_type": "workshop"
2103
+ },
2104
+ {
2105
+ "standards_building_type": "Mtl",
2106
+ "standards_space_type": "Break",
2107
+ "new_standards_space_type": "lounge/breakroom"
2108
+ },
2109
+ {
2110
+ "standards_building_type": "Mtl",
2111
+ "standards_space_type": "GuestRmCorrid",
2112
+ "new_standards_space_type": "corridor"
2113
+ },
2114
+ {
2115
+ "standards_building_type": "Mtl",
2116
+ "standards_space_type": "GuestRmOcc",
2117
+ "new_standards_space_type": "guest room"
2118
+ },
2119
+ {
2120
+ "standards_building_type": "Mtl",
2121
+ "standards_space_type": "GuestRmUnOcc",
2122
+ "new_standards_space_type": "guest room"
2123
+ },
2124
+ {
2125
+ "standards_building_type": "Mtl",
2126
+ "standards_space_type": "Laundry",
2127
+ "new_standards_space_type": "laundry/washing"
2128
+ },
2129
+ {
2130
+ "standards_building_type": "Mtl",
2131
+ "standards_space_type": "MechElecRoom",
2132
+ "new_standards_space_type": "electrical/mechanical"
2133
+ },
2134
+ {
2135
+ "standards_building_type": "Mtl",
2136
+ "standards_space_type": "OfficeGeneral",
2137
+ "new_standards_space_type": "office"
2138
+ },
2139
+ {
2140
+ "standards_building_type": "Mtl",
2141
+ "standards_space_type": "Restroom",
2142
+ "new_standards_space_type": "restroom"
2143
+ },
2144
+ {
2145
+ "standards_building_type": "Mtl",
2146
+ "standards_space_type": "StorageSmlCond",
2147
+ "new_standards_space_type": "storage"
2148
+ },
2149
+ {
2150
+ "standards_building_type": "Nrs",
2151
+ "standards_space_type": "CorridorStairway",
2152
+ "new_standards_space_type": "corridor"
2153
+ },
2154
+ {
2155
+ "standards_building_type": "Nrs",
2156
+ "standards_space_type": "Dining",
2157
+ "new_standards_space_type": "dining"
2158
+ },
2159
+ {
2160
+ "standards_building_type": "Nrs",
2161
+ "standards_space_type": "Kitchen",
2162
+ "new_standards_space_type": "food preparation"
2163
+ },
2164
+ {
2165
+ "standards_building_type": "Nrs",
2166
+ "standards_space_type": "Laundry",
2167
+ "new_standards_space_type": "laundry/washing"
2168
+ },
2169
+ {
2170
+ "standards_building_type": "Nrs",
2171
+ "standards_space_type": "LobbyWaiting",
2172
+ "new_standards_space_type": "lobby"
2173
+ },
2174
+ {
2175
+ "standards_building_type": "Nrs",
2176
+ "standards_space_type": "MechElecRoom",
2177
+ "new_standards_space_type": "electrical/mechanical"
2178
+ },
2179
+ {
2180
+ "standards_building_type": "Nrs",
2181
+ "standards_space_type": "OfficeGeneral",
2182
+ "new_standards_space_type": "office"
2183
+ },
2184
+ {
2185
+ "standards_building_type": "Nrs",
2186
+ "standards_space_type": "PatientRoom",
2187
+ "new_standards_space_type": "patient room"
2188
+ },
2189
+ {
2190
+ "standards_building_type": "Nrs",
2191
+ "standards_space_type": "Restroom",
2192
+ "new_standards_space_type": "restroom"
2193
+ },
2194
+ {
2195
+ "standards_building_type": "Nrs",
2196
+ "standards_space_type": "StorageSmlCond",
2197
+ "new_standards_space_type": "storage"
2198
+ },
2199
+ {
2200
+ "standards_building_type": "Nrs",
2201
+ "standards_space_type": "Plenum",
2202
+ "new_standards_space_type": "plenum"
2203
+ },
2204
+ {
2205
+ "standards_building_type": "OfL",
2206
+ "standards_space_type": "Break",
2207
+ "new_standards_space_type": "lounge/breakroom"
2208
+ },
2209
+ {
2210
+ "standards_building_type": "OfL",
2211
+ "standards_space_type": "Conference",
2212
+ "new_standards_space_type": "conference/meeting/multipurpose"
2213
+ },
2214
+ {
2215
+ "standards_building_type": "OfL",
2216
+ "standards_space_type": "CopyRoom",
2217
+ "new_standards_space_type": "copy/print"
2218
+ },
2219
+ {
2220
+ "standards_building_type": "OfL",
2221
+ "standards_space_type": "CorridorStairway",
2222
+ "new_standards_space_type": "corridor"
2223
+ },
2224
+ {
2225
+ "standards_building_type": "OfL",
2226
+ "standards_space_type": "LobbyWaiting",
2227
+ "new_standards_space_type": "lobby"
2228
+ },
2229
+ {
2230
+ "standards_building_type": "OfL",
2231
+ "standards_space_type": "MechElecRoom",
2232
+ "new_standards_space_type": "electrical/mechanical"
2233
+ },
2234
+ {
2235
+ "standards_building_type": "OfL",
2236
+ "standards_space_type": "OfficeSmall",
2237
+ "new_standards_space_type": "office"
2238
+ },
2239
+ {
2240
+ "standards_building_type": "OfL",
2241
+ "standards_space_type": "OfficeOpen",
2242
+ "new_standards_space_type": "office"
2243
+ },
2244
+ {
2245
+ "standards_building_type": "OfL",
2246
+ "standards_space_type": "Restroom",
2247
+ "new_standards_space_type": "restroom"
2248
+ },
2249
+ {
2250
+ "standards_building_type": "OfL",
2251
+ "standards_space_type": "StorageSmlCond",
2252
+ "new_standards_space_type": "storage"
2253
+ },
2254
+ {
2255
+ "standards_building_type": "OfL",
2256
+ "standards_space_type": "Plenum",
2257
+ "new_standards_space_type": "plenum"
2258
+ },
2259
+ {
2260
+ "standards_building_type": "OfS",
2261
+ "standards_space_type": "Break",
2262
+ "new_standards_space_type": "lounge/breakroom"
2263
+ },
2264
+ {
2265
+ "standards_building_type": "OfS",
2266
+ "standards_space_type": "CompRoomData",
2267
+ "new_standards_space_type": "datacenter/low ite"
2268
+ },
2269
+ {
2270
+ "standards_building_type": "OfS",
2271
+ "standards_space_type": "Conference",
2272
+ "new_standards_space_type": "conference/meeting/multipurpose"
2273
+ },
2274
+ {
2275
+ "standards_building_type": "OfS",
2276
+ "standards_space_type": "CopyRoom",
2277
+ "new_standards_space_type": "copy/print"
2278
+ },
2279
+ {
2280
+ "standards_building_type": "OfS",
2281
+ "standards_space_type": "Hall",
2282
+ "new_standards_space_type": "corridor"
2283
+ },
2284
+ {
2285
+ "standards_building_type": "OfS",
2286
+ "standards_space_type": "LobbyWaiting",
2287
+ "new_standards_space_type": "lobby"
2288
+ },
2289
+ {
2290
+ "standards_building_type": "OfS",
2291
+ "standards_space_type": "MechElecRoom",
2292
+ "new_standards_space_type": "electrical/mechanical"
2293
+ },
2294
+ {
2295
+ "standards_building_type": "OfS",
2296
+ "standards_space_type": "OfficeOpen",
2297
+ "new_standards_space_type": "office"
2298
+ },
2299
+ {
2300
+ "standards_building_type": "OfS",
2301
+ "standards_space_type": "OfficeSmall",
2302
+ "new_standards_space_type": "office"
2303
+ },
2304
+ {
2305
+ "standards_building_type": "OfS",
2306
+ "standards_space_type": "Restroom",
2307
+ "new_standards_space_type": "restroom"
2308
+ },
2309
+ {
2310
+ "standards_building_type": "OfS",
2311
+ "standards_space_type": "StorageSmlCond",
2312
+ "new_standards_space_type": "storage"
2313
+ },
2314
+ {
2315
+ "standards_building_type": "OfS",
2316
+ "standards_space_type": "Plenum",
2317
+ "new_standards_space_type": "plenum"
2318
+ },
2319
+ {
2320
+ "standards_building_type": "RFF",
2321
+ "standards_space_type": "CorridorStairway",
2322
+ "new_standards_space_type": "corridor"
2323
+ },
2324
+ {
2325
+ "standards_building_type": "RFF",
2326
+ "standards_space_type": "Dining",
2327
+ "new_standards_space_type": "dining"
2328
+ },
2329
+ {
2330
+ "standards_building_type": "RFF",
2331
+ "standards_space_type": "Kitchen",
2332
+ "new_standards_space_type": "food preparation"
2333
+ },
2334
+ {
2335
+ "standards_building_type": "RFF",
2336
+ "standards_space_type": "LobbyWaiting",
2337
+ "new_standards_space_type": "lobby"
2338
+ },
2339
+ {
2340
+ "standards_building_type": "RFF",
2341
+ "standards_space_type": "OfficeGeneral",
2342
+ "new_standards_space_type": "office"
2343
+ },
2344
+ {
2345
+ "standards_building_type": "RFF",
2346
+ "standards_space_type": "Restroom",
2347
+ "new_standards_space_type": "restroom"
2348
+ },
2349
+ {
2350
+ "standards_building_type": "RFF",
2351
+ "standards_space_type": "StockRoom",
2352
+ "new_standards_space_type": "storage"
2353
+ },
2354
+ {
2355
+ "standards_building_type": "RFF",
2356
+ "standards_space_type": "Plenum",
2357
+ "new_standards_space_type": "plenum"
2358
+ },
2359
+ {
2360
+ "standards_building_type": "RSD",
2361
+ "standards_space_type": "CorridorStairway",
2362
+ "new_standards_space_type": "corridor"
2363
+ },
2364
+ {
2365
+ "standards_building_type": "RSD",
2366
+ "standards_space_type": "Dining",
2367
+ "new_standards_space_type": "dining"
2368
+ },
2369
+ {
2370
+ "standards_building_type": "RSD",
2371
+ "standards_space_type": "LobbyWaiting",
2372
+ "new_standards_space_type": "lobby"
2373
+ },
2374
+ {
2375
+ "standards_building_type": "RSD",
2376
+ "standards_space_type": "Kitchen",
2377
+ "new_standards_space_type": "food preparation"
2378
+ },
2379
+ {
2380
+ "standards_building_type": "RSD",
2381
+ "standards_space_type": "OfficeGeneral",
2382
+ "new_standards_space_type": "office"
2383
+ },
2384
+ {
2385
+ "standards_building_type": "RSD",
2386
+ "standards_space_type": "Restroom",
2387
+ "new_standards_space_type": "restroom"
2388
+ },
2389
+ {
2390
+ "standards_building_type": "RSD",
2391
+ "standards_space_type": "StockRoom",
2392
+ "new_standards_space_type": "storage"
2393
+ },
2394
+ {
2395
+ "standards_building_type": "RSD",
2396
+ "standards_space_type": "Plenum",
2397
+ "new_standards_space_type": "plenum"
2398
+ },
2399
+ {
2400
+ "standards_building_type": "Rt3",
2401
+ "standards_space_type": "Break",
2402
+ "new_standards_space_type": "lounge/breakroom"
2403
+ },
2404
+ {
2405
+ "standards_building_type": "Rt3",
2406
+ "standards_space_type": "CorridorStairway",
2407
+ "new_standards_space_type": "corridor"
2408
+ },
2409
+ {
2410
+ "standards_building_type": "Rt3",
2411
+ "standards_space_type": "MechElecRoom",
2412
+ "new_standards_space_type": "electrical/mechanical"
2413
+ },
2414
+ {
2415
+ "standards_building_type": "Rt3",
2416
+ "standards_space_type": "OfficeGeneral",
2417
+ "new_standards_space_type": "office"
2418
+ },
2419
+ {
2420
+ "standards_building_type": "Rt3",
2421
+ "standards_space_type": "Restroom",
2422
+ "new_standards_space_type": "restroom"
2423
+ },
2424
+ {
2425
+ "standards_building_type": "Rt3",
2426
+ "standards_space_type": "RetailSales",
2427
+ "new_standards_space_type": "retail"
2428
+ },
2429
+ {
2430
+ "standards_building_type": "Rt3",
2431
+ "standards_space_type": "StockRoom",
2432
+ "new_standards_space_type": "storage"
2433
+ },
2434
+ {
2435
+ "standards_building_type": "Rt3",
2436
+ "standards_space_type": "Work",
2437
+ "new_standards_space_type": "storage"
2438
+ },
2439
+ {
2440
+ "standards_building_type": "Rt3",
2441
+ "standards_space_type": "Plenum",
2442
+ "new_standards_space_type": "plenum"
2443
+ },
2444
+ {
2445
+ "standards_building_type": "RtL",
2446
+ "standards_space_type": "Break",
2447
+ "new_standards_space_type": "lounge/breakroom"
2448
+ },
2449
+ {
2450
+ "standards_building_type": "RtL",
2451
+ "standards_space_type": "Kitchen",
2452
+ "new_standards_space_type": "food preparation"
2453
+ },
2454
+ {
2455
+ "standards_building_type": "RtL",
2456
+ "standards_space_type": "MechElecRoom",
2457
+ "new_standards_space_type": "electrical/mechanical"
2458
+ },
2459
+ {
2460
+ "standards_building_type": "RtL",
2461
+ "standards_space_type": "OfficeGeneral",
2462
+ "new_standards_space_type": "office"
2463
+ },
2464
+ {
2465
+ "standards_building_type": "RtL",
2466
+ "standards_space_type": "StockRoom",
2467
+ "new_standards_space_type": "storage"
2468
+ },
2469
+ {
2470
+ "standards_building_type": "RtL",
2471
+ "standards_space_type": "Restroom",
2472
+ "new_standards_space_type": "restroom"
2473
+ },
2474
+ {
2475
+ "standards_building_type": "RtL",
2476
+ "standards_space_type": "RetailSales",
2477
+ "new_standards_space_type": "retail"
2478
+ },
2479
+ {
2480
+ "standards_building_type": "RtL",
2481
+ "standards_space_type": "Work",
2482
+ "new_standards_space_type": "storage"
2483
+ },
2484
+ {
2485
+ "standards_building_type": "RtS",
2486
+ "standards_space_type": "Break",
2487
+ "new_standards_space_type": "lounge/breakroom"
2488
+ },
2489
+ {
2490
+ "standards_building_type": "RtS",
2491
+ "standards_space_type": "Hall",
2492
+ "new_standards_space_type": "corridor"
2493
+ },
2494
+ {
2495
+ "standards_building_type": "RtS",
2496
+ "standards_space_type": "MechElecRoom",
2497
+ "new_standards_space_type": "electrical/mechanical"
2498
+ },
2499
+ {
2500
+ "standards_building_type": "RtS",
2501
+ "standards_space_type": "OfficeGeneral",
2502
+ "new_standards_space_type": "office"
2503
+ },
2504
+ {
2505
+ "standards_building_type": "RtS",
2506
+ "standards_space_type": "Restroom",
2507
+ "new_standards_space_type": "restroom"
2508
+ },
2509
+ {
2510
+ "standards_building_type": "RtS",
2511
+ "standards_space_type": "RetailSales",
2512
+ "new_standards_space_type": "retail"
2513
+ },
2514
+ {
2515
+ "standards_building_type": "RtS",
2516
+ "standards_space_type": "StockRoom",
2517
+ "new_standards_space_type": "storage"
2518
+ },
2519
+ {
2520
+ "standards_building_type": "RtS",
2521
+ "standards_space_type": "Plenum",
2522
+ "new_standards_space_type": "plenum"
2523
+ },
2524
+ {
2525
+ "standards_building_type": "SCn",
2526
+ "standards_space_type": "Break",
2527
+ "new_standards_space_type": "lounge/breakroom"
2528
+ },
2529
+ {
2530
+ "standards_building_type": "SCn",
2531
+ "standards_space_type": "Hall",
2532
+ "new_standards_space_type": "corridor"
2533
+ },
2534
+ {
2535
+ "standards_building_type": "SCn",
2536
+ "standards_space_type": "OfficeGeneral",
2537
+ "new_standards_space_type": "office"
2538
+ },
2539
+ {
2540
+ "standards_building_type": "SCn",
2541
+ "standards_space_type": "Restroom",
2542
+ "new_standards_space_type": "restroom"
2543
+ },
2544
+ {
2545
+ "standards_building_type": "SCn",
2546
+ "standards_space_type": "WarehouseCond",
2547
+ "new_standards_space_type": "storage"
2548
+ },
2549
+ {
2550
+ "standards_building_type": "SUn",
2551
+ "standards_space_type": "Restroom",
2552
+ "new_standards_space_type": "restroom"
2553
+ },
2554
+ {
2555
+ "standards_building_type": "SUn",
2556
+ "standards_space_type": "WarehouseUnCond",
2557
+ "new_standards_space_type": "storage"
2558
+ },
2559
+ {
2560
+ "standards_building_type": "SUn",
2561
+ "standards_space_type": "OfficeGeneral",
2562
+ "new_standards_space_type": "office"
2563
+ },
2564
+ {
2565
+ "standards_building_type": "WRf",
2566
+ "standards_space_type": "IndLoadDock",
2567
+ "new_standards_space_type": "storage"
2568
+ },
2569
+ {
2570
+ "standards_building_type": "WRf",
2571
+ "standards_space_type": "MechElecRoom",
2572
+ "new_standards_space_type": "electrical/mechanical"
2573
+ },
2574
+ {
2575
+ "standards_building_type": "WRf",
2576
+ "standards_space_type": "OfficeGeneral",
2577
+ "new_standards_space_type": "office"
2578
+ },
2579
+ {
2580
+ "standards_building_type": "WRf",
2581
+ "standards_space_type": "RefStorCooler",
2582
+ "new_standards_space_type": "electrical/mechanical"
2583
+ },
2584
+ {
2585
+ "standards_building_type": "WRf",
2586
+ "standards_space_type": "RefStorFreezer",
2587
+ "new_standards_space_type": "electrical/mechanical"
2588
+ },
2589
+ {
2590
+ "standards_building_type": "WRf",
2591
+ "standards_space_type": "Restroom",
2592
+ "new_standards_space_type": "restroom"
2593
+ }
2594
+ ]