cesarp.model.BldgType module¶
-
class
cesarp.model.BldgType.
BldgType
(value)[source]¶ Bases:
enum.Enum
Currently matched the building types as used in SIA2024 package. If the supported building types change, please do a mapping of those building types to SIA2024 building types in the SIA2024 package.
-
HOSPITAL
= 'hospital'¶
-
MFH
= 'multi family home'¶
-
OFFICE
= 'office'¶
-
RESTAURANT
= 'restaurant'¶
-
SCHOOL
= 'school'¶
-
SFH
= 'single family home'¶
-
SHOP
= 'shop'¶
-