2

Is there a place to find what the DEER construction set acronyms stand for? (eg. Asm, ECC, ERC...)

Example: Asm, ECC, ERC, MBT, MLI, Mtl, Nrs...

erikp's avatar
93
erikp
asked 2018-08-08 12:55:09 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2020-03-10 09:48:38 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

See deer_building_types.rb in the Create DEER Prototype Building BCL measure:

      'Asm' => 'Assembly',
      'DMo' => 'Residential Mobile Home',
      'ECC' => 'Education - Community College',
      'EPr' => 'Education - Primary School',
      'ERC' => 'Education - Relocatable Classroom',
      'ESe' => 'Education - Secondary School',
      'EUn' => 'Education - University',
      'GHs' => 'Greenhouse',
      'Gro' => 'Grocery',
      'Hsp' => 'Health/Medical - Hospital',
      'Htl' => 'Lodging - Hotel',
      'MBT' => 'Manufacturing Biotech',
      'MFm' => 'Residential Multi-family',
      'MLI' => 'Manufacturing Light Industrial',
      'Mtl' => 'Lodging - Motel',
      'Nrs' => 'Health/Medical - Nursing Home',
      'OfL' => 'Office - Large',
      'OfS' => 'Office - Small',
      'RFF' => 'Restaurant - Fast-Food',
      'RSD' => 'Restaurant - Sit-Down',
      'Rt3' => 'Retail - Multistory Large',
      'RtL' => 'Retail - Single-Story Large',
      'RtS' => 'Retail - Small',
      'SCn' => 'Storage - Conditioned',
      'SFm' => 'Residential Single Family',
      'SUn' => 'Storage - Unconditioned',
      'WRf' => 'Warehouse - Refrigerated'
mdahlhausen's avatar
9.5k
mdahlhausen
answered 2018-08-08 13:18:47 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments