GMIM

1007 rows


Description

Ground Motion Intensity Measure recorded or estimated at a site

Columns

Column Type Size Nulls Auto Default Children Parents Comments
GMIM_ID INT UNSIGNED 10 null

Unique ID (primary key) for entries in the GMIM table

FLDO_ID INT UNSIGNED 10 null
FLDO.FLDO_ID GMIM_ibfk_1C
GMIM_LAT DOUBLE 22 null

Latitude of ground motion value in WGS84 (deg)

GMIM_LON DOUBLE 22 null

Longitude of ground motion value in WGS84 (deg)

GMIM_TYPE VARCHAR 256 null

Type of intensity measure (e.g., PGA, PGV, SA0.1, SA1.0, CAV5)

GMIM_COMP VARCHAR 256 null
GMIM_VALUE FLOAT 12 null

Median value of intensity measure

GMIM_STDDEV FLOAT 12 null

Standard deviation of the GMIM estimation at the site (natural log units)

GMIM_UNIT VARCHAR 10 null

Units of the intensity measure (suggested units are: acc. in g, vel. (PGV, AI, CAV, etc.) in cm/s, disp. in m, durations in sec).

GMIM_METHOD VARCHAR 1000 null

Description of method used to estimate GMIM

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc GMIM_ID
FLDO_ID Performance Asc FLDO_ID

Relationships