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,1837 @@
1
+ {
2
+ "prm_interior_lighting": [
3
+ {
4
+ "template": "90.1-PRM-2019",
5
+ "lpd_space_type": "airport concourse",
6
+ "primary_space_type": "Transportation Facility",
7
+ "secondary_space_type": "Airport concourse",
8
+ "w/ft^2": 0.6,
9
+ "w/ft": null,
10
+ "isresidential": 0,
11
+ "manon_or_partauto": 1,
12
+ "occup_sensor_auto_on_svgs": 0.1,
13
+ "occup_sensor_savings": 0.125,
14
+ "notes": null
15
+ },
16
+ {
17
+ "template": "90.1-PRM-2019",
18
+ "lpd_space_type": "apartment - hardwired",
19
+ "primary_space_type": "Dwelling Unit",
20
+ "secondary_space_type": "General",
21
+ "w/ft^2": 1.07,
22
+ "w/ft": null,
23
+ "isresidential": 1,
24
+ "manon_or_partauto": 0,
25
+ "occup_sensor_auto_on_svgs": 0.0,
26
+ "occup_sensor_savings": 0,
27
+ "notes": "From Apx G Table 3.1 (6e): max for proposed model is 0.6 Wsf"
28
+ },
29
+ {
30
+ "template": "90.1-PRM-2019",
31
+ "lpd_space_type": "atrium <= 40 ft height",
32
+ "primary_space_type": "Atrium",
33
+ "secondary_space_type": "<=40ft in Height",
34
+ "w/ft^2": 0.0,
35
+ "w/ft": 0.0375,
36
+ "isresidential": 0,
37
+ "manon_or_partauto": 1,
38
+ "occup_sensor_auto_on_svgs": 0.1,
39
+ "occup_sensor_savings": 0.125,
40
+ "notes": null
41
+ },
42
+ {
43
+ "template": "90.1-PRM-2019",
44
+ "lpd_space_type": "atrium > 40 ft height",
45
+ "primary_space_type": "Atrium",
46
+ "secondary_space_type": ">40ft in Height",
47
+ "w/ft^2": 0.5,
48
+ "w/ft": 0.025,
49
+ "isresidential": 0,
50
+ "manon_or_partauto": 1,
51
+ "occup_sensor_auto_on_svgs": 0.1,
52
+ "occup_sensor_savings": 0.125,
53
+ "notes": null
54
+ },
55
+ {
56
+ "template": "90.1-PRM-2019",
57
+ "lpd_space_type": "attic - unoccupied",
58
+ "primary_space_type": "Attic",
59
+ "secondary_space_type": "General",
60
+ "w/ft^2": 0.0,
61
+ "w/ft": null,
62
+ "isresidential": 0,
63
+ "manon_or_partauto": 0,
64
+ "occup_sensor_auto_on_svgs": 0.1,
65
+ "occup_sensor_savings": 0.1,
66
+ "notes": null
67
+ },
68
+ {
69
+ "template": "90.1-PRM-2019",
70
+ "lpd_space_type": "audience seating - all other",
71
+ "primary_space_type": "Audience Seating Area",
72
+ "secondary_space_type": "For all other audience seating area",
73
+ "w/ft^2": 0.9,
74
+ "w/ft": null,
75
+ "isresidential": 0,
76
+ "manon_or_partauto": 1,
77
+ "occup_sensor_auto_on_svgs": 0.1,
78
+ "occup_sensor_savings": 0.125,
79
+ "notes": null
80
+ },
81
+ {
82
+ "template": "90.1-PRM-2019",
83
+ "lpd_space_type": "audience seating - auditorium",
84
+ "primary_space_type": "Audience Seating Area",
85
+ "secondary_space_type": "For Auditotrium",
86
+ "w/ft^2": 0.9,
87
+ "w/ft": null,
88
+ "isresidential": 0,
89
+ "manon_or_partauto": 1,
90
+ "occup_sensor_auto_on_svgs": 0.1,
91
+ "occup_sensor_savings": 0.125,
92
+ "notes": null
93
+ },
94
+ {
95
+ "template": "90.1-PRM-2019",
96
+ "lpd_space_type": "audience seating - convention center",
97
+ "primary_space_type": "Audience Seating Area",
98
+ "secondary_space_type": "Convention Center",
99
+ "w/ft^2": 0.7,
100
+ "w/ft": null,
101
+ "isresidential": 0,
102
+ "manon_or_partauto": 1,
103
+ "occup_sensor_auto_on_svgs": 0.1,
104
+ "occup_sensor_savings": 0.125,
105
+ "notes": null
106
+ },
107
+ {
108
+ "template": "90.1-PRM-2019",
109
+ "lpd_space_type": "audience seating - exercise center",
110
+ "primary_space_type": "Audience Seating Area",
111
+ "secondary_space_type": "Exercise Center",
112
+ "w/ft^2": 0.3,
113
+ "w/ft": null,
114
+ "isresidential": 0,
115
+ "manon_or_partauto": 1,
116
+ "occup_sensor_auto_on_svgs": 0.1,
117
+ "occup_sensor_savings": 0.125,
118
+ "notes": "For manual-ON or partial-auto-ON occupancy sensors, the occupancy sensor reduction factor shall be multiplied by 1.25 (all space types)"
119
+ },
120
+ {
121
+ "template": "90.1-PRM-2019",
122
+ "lpd_space_type": "audience seating - gymnasium",
123
+ "primary_space_type": "Audience Seating Area",
124
+ "secondary_space_type": "Gymnasium",
125
+ "w/ft^2": 0.4,
126
+ "w/ft": null,
127
+ "isresidential": 0,
128
+ "manon_or_partauto": 1,
129
+ "occup_sensor_auto_on_svgs": 0.1,
130
+ "occup_sensor_savings": 0.125,
131
+ "notes": null
132
+ },
133
+ {
134
+ "template": "90.1-PRM-2019",
135
+ "lpd_space_type": "audience seating - motion picture theater",
136
+ "primary_space_type": "Audience Seating Area",
137
+ "secondary_space_type": "Motion Picture Theater",
138
+ "w/ft^2": 1.2,
139
+ "w/ft": null,
140
+ "isresidential": 0,
141
+ "manon_or_partauto": 1,
142
+ "occup_sensor_auto_on_svgs": 0.1,
143
+ "occup_sensor_savings": 0.125,
144
+ "notes": null
145
+ },
146
+ {
147
+ "template": "90.1-PRM-2019",
148
+ "lpd_space_type": "audience seating - penitentiary",
149
+ "primary_space_type": "Audience Seating Area",
150
+ "secondary_space_type": "Penitentiary",
151
+ "w/ft^2": 0.7,
152
+ "w/ft": null,
153
+ "isresidential": 0,
154
+ "manon_or_partauto": 1,
155
+ "occup_sensor_auto_on_svgs": 0.1,
156
+ "occup_sensor_savings": 0.125,
157
+ "notes": null
158
+ },
159
+ {
160
+ "template": "90.1-PRM-2019",
161
+ "lpd_space_type": "audience seating - performing arts theater",
162
+ "primary_space_type": "Audience Seating Area",
163
+ "secondary_space_type": "Performing Arts Theater",
164
+ "w/ft^2": 2.6,
165
+ "w/ft": null,
166
+ "isresidential": 0,
167
+ "manon_or_partauto": 1,
168
+ "occup_sensor_auto_on_svgs": 0.1,
169
+ "occup_sensor_savings": 0.125,
170
+ "notes": null
171
+ },
172
+ {
173
+ "template": "90.1-PRM-2019",
174
+ "lpd_space_type": "audience seating - religious facility",
175
+ "primary_space_type": "Audience Seating Area",
176
+ "secondary_space_type": "Religious Facility",
177
+ "w/ft^2": 1.7,
178
+ "w/ft": null,
179
+ "isresidential": 0,
180
+ "manon_or_partauto": 1,
181
+ "occup_sensor_auto_on_svgs": 0.1,
182
+ "occup_sensor_savings": 0.125,
183
+ "notes": null
184
+ },
185
+ {
186
+ "template": "90.1-PRM-2019",
187
+ "lpd_space_type": "audience seating - sports arena",
188
+ "primary_space_type": "Audience Seating Area",
189
+ "secondary_space_type": "In a Sports Arena",
190
+ "w/ft^2": 0.4,
191
+ "w/ft": null,
192
+ "isresidential": 0,
193
+ "manon_or_partauto": 1,
194
+ "occup_sensor_auto_on_svgs": 0.1,
195
+ "occup_sensor_savings": 0.125,
196
+ "notes": null
197
+ },
198
+ {
199
+ "template": "90.1-PRM-2019",
200
+ "lpd_space_type": "audience seating - transportation facility",
201
+ "primary_space_type": "Audience Seating Area",
202
+ "secondary_space_type": "Transportation Facility",
203
+ "w/ft^2": 0.5,
204
+ "w/ft": null,
205
+ "isresidential": 0,
206
+ "manon_or_partauto": 1,
207
+ "occup_sensor_auto_on_svgs": 0.1,
208
+ "occup_sensor_savings": 0.125,
209
+ "notes": null
210
+ },
211
+ {
212
+ "template": "90.1-PRM-2019",
213
+ "lpd_space_type": "automotive",
214
+ "primary_space_type": "Automotive",
215
+ "secondary_space_type": "General",
216
+ "w/ft^2": 0.7,
217
+ "w/ft": null,
218
+ "isresidential": 0,
219
+ "manon_or_partauto": 1,
220
+ "occup_sensor_auto_on_svgs": 0.1,
221
+ "occup_sensor_savings": 0.125,
222
+ "notes": null
223
+ },
224
+ {
225
+ "template": "90.1-PRM-2019",
226
+ "lpd_space_type": "automotive facility - whole building",
227
+ "primary_space_type": "Whole Building",
228
+ "secondary_space_type": "Automotive facility",
229
+ "w/ft^2": 0.9,
230
+ "w/ft": null,
231
+ "isresidential": 0,
232
+ "manon_or_partauto": 1,
233
+ "occup_sensor_auto_on_svgs": 0.1,
234
+ "occup_sensor_savings": 0.125,
235
+ "notes": null
236
+ },
237
+ {
238
+ "template": "90.1-PRM-2019",
239
+ "lpd_space_type": "baggage/carousel",
240
+ "primary_space_type": "Transportation Facility",
241
+ "secondary_space_type": "Baggage/carousel area",
242
+ "w/ft^2": 1.0,
243
+ "w/ft": null,
244
+ "isresidential": 0,
245
+ "manon_or_partauto": 1,
246
+ "occup_sensor_auto_on_svgs": 0.1,
247
+ "occup_sensor_savings": 0.125,
248
+ "notes": null
249
+ },
250
+ {
251
+ "template": "90.1-PRM-2019",
252
+ "lpd_space_type": "banking activity",
253
+ "primary_space_type": "Bank Activity Area",
254
+ "secondary_space_type": "General",
255
+ "w/ft^2": 1.5,
256
+ "w/ft": null,
257
+ "isresidential": 0,
258
+ "manon_or_partauto": 1,
259
+ "occup_sensor_auto_on_svgs": 0.1,
260
+ "occup_sensor_savings": 0.125,
261
+ "notes": null
262
+ },
263
+ {
264
+ "template": "90.1-PRM-2019",
265
+ "lpd_space_type": "chapel - visually impaired",
266
+ "primary_space_type": "Assisted Living Facility",
267
+ "secondary_space_type": "Chapel (used primarily by residents)",
268
+ "w/ft^2": 2.77,
269
+ "w/ft": null,
270
+ "isresidential": 0,
271
+ "manon_or_partauto": 1,
272
+ "occup_sensor_auto_on_svgs": 0.1,
273
+ "occup_sensor_savings": 0.125,
274
+ "notes": null
275
+ },
276
+ {
277
+ "template": "90.1-PRM-2019",
278
+ "lpd_space_type": "classroom - laboratory or shop",
279
+ "primary_space_type": "Classroom/Lecture Hall/Training Room",
280
+ "secondary_space_type": "Preschool through 12th grade, laboratory, and shop classrooms",
281
+ "w/ft^2": 1.4,
282
+ "w/ft": null,
283
+ "isresidential": 0,
284
+ "manon_or_partauto": 1,
285
+ "occup_sensor_auto_on_svgs": 0.3,
286
+ "occup_sensor_savings": 0.375,
287
+ "notes": null
288
+ },
289
+ {
290
+ "template": "90.1-PRM-2019",
291
+ "lpd_space_type": "classroom/lecture/training - all other",
292
+ "primary_space_type": "Classroom/Lecture Hall/Training Room",
293
+ "secondary_space_type": "All other classroom/lecture hall/ training room",
294
+ "w/ft^2": 1.4,
295
+ "w/ft": null,
296
+ "isresidential": 0,
297
+ "manon_or_partauto": 1,
298
+ "occup_sensor_auto_on_svgs": 0.0,
299
+ "occup_sensor_savings": 0,
300
+ "notes": "Occ sensor savings is zero because it was required in the 2004 standard"
301
+ },
302
+ {
303
+ "template": "90.1-PRM-2019",
304
+ "lpd_space_type": "classroom/lecture/training - penitentiary",
305
+ "primary_space_type": "Classroom/Lecture Hall/Training Room",
306
+ "secondary_space_type": "Penitentiary",
307
+ "w/ft^2": 1.3,
308
+ "w/ft": null,
309
+ "isresidential": 0,
310
+ "manon_or_partauto": 1,
311
+ "occup_sensor_auto_on_svgs": 0.0,
312
+ "occup_sensor_savings": 0,
313
+ "notes": null
314
+ },
315
+ {
316
+ "template": "90.1-PRM-2019",
317
+ "lpd_space_type": "classroom/lecture/training - preschool to 12th",
318
+ "primary_space_type": "Classroom/Lecture Hall/Training Room",
319
+ "secondary_space_type": "Preschool through 12th grade, laboratory, and shop classrooms",
320
+ "w/ft^2": 1.4,
321
+ "w/ft": null,
322
+ "isresidential": 0,
323
+ "manon_or_partauto": 1,
324
+ "occup_sensor_auto_on_svgs": 0.3,
325
+ "occup_sensor_savings": 0.375,
326
+ "notes": null
327
+ },
328
+ {
329
+ "template": "90.1-PRM-2019",
330
+ "lpd_space_type": "computer room",
331
+ "primary_space_type": "Computer Room",
332
+ "secondary_space_type": "General",
333
+ "w/ft^2": 2.14,
334
+ "w/ft": null,
335
+ "isresidential": 0,
336
+ "manon_or_partauto": 1,
337
+ "occup_sensor_auto_on_svgs": 0.35,
338
+ "occup_sensor_savings": 0.4375,
339
+ "notes": null
340
+ },
341
+ {
342
+ "template": "90.1-PRM-2019",
343
+ "lpd_space_type": "conference/meeting/multipurpose",
344
+ "primary_space_type": "Conference/Meeting/Multipurpose Room",
345
+ "secondary_space_type": "General",
346
+ "w/ft^2": 1.3,
347
+ "w/ft": null,
348
+ "isresidential": 0,
349
+ "manon_or_partauto": 1,
350
+ "occup_sensor_auto_on_svgs": 0.0,
351
+ "occup_sensor_savings": 0,
352
+ "notes": null
353
+ },
354
+ {
355
+ "template": "90.1-PRM-2019",
356
+ "lpd_space_type": "confinement cells",
357
+ "primary_space_type": "Confinement Cells",
358
+ "secondary_space_type": "General",
359
+ "w/ft^2": 0.9,
360
+ "w/ft": null,
361
+ "isresidential": 1,
362
+ "manon_or_partauto": 1,
363
+ "occup_sensor_auto_on_svgs": 0.1,
364
+ "occup_sensor_savings": 0.125,
365
+ "notes": null
366
+ },
367
+ {
368
+ "template": "90.1-PRM-2019",
369
+ "lpd_space_type": "convention center - whole building",
370
+ "primary_space_type": "Whole Building",
371
+ "secondary_space_type": "Convention center",
372
+ "w/ft^2": 1.2,
373
+ "w/ft": null,
374
+ "isresidential": 0,
375
+ "manon_or_partauto": 1,
376
+ "occup_sensor_auto_on_svgs": 0.1,
377
+ "occup_sensor_savings": 0.125,
378
+ "notes": null
379
+ },
380
+ {
381
+ "template": "90.1-PRM-2019",
382
+ "lpd_space_type": "copy/print",
383
+ "primary_space_type": "Copy/Print Room",
384
+ "secondary_space_type": "General",
385
+ "w/ft^2": 0.9,
386
+ "w/ft": null,
387
+ "isresidential": 0,
388
+ "manon_or_partauto": 1,
389
+ "occup_sensor_auto_on_svgs": 0.1,
390
+ "occup_sensor_savings": 0.125,
391
+ "notes": null
392
+ },
393
+ {
394
+ "template": "90.1-PRM-2019",
395
+ "lpd_space_type": "corridor - all other",
396
+ "primary_space_type": "Corridor",
397
+ "secondary_space_type": "Other Corridor",
398
+ "w/ft^2": 0.5,
399
+ "w/ft": null,
400
+ "isresidential": 0,
401
+ "manon_or_partauto": 0,
402
+ "occup_sensor_auto_on_svgs": 0.25,
403
+ "occup_sensor_savings": 0.25,
404
+ "notes": null
405
+ },
406
+ {
407
+ "template": "90.1-PRM-2019",
408
+ "lpd_space_type": "corridor - hospital",
409
+ "primary_space_type": "Corridor",
410
+ "secondary_space_type": "Hospital",
411
+ "w/ft^2": 1.0,
412
+ "w/ft": null,
413
+ "isresidential": 0,
414
+ "manon_or_partauto": 0,
415
+ "occup_sensor_auto_on_svgs": 0.25,
416
+ "occup_sensor_savings": 0.25,
417
+ "notes": null
418
+ },
419
+ {
420
+ "template": "90.1-PRM-2019",
421
+ "lpd_space_type": "corridor - manufacturing facility",
422
+ "primary_space_type": "Corridor",
423
+ "secondary_space_type": "Manufacturing Facility",
424
+ "w/ft^2": 0.5,
425
+ "w/ft": null,
426
+ "isresidential": 0,
427
+ "manon_or_partauto": 0,
428
+ "occup_sensor_auto_on_svgs": 0.25,
429
+ "occup_sensor_savings": 0.25,
430
+ "notes": null
431
+ },
432
+ {
433
+ "template": "90.1-PRM-2019",
434
+ "lpd_space_type": "corridor for visually impaired",
435
+ "primary_space_type": "Corridor",
436
+ "secondary_space_type": "Facility for the Visually Impaired (and Used Primarily by Residents)",
437
+ "w/ft^2": 1.15,
438
+ "w/ft": null,
439
+ "isresidential": 0,
440
+ "manon_or_partauto": 0,
441
+ "occup_sensor_auto_on_svgs": 0.25,
442
+ "occup_sensor_savings": 0.25,
443
+ "notes": null
444
+ },
445
+ {
446
+ "template": "90.1-PRM-2019",
447
+ "lpd_space_type": "courthouse - whole building",
448
+ "primary_space_type": "Whole Building",
449
+ "secondary_space_type": "Courthouse",
450
+ "w/ft^2": 1.2,
451
+ "w/ft": null,
452
+ "isresidential": 0,
453
+ "manon_or_partauto": 1,
454
+ "occup_sensor_auto_on_svgs": 0.1,
455
+ "occup_sensor_savings": 0.125,
456
+ "notes": null
457
+ },
458
+ {
459
+ "template": "90.1-PRM-2019",
460
+ "lpd_space_type": "courtroom",
461
+ "primary_space_type": "Courtroom",
462
+ "secondary_space_type": "General",
463
+ "w/ft^2": 1.9,
464
+ "w/ft": null,
465
+ "isresidential": 0,
466
+ "manon_or_partauto": 1,
467
+ "occup_sensor_auto_on_svgs": 0.1,
468
+ "occup_sensor_savings": 0.125,
469
+ "notes": null
470
+ },
471
+ {
472
+ "template": "90.1-PRM-2019",
473
+ "lpd_space_type": "detailed manufacuring",
474
+ "primary_space_type": "Manufacturing Facility",
475
+ "secondary_space_type": "Detailed manufacturing area",
476
+ "w/ft^2": 2.1,
477
+ "w/ft": null,
478
+ "isresidential": 0,
479
+ "manon_or_partauto": 1,
480
+ "occup_sensor_auto_on_svgs": 0.1,
481
+ "occup_sensor_savings": 0.125,
482
+ "notes": null
483
+ },
484
+ {
485
+ "template": "90.1-PRM-2019",
486
+ "lpd_space_type": "dining - all other",
487
+ "primary_space_type": "Dining Area",
488
+ "secondary_space_type": "All Other Dining Area",
489
+ "w/ft^2": 0.9,
490
+ "w/ft": null,
491
+ "isresidential": 0,
492
+ "manon_or_partauto": 1,
493
+ "occup_sensor_auto_on_svgs": 0.35,
494
+ "occup_sensor_savings": 0.4375,
495
+ "notes": null
496
+ },
497
+ {
498
+ "template": "90.1-PRM-2019",
499
+ "lpd_space_type": "dining - bar/lounge/leisure",
500
+ "primary_space_type": "Dining Area",
501
+ "secondary_space_type": "Bar/Lounge or Leisure Dining",
502
+ "w/ft^2": 1.4,
503
+ "w/ft": null,
504
+ "isresidential": 0,
505
+ "manon_or_partauto": 1,
506
+ "occup_sensor_auto_on_svgs": 0.35,
507
+ "occup_sensor_savings": 0.4375,
508
+ "notes": null
509
+ },
510
+ {
511
+ "template": "90.1-PRM-2019",
512
+ "lpd_space_type": "dining - cafeteria/fast food",
513
+ "primary_space_type": "Dining Area",
514
+ "secondary_space_type": "Cafeteria or Fast Food Dining",
515
+ "w/ft^2": 0.9,
516
+ "w/ft": null,
517
+ "isresidential": 0,
518
+ "manon_or_partauto": 1,
519
+ "occup_sensor_auto_on_svgs": 0.35,
520
+ "occup_sensor_savings": 0.4375,
521
+ "notes": null
522
+ },
523
+ {
524
+ "template": "90.1-PRM-2019",
525
+ "lpd_space_type": "dining - family",
526
+ "primary_space_type": "Dining Area",
527
+ "secondary_space_type": "Family Dining",
528
+ "w/ft^2": 2.1,
529
+ "w/ft": null,
530
+ "isresidential": 0,
531
+ "manon_or_partauto": 1,
532
+ "occup_sensor_auto_on_svgs": 0.35,
533
+ "occup_sensor_savings": 0.4375,
534
+ "notes": null
535
+ },
536
+ {
537
+ "template": "90.1-PRM-2019",
538
+ "lpd_space_type": "dining - penitentiary",
539
+ "primary_space_type": "Dining Area",
540
+ "secondary_space_type": "Penitentiary",
541
+ "w/ft^2": 1.3,
542
+ "w/ft": null,
543
+ "isresidential": 0,
544
+ "manon_or_partauto": 1,
545
+ "occup_sensor_auto_on_svgs": 0.35,
546
+ "occup_sensor_savings": 0.4375,
547
+ "notes": null
548
+ },
549
+ {
550
+ "template": "90.1-PRM-2019",
551
+ "lpd_space_type": "dining for visually impaired",
552
+ "primary_space_type": "Dining Area",
553
+ "secondary_space_type": "Facility for the Visually Impaired (and Used Primarily by Residents)",
554
+ "w/ft^2": 3.32,
555
+ "w/ft": null,
556
+ "isresidential": 0,
557
+ "manon_or_partauto": 1,
558
+ "occup_sensor_auto_on_svgs": 0.35,
559
+ "occup_sensor_savings": 0.4375,
560
+ "notes": null
561
+ },
562
+ {
563
+ "template": "90.1-PRM-2019",
564
+ "lpd_space_type": "dining: bar lounge/leisure - whole building",
565
+ "primary_space_type": "Whole Building",
566
+ "secondary_space_type": "Dining: Bar lounge/leisure",
567
+ "w/ft^2": 1.3,
568
+ "w/ft": null,
569
+ "isresidential": 0,
570
+ "manon_or_partauto": 1,
571
+ "occup_sensor_auto_on_svgs": 0.1,
572
+ "occup_sensor_savings": 0.125,
573
+ "notes": null
574
+ },
575
+ {
576
+ "template": "90.1-PRM-2019",
577
+ "lpd_space_type": "dining: cafeteria/fast food - whole building",
578
+ "primary_space_type": "Whole Building",
579
+ "secondary_space_type": "Dining: Cafeteria/fast food",
580
+ "w/ft^2": 1.4,
581
+ "w/ft": null,
582
+ "isresidential": 0,
583
+ "manon_or_partauto": 1,
584
+ "occup_sensor_auto_on_svgs": 0.1,
585
+ "occup_sensor_savings": 0.125,
586
+ "notes": null
587
+ },
588
+ {
589
+ "template": "90.1-PRM-2019",
590
+ "lpd_space_type": "dining: family - whole building",
591
+ "primary_space_type": "Whole Building",
592
+ "secondary_space_type": "Dining: Family",
593
+ "w/ft^2": 1.6,
594
+ "w/ft": null,
595
+ "isresidential": 0,
596
+ "manon_or_partauto": 1,
597
+ "occup_sensor_auto_on_svgs": 0.1,
598
+ "occup_sensor_savings": 0.125,
599
+ "notes": null
600
+ },
601
+ {
602
+ "template": "90.1-PRM-2019",
603
+ "lpd_space_type": "dormitory - living quarters",
604
+ "primary_space_type": "Dormitory—Living Quarters",
605
+ "secondary_space_type": "General",
606
+ "w/ft^2": 1.11,
607
+ "w/ft": null,
608
+ "isresidential": 1,
609
+ "manon_or_partauto": 0,
610
+ "occup_sensor_auto_on_svgs": 0.1,
611
+ "occup_sensor_savings": 0.1,
612
+ "notes": null
613
+ },
614
+ {
615
+ "template": "90.1-PRM-2019",
616
+ "lpd_space_type": "dormitory - whole building",
617
+ "primary_space_type": "Whole Building",
618
+ "secondary_space_type": "Dormitory",
619
+ "w/ft^2": 1.0,
620
+ "w/ft": null,
621
+ "isresidential": 1,
622
+ "manon_or_partauto": 1,
623
+ "occup_sensor_auto_on_svgs": 0.1,
624
+ "occup_sensor_savings": 0.125,
625
+ "notes": null
626
+ },
627
+ {
628
+ "template": "90.1-PRM-2019",
629
+ "lpd_space_type": "electrical/mechanical",
630
+ "primary_space_type": "Electrical/Mechanical",
631
+ "secondary_space_type": "General",
632
+ "w/ft^2": 1.5,
633
+ "w/ft": null,
634
+ "isresidential": 0,
635
+ "manon_or_partauto": 0,
636
+ "occup_sensor_auto_on_svgs": 0.3,
637
+ "occup_sensor_savings": 0.3,
638
+ "notes": null
639
+ },
640
+ {
641
+ "template": "90.1-PRM-2019",
642
+ "lpd_space_type": "elevator core",
643
+ "primary_space_type": "Elevator Core",
644
+ "secondary_space_type": "General",
645
+ "w/ft^2": 0.0,
646
+ "w/ft": null,
647
+ "isresidential": 0,
648
+ "manon_or_partauto": 0,
649
+ "occup_sensor_auto_on_svgs": 0.1,
650
+ "occup_sensor_savings": 0.1,
651
+ "notes": null
652
+ },
653
+ {
654
+ "template": "90.1-PRM-2019",
655
+ "lpd_space_type": "emergency room",
656
+ "primary_space_type": "Healthcare Facility",
657
+ "secondary_space_type": "Emergency room",
658
+ "w/ft^2": 2.7,
659
+ "w/ft": null,
660
+ "isresidential": 0,
661
+ "manon_or_partauto": 0,
662
+ "occup_sensor_auto_on_svgs": 0.1,
663
+ "occup_sensor_savings": 0.1,
664
+ "notes": null
665
+ },
666
+ {
667
+ "template": "90.1-PRM-2019",
668
+ "lpd_space_type": "emergency vehicle garage",
669
+ "primary_space_type": "Emergency Vehicle Garage",
670
+ "secondary_space_type": "General",
671
+ "w/ft^2": 0.8,
672
+ "w/ft": null,
673
+ "isresidential": 0,
674
+ "manon_or_partauto": 1,
675
+ "occup_sensor_auto_on_svgs": 0.1,
676
+ "occup_sensor_savings": 0.125,
677
+ "notes": null
678
+ },
679
+ {
680
+ "template": "90.1-PRM-2019",
681
+ "lpd_space_type": "exam/treatment",
682
+ "primary_space_type": "Healthcare Facility",
683
+ "secondary_space_type": "Exam/treatment room",
684
+ "w/ft^2": 1.5,
685
+ "w/ft": null,
686
+ "isresidential": 0,
687
+ "manon_or_partauto": 0,
688
+ "occup_sensor_auto_on_svgs": 0.1,
689
+ "occup_sensor_savings": 0.1,
690
+ "notes": null
691
+ },
692
+ {
693
+ "template": "90.1-PRM-2019",
694
+ "lpd_space_type": "exercise center - whole building",
695
+ "primary_space_type": "Whole Building",
696
+ "secondary_space_type": "Exercise center",
697
+ "w/ft^2": 1.0,
698
+ "w/ft": null,
699
+ "isresidential": 0,
700
+ "manon_or_partauto": 1,
701
+ "occup_sensor_auto_on_svgs": 0.1,
702
+ "occup_sensor_savings": 0.125,
703
+ "notes": null
704
+ },
705
+ {
706
+ "template": "90.1-PRM-2019",
707
+ "lpd_space_type": "exhibit - convention center",
708
+ "primary_space_type": "Convention Center—Exhibit Space",
709
+ "secondary_space_type": "General",
710
+ "w/ft^2": 1.3,
711
+ "w/ft": null,
712
+ "isresidential": 0,
713
+ "manon_or_partauto": 1,
714
+ "occup_sensor_auto_on_svgs": 0.35,
715
+ "occup_sensor_savings": 0.4375,
716
+ "notes": null
717
+ },
718
+ {
719
+ "template": "90.1-PRM-2019",
720
+ "lpd_space_type": "fellowship hall - religious facility",
721
+ "primary_space_type": "Religious Facility",
722
+ "secondary_space_type": "Fellowship hall",
723
+ "w/ft^2": 0.9,
724
+ "w/ft": null,
725
+ "isresidential": 0,
726
+ "manon_or_partauto": 1,
727
+ "occup_sensor_auto_on_svgs": 0.1,
728
+ "occup_sensor_savings": 0.125,
729
+ "notes": null
730
+ },
731
+ {
732
+ "template": "90.1-PRM-2019",
733
+ "lpd_space_type": "fire station - whole building",
734
+ "primary_space_type": "Whole Building",
735
+ "secondary_space_type": "Fire station",
736
+ "w/ft^2": 1.0,
737
+ "w/ft": null,
738
+ "isresidential": 0,
739
+ "manon_or_partauto": 1,
740
+ "occup_sensor_auto_on_svgs": 0.1,
741
+ "occup_sensor_savings": 0.125,
742
+ "notes": null
743
+ },
744
+ {
745
+ "template": "90.1-PRM-2019",
746
+ "lpd_space_type": "firestation - sleeping quarters",
747
+ "primary_space_type": "Fire Station—Sleeping Quarters",
748
+ "secondary_space_type": "General",
749
+ "w/ft^2": 0.3,
750
+ "w/ft": null,
751
+ "isresidential": 1,
752
+ "manon_or_partauto": 0,
753
+ "occup_sensor_auto_on_svgs": 0.1,
754
+ "occup_sensor_savings": 0.1,
755
+ "notes": null
756
+ },
757
+ {
758
+ "template": "90.1-PRM-2019",
759
+ "lpd_space_type": "guest room",
760
+ "primary_space_type": "Guest Room",
761
+ "secondary_space_type": "General",
762
+ "w/ft^2": 1.14,
763
+ "w/ft": null,
764
+ "isresidential": 1,
765
+ "manon_or_partauto": 0,
766
+ "occup_sensor_auto_on_svgs": 0.45,
767
+ "occup_sensor_savings": 0.45,
768
+ "notes": "Ref to 9.4.1.3b, which does not require manual on or partial automatic on"
769
+ },
770
+ {
771
+ "template": "90.1-PRM-2019",
772
+ "lpd_space_type": "gymnasium - whole building",
773
+ "primary_space_type": "Whole Building",
774
+ "secondary_space_type": "Gymnasium",
775
+ "w/ft^2": 1.1,
776
+ "w/ft": null,
777
+ "isresidential": 0,
778
+ "manon_or_partauto": 1,
779
+ "occup_sensor_auto_on_svgs": 0.1,
780
+ "occup_sensor_savings": 0.125,
781
+ "notes": null
782
+ },
783
+ {
784
+ "template": "90.1-PRM-2019",
785
+ "lpd_space_type": "gymnasium playing area",
786
+ "primary_space_type": "Gymnasium/Fitness Center",
787
+ "secondary_space_type": "Playing area",
788
+ "w/ft^2": 1.4,
789
+ "w/ft": null,
790
+ "isresidential": 0,
791
+ "manon_or_partauto": 1,
792
+ "occup_sensor_auto_on_svgs": 0.35,
793
+ "occup_sensor_savings": 0.4375,
794
+ "notes": null
795
+ },
796
+ {
797
+ "template": "90.1-PRM-2019",
798
+ "lpd_space_type": "gymnsasium exercise area",
799
+ "primary_space_type": "Gymnasium/Fitness Center",
800
+ "secondary_space_type": "Exercise area",
801
+ "w/ft^2": 0.9,
802
+ "w/ft": null,
803
+ "isresidential": 0,
804
+ "manon_or_partauto": 1,
805
+ "occup_sensor_auto_on_svgs": 0.35,
806
+ "occup_sensor_savings": 0.4375,
807
+ "notes": null
808
+ },
809
+ {
810
+ "template": "90.1-PRM-2019",
811
+ "lpd_space_type": "health-care clinic - whole building",
812
+ "primary_space_type": "Whole Building",
813
+ "secondary_space_type": "Health-care clinic",
814
+ "w/ft^2": 1.0,
815
+ "w/ft": null,
816
+ "isresidential": 0,
817
+ "manon_or_partauto": 1,
818
+ "occup_sensor_auto_on_svgs": 0.1,
819
+ "occup_sensor_savings": 0.125,
820
+ "notes": null
821
+ },
822
+ {
823
+ "template": "90.1-PRM-2019",
824
+ "lpd_space_type": "hospital - whole building",
825
+ "primary_space_type": "Whole Building",
826
+ "secondary_space_type": "Hospital",
827
+ "w/ft^2": 1.2,
828
+ "w/ft": null,
829
+ "isresidential": 0,
830
+ "manon_or_partauto": 1,
831
+ "occup_sensor_auto_on_svgs": 0.1,
832
+ "occup_sensor_savings": 0.125,
833
+ "notes": null
834
+ },
835
+ {
836
+ "template": "90.1-PRM-2019",
837
+ "lpd_space_type": "hotel/motel - whole building",
838
+ "primary_space_type": "Whole Building",
839
+ "secondary_space_type": "Hotel/Motel",
840
+ "w/ft^2": 1.09,
841
+ "w/ft": null,
842
+ "isresidential": 1,
843
+ "manon_or_partauto": 1,
844
+ "occup_sensor_auto_on_svgs": 0.1,
845
+ "occup_sensor_savings": 0.125,
846
+ "notes": null
847
+ },
848
+ {
849
+ "template": "90.1-PRM-2019",
850
+ "lpd_space_type": "judges chambers",
851
+ "primary_space_type": "Judges Chambers",
852
+ "secondary_space_type": "General",
853
+ "w/ft^2": 1.3,
854
+ "w/ft": null,
855
+ "isresidential": 0,
856
+ "manon_or_partauto": 1,
857
+ "occup_sensor_auto_on_svgs": 0.3,
858
+ "occup_sensor_savings": 0.375,
859
+ "notes": null
860
+ },
861
+ {
862
+ "template": "90.1-PRM-2019",
863
+ "lpd_space_type": "kitchen",
864
+ "primary_space_type": "Food Preparation Area",
865
+ "secondary_space_type": "General",
866
+ "w/ft^2": 1.2,
867
+ "w/ft": null,
868
+ "isresidential": 0,
869
+ "manon_or_partauto": 1,
870
+ "occup_sensor_auto_on_svgs": 0.3,
871
+ "occup_sensor_savings": 0.375,
872
+ "notes": null
873
+ },
874
+ {
875
+ "template": "90.1-PRM-2019",
876
+ "lpd_space_type": "laboratory",
877
+ "primary_space_type": "Laboratory",
878
+ "secondary_space_type": "All Other Laboratory",
879
+ "w/ft^2": 1.4,
880
+ "w/ft": null,
881
+ "isresidential": 0,
882
+ "manon_or_partauto": 1,
883
+ "occup_sensor_auto_on_svgs": 0.1,
884
+ "occup_sensor_savings": 0.125,
885
+ "notes": null
886
+ },
887
+ {
888
+ "template": "90.1-PRM-2019",
889
+ "lpd_space_type": "laundry/washing",
890
+ "primary_space_type": "Lounge/Washing Area",
891
+ "secondary_space_type": "General",
892
+ "w/ft^2": 0.6,
893
+ "w/ft": null,
894
+ "isresidential": 0,
895
+ "manon_or_partauto": 1,
896
+ "occup_sensor_auto_on_svgs": 0.1,
897
+ "occup_sensor_savings": 0.125,
898
+ "notes": null
899
+ },
900
+ {
901
+ "template": "90.1-PRM-2019",
902
+ "lpd_space_type": "library - reading",
903
+ "primary_space_type": "Library",
904
+ "secondary_space_type": "Reading area",
905
+ "w/ft^2": 1.2,
906
+ "w/ft": null,
907
+ "isresidential": 0,
908
+ "manon_or_partauto": 1,
909
+ "occup_sensor_auto_on_svgs": 0.15,
910
+ "occup_sensor_savings": 0.1875,
911
+ "notes": null
912
+ },
913
+ {
914
+ "template": "90.1-PRM-2019",
915
+ "lpd_space_type": "library - stacks",
916
+ "primary_space_type": "Library",
917
+ "secondary_space_type": "Stacks",
918
+ "w/ft^2": 1.7,
919
+ "w/ft": null,
920
+ "isresidential": 0,
921
+ "manon_or_partauto": 1,
922
+ "occup_sensor_auto_on_svgs": 0.15,
923
+ "occup_sensor_savings": 0.1875,
924
+ "notes": null
925
+ },
926
+ {
927
+ "template": "90.1-PRM-2019",
928
+ "lpd_space_type": "library - whole building",
929
+ "primary_space_type": "Whole Building",
930
+ "secondary_space_type": "Library",
931
+ "w/ft^2": 1.3,
932
+ "w/ft": null,
933
+ "isresidential": 0,
934
+ "manon_or_partauto": 1,
935
+ "occup_sensor_auto_on_svgs": 0.1,
936
+ "occup_sensor_savings": 0.125,
937
+ "notes": null
938
+ },
939
+ {
940
+ "template": "90.1-PRM-2019",
941
+ "lpd_space_type": "loading dock",
942
+ "primary_space_type": "Loading Dock, Interior",
943
+ "secondary_space_type": "General",
944
+ "w/ft^2": 0.6,
945
+ "w/ft": null,
946
+ "isresidential": 0,
947
+ "manon_or_partauto": 1,
948
+ "occup_sensor_auto_on_svgs": 0.1,
949
+ "occup_sensor_savings": 0.125,
950
+ "notes": null
951
+ },
952
+ {
953
+ "template": "90.1-PRM-2019",
954
+ "lpd_space_type": "lobby - all other",
955
+ "primary_space_type": "Lobby",
956
+ "secondary_space_type": "All Other Lobby",
957
+ "w/ft^2": 1.3,
958
+ "w/ft": null,
959
+ "isresidential": 0,
960
+ "manon_or_partauto": 0,
961
+ "occup_sensor_auto_on_svgs": 0.25,
962
+ "occup_sensor_savings": 0.25,
963
+ "notes": null
964
+ },
965
+ {
966
+ "template": "90.1-PRM-2019",
967
+ "lpd_space_type": "lobby - elevator",
968
+ "primary_space_type": "Lobby",
969
+ "secondary_space_type": "Elevator",
970
+ "w/ft^2": 0.8,
971
+ "w/ft": null,
972
+ "isresidential": 0,
973
+ "manon_or_partauto": 0,
974
+ "occup_sensor_auto_on_svgs": 0.25,
975
+ "occup_sensor_savings": 0.25,
976
+ "notes": null
977
+ },
978
+ {
979
+ "template": "90.1-PRM-2019",
980
+ "lpd_space_type": "lobby - hotel",
981
+ "primary_space_type": "Lobby",
982
+ "secondary_space_type": "Hotel",
983
+ "w/ft^2": 1.1,
984
+ "w/ft": null,
985
+ "isresidential": 0,
986
+ "manon_or_partauto": 0,
987
+ "occup_sensor_auto_on_svgs": 0.25,
988
+ "occup_sensor_savings": 0.25,
989
+ "notes": null
990
+ },
991
+ {
992
+ "template": "90.1-PRM-2019",
993
+ "lpd_space_type": "lobby - motion picture theater",
994
+ "primary_space_type": "Lobby",
995
+ "secondary_space_type": "Motion Picture Theater",
996
+ "w/ft^2": 1.1,
997
+ "w/ft": null,
998
+ "isresidential": 0,
999
+ "manon_or_partauto": 0,
1000
+ "occup_sensor_auto_on_svgs": 0.25,
1001
+ "occup_sensor_savings": 0.25,
1002
+ "notes": null
1003
+ },
1004
+ {
1005
+ "template": "90.1-PRM-2019",
1006
+ "lpd_space_type": "lobby - performing arts theater",
1007
+ "primary_space_type": "Lobby",
1008
+ "secondary_space_type": "Performing Arts Theater",
1009
+ "w/ft^2": 3.3,
1010
+ "w/ft": null,
1011
+ "isresidential": 0,
1012
+ "manon_or_partauto": 0,
1013
+ "occup_sensor_auto_on_svgs": 0.25,
1014
+ "occup_sensor_savings": 0.25,
1015
+ "notes": null
1016
+ },
1017
+ {
1018
+ "template": "90.1-PRM-2019",
1019
+ "lpd_space_type": "lobby for visually impared",
1020
+ "primary_space_type": "Lobby",
1021
+ "secondary_space_type": "Facility for the Visually Impaired (and Used Primarily by Residents)",
1022
+ "w/ft^2": 2.26,
1023
+ "w/ft": null,
1024
+ "isresidential": 0,
1025
+ "manon_or_partauto": 0,
1026
+ "occup_sensor_auto_on_svgs": 0.25,
1027
+ "occup_sensor_savings": 0.25,
1028
+ "notes": null
1029
+ },
1030
+ {
1031
+ "template": "90.1-PRM-2019",
1032
+ "lpd_space_type": "locker room",
1033
+ "primary_space_type": "Locker Room",
1034
+ "secondary_space_type": "General",
1035
+ "w/ft^2": 0.6,
1036
+ "w/ft": null,
1037
+ "isresidential": 0,
1038
+ "manon_or_partauto": 1,
1039
+ "occup_sensor_auto_on_svgs": 0.25,
1040
+ "occup_sensor_savings": 0.3125,
1041
+ "notes": null
1042
+ },
1043
+ {
1044
+ "template": "90.1-PRM-2019",
1045
+ "lpd_space_type": "lounge/breakroom - all other",
1046
+ "primary_space_type": "Lounge/Breakroom",
1047
+ "secondary_space_type": "All other lounge/breakroom",
1048
+ "w/ft^2": 1.2,
1049
+ "w/ft": null,
1050
+ "isresidential": 0,
1051
+ "manon_or_partauto": 1,
1052
+ "occup_sensor_auto_on_svgs": 0.0,
1053
+ "occup_sensor_savings": 0,
1054
+ "notes": null
1055
+ },
1056
+ {
1057
+ "template": "90.1-PRM-2019",
1058
+ "lpd_space_type": "lounge/breakroom - healthcare facility",
1059
+ "primary_space_type": "Lounge/Breakroom",
1060
+ "secondary_space_type": "Healthcare facility",
1061
+ "w/ft^2": 0.8,
1062
+ "w/ft": null,
1063
+ "isresidential": 0,
1064
+ "manon_or_partauto": 1,
1065
+ "occup_sensor_auto_on_svgs": 0.0,
1066
+ "occup_sensor_savings": 0,
1067
+ "notes": null
1068
+ },
1069
+ {
1070
+ "template": "90.1-PRM-2019",
1071
+ "lpd_space_type": "manufacturing equipment room",
1072
+ "primary_space_type": "Manufacturing Facility",
1073
+ "secondary_space_type": "Equipment room",
1074
+ "w/ft^2": 1.2,
1075
+ "w/ft": null,
1076
+ "isresidential": 0,
1077
+ "manon_or_partauto": 1,
1078
+ "occup_sensor_auto_on_svgs": 0.1,
1079
+ "occup_sensor_savings": 0.125,
1080
+ "notes": null
1081
+ },
1082
+ {
1083
+ "template": "90.1-PRM-2019",
1084
+ "lpd_space_type": "manufacturing extra high bay",
1085
+ "primary_space_type": "Manufacturing Facility",
1086
+ "secondary_space_type": "Extra-high bay area (>50 ft floor-to-ceiling height)",
1087
+ "w/ft^2": 1.32,
1088
+ "w/ft": null,
1089
+ "isresidential": 0,
1090
+ "manon_or_partauto": 1,
1091
+ "occup_sensor_auto_on_svgs": 0.1,
1092
+ "occup_sensor_savings": 0.125,
1093
+ "notes": null
1094
+ },
1095
+ {
1096
+ "template": "90.1-PRM-2019",
1097
+ "lpd_space_type": "manufacturing facility - whole building",
1098
+ "primary_space_type": "Whole Building",
1099
+ "secondary_space_type": "Manufacturing facility",
1100
+ "w/ft^2": 1.17,
1101
+ "w/ft": null,
1102
+ "isresidential": 0,
1103
+ "manon_or_partauto": 1,
1104
+ "occup_sensor_auto_on_svgs": 0.1,
1105
+ "occup_sensor_savings": 0.125,
1106
+ "notes": null
1107
+ },
1108
+ {
1109
+ "template": "90.1-PRM-2019",
1110
+ "lpd_space_type": "manufacturing high bay",
1111
+ "primary_space_type": "Manufacturing Facility",
1112
+ "secondary_space_type": "High bay area (25 to 50 ft floor-to-ceiling height)",
1113
+ "w/ft^2": 1.7,
1114
+ "w/ft": null,
1115
+ "isresidential": 0,
1116
+ "manon_or_partauto": 1,
1117
+ "occup_sensor_auto_on_svgs": 0.1,
1118
+ "occup_sensor_savings": 0.125,
1119
+ "notes": null
1120
+ },
1121
+ {
1122
+ "template": "90.1-PRM-2019",
1123
+ "lpd_space_type": "manufacturing low bay",
1124
+ "primary_space_type": "Manufacturing Facility",
1125
+ "secondary_space_type": "Low bay area (<25 ft floor-to-ceiling height)",
1126
+ "w/ft^2": 1.2,
1127
+ "w/ft": null,
1128
+ "isresidential": 0,
1129
+ "manon_or_partauto": 1,
1130
+ "occup_sensor_auto_on_svgs": 0.1,
1131
+ "occup_sensor_savings": 0.125,
1132
+ "notes": null
1133
+ },
1134
+ {
1135
+ "template": "90.1-PRM-2019",
1136
+ "lpd_space_type": "medical supply",
1137
+ "primary_space_type": "Healthcare Facility",
1138
+ "secondary_space_type": "Medical supply room",
1139
+ "w/ft^2": 1.4,
1140
+ "w/ft": null,
1141
+ "isresidential": 0,
1142
+ "manon_or_partauto": 0,
1143
+ "occup_sensor_auto_on_svgs": 0.45,
1144
+ "occup_sensor_savings": 0.45,
1145
+ "notes": null
1146
+ },
1147
+ {
1148
+ "template": "90.1-PRM-2019",
1149
+ "lpd_space_type": "motion picture theater - whole building",
1150
+ "primary_space_type": "Whole Building",
1151
+ "secondary_space_type": "Motion picture theater",
1152
+ "w/ft^2": 1.2,
1153
+ "w/ft": null,
1154
+ "isresidential": 0,
1155
+ "manon_or_partauto": 1,
1156
+ "occup_sensor_auto_on_svgs": 0.1,
1157
+ "occup_sensor_savings": 0.125,
1158
+ "notes": null
1159
+ },
1160
+ {
1161
+ "template": "90.1-PRM-2019",
1162
+ "lpd_space_type": "multifamily - whole building",
1163
+ "primary_space_type": "Whole Building",
1164
+ "secondary_space_type": "Multifamily",
1165
+ "w/ft^2": 0.7,
1166
+ "w/ft": null,
1167
+ "isresidential": 1,
1168
+ "manon_or_partauto": 1,
1169
+ "occup_sensor_auto_on_svgs": 0.1,
1170
+ "occup_sensor_savings": 0.125,
1171
+ "notes": null
1172
+ },
1173
+ {
1174
+ "template": "90.1-PRM-2019",
1175
+ "lpd_space_type": "museum - whole building",
1176
+ "primary_space_type": "Whole Building",
1177
+ "secondary_space_type": "Museum",
1178
+ "w/ft^2": 1.1,
1179
+ "w/ft": null,
1180
+ "isresidential": 0,
1181
+ "manon_or_partauto": 1,
1182
+ "occup_sensor_auto_on_svgs": 0.1,
1183
+ "occup_sensor_savings": 0.125,
1184
+ "notes": null
1185
+ },
1186
+ {
1187
+ "template": "90.1-PRM-2019",
1188
+ "lpd_space_type": "museum exhibit area",
1189
+ "primary_space_type": "Museum",
1190
+ "secondary_space_type": "General exhibition area",
1191
+ "w/ft^2": 1.0,
1192
+ "w/ft": null,
1193
+ "isresidential": 0,
1194
+ "manon_or_partauto": 1,
1195
+ "occup_sensor_auto_on_svgs": 0.1,
1196
+ "occup_sensor_savings": 0.125,
1197
+ "notes": null
1198
+ },
1199
+ {
1200
+ "template": "90.1-PRM-2019",
1201
+ "lpd_space_type": "museum restoration",
1202
+ "primary_space_type": "Museum",
1203
+ "secondary_space_type": "Restoration room",
1204
+ "w/ft^2": 1.7,
1205
+ "w/ft": null,
1206
+ "isresidential": 0,
1207
+ "manon_or_partauto": 1,
1208
+ "occup_sensor_auto_on_svgs": 0.1,
1209
+ "occup_sensor_savings": 0.125,
1210
+ "notes": null
1211
+ },
1212
+ {
1213
+ "template": "90.1-PRM-2019",
1214
+ "lpd_space_type": "nursery",
1215
+ "primary_space_type": "Healthcare Facility",
1216
+ "secondary_space_type": "Nursery",
1217
+ "w/ft^2": 0.6,
1218
+ "w/ft": null,
1219
+ "isresidential": 0,
1220
+ "manon_or_partauto": 0,
1221
+ "occup_sensor_auto_on_svgs": 0.1,
1222
+ "occup_sensor_savings": 0.1,
1223
+ "notes": null
1224
+ },
1225
+ {
1226
+ "template": "90.1-PRM-2019",
1227
+ "lpd_space_type": "nurses station",
1228
+ "primary_space_type": "Healthcare Facility",
1229
+ "secondary_space_type": "Nurse's station",
1230
+ "w/ft^2": 1.0,
1231
+ "w/ft": null,
1232
+ "isresidential": 0,
1233
+ "manon_or_partauto": 0,
1234
+ "occup_sensor_auto_on_svgs": 0.1,
1235
+ "occup_sensor_savings": 0.1,
1236
+ "notes": null
1237
+ },
1238
+ {
1239
+ "template": "90.1-PRM-2019",
1240
+ "lpd_space_type": "office - enclosed <= 250 sf",
1241
+ "primary_space_type": "Office",
1242
+ "secondary_space_type": "Enclosed",
1243
+ "w/ft^2": 1.1,
1244
+ "w/ft": null,
1245
+ "isresidential": 0,
1246
+ "manon_or_partauto": 1,
1247
+ "occup_sensor_auto_on_svgs": 0.3,
1248
+ "occup_sensor_savings": 0.375,
1249
+ "notes": null
1250
+ },
1251
+ {
1252
+ "template": "90.1-PRM-2019",
1253
+ "lpd_space_type": "office - open",
1254
+ "primary_space_type": "Office",
1255
+ "secondary_space_type": "Open plan",
1256
+ "w/ft^2": 1.1,
1257
+ "w/ft": null,
1258
+ "isresidential": 0,
1259
+ "manon_or_partauto": 1,
1260
+ "occup_sensor_auto_on_svgs": 0.15,
1261
+ "occup_sensor_savings": 0.1875,
1262
+ "notes": "For occupancy sensors controlling individual workstation lighting, occupancy sensor reduction factor shall be 30%"
1263
+ },
1264
+ {
1265
+ "template": "90.1-PRM-2019",
1266
+ "lpd_space_type": "office - open with workstation occup sensors",
1267
+ "primary_space_type": "Office",
1268
+ "secondary_space_type": "Open plan",
1269
+ "w/ft^2": 1.1,
1270
+ "w/ft": null,
1271
+ "isresidential": 0,
1272
+ "manon_or_partauto": 1,
1273
+ "occup_sensor_auto_on_svgs": 0.15,
1274
+ "occup_sensor_savings": 0.3,
1275
+ "notes": null
1276
+ },
1277
+ {
1278
+ "template": "90.1-PRM-2019",
1279
+ "lpd_space_type": "office - whole building",
1280
+ "primary_space_type": "Whole Building",
1281
+ "secondary_space_type": "Office",
1282
+ "w/ft^2": 1.0,
1283
+ "w/ft": null,
1284
+ "isresidential": 0,
1285
+ "manon_or_partauto": 1,
1286
+ "occup_sensor_auto_on_svgs": 0.1,
1287
+ "occup_sensor_savings": 0.125,
1288
+ "notes": null
1289
+ },
1290
+ {
1291
+ "template": "90.1-PRM-2019",
1292
+ "lpd_space_type": "operating room",
1293
+ "primary_space_type": "Healthcare Facility",
1294
+ "secondary_space_type": "Operating room",
1295
+ "w/ft^2": 2.2,
1296
+ "w/ft": null,
1297
+ "isresidential": 0,
1298
+ "manon_or_partauto": 0,
1299
+ "occup_sensor_auto_on_svgs": 0.1,
1300
+ "occup_sensor_savings": 0.1,
1301
+ "notes": null
1302
+ },
1303
+ {
1304
+ "template": "90.1-PRM-2019",
1305
+ "lpd_space_type": "parking area, interior",
1306
+ "primary_space_type": "Parking Area, Interior",
1307
+ "secondary_space_type": "General",
1308
+ "w/ft^2": 0.2,
1309
+ "w/ft": null,
1310
+ "isresidential": 0,
1311
+ "manon_or_partauto": 0,
1312
+ "occup_sensor_auto_on_svgs": 0.15,
1313
+ "occup_sensor_savings": 0.15,
1314
+ "notes": null
1315
+ },
1316
+ {
1317
+ "template": "90.1-PRM-2019",
1318
+ "lpd_space_type": "parking garage - whole building",
1319
+ "primary_space_type": "Whole Building",
1320
+ "secondary_space_type": "Parking garage",
1321
+ "w/ft^2": 0.3,
1322
+ "w/ft": null,
1323
+ "isresidential": 0,
1324
+ "manon_or_partauto": 1,
1325
+ "occup_sensor_auto_on_svgs": 0.1,
1326
+ "occup_sensor_savings": 0.125,
1327
+ "notes": null
1328
+ },
1329
+ {
1330
+ "template": "90.1-PRM-2019",
1331
+ "lpd_space_type": "patient room",
1332
+ "primary_space_type": "Healthcare Facility",
1333
+ "secondary_space_type": "Patient room",
1334
+ "w/ft^2": 0.7,
1335
+ "w/ft": null,
1336
+ "isresidential": 1,
1337
+ "manon_or_partauto": 0,
1338
+ "occup_sensor_auto_on_svgs": 0.1,
1339
+ "occup_sensor_savings": 0.1,
1340
+ "notes": null
1341
+ },
1342
+ {
1343
+ "template": "90.1-PRM-2019",
1344
+ "lpd_space_type": "penitentiary - whole building",
1345
+ "primary_space_type": "Whole Building",
1346
+ "secondary_space_type": "Penitentiary",
1347
+ "w/ft^2": 1.0,
1348
+ "w/ft": null,
1349
+ "isresidential": 0,
1350
+ "manon_or_partauto": 1,
1351
+ "occup_sensor_auto_on_svgs": 0.1,
1352
+ "occup_sensor_savings": 0.125,
1353
+ "notes": null
1354
+ },
1355
+ {
1356
+ "template": "90.1-PRM-2019",
1357
+ "lpd_space_type": "performing arts theater - whole building",
1358
+ "primary_space_type": "Whole Building",
1359
+ "secondary_space_type": "Performing arts theater",
1360
+ "w/ft^2": 1.6,
1361
+ "w/ft": null,
1362
+ "isresidential": 0,
1363
+ "manon_or_partauto": 1,
1364
+ "occup_sensor_auto_on_svgs": 0.1,
1365
+ "occup_sensor_savings": 0.125,
1366
+ "notes": null
1367
+ },
1368
+ {
1369
+ "template": "90.1-PRM-2019",
1370
+ "lpd_space_type": "pharmacy",
1371
+ "primary_space_type": "Pharmacy Area",
1372
+ "secondary_space_type": "General",
1373
+ "w/ft^2": 1.2,
1374
+ "w/ft": null,
1375
+ "isresidential": 0,
1376
+ "manon_or_partauto": 1,
1377
+ "occup_sensor_auto_on_svgs": 0.1,
1378
+ "occup_sensor_savings": 0.125,
1379
+ "notes": null
1380
+ },
1381
+ {
1382
+ "template": "90.1-PRM-2019",
1383
+ "lpd_space_type": "physical therapy",
1384
+ "primary_space_type": "Healthcare Facility",
1385
+ "secondary_space_type": "Physical therapy room",
1386
+ "w/ft^2": 0.9,
1387
+ "w/ft": null,
1388
+ "isresidential": 0,
1389
+ "manon_or_partauto": 0,
1390
+ "occup_sensor_auto_on_svgs": 0.1,
1391
+ "occup_sensor_savings": 0.1,
1392
+ "notes": null
1393
+ },
1394
+ {
1395
+ "template": "90.1-PRM-2019",
1396
+ "lpd_space_type": "plenum",
1397
+ "primary_space_type": "Plenum",
1398
+ "secondary_space_type": "General",
1399
+ "w/ft^2": 0.0,
1400
+ "w/ft": null,
1401
+ "isresidential": 0,
1402
+ "manon_or_partauto": 0,
1403
+ "occup_sensor_auto_on_svgs": 0.1,
1404
+ "occup_sensor_savings": 0.1,
1405
+ "notes": null
1406
+ },
1407
+ {
1408
+ "template": "90.1-PRM-2019",
1409
+ "lpd_space_type": "police station - whole building",
1410
+ "primary_space_type": "Whole Building",
1411
+ "secondary_space_type": "Police station",
1412
+ "w/ft^2": 1.0,
1413
+ "w/ft": null,
1414
+ "isresidential": 0,
1415
+ "manon_or_partauto": 1,
1416
+ "occup_sensor_auto_on_svgs": 0.1,
1417
+ "occup_sensor_savings": 0.125,
1418
+ "notes": null
1419
+ },
1420
+ {
1421
+ "template": "90.1-PRM-2019",
1422
+ "lpd_space_type": "post office - sorting area",
1423
+ "primary_space_type": "Post Office—Sorting Area",
1424
+ "secondary_space_type": "General",
1425
+ "w/ft^2": 1.2,
1426
+ "w/ft": null,
1427
+ "isresidential": 0,
1428
+ "manon_or_partauto": 1,
1429
+ "occup_sensor_auto_on_svgs": 0.1,
1430
+ "occup_sensor_savings": 0.125,
1431
+ "notes": null
1432
+ },
1433
+ {
1434
+ "template": "90.1-PRM-2019",
1435
+ "lpd_space_type": "post office - whole building",
1436
+ "primary_space_type": "Whole Building",
1437
+ "secondary_space_type": "Post office",
1438
+ "w/ft^2": 1.1,
1439
+ "w/ft": null,
1440
+ "isresidential": 0,
1441
+ "manon_or_partauto": 1,
1442
+ "occup_sensor_auto_on_svgs": 0.1,
1443
+ "occup_sensor_savings": 0.125,
1444
+ "notes": null
1445
+ },
1446
+ {
1447
+ "template": "90.1-PRM-2019",
1448
+ "lpd_space_type": "recovery",
1449
+ "primary_space_type": "Healthcare Facility",
1450
+ "secondary_space_type": "Recovery room",
1451
+ "w/ft^2": 0.8,
1452
+ "w/ft": null,
1453
+ "isresidential": 0,
1454
+ "manon_or_partauto": 0,
1455
+ "occup_sensor_auto_on_svgs": 0.1,
1456
+ "occup_sensor_savings": 0.1,
1457
+ "notes": null
1458
+ },
1459
+ {
1460
+ "template": "90.1-PRM-2019",
1461
+ "lpd_space_type": "recreation/common living - visually impaired",
1462
+ "primary_space_type": "Assisted Living Facility",
1463
+ "secondary_space_type": "Recreation room (used primarily by residents)",
1464
+ "w/ft^2": 3.02,
1465
+ "w/ft": null,
1466
+ "isresidential": 0,
1467
+ "manon_or_partauto": 1,
1468
+ "occup_sensor_auto_on_svgs": 0.1,
1469
+ "occup_sensor_savings": 0.125,
1470
+ "notes": null
1471
+ },
1472
+ {
1473
+ "template": "90.1-PRM-2019",
1474
+ "lpd_space_type": "religious facility - whole building",
1475
+ "primary_space_type": "Whole Building",
1476
+ "secondary_space_type": "Religious facility",
1477
+ "w/ft^2": 1.3,
1478
+ "w/ft": null,
1479
+ "isresidential": 0,
1480
+ "manon_or_partauto": 1,
1481
+ "occup_sensor_auto_on_svgs": 0.1,
1482
+ "occup_sensor_savings": 0.125,
1483
+ "notes": null
1484
+ },
1485
+ {
1486
+ "template": "90.1-PRM-2019",
1487
+ "lpd_space_type": "restroom - all other",
1488
+ "primary_space_type": "Restroom",
1489
+ "secondary_space_type": "All Other Restroom",
1490
+ "w/ft^2": 0.9,
1491
+ "w/ft": null,
1492
+ "isresidential": 0,
1493
+ "manon_or_partauto": 0,
1494
+ "occup_sensor_auto_on_svgs": 0.45,
1495
+ "occup_sensor_savings": 0.45,
1496
+ "notes": null
1497
+ },
1498
+ {
1499
+ "template": "90.1-PRM-2019",
1500
+ "lpd_space_type": "restroom - visually impaired",
1501
+ "primary_space_type": "Restroom",
1502
+ "secondary_space_type": "Facility for the Visually Impaired (and Used Primarily by Residents)",
1503
+ "w/ft^2": 1.52,
1504
+ "w/ft": null,
1505
+ "isresidential": 0,
1506
+ "manon_or_partauto": 0,
1507
+ "occup_sensor_auto_on_svgs": 0.45,
1508
+ "occup_sensor_savings": 0.45,
1509
+ "notes": null
1510
+ },
1511
+ {
1512
+ "template": "90.1-PRM-2019",
1513
+ "lpd_space_type": "retail - whole building",
1514
+ "primary_space_type": "Whole Building",
1515
+ "secondary_space_type": "Retail",
1516
+ "w/ft^2": 1.5,
1517
+ "w/ft": null,
1518
+ "isresidential": 0,
1519
+ "manon_or_partauto": 1,
1520
+ "occup_sensor_auto_on_svgs": 0.1,
1521
+ "occup_sensor_savings": 0.125,
1522
+ "notes": null
1523
+ },
1524
+ {
1525
+ "template": "90.1-PRM-2019",
1526
+ "lpd_space_type": "retail dressing room",
1527
+ "primary_space_type": "Retail Facilities",
1528
+ "secondary_space_type": "Dressing/fitting room",
1529
+ "w/ft^2": 0.89,
1530
+ "w/ft": null,
1531
+ "isresidential": 0,
1532
+ "manon_or_partauto": 1,
1533
+ "occup_sensor_auto_on_svgs": 0.1,
1534
+ "occup_sensor_savings": 0.125,
1535
+ "notes": null
1536
+ },
1537
+ {
1538
+ "template": "90.1-PRM-2019",
1539
+ "lpd_space_type": "retail mall concourse",
1540
+ "primary_space_type": "Retail Facilities",
1541
+ "secondary_space_type": "Mall concourse",
1542
+ "w/ft^2": 1.7,
1543
+ "w/ft": null,
1544
+ "isresidential": 0,
1545
+ "manon_or_partauto": 1,
1546
+ "occup_sensor_auto_on_svgs": 0.1,
1547
+ "occup_sensor_savings": 0.125,
1548
+ "notes": null
1549
+ },
1550
+ {
1551
+ "template": "90.1-PRM-2019",
1552
+ "lpd_space_type": "sales",
1553
+ "primary_space_type": "Sales Area",
1554
+ "secondary_space_type": "General",
1555
+ "w/ft^2": 1.7,
1556
+ "w/ft": null,
1557
+ "isresidential": 0,
1558
+ "manon_or_partauto": 1,
1559
+ "occup_sensor_auto_on_svgs": 0.15,
1560
+ "occup_sensor_savings": 0.1875,
1561
+ "notes": null
1562
+ },
1563
+ {
1564
+ "template": "90.1-PRM-2019",
1565
+ "lpd_space_type": "school/university - whole building",
1566
+ "primary_space_type": "Whole Building",
1567
+ "secondary_space_type": "School/university",
1568
+ "w/ft^2": 1.2,
1569
+ "w/ft": null,
1570
+ "isresidential": 0,
1571
+ "manon_or_partauto": 1,
1572
+ "occup_sensor_auto_on_svgs": 0.1,
1573
+ "occup_sensor_savings": 0.125,
1574
+ "notes": null
1575
+ },
1576
+ {
1577
+ "template": "90.1-PRM-2019",
1578
+ "lpd_space_type": "seating area, general",
1579
+ "primary_space_type": "Seating Area, General",
1580
+ "secondary_space_type": "General",
1581
+ "w/ft^2": 0.68,
1582
+ "w/ft": null,
1583
+ "isresidential": 0,
1584
+ "manon_or_partauto": 1,
1585
+ "occup_sensor_auto_on_svgs": 0.1,
1586
+ "occup_sensor_savings": 0.125,
1587
+ "notes": null
1588
+ },
1589
+ {
1590
+ "template": "90.1-PRM-2019",
1591
+ "lpd_space_type": "sports arena - whole building",
1592
+ "primary_space_type": "Whole Building",
1593
+ "secondary_space_type": "Sports arena",
1594
+ "w/ft^2": 1.1,
1595
+ "w/ft": null,
1596
+ "isresidential": 0,
1597
+ "manon_or_partauto": 1,
1598
+ "occup_sensor_auto_on_svgs": 0.1,
1599
+ "occup_sensor_savings": 0.125,
1600
+ "notes": null
1601
+ },
1602
+ {
1603
+ "template": "90.1-PRM-2019",
1604
+ "lpd_space_type": "sports arena playing area, class I",
1605
+ "primary_space_type": "Sports Arena—Playing Area",
1606
+ "secondary_space_type": "Class I facility",
1607
+ "w/ft^2": 4.61,
1608
+ "w/ft": null,
1609
+ "isresidential": 0,
1610
+ "manon_or_partauto": 1,
1611
+ "occup_sensor_auto_on_svgs": 0.1,
1612
+ "occup_sensor_savings": 0.125,
1613
+ "notes": null
1614
+ },
1615
+ {
1616
+ "template": "90.1-PRM-2019",
1617
+ "lpd_space_type": "sports arena playing area, class II",
1618
+ "primary_space_type": "Sports Arena—Playing Area",
1619
+ "secondary_space_type": "Class II facility",
1620
+ "w/ft^2": 3.01,
1621
+ "w/ft": null,
1622
+ "isresidential": 0,
1623
+ "manon_or_partauto": 1,
1624
+ "occup_sensor_auto_on_svgs": 0.1,
1625
+ "occup_sensor_savings": 0.125,
1626
+ "notes": null
1627
+ },
1628
+ {
1629
+ "template": "90.1-PRM-2019",
1630
+ "lpd_space_type": "sports arena playing area, class III",
1631
+ "primary_space_type": "Sports Arena—Playing Area",
1632
+ "secondary_space_type": "Class III facility",
1633
+ "w/ft^2": 2.26,
1634
+ "w/ft": null,
1635
+ "isresidential": 0,
1636
+ "manon_or_partauto": 1,
1637
+ "occup_sensor_auto_on_svgs": 0.1,
1638
+ "occup_sensor_savings": 0.125,
1639
+ "notes": null
1640
+ },
1641
+ {
1642
+ "template": "90.1-PRM-2019",
1643
+ "lpd_space_type": "sports arena playing area, class IV",
1644
+ "primary_space_type": "Sports Arena—Playing Area",
1645
+ "secondary_space_type": "Class IV facility",
1646
+ "w/ft^2": 1.5,
1647
+ "w/ft": null,
1648
+ "isresidential": 0,
1649
+ "manon_or_partauto": 1,
1650
+ "occup_sensor_auto_on_svgs": 0.1,
1651
+ "occup_sensor_savings": 0.125,
1652
+ "notes": null
1653
+ },
1654
+ {
1655
+ "template": "90.1-PRM-2019",
1656
+ "lpd_space_type": "stairwell",
1657
+ "primary_space_type": "Stairwell",
1658
+ "secondary_space_type": "General",
1659
+ "w/ft^2": 0.6,
1660
+ "w/ft": null,
1661
+ "isresidential": 0,
1662
+ "manon_or_partauto": 0,
1663
+ "occup_sensor_auto_on_svgs": 0.75,
1664
+ "occup_sensor_savings": 0.75,
1665
+ "notes": null
1666
+ },
1667
+ {
1668
+ "template": "90.1-PRM-2019",
1669
+ "lpd_space_type": "storage 50 to 1000 sf - all other",
1670
+ "primary_space_type": "Storage Room",
1671
+ "secondary_space_type": ">=50 ft2",
1672
+ "w/ft^2": 0.8,
1673
+ "w/ft": null,
1674
+ "isresidential": 0,
1675
+ "manon_or_partauto": 1,
1676
+ "occup_sensor_auto_on_svgs": 0.45,
1677
+ "occup_sensor_savings": 0.5625,
1678
+ "notes": null
1679
+ },
1680
+ {
1681
+ "template": "90.1-PRM-2019",
1682
+ "lpd_space_type": "storage 50 to 1000 sf - hospital",
1683
+ "primary_space_type": "Storage Room",
1684
+ "secondary_space_type": "Hospital",
1685
+ "w/ft^2": 0.9,
1686
+ "w/ft": null,
1687
+ "isresidential": 0,
1688
+ "manon_or_partauto": 1,
1689
+ "occup_sensor_auto_on_svgs": 0.45,
1690
+ "occup_sensor_savings": 0.5625,
1691
+ "notes": null
1692
+ },
1693
+ {
1694
+ "template": "90.1-PRM-2019",
1695
+ "lpd_space_type": "storage < 50 sf",
1696
+ "primary_space_type": "Storage Room",
1697
+ "secondary_space_type": "<50 ft2",
1698
+ "w/ft^2": 0.8,
1699
+ "w/ft": null,
1700
+ "isresidential": 0,
1701
+ "manon_or_partauto": 0,
1702
+ "occup_sensor_auto_on_svgs": 0.45,
1703
+ "occup_sensor_savings": 0.45,
1704
+ "notes": null
1705
+ },
1706
+ {
1707
+ "template": "90.1-PRM-2019",
1708
+ "lpd_space_type": "town hall - whole building",
1709
+ "primary_space_type": "Whole Building",
1710
+ "secondary_space_type": "Town hall",
1711
+ "w/ft^2": 1.1,
1712
+ "w/ft": null,
1713
+ "isresidential": 0,
1714
+ "manon_or_partauto": 1,
1715
+ "occup_sensor_auto_on_svgs": 0.1,
1716
+ "occup_sensor_savings": 0.125,
1717
+ "notes": null
1718
+ },
1719
+ {
1720
+ "template": "90.1-PRM-2019",
1721
+ "lpd_space_type": "transportation - whole building",
1722
+ "primary_space_type": "Whole Building",
1723
+ "secondary_space_type": "Transportation",
1724
+ "w/ft^2": 1.0,
1725
+ "w/ft": null,
1726
+ "isresidential": 0,
1727
+ "manon_or_partauto": 1,
1728
+ "occup_sensor_auto_on_svgs": 0.1,
1729
+ "occup_sensor_savings": 0.125,
1730
+ "notes": null
1731
+ },
1732
+ {
1733
+ "template": "90.1-PRM-2019",
1734
+ "lpd_space_type": "transportation ticket counter",
1735
+ "primary_space_type": "Transportation Facility",
1736
+ "secondary_space_type": "Ticket counter",
1737
+ "w/ft^2": 1.5,
1738
+ "w/ft": null,
1739
+ "isresidential": 0,
1740
+ "manon_or_partauto": 1,
1741
+ "occup_sensor_auto_on_svgs": 0.1,
1742
+ "occup_sensor_savings": 0.125,
1743
+ "notes": null
1744
+ },
1745
+ {
1746
+ "template": "90.1-PRM-2019",
1747
+ "lpd_space_type": "vehicular maintenance",
1748
+ "primary_space_type": "Vehicular Maintenance Area",
1749
+ "secondary_space_type": "General",
1750
+ "w/ft^2": 0.7,
1751
+ "w/ft": null,
1752
+ "isresidential": 0,
1753
+ "manon_or_partauto": 1,
1754
+ "occup_sensor_auto_on_svgs": 0.1,
1755
+ "occup_sensor_savings": 0.125,
1756
+ "notes": null
1757
+ },
1758
+ {
1759
+ "template": "90.1-PRM-2019",
1760
+ "lpd_space_type": "warehouse - bulk storage",
1761
+ "primary_space_type": "Warehouse—Storage Area",
1762
+ "secondary_space_type": "Medium to bulky, palletized items",
1763
+ "w/ft^2": 0.9,
1764
+ "w/ft": null,
1765
+ "isresidential": 0,
1766
+ "manon_or_partauto": 1,
1767
+ "occup_sensor_auto_on_svgs": 0.45,
1768
+ "occup_sensor_savings": 0.5625,
1769
+ "notes": null
1770
+ },
1771
+ {
1772
+ "template": "90.1-PRM-2019",
1773
+ "lpd_space_type": "warehouse - fine storage",
1774
+ "primary_space_type": "Warehouse—Storage Area",
1775
+ "secondary_space_type": "Smaller, hand-carried items",
1776
+ "w/ft^2": 1.4,
1777
+ "w/ft": null,
1778
+ "isresidential": 0,
1779
+ "manon_or_partauto": 1,
1780
+ "occup_sensor_auto_on_svgs": 0.45,
1781
+ "occup_sensor_savings": 0.5625,
1782
+ "notes": null
1783
+ },
1784
+ {
1785
+ "template": "90.1-PRM-2019",
1786
+ "lpd_space_type": "warehouse - whole building",
1787
+ "primary_space_type": "Whole Building",
1788
+ "secondary_space_type": "Warehouse",
1789
+ "w/ft^2": 0.8,
1790
+ "w/ft": null,
1791
+ "isresidential": 0,
1792
+ "manon_or_partauto": 1,
1793
+ "occup_sensor_auto_on_svgs": 0.1,
1794
+ "occup_sensor_savings": 0.125,
1795
+ "notes": null
1796
+ },
1797
+ {
1798
+ "template": "90.1-PRM-2019",
1799
+ "lpd_space_type": "workshop",
1800
+ "primary_space_type": "Workshop",
1801
+ "secondary_space_type": "General",
1802
+ "w/ft^2": 1.9,
1803
+ "w/ft": null,
1804
+ "isresidential": 0,
1805
+ "manon_or_partauto": 1,
1806
+ "occup_sensor_auto_on_svgs": 0.1,
1807
+ "occup_sensor_savings": 0.125,
1808
+ "notes": null
1809
+ },
1810
+ {
1811
+ "template": "90.1-PRM-2019",
1812
+ "lpd_space_type": "workshop - whole building",
1813
+ "primary_space_type": "Whole Building",
1814
+ "secondary_space_type": "Workshop",
1815
+ "w/ft^2": 1.4,
1816
+ "w/ft": null,
1817
+ "isresidential": 0,
1818
+ "manon_or_partauto": 1,
1819
+ "occup_sensor_auto_on_svgs": 0.1,
1820
+ "occup_sensor_savings": 0.125,
1821
+ "notes": null
1822
+ },
1823
+ {
1824
+ "template": "90.1-PRM-2019",
1825
+ "lpd_space_type": "worship/pulpit/choir area",
1826
+ "primary_space_type": "Religious Facility",
1827
+ "secondary_space_type": "Worship/pulpit/choir area",
1828
+ "w/ft^2": 2.4,
1829
+ "w/ft": null,
1830
+ "isresidential": 0,
1831
+ "manon_or_partauto": 1,
1832
+ "occup_sensor_auto_on_svgs": 0.1,
1833
+ "occup_sensor_savings": 0.125,
1834
+ "notes": null
1835
+ }
1836
+ ]
1837
+ }