Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Building Columns:

Very Important

Field Name

Field Description

Field Type

STRUCT_TYP

General structure type of the building

string

Less Important

Field Name

Field Description

Field Type

OCC_TYPE

Broad HAZUS Occupancy Category (e.g. RES3 - multi-family residential)

string

APPR_BLDG

Appraised value for the building

double

SQ_FOOT

total building area in square feet

integer

DWELL_UNIT

total number of dwelling units in the building

integer

CONT_VAL

value of building contents

double

STR_TYP2

detailed structure type as per HAZUS MR-3 specifications

string

EFACILITY

essential facility designation

string

Least Important

Field Name

Field Description

Field Type

PAR_ID
PARID_CARD
BLDG_ID
STR_PROB
YEAR_BUILT
NO_STORIES
A_STORIES
B_STORIES
BSMT_TYPE
GSQ_FOOT
OCC_DETAIL
MAJOR_OCC
BROAD_OCC
REPL_CST
STR_CST
NSTRA_CST
NSTRD_CST
DGN_LVL
OCC_TYP2
TRACT_ID

Now, it's ok if you don't have all of the above information for your buildings since the more detail you have about your building means you can be more explicit in mapping your fragilities to your buildings in the damage analysis and in some cases, the more advanced analysis will start requiring some of those attributes (e.g. estimating structural damage cost requires the APPR_BLDG column since the cost of the structure needs to be known). However, all of these columns need to be present, even if they contain no data because MAEviz will expect all of the columns to be there. In the next version of MAEviz, this restriction of all columns being present, even with no data, should be eliminated.

...