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

Compare with Current View Page History

« Previous Version 4 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. I've categorized the columns into three categories: Very Important, Less Important and Least Important.

Building Columns:

Very Important

  • STRUCT_TYP

Less Important

  • OCC_TYPE
  • APPR_BLDG
  • SQ_FOOT
  • DWELL_UNIT
  • CONT_VAL
  • STR_TYP2
  • EFACILITY

_Least Important

  • 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.

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