openstudio-standards 0.2.16 → 0.2.17.rc1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (181) hide show
  1. checksums.yaml +4 -4
  2. data/data/standards/manage_OpenStudio_Standards.rb +31 -4
  3. data/lib/openstudio-standards/btap/geometry.rb +1 -1
  4. data/lib/openstudio-standards/hvac_sizing/Siz.HeatingCoolingFuels.rb +354 -2
  5. data/lib/openstudio-standards/hvac_sizing/Siz.ThermalZone.rb +79 -0
  6. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.College.rb +1 -1
  7. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.Laboratory.rb +1 -1
  8. data/lib/openstudio-standards/prototypes/common/do_not_edit_metaclasses.rb +3313 -0
  9. data/lib/openstudio-standards/prototypes/common/objects/Prototype.Fan.rb +12 -0
  10. data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.rb +3 -4
  11. data/lib/openstudio-standards/prototypes/common/objects/Prototype.SizingSystem.rb +1 -1
  12. data/lib/openstudio-standards/prototypes/common/objects/Prototype.hvac_systems.rb +167 -93
  13. data/lib/openstudio-standards/prototypes/common/objects/Prototype.utilities.rb +2 -4
  14. data/lib/openstudio-standards/prototypes/common/prototype_metaprogramming.rb +1 -0
  15. data/lib/openstudio-standards/refs/references.rb +3 -0
  16. data/lib/openstudio-standards/standards/Standards.AirLoopHVAC.rb +279 -6
  17. data/lib/openstudio-standards/standards/Standards.AirTerminalSingleDuctParallelPIUReheat.rb +50 -2
  18. data/lib/openstudio-standards/standards/Standards.ChillerElectricEIR.rb +4 -0
  19. data/lib/openstudio-standards/standards/Standards.CoilCoolingWaterToAirHeatPumpEquationFit.rb +0 -1
  20. data/lib/openstudio-standards/standards/Standards.Construction.rb +185 -3
  21. data/lib/openstudio-standards/standards/Standards.Fan.rb +14 -6
  22. data/lib/openstudio-standards/standards/Standards.HeatExchangerSensLat.rb +1 -0
  23. data/lib/openstudio-standards/standards/Standards.Model.rb +1751 -383
  24. data/lib/openstudio-standards/standards/Standards.PlanarSurface.rb +130 -9
  25. data/lib/openstudio-standards/standards/Standards.PlantLoop.rb +50 -3
  26. data/lib/openstudio-standards/standards/Standards.ScheduleCompact.rb +44 -0
  27. data/lib/openstudio-standards/standards/Standards.ScheduleConstant.rb +27 -0
  28. data/lib/openstudio-standards/standards/Standards.ScheduleRuleset.rb +543 -0
  29. data/lib/openstudio-standards/standards/Standards.Space.rb +665 -15
  30. data/lib/openstudio-standards/standards/Standards.SpaceType.rb +141 -4
  31. data/lib/openstudio-standards/standards/Standards.SubSurface.rb +2 -1
  32. data/lib/openstudio-standards/standards/Standards.Surface.rb +117 -0
  33. data/lib/openstudio-standards/standards/Standards.ThermalZone.rb +197 -49
  34. data/lib/openstudio-standards/standards/Standards.ZoneHVACComponent.rb +41 -0
  35. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/ashrae_90_1_2004.Model.rb +6 -8
  36. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/comstock_ashrae_90_1_2004/data/ashrae_90_1.schedules.json +45 -45
  37. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/comstock_ashrae_90_1_2004/data/comstock_ashrae_90_1_2004.spc_typ.json +7 -7
  38. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/comstock_ashrae_90_1_2007/data/ashrae_90_1.schedules.json +45 -45
  39. 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 +7 -7
  40. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/comstock_ashrae_90_1_2010/data/ashrae_90_1.schedules.json +45 -45
  41. 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 +9 -9
  42. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/comstock_ashrae_90_1_2013/data/ashrae_90_1.schedules.json +45 -45
  43. 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 +4 -4
  44. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/comstock_ashrae_90_1_2016/data/ashrae_90_1.schedules.json +45 -45
  45. 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 +5 -5
  46. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.AirLoopHVAC.rb +5 -5
  47. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/comstock_ashrae_90_1_2019/data/ashrae_90_1.schedules.json +45 -45
  48. 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 +5 -5
  49. data/lib/openstudio-standards/standards/ashrae_90_1/data/ashrae_90_1.constructions.json +2 -2
  50. data/lib/openstudio-standards/standards/ashrae_90_1/data/ashrae_90_1.fans.json +12 -0
  51. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/comstock_doe_ref_1980_2004/data/ashrae_90_1.schedules.json +45 -45
  52. 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 +10 -10
  53. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/comstock_doe_ref_pre_1980/data/ashrae_90_1.schedules.json +45 -45
  54. 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 +10 -10
  55. data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.AirLoopHVAC.rb +1 -0
  56. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.AirLoopHVAC.rb +792 -0
  57. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.AirTerminalSingleDuctParallelPIUReheat.rb +10 -0
  58. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.AirTerminalSingleDuctVAVReheat.rb +31 -0
  59. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.BoilerHotWater.rb +91 -0
  60. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.ChillerElectricEIR.rb +84 -0
  61. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilCoolingDXSingleSpeed.rb +145 -0
  62. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilCoolingDXTwoSpeed.rb +106 -0
  63. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilDX.rb +71 -0
  64. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilHeatingDXSingleSpeed.rb +194 -0
  65. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilHeatingGas.rb +120 -0
  66. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoolingTower.rb +110 -0
  67. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoolingTowerVariableSpeed.rb +5 -0
  68. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.Fan.rb +73 -0
  69. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.FanConstantVolume.rb +5 -0
  70. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.FanOnOff.rb +5 -0
  71. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.FanVariableVolume.rb +24 -0
  72. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.FanZoneExhaust.rb +5 -0
  73. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.HeatExchangerSensLat.rb +55 -0
  74. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.Model.rb +3045 -0
  75. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.PlanarSurface.rb +187 -0
  76. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.PlantLoop.rb +450 -0
  77. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.Space.rb +106 -0
  78. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.SpaceType.rb +666 -0
  79. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.Surface.rb +54 -0
  80. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.ThermalZone.rb +168 -0
  81. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.ZoneHVACComponent.rb +132 -0
  82. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.rb +239 -0
  83. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/ashrae_90_1_prm_2019.Model.rb +176 -0
  84. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/ashrae_90_1_prm_2019.rb +25 -0
  85. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.boilers.json +52 -0
  86. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.chillers.json +112 -0
  87. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.climate_zone_sets.json +210 -0
  88. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.construction_properties.json +10384 -0
  89. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.construction_sets.json +133 -0
  90. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.furnaces.json +43 -0
  91. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.heat_pumps.json +119 -0
  92. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.heat_pumps_heating.json +130 -0
  93. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.heat_rejection.json +13 -0
  94. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.lpd_space_type.json +568 -0
  95. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.motors.json +264 -0
  96. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.prm_baseline_hvac.json +439 -0
  97. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.prm_constructions.json +685 -0
  98. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.prm_economizers.json +213 -0
  99. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.prm_ext_ltg.json +32 -0
  100. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.prm_heat_type.json +136 -0
  101. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.prm_hvac_bldg_type.json +32 -0
  102. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.prm_interior_lighting.json +1837 -0
  103. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.prm_swh_bldg_type.json +184 -0
  104. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.prm_wwr_bldg_type.json +84 -0
  105. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.unitary_acs.json +148 -0
  106. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.water_heaters.json +157 -0
  107. data/lib/openstudio-standards/standards/ashrae_90_1_prm/data/ashrae_90_1_prm.climate_zone_sets.json +210 -0
  108. data/lib/openstudio-standards/standards/ashrae_90_1_prm/data/ashrae_90_1_prm.curves.json +18329 -0
  109. data/lib/openstudio-standards/standards/ashrae_90_1_prm/data/ashrae_90_1_prm.fans.json +340 -0
  110. data/lib/openstudio-standards/standards/ashrae_90_1_prm/data/ashrae_90_1_prm.materials.json +49924 -0
  111. data/lib/openstudio-standards/standards/ashrae_90_1_prm/docs/baseline_building_rotation_exception.md +44 -0
  112. data/lib/openstudio-standards/standards/ashrae_90_1_prm/docs/check_pump_power_and_control.md +71 -0
  113. data/lib/openstudio-standards/standards/ashrae_90_1_prm/docs/dcv.md +68 -0
  114. data/lib/openstudio-standards/standards/ashrae_90_1_prm/docs/dcv_implementation.png +0 -0
  115. data/lib/openstudio-standards/standards/ashrae_90_1_prm/docs/elevators.md +14 -0
  116. data/lib/openstudio-standards/standards/ashrae_90_1_prm/docs/exhaust_air_energy_recovery.md +36 -0
  117. data/lib/openstudio-standards/standards/ashrae_90_1_prm/docs/f_c_factors.md +19 -0
  118. data/lib/openstudio-standards/standards/ashrae_90_1_prm/docs/fan_power_credits.md +15 -0
  119. data/lib/openstudio-standards/standards/ashrae_90_1_prm/docs/preheat_coil.md +59 -0
  120. data/lib/openstudio-standards/standards/ashrae_90_1_prm/docs/pump_power_control.md +46 -0
  121. data/lib/openstudio-standards/standards/ashrae_90_1_prm/docs/return_air_type.md +31 -0
  122. data/lib/openstudio-standards/standards/ashrae_90_1_prm/docs/set_baseline_wwr.md +191 -0
  123. data/lib/openstudio-standards/standards/ashrae_90_1_prm/docs/set_hw_and_chw_supply_water_temp_reset_control.md +24 -0
  124. data/lib/openstudio-standards/standards/ashrae_90_1_prm/docs/set_num_boilers_chillers_towers.md +49 -0
  125. data/lib/openstudio-standards/standards/ashrae_90_1_prm/docs/set_plug_load_measures.md +80 -0
  126. data/lib/openstudio-standards/standards/ashrae_90_1_prm/docs/set_space_lpd.md +73 -0
  127. data/lib/openstudio-standards/standards/ashrae_90_1_prm/docs/unenclosed_and_unconditioned_spaces.md +11 -0
  128. data/lib/openstudio-standards/standards/ashrae_90_1_prm/docs/unmet_load_hours.md +20 -0
  129. data/lib/openstudio-standards/standards/ashrae_90_1_prm/docs/vav_parallel_piu_terminals_fan_control.md +23 -0
  130. data/lib/openstudio-standards/standards/ashrae_90_1_prm/docs/vav_terminals_min_flow_setpoint.md +21 -0
  131. data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/userdata_airloop_hvac.csv +1 -0
  132. data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/userdata_airloop_hvac_doas.csv +1 -0
  133. data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/userdata_building.csv +1 -0
  134. data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/userdata_design_specification_outdoor_air.csv +1 -0
  135. data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/userdata_electric_equipment.csv +1 -0
  136. data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/userdata_exterior_lights.csv +1 -0
  137. data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/userdata_gas_equipment.csv +1 -0
  138. data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/userdata_lights.csv +1 -0
  139. data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/userdata_space.csv +1 -0
  140. data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/userdata_spacetype.csv +1 -0
  141. data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/userdata_thermal_zone.csv +1 -0
  142. data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/userdata_wateruse_connections.csv +1 -0
  143. data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/userdata_wateruse_equipment.csv +1 -0
  144. data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/userdata_wateruse_equipment_definition.csv +1 -0
  145. data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/userdata_zone_hvac.csv +1 -0
  146. data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/userdata_zone_infiltration.csv +1 -0
  147. data/lib/openstudio-standards/standards/cbes/data/cbes.fans.json +12 -0
  148. data/lib/openstudio-standards/standards/deer/data/deer.fans.json +12 -0
  149. data/lib/openstudio-standards/standards/necb/ECMS/data/heat_pumps.json +1 -1
  150. data/lib/openstudio-standards/standards/necb/ECMS/data/heat_pumps_heating.json +1 -1
  151. data/lib/openstudio-standards/standards/necb/ECMS/data/unitary_acs.json +24 -11
  152. data/lib/openstudio-standards/standards/necb/ECMS/erv.rb +13 -15
  153. data/lib/openstudio-standards/standards/necb/NECB2011/data/province_map.json +17 -0
  154. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_3_and_8_multi_speed.rb +1 -1
  155. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_3_and_8_single_speed.rb +1 -1
  156. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_4.rb +2 -2
  157. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_6.rb +6 -5
  158. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_systems.rb +3 -2
  159. data/lib/openstudio-standards/standards/necb/NECB2011/necb_2011.rb +2 -3
  160. data/lib/openstudio-standards/standards/necb/NECB2020/data/chillers.json +2 -2
  161. data/lib/openstudio-standards/standards/necb/NECB2020/data/space_types.json +33 -924
  162. data/lib/openstudio-standards/standards/necb/NECB2020/data/unitary_acs.json +15 -15
  163. data/lib/openstudio-standards/standards/necb/common/btap_data.rb +135 -29
  164. data/lib/openstudio-standards/standards/necb/common/btap_datapoint.rb +16 -4
  165. data/lib/openstudio-standards/standards/necb/common/neb_end_use_prices.csv +40 -42
  166. data/lib/openstudio-standards/standards/necb/common/necb_reference_runs.csv +1 -1
  167. data/lib/openstudio-standards/standards/necb/common/space_type_upgrade_map.json +89 -89
  168. data/lib/openstudio-standards/utilities/array.rb +11 -0
  169. data/lib/openstudio-standards/utilities/logging.rb +48 -0
  170. data/lib/openstudio-standards/utilities/object_info.rb +20 -0
  171. data/lib/openstudio-standards/utilities/schedule_translator.rb +348 -0
  172. data/lib/openstudio-standards/utilities/sqlfile.rb +68 -0
  173. data/lib/openstudio-standards/version.rb +2 -2
  174. data/lib/openstudio-standards/weather/Weather.Model.rb +42 -55
  175. data/lib/openstudio-standards/weather/Weather.stat_file.rb +1 -1
  176. data/lib/openstudio-standards.rb +35 -1
  177. metadata +111 -6
  178. data/data/standards/OpenStudio_Standards-ashrae_90_1.xlsx +0 -0
  179. data/data/standards/OpenStudio_Standards-ashrae_90_1_28Jan2022.xlsx +0 -0
  180. data/data/standards/OpenStudio_Standards-ashrae_90_1_28_Jan2022_2.xlsx +0 -0
  181. data/data/standards/openstudio_standards_duplicates_log.csv +0 -143
@@ -0,0 +1,568 @@
1
+ {
2
+ "lpd_space_type": [
3
+ {
4
+ "template": "90.1-PRM-2019",
5
+ "lpd_space_type": "airport concourse"
6
+ },
7
+ {
8
+ "template": "90.1-PRM-2019",
9
+ "lpd_space_type": "apartment - hardwired"
10
+ },
11
+ {
12
+ "template": "90.1-PRM-2019",
13
+ "lpd_space_type": "atrium <= 40 ft height"
14
+ },
15
+ {
16
+ "template": "90.1-PRM-2019",
17
+ "lpd_space_type": "atrium > 40 ft height"
18
+ },
19
+ {
20
+ "template": "90.1-PRM-2019",
21
+ "lpd_space_type": "attic - unoccupied"
22
+ },
23
+ {
24
+ "template": "90.1-PRM-2019",
25
+ "lpd_space_type": "audience seating - all other"
26
+ },
27
+ {
28
+ "template": "90.1-PRM-2019",
29
+ "lpd_space_type": "audience seating - auditorium"
30
+ },
31
+ {
32
+ "template": "90.1-PRM-2019",
33
+ "lpd_space_type": "audience seating - convention center"
34
+ },
35
+ {
36
+ "template": "90.1-PRM-2019",
37
+ "lpd_space_type": "audience seating - exercise center"
38
+ },
39
+ {
40
+ "template": "90.1-PRM-2019",
41
+ "lpd_space_type": "audience seating - gymnasium"
42
+ },
43
+ {
44
+ "template": "90.1-PRM-2019",
45
+ "lpd_space_type": "audience seating - motion picture theater"
46
+ },
47
+ {
48
+ "template": "90.1-PRM-2019",
49
+ "lpd_space_type": "audience seating - penitentiary"
50
+ },
51
+ {
52
+ "template": "90.1-PRM-2019",
53
+ "lpd_space_type": "audience seating - performing arts theater"
54
+ },
55
+ {
56
+ "template": "90.1-PRM-2019",
57
+ "lpd_space_type": "audience seating - religious facility"
58
+ },
59
+ {
60
+ "template": "90.1-PRM-2019",
61
+ "lpd_space_type": "audience seating - sports arena"
62
+ },
63
+ {
64
+ "template": "90.1-PRM-2019",
65
+ "lpd_space_type": "audience seating - transportation facility"
66
+ },
67
+ {
68
+ "template": "90.1-PRM-2019",
69
+ "lpd_space_type": "automotive"
70
+ },
71
+ {
72
+ "template": "90.1-PRM-2019",
73
+ "lpd_space_type": "automotive facility - whole building"
74
+ },
75
+ {
76
+ "template": "90.1-PRM-2019",
77
+ "lpd_space_type": "baggage/carousel"
78
+ },
79
+ {
80
+ "template": "90.1-PRM-2019",
81
+ "lpd_space_type": "banking activity"
82
+ },
83
+ {
84
+ "template": "90.1-PRM-2019",
85
+ "lpd_space_type": "chapel - visually impaired"
86
+ },
87
+ {
88
+ "template": "90.1-PRM-2019",
89
+ "lpd_space_type": "classroom - laboratory or shop"
90
+ },
91
+ {
92
+ "template": "90.1-PRM-2019",
93
+ "lpd_space_type": "classroom laboratory"
94
+ },
95
+ {
96
+ "template": "90.1-PRM-2019",
97
+ "lpd_space_type": "classroom/lecture/training - all other"
98
+ },
99
+ {
100
+ "template": "90.1-PRM-2019",
101
+ "lpd_space_type": "classroom/lecture/training - penitentiary"
102
+ },
103
+ {
104
+ "template": "90.1-PRM-2019",
105
+ "lpd_space_type": "classroom/lecture/training - preschool to 12th"
106
+ },
107
+ {
108
+ "template": "90.1-PRM-2019",
109
+ "lpd_space_type": "computer room"
110
+ },
111
+ {
112
+ "template": "90.1-PRM-2019",
113
+ "lpd_space_type": "conference/meeting/multipurpose"
114
+ },
115
+ {
116
+ "template": "90.1-PRM-2019",
117
+ "lpd_space_type": "confinement cells"
118
+ },
119
+ {
120
+ "template": "90.1-PRM-2019",
121
+ "lpd_space_type": "convention center - whole building"
122
+ },
123
+ {
124
+ "template": "90.1-PRM-2019",
125
+ "lpd_space_type": "copy/print"
126
+ },
127
+ {
128
+ "template": "90.1-PRM-2019",
129
+ "lpd_space_type": "corridor - all other"
130
+ },
131
+ {
132
+ "template": "90.1-PRM-2019",
133
+ "lpd_space_type": "corridor - hospital"
134
+ },
135
+ {
136
+ "template": "90.1-PRM-2019",
137
+ "lpd_space_type": "corridor - manufacturing facility"
138
+ },
139
+ {
140
+ "template": "90.1-PRM-2019",
141
+ "lpd_space_type": "corridor for visually impaired"
142
+ },
143
+ {
144
+ "template": "90.1-PRM-2019",
145
+ "lpd_space_type": "courthouse - whole building"
146
+ },
147
+ {
148
+ "template": "90.1-PRM-2019",
149
+ "lpd_space_type": "courtroom"
150
+ },
151
+ {
152
+ "template": "90.1-PRM-2019",
153
+ "lpd_space_type": "detailed manufacuring"
154
+ },
155
+ {
156
+ "template": "90.1-PRM-2019",
157
+ "lpd_space_type": "dining - all other"
158
+ },
159
+ {
160
+ "template": "90.1-PRM-2019",
161
+ "lpd_space_type": "dining - bar/lounge/leisure"
162
+ },
163
+ {
164
+ "template": "90.1-PRM-2019",
165
+ "lpd_space_type": "dining - cafeteria/fast food"
166
+ },
167
+ {
168
+ "template": "90.1-PRM-2019",
169
+ "lpd_space_type": "dining - family"
170
+ },
171
+ {
172
+ "template": "90.1-PRM-2019",
173
+ "lpd_space_type": "dining - penitentiary"
174
+ },
175
+ {
176
+ "template": "90.1-PRM-2019",
177
+ "lpd_space_type": "dining for visually impaired"
178
+ },
179
+ {
180
+ "template": "90.1-PRM-2019",
181
+ "lpd_space_type": "dining: bar lounge/leisure - whole building"
182
+ },
183
+ {
184
+ "template": "90.1-PRM-2019",
185
+ "lpd_space_type": "dining: cafeteria/fast food - whole building"
186
+ },
187
+ {
188
+ "template": "90.1-PRM-2019",
189
+ "lpd_space_type": "dining: family - whole building"
190
+ },
191
+ {
192
+ "template": "90.1-PRM-2019",
193
+ "lpd_space_type": "dormitory - living quarters"
194
+ },
195
+ {
196
+ "template": "90.1-PRM-2019",
197
+ "lpd_space_type": "dormitory - whole building"
198
+ },
199
+ {
200
+ "template": "90.1-PRM-2019",
201
+ "lpd_space_type": "electrical/mechanical"
202
+ },
203
+ {
204
+ "template": "90.1-PRM-2019",
205
+ "lpd_space_type": "elevator core"
206
+ },
207
+ {
208
+ "template": "90.1-PRM-2019",
209
+ "lpd_space_type": "emergency room"
210
+ },
211
+ {
212
+ "template": "90.1-PRM-2019",
213
+ "lpd_space_type": "emergency vehicle garage"
214
+ },
215
+ {
216
+ "template": "90.1-PRM-2019",
217
+ "lpd_space_type": "exam/treatment"
218
+ },
219
+ {
220
+ "template": "90.1-PRM-2019",
221
+ "lpd_space_type": "exercise center - whole building"
222
+ },
223
+ {
224
+ "template": "90.1-PRM-2019",
225
+ "lpd_space_type": "exhibit - convention center"
226
+ },
227
+ {
228
+ "template": "90.1-PRM-2019",
229
+ "lpd_space_type": "fellowship hall - religious facility"
230
+ },
231
+ {
232
+ "template": "90.1-PRM-2019",
233
+ "lpd_space_type": "fire station - whole building"
234
+ },
235
+ {
236
+ "template": "90.1-PRM-2019",
237
+ "lpd_space_type": "firestation - sleeping quarters"
238
+ },
239
+ {
240
+ "template": "90.1-PRM-2019",
241
+ "lpd_space_type": "guest room"
242
+ },
243
+ {
244
+ "template": "90.1-PRM-2019",
245
+ "lpd_space_type": "gymnasium - whole building"
246
+ },
247
+ {
248
+ "template": "90.1-PRM-2019",
249
+ "lpd_space_type": "gymnasium playing area"
250
+ },
251
+ {
252
+ "template": "90.1-PRM-2019",
253
+ "lpd_space_type": "gymnsasium exercise area"
254
+ },
255
+ {
256
+ "template": "90.1-PRM-2019",
257
+ "lpd_space_type": "health-care clinic - whole building"
258
+ },
259
+ {
260
+ "template": "90.1-PRM-2019",
261
+ "lpd_space_type": "hospital - whole building"
262
+ },
263
+ {
264
+ "template": "90.1-PRM-2019",
265
+ "lpd_space_type": "hotel/motel - whole building"
266
+ },
267
+ {
268
+ "template": "90.1-PRM-2019",
269
+ "lpd_space_type": "judges chambers"
270
+ },
271
+ {
272
+ "template": "90.1-PRM-2019",
273
+ "lpd_space_type": "kitchen"
274
+ },
275
+ {
276
+ "template": "90.1-PRM-2019",
277
+ "lpd_space_type": "laboratory"
278
+ },
279
+ {
280
+ "template": "90.1-PRM-2019",
281
+ "lpd_space_type": "laundry/washing"
282
+ },
283
+ {
284
+ "template": "90.1-PRM-2019",
285
+ "lpd_space_type": "library - reading"
286
+ },
287
+ {
288
+ "template": "90.1-PRM-2019",
289
+ "lpd_space_type": "library - stacks"
290
+ },
291
+ {
292
+ "template": "90.1-PRM-2019",
293
+ "lpd_space_type": "library - whole building"
294
+ },
295
+ {
296
+ "template": "90.1-PRM-2019",
297
+ "lpd_space_type": "loading dock"
298
+ },
299
+ {
300
+ "template": "90.1-PRM-2019",
301
+ "lpd_space_type": "lobby - all other"
302
+ },
303
+ {
304
+ "template": "90.1-PRM-2019",
305
+ "lpd_space_type": "lobby - elevator"
306
+ },
307
+ {
308
+ "template": "90.1-PRM-2019",
309
+ "lpd_space_type": "lobby - hotel"
310
+ },
311
+ {
312
+ "template": "90.1-PRM-2019",
313
+ "lpd_space_type": "lobby - motion picture theater"
314
+ },
315
+ {
316
+ "template": "90.1-PRM-2019",
317
+ "lpd_space_type": "lobby - performing arts theater"
318
+ },
319
+ {
320
+ "template": "90.1-PRM-2019",
321
+ "lpd_space_type": "lobby for visually impared"
322
+ },
323
+ {
324
+ "template": "90.1-PRM-2019",
325
+ "lpd_space_type": "locker room"
326
+ },
327
+ {
328
+ "template": "90.1-PRM-2019",
329
+ "lpd_space_type": "lounge/breakroom - all other"
330
+ },
331
+ {
332
+ "template": "90.1-PRM-2019",
333
+ "lpd_space_type": "lounge/breakroom - healthcare facility"
334
+ },
335
+ {
336
+ "template": "90.1-PRM-2019",
337
+ "lpd_space_type": "manufacturing equipment room"
338
+ },
339
+ {
340
+ "template": "90.1-PRM-2019",
341
+ "lpd_space_type": "manufacturing extra high bay"
342
+ },
343
+ {
344
+ "template": "90.1-PRM-2019",
345
+ "lpd_space_type": "manufacturing facility - whole building"
346
+ },
347
+ {
348
+ "template": "90.1-PRM-2019",
349
+ "lpd_space_type": "manufacturing high bay"
350
+ },
351
+ {
352
+ "template": "90.1-PRM-2019",
353
+ "lpd_space_type": "manufacturing low bay"
354
+ },
355
+ {
356
+ "template": "90.1-PRM-2019",
357
+ "lpd_space_type": "medical supply"
358
+ },
359
+ {
360
+ "template": "90.1-PRM-2019",
361
+ "lpd_space_type": "motion picture theater - whole building"
362
+ },
363
+ {
364
+ "template": "90.1-PRM-2019",
365
+ "lpd_space_type": "multifamily - whole building"
366
+ },
367
+ {
368
+ "template": "90.1-PRM-2019",
369
+ "lpd_space_type": "museum - whole building"
370
+ },
371
+ {
372
+ "template": "90.1-PRM-2019",
373
+ "lpd_space_type": "museum exhibit area"
374
+ },
375
+ {
376
+ "template": "90.1-PRM-2019",
377
+ "lpd_space_type": "museum restoration"
378
+ },
379
+ {
380
+ "template": "90.1-PRM-2019",
381
+ "lpd_space_type": "nursery"
382
+ },
383
+ {
384
+ "template": "90.1-PRM-2019",
385
+ "lpd_space_type": "nurses station"
386
+ },
387
+ {
388
+ "template": "90.1-PRM-2019",
389
+ "lpd_space_type": "office - enclosed <= 250 sf"
390
+ },
391
+ {
392
+ "template": "90.1-PRM-2019",
393
+ "lpd_space_type": "office - open"
394
+ },
395
+ {
396
+ "template": "90.1-PRM-2019",
397
+ "lpd_space_type": "office - whole building"
398
+ },
399
+ {
400
+ "template": "90.1-PRM-2019",
401
+ "lpd_space_type": "operating room"
402
+ },
403
+ {
404
+ "template": "90.1-PRM-2019",
405
+ "lpd_space_type": "parking area, interior"
406
+ },
407
+ {
408
+ "template": "90.1-PRM-2019",
409
+ "lpd_space_type": "parking garage - whole building"
410
+ },
411
+ {
412
+ "template": "90.1-PRM-2019",
413
+ "lpd_space_type": "patient room"
414
+ },
415
+ {
416
+ "template": "90.1-PRM-2019",
417
+ "lpd_space_type": "penitentiary - whole building"
418
+ },
419
+ {
420
+ "template": "90.1-PRM-2019",
421
+ "lpd_space_type": "performing arts theater - whole building"
422
+ },
423
+ {
424
+ "template": "90.1-PRM-2019",
425
+ "lpd_space_type": "pharmacy"
426
+ },
427
+ {
428
+ "template": "90.1-PRM-2019",
429
+ "lpd_space_type": "physical therapy"
430
+ },
431
+ {
432
+ "template": "90.1-PRM-2019",
433
+ "lpd_space_type": "plenum"
434
+ },
435
+ {
436
+ "template": "90.1-PRM-2019",
437
+ "lpd_space_type": "police station - whole building"
438
+ },
439
+ {
440
+ "template": "90.1-PRM-2019",
441
+ "lpd_space_type": "post office - sorting area"
442
+ },
443
+ {
444
+ "template": "90.1-PRM-2019",
445
+ "lpd_space_type": "post office - whole building"
446
+ },
447
+ {
448
+ "template": "90.1-PRM-2019",
449
+ "lpd_space_type": "recovery"
450
+ },
451
+ {
452
+ "template": "90.1-PRM-2019",
453
+ "lpd_space_type": "recreation/common living - visually impaired"
454
+ },
455
+ {
456
+ "template": "90.1-PRM-2019",
457
+ "lpd_space_type": "religious facility - whole building"
458
+ },
459
+ {
460
+ "template": "90.1-PRM-2019",
461
+ "lpd_space_type": "restroom - all other"
462
+ },
463
+ {
464
+ "template": "90.1-PRM-2019",
465
+ "lpd_space_type": "restroom - visually impaired"
466
+ },
467
+ {
468
+ "template": "90.1-PRM-2019",
469
+ "lpd_space_type": "retail - whole building"
470
+ },
471
+ {
472
+ "template": "90.1-PRM-2019",
473
+ "lpd_space_type": "retail dressing room"
474
+ },
475
+ {
476
+ "template": "90.1-PRM-2019",
477
+ "lpd_space_type": "retail mall concourse"
478
+ },
479
+ {
480
+ "template": "90.1-PRM-2019",
481
+ "lpd_space_type": "sales"
482
+ },
483
+ {
484
+ "template": "90.1-PRM-2019",
485
+ "lpd_space_type": "school/university - whole building"
486
+ },
487
+ {
488
+ "template": "90.1-PRM-2019",
489
+ "lpd_space_type": "seating area, general"
490
+ },
491
+ {
492
+ "template": "90.1-PRM-2019",
493
+ "lpd_space_type": "sports arena - whole building"
494
+ },
495
+ {
496
+ "template": "90.1-PRM-2019",
497
+ "lpd_space_type": "sports arena playing area, class I"
498
+ },
499
+ {
500
+ "template": "90.1-PRM-2019",
501
+ "lpd_space_type": "sports arena playing area, class II"
502
+ },
503
+ {
504
+ "template": "90.1-PRM-2019",
505
+ "lpd_space_type": "sports arena playing area, class III"
506
+ },
507
+ {
508
+ "template": "90.1-PRM-2019",
509
+ "lpd_space_type": "sports arena playing area, class IV"
510
+ },
511
+ {
512
+ "template": "90.1-PRM-2019",
513
+ "lpd_space_type": "stairwell"
514
+ },
515
+ {
516
+ "template": "90.1-PRM-2019",
517
+ "lpd_space_type": "storage 50 to 1000 sf - all other"
518
+ },
519
+ {
520
+ "template": "90.1-PRM-2019",
521
+ "lpd_space_type": "storage 50 to 1000 sf - hospital"
522
+ },
523
+ {
524
+ "template": "90.1-PRM-2019",
525
+ "lpd_space_type": "storage < 50 sf"
526
+ },
527
+ {
528
+ "template": "90.1-PRM-2019",
529
+ "lpd_space_type": "town hall - whole building"
530
+ },
531
+ {
532
+ "template": "90.1-PRM-2019",
533
+ "lpd_space_type": "transportation - whole building"
534
+ },
535
+ {
536
+ "template": "90.1-PRM-2019",
537
+ "lpd_space_type": "transportation ticket counter"
538
+ },
539
+ {
540
+ "template": "90.1-PRM-2019",
541
+ "lpd_space_type": "vehicular maintenance"
542
+ },
543
+ {
544
+ "template": "90.1-PRM-2019",
545
+ "lpd_space_type": "warehouse - bulk storage"
546
+ },
547
+ {
548
+ "template": "90.1-PRM-2019",
549
+ "lpd_space_type": "warehouse - fine storage"
550
+ },
551
+ {
552
+ "template": "90.1-PRM-2019",
553
+ "lpd_space_type": "warehouse - whole building"
554
+ },
555
+ {
556
+ "template": "90.1-PRM-2019",
557
+ "lpd_space_type": "workshop"
558
+ },
559
+ {
560
+ "template": "90.1-PRM-2019",
561
+ "lpd_space_type": "workshop - whole building"
562
+ },
563
+ {
564
+ "template": "90.1-PRM-2019",
565
+ "lpd_space_type": "worship/pulpit/choir area"
566
+ }
567
+ ]
568
+ }