You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Overview

In this section we are going to discuss the steps for ingesting building data into a format that MAEviz can understand and use in the building analyses. Before we launch the software, we will go over the MAEviz building data format so that if any changes need to be made, we can make those now.

Data Format

We will need two datasets for running a building damage analysis, a building dataset ingested into MAEviz and a Fragility Mapping dataset ingested into MAEviz. The building dataset will contain columns such as structure type, year built, etc and the fragility mapping dataset tells MAEviz which fragility curves should be used for which buildings.

Building Data

Let's start out describing the building data. The building data for MAEviz needs to be in ESRI's Shapefile format. Below you will find the column names and column types that MAEviz requires. Only the column types (e.g. integer, double, string, etc) must explicitly match because when we ingest the dataset, MAEviz will ask you to map your columns to the columns that MAEviz needs. For example, your structure type information might be in a column called s_type and MAEviz expects it to be called str_type so you can tell MAEviz that s_type maps to str_type and no changes need to be made to your dataset.

Building Columns:

  • PAR_ID
  • PARID_CARD
  • BLDG_ID
  • STRUCT_TYP
  • STR_PROB
  • YEAR_BUILT
  • NO_STORIES
  • A_STORIES
  • B_STORIES
  • BSMT_TYPE
  • SQ_FOOT
  • GSQ_FOOT
  • OCC_TYPE
  • OCC_DETAIL
  • MAJOR_OCC
  • BROAD_OCC
  • APPR_BLDG
  • REPL_CST
  • STR_CST
  • NSTRA_CST
  • NSTRD_CST
  • DGN_LVL
  • CONT_VAL
  • EFACILITY
  • DWELL_UNIT
  • STR_TYP2
  • 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. 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. One thing to note, some of these columns will be needed for more advanced analyses (e.g. estimating structural damage cost requires the APPR_VAL column since the cost of the structure is a required input).

Fragility Data

Launch MAEviz

The default installation directory for MAEviz is a folder with the same name, "MAEviz" so you should be able to launch the software by going to Start -> Programs -> MAEviz.

Ingestion Steps

  • No labels