Deprecated: Optional parameter $httpHeaders declared before required parameter $message is implicitly treated as a required parameter in /home/sjbrande/public_html/gm_database/api/Controller/Api/BaseController.php on line 80

Table List

TABLE_NAMETABLE_ROWSDATA_LENGTHTABLE_COMMENT
aftershock_mainshock27616384Intra-event distance (CRJB) between aftershock and mainshock events.
basin_model1116384Model for basin parameters (e.g., z1, z2.5)
basin_site197421589248Basin parameters (e.g., z1, z2.5) for each site
citation819262144Citation information
collection1116384A collection groups motions, events, or stations together into a common set
collection_motion867113686400A junction table mapping motions to collections
event1858393216Earthquake events
event_eqid69565536A junction table mapping earthquakes to NGA earthquake identification numbers
event_geometry6129229376Join table between event and geometry tables
event_type716384Event types (shallow crustal, interface, intraslab, outer-rise, induced, undetermined, stable continental)
finite_fault1894163840Finite fault model parameters
finite_fault_kinematic_parameter6816384Finite-fault kinematic parameters from a published source.
finite_fault_segment1844163840Finite fault segments for multi-segment ruptures
fourier_spectra367686411652555776Fourier amplitude spectra, smoothed and decimated
geometry576832128GeoJSON geometries delineating geophraphic features, regions, basins, etc.
intensity_measure12026760424192Ground motion intensity measures
motion1244165783552Ground motion parameters
network19765536Seismic network parameters
path12337911026432Path metrics
path_old800805783552
response_spectra133093771083179008Pseudo-acceleration response spectra
site117663686400Site information (location, VS30, etc.)
site_geometry582662637824Join table between site and geometry tables
station126911589248Station information (station code, location, etc.)
station_ssn6715294912A junction table mapping stations to NGA station sequence numbers
time_series_data7804570117769216Ground motion time series data
time_series_metadata12408314172160Ground motion time series metadata and processing parameters
user4716384User information
version016384
version_time_series_metadata538902637824
vs30_citation165071589248Citations for VS30 assignments.
vs30_code1816384Methods used to assign preferred VS30 value.

aftershock_mainshock

FieldTypeCollationNullKeyDefaultExtraPrivilegesComment
aftershock_mainshock_idint(11)NOPRIauto_incrementselectPrimay key; unique ID assigned to each pair of aftersock-mainshock events.
aftershock_event_idint(11)NOMULselectForeign key; unique ID assigned to each earthquake for identification - corresponding to the aftershock.
mainshock_event_idint(11)NOMULselectForeign key; unique ID assigned to each earthquake for identification - corresponding to the mainshock.
crjbfloatYESselectShortest distance (km) between the centroid of Joyner-Boore rupture surface of the potential aftershock earthquake, and the closest point on the edge of the Joyner-Boore rupture surface of the mainshock.

basin_model

FieldTypeCollationNullKeyDefaultExtraPrivilegesComment
basin_model_idint(11)NOPRIauto_incrementselectPrimary key; unique ID assigned to each basin model for identification.
model_namevarchar(100)utf8_unicode_ciYESUNIselectFull name of basin model.
model_abbreviationvarchar(25)utf8_unicode_ciNOselectCommon abbreviation for the basin model.
model_refvarchar(500)utf8_unicode_ciYESselectBasin model reference.
basin_model_citation_idint(11)NOMUL1selectForeign key; unique ID assigned to each citation for identification - citation of basin model

basin_site

FieldTypeCollationNullKeyDefaultExtraPrivilegesComment
basin_site_idint(11)NOPRIauto_incrementselectPrimary key; unique ID assigned to each basin model and site combination for identification.
site_idint(11)NOMULselectForeign key; unique ID assigned to each site for identification.
basin_model_idint(11)NOMULselectForeign key; unique ID assigned to each basin model for identification.
z1p0floatYESselectDepth (m) to Vs = 1.0 km/s.
z2p5floatYESselectDepth (m) to Vs = 2.5 km/s.

citation

FieldTypeCollationNullKeyDefaultExtraPrivilegesComment
citation_idint(11)NOPRIauto_incrementselect
citation_textvarchar(500)utf8_unicode_ciYESselectCitation for information contained in database
citation_urlvarchar(1000)utf8_unicode_ciYESselectUniform resource locator (URL) for citation
citation_hashvarchar(32)utf8_unicode_ciNOUNIselect

collection

FieldTypeCollationNullKeyDefaultExtraPrivilegesComment
collection_idint(11)NOPRIauto_incrementselectPrimary key; unique ID assigned to each collection for identification.
collection_namevarchar(100)utf8_unicode_ciYESUNIselectCommon name for the collection.
collection_descriptionvarchar(1000)utf8_unicode_ciYESselectDescription of what the collection contains.
collection_refvarchar(5000)utf8_unicode_ciYESselectReference if the collection is associated with a publication (e.g., data curation, dataset used in model development, etc.)
collection_citation_idint(11)NOMUL1selectForeign key; unique ID assigned to each citation for identification - citation of collection

collection_motion

FieldTypeCollationNullKeyDefaultExtraPrivilegesComment
collection_motion_idint(11)NOPRIauto_incrementselectPrimary key; unique ID assigned to each collection and motion combination for identification.
collection_idint(11)NOMULselectForeign key; unique ID assigned to each collection for identification.
motion_idint(11)NOMULselectForeign key; unique ID assigned to each motion for identification.
record_sequence_numbervarchar(50)utf8_unicode_ciYESselect

event

FieldTypeCollationNullKeyDefaultExtraPrivilegesComment
event_idint(11)NOPRIauto_incrementselectPrimary key; unique ID assigned to each earthquake for identification.
hypocenter_longitudefloat(8,5)NOMULselectHypocenter longitude (degrees)
hypocenter_latitudefloat(8,5)NOselectHypocenter latitude (degrees)
event_countryvarchar(100)utf8_unicode_ciYESselectCountry the event is located in (based on the epicenter).
event_subdivisionvarchar(100)utf8_unicode_ciYESselectSubdivision within a country (e.g., state, province, prefecture) the event is located in (based on the epicenter).
event_namevarchar(100)utf8_unicode_ciYESselectThe common name for the earthquake. The naming usually includes the name of the general area of country where the earthquake occured.
comcat_idvarchar(30)utf8_unicode_ciYESselectThe ANSS Comprehensive Earthquake Catalog (ComCat) unique ID.
event_type_idint(11)NOMULselectForeign key; unique ID assigned to each earthquake type for identification.
datetimedatetimeYESselectDate and time of the earthquake.
time_zonevarchar(10)utf8_unicode_ciYESselectCorresponding time zone for the recorded date and time.
hypocenter_reported_depthfloatYESselectHypocenter depth (km) reported by source documentation (e.g., earthquake catalog or published finite fault model); depth measured positive in the direction to the center of the earth
hypocenter_reported_depth_datumvarchar(100)utf8_unicode_ciYESselectReference depth datum for reported hypocenter depth (e.g., WGS84 Geoid/mean sea level)
epicenter_elevationfloatYESselectSurface elevation (km) at epicenter location (surface projection of hypocenter) using 30 arc-sec DEM; elevation measured positive above mean sea level
hypocenter_depthfloatYESselectHypocenter depth (km) relative to the ground surface; depth measured positive into the ground
magnitudefloatNOselectMagnitude of the earthquake.
magnitude_typevarchar(10)utf8_unicode_ciYESselectType of magnitude in the "magnitude" field: Mw = moment magnitude; ML = local magnitude; MS = surface-wave magnitude; Mb = body wave magnitude; or U = unknown magnitude type.
magnitude_uncertainty_Kagan_modelfloatYESselectMagnitude uncertainty assigned using Kagan's model (Kagan 2002).
magnitude_uncertainty_statisticalfloatYESselectMagnitude uncertainty is taken as the standard deviation of the reliable magnitude estimates.
magnitude_sample_sizeint(11)YESselectNumber of magnitude estimates used to compute the standard deviation.
magnitude_uncertainty_study_classint(11)YESselectMagnitude uncertainty class addigned by PE&A based on the quality of special studies that yeilded the magnitude estimates and is defined as: 1 = Recent events well studied; 2 = Older events well studied or recent events not well studied; 3 = Older events not well studied.
strikefloatYESselectStrike angle (degrees) of the fault plane used to approximate the causative fault surface; 0 <= strike <= 360. Converntion of fault strike, dip, and rake follows that described in Aki and Richards (1980, p106).
dipfloatYESselectDip angle (degrees) of the fault plane; 0 <= dip <= 90. Converntion of fault strike, dip, and rake follows that described in Aki and Richards (1980, p106).
rakefloatYESselectRake is the angle (degrees) measured on the fault plane counterclockwise from the refernce strike direction to the average slip direction; -180 <= rake < 180.
mechanism_based_on_Rakeint(11)YESselectMechanism indicator based on rake angle. 0 = strike-slip (-180 < rake < -150) or (-30 < rake < 30) or (150 < rake < 180); 1 = normal (-120 < rake < -60); 2 = reverse (60 < rake < 120); 3 = reverse-oblique (30 < rake < 60) or (120 < rake < 150); 4 = normal-oblique (-150 < rake < -120) or (-60 < rake < -30).
slip_ratefloatYESselectSlip rate (mm/yr) on the causative fault. It is taken from the fault database of the National Seismic Hazard Maps (Frankel et al. 2002).
seismic_momentfloatYESselectSeismic moment (dyne.cm)
p_plungefloatYESselectPlunge (degrees) of the maximum compressive (P) principal stress given by the fault plane solution.
p_trendfloatYESselectTrend (degrees) of the maximum compressive (P) principal stress given by the fault plane solution.
t_plungefloatYESselectPlunge (degrees) of the minimum compressive (T) principal stress given by the fault plane solution.
t_trendfloatYESselectTrend (degrees) of the minimum compressive (P) principal stress given by the fault plane solution.
coseismic_surface_ruptureint(1)YESselectPresence or absence of primary surface rupture: 0 = No; 1 = Yes.
basis_for_surface_ruptureint(11)YESselectBasis for interence of surface rupture: 1 = Reference documents the presence or absence of surface faulting (sfdoc); 2 = Surface faulting discussed in references (sfdis); 3 = Location of earthquake discussed in references (locdis); 4 = M<6, likelihood of existence of surface rupture small; 5 = M~6, likelihood of existence of surface rupture is small.=;6 = M>=7, likelihood of existence of surface rupture is large.
extensional_regimeint(11)YESselectEarthquake in extensional regime: 0 = No; 1 = Yes
extensional_regime_namevarchar(100)utf8_unicode_ciYESselectName of the potential extensional regime

event_eqid

FieldTypeCollationNullKeyDefaultExtraPrivilegesComment
event_eqid_idint(11)NOPRIauto_incrementselectPrimay key; unique ID assigned to each event and collection combination for identification.
event_idint(11)NOMULselectForeign key; unique ID assigned to each event for identification.
collection_idint(11)NOMULselectForeign key; unique ID assigned to each collection for identification.
eqidvarchar(50)utf8_unicode_ciNOselectEarthquake identification number (EQID): unique number assigned to each station in the linked collection.

event_geometry

FieldTypeCollationNullKeyDefaultExtraPrivilegesComment
event_geometry_idint(11)NOPRIauto_incrementselectPrimary key; unique ID assigned to each event and geometry combination for identification.
event_idint(11)NOMULselectForeign key; unique ID assigned to each event for identification.
geometry_idint(11)NOMULselectForeign key; unique ID assigned to each geometry for identification.

event_type

FieldTypeCollationNullKeyDefaultExtraPrivilegesComment
event_type_idint(11)NOPRIauto_incrementselectPrimary key; unique ID assigned to each earthquake type for identification.
event_typevarchar(20)utf8_unicode_ciYESUNIselectType of earthquake.

finite_fault

FieldTypeCollationNullKeyDefaultExtraPrivilegesComment
finite_fault_idint(11)NOPRIauto_incrementselectPrimary key; unique ID assigned to each finite-fault or simulated rupure surface for identification.
event_idint(11)NOMULselectForeign key; unique ID assigned to each earthquake for identification.
ztorfloatYESselectDepth to the top of the finite rupture model (km). Datum may be ground surface or sea level depending on the source.
fault_lengthfloatYESselectTotal length ("L") of the finite rupture model (km).
fault_widthfloatYESselectWidth ("W" = A/L) of the finite rupture model (km).
fault_areafloatYESselectTotal area ("A") of the finite rupture model (km^2).
ffm_modelint(1)YESselectIndicator if the finite-fault parameters come from a published finite-fault model (1), were simulated (0), or are unknown (2).
ffm_referencevarchar(500)utf8_unicode_ciYESselectReference of publication used to assign finite-fault parameters (if from a model).
finite_fault_citation_idint(11)NOMUL1selectForeign key; unique ID assigned to each citation for identification - citation of finite fault

finite_fault_kinematic_parameter

FieldTypeCollationNullKeyDefaultExtraPrivilegesComment
finite_fault_kinematic_parameter_idint(11)NOPRIauto_incrementselectPrimary key; unique ID assigned to each finite-fault kinematic parameter for identification.
finite_fault_idint(11)NOMULselectForeign key; unique ID assigned to each finite-fault for identification.
average_fault_displacementfloatYESselectThe average amount of slip (cm) over the ruptured area. It's computed as Mo/(Mu*A*1.0E+10) where Mu=3.58e11.
rise_timefloatYESselectThe time required for the completion of slip at a point on the fault plane. When there are multiple estimates of rise time, the average value is used.
average_slip_velocityfloatYESselectAverage Slip Velocity (cm/s) = (Average Fault Displacement) / (Rise time)
preferred_rupture_velocityfloatYESselectRupture velocity (Vr) (km/s) is the speed at which a rupture front moves along the fault during an earthquake. When there are multiple estimates of rupture velocity, the average value is used.
average_vr_vsfloatYESselectRatio of rupture velocity (Vr) to shear?wave velocity (Vs) in the source region. When there are multiple estimates, the average value is used.
percent_moment_releasefloatYESselectPercentage of moment release in the top 5 km of crust; calcualted from an appropiate slip model.
existence_of_shallow_asperityint(1)YESselect0 = No; 1 = Yes. An asperity is defined by Somerville et al. (1999) as a rectangular region in which the slip exceeds, in a specified way, the slip averaged over the entire fault rupture.
depth_to_shallowest_asperityfloatYESselectIf the depth (km) of the top of the shallowest asperity < 5 km, the earthquake is classified as a shallow asperity event; otherwise the earthquake is classified as a deep asperity event (existence_of_shallow_asperity = 0).

finite_fault_segment

FieldTypeCollationNullKeyDefaultExtraPrivilegesComment
finite_fault_segment_idint(11)NOPRIauto_incrementselectPrimary key; unique ID assigned to each finite-fault segment for identification.
finite_fault_idint(11)YESMULselectForeign key; unique ID assigned to each finite-fault or simulated rupure surface for identification.
seg_numberint(11)YESselectFinite fault segment number
ULC_latitudefloat(8,5)YESselectUpper left corner latitude (degrees)
ULC_longitudefloat(8,5)YESselectUpper left corner longitude (degrees)
ULC_depthfloatYESselectUpper left corner depth (km)
seg_lengthfloatYESselectSegment length ("l") (km).
seg_widthfloatYESselectSegment width ("w") (km)
seg_areafloatYESselectSegment area ("a") (km^2)
seg_strikefloatYESselectStrike angle (degrees) of the fault segment; 0 <= strike <= 360.
seg_dipfloatYESselectDip angle (degrees) of the fault segment plane. 0 <= dip <= 90.
seg_rakefloatYESselectRake if the angle (degrees) measured on the fault segment plane counterclockwise from the reference strike direction to the average slip direction; -180 <= rake <= 180.

fourier_spectra

FieldTypeCollationNullKeyDefaultExtraPrivilegesComment
fourier_spectra_idint(11)NOPRIauto_incrementselectPrimary key; unique ID assigned to each fourier specrum ordiant for identification
time_series_metadata_idint(11)NOMULselect
frequencydecimal(12,9)NOMULselectFrequency (Hz)
fas_h1doubleYESselectFourier amplitude spectra (g-s) for the first as-recorded horizontal component (H1)
fas_h2doubleYESselectFourier amplitude spectra (g-s) for the second as-recorded horizontal component (H2)
fas_vdoubleYESselectFourier amplitude spectra (g-s) for the as-recorded vertical component (V)
easdoubleYESselectOrientation-independent effective amplitude specrtra (g-s); defined in Kottke et al. (2021)

geometry

FieldTypeCollationNullKeyDefaultExtraPrivilegesComment
geometry_idint(11)NOPRIauto_incrementselectPrimay key; unique ID assigned to each geoJSON for identification.
geometry_classint(11)YESselectIndicator for what the geometry describes: 1 = region boundary; 2 = study area boundary; 3 = geomorphic province boundary; 4 = boundary used in published model.
geometry_typeint(11)YESselectIndicator for the type of geometry: 0 = point; 1 = MulitPoint; 2 = LineString; 3 = MulitLineString; 4 = Polygon; 5 = MultiPolygon; 6 = GeometryCollection.
geometry_namevarchar(100)utf8_unicode_ciYESUNIselectGeometry name.
geometry_descriptionvarchar(5000)utf8_unicode_ciYESselectGeometry description.
geometry_refvarchar(1000)utf8_unicode_ciYESselectReference if the geometry is associated with a publication.
geometry_citation_idint(11)NOMUL1selectForeign key; unique ID assigned to each citation for identification - citation of geometry object
geometry_geojsonmediumtextutf8_unicode_ciYESselectGeoJSON containing points which make up the geometry.
geometry_testgeometryYESselect

intensity_measure

FieldTypeCollationNullKeyDefaultExtraPrivilegesComment
intensity_measure_idint(11)NOPRIauto_incrementselectPrimary key; unique ID assigned to each intensity measure row for identification
time_series_metadata_idint(11)NOMULselect
pga_h1doubleYESselectPeak ground acceleration (g) for the first as-recorded horizontal component (H1)
pga_h2doubleYESselectPeak ground acceleration (g) for the second as-recorded horizontal component (H2)
pga_vdoubleYESselectPeak ground acceleration (g) for the as-recorded vertical component (V)
pga_rotd0doubleYESselectPeak ground acceleration (g) for the minimum horizontal component (RotD00)
pga_rotd50doubleYESselectPeak ground acceleration (g) for the median horizontal component (RotD50)
pga_rotd100doubleYESselectPeak ground acceleration (g) for the maximum horizontal component (RotD100)
pgv_h1doubleYESselectPeak ground velocity (cm/s) for the first as-recorded horizontal component (H1)
pgv_h2doubleYESselectPeak ground velocity (cm/s) for the second as-recorded horizontal component (H2)
pgv_vdoubleYESselectPeak ground velocity (cm/s) for the as-recorded vertical component (V)
pgv_rotd0doubleYESselectPeak ground velocity (cm/s) for the minimum horizontal component (RotD00)
pgv_rotd50doubleYESselectPeak ground velocity (cm/s) for the median horizontal component (RotD50)
pgv_rotd100doubleYESselectPeak ground velocity (cm/s) for the maximum horizontal component (RotD100)
cav_h1doubleYESselectCumulative absolute velocity (m/s) for the first as-recorded horizontal component (H1)
cav_h2doubleYESselectCumulative absolute velocity (m/s) for the second as-recorded horizontal component (H2)
cav_vdoubleYESselectCumulative absolute velocity (m/s) for the as-recorded vertical component (V)
cav_rotd0doubleYESselectCumulative absolute velocity (m/s) for the minimum horizontal component (RotD00)
cav_rotd50doubleYESselectCumulative absolute velocity (m/s) for the median horizontal component (RotD50)
cav_rotd100doubleYESselectCumulative absolute velocity (m/s) for the maximum horizontal component (RotD100)
cav5_h1doubleYESselectThresholded (5 cm/s) cumulative absolute velocity (m/s) for the first as-recorded horizontal component (H1)
cav5_h2doubleYESselectThresholded (5 cm/s) cumulative absolute velocity (m/s) for the second as-recorded horizontal component (H2)
cav5_vdoubleYESselectThresholded (5 cm/s) cumulative absolute velocity (m/s) for the as-recorded verticall component (H1)
cav5_rotd0doubleYESselectThresholded (5 cm/s) cumulative absolute velocity (m/s) for the minimum horizontal component (RotD00)
cav5_rotd50doubleYESselectThresholded (5 cm/s) cumulative absolute velocity (m/s) for the median horizontal component (RotD50)
cav5_rotd100doubleYESselectThresholded (5 cm/s) cumulative absolute velocity (m/s) for the maximum horizontal component (RotD100)
ia_h1doubleYESselectArias intensity (m/s) for the first as-recorded horizontal component (H1)
ia_h2doubleYESselectArias intensity (m/s) for the second as-recorded horizontal component (H2)
ia_vdoubleYESselectArias intensity (m/s) for the as-recorded verticall component (V)
ia_rotd0doubleYESselectArias intensity (m/s) for the minimum horizontal component (RotD00)
ia_rotd50doubleYESselectArias intensity (m/s) for the median horizontal component (RotD50)
ia_rotd100doubleYESselectArias intensity (m/s) for the maximum horizontal component (RotD100)
ia_time_05_h1floatYESselectTime (s) to achieve 5% of the maximum arias intensity for the first as-recorded horizontal component (H1)
ia_time_10_h1floatYESselectTime (s) to achieve 10% of the maximum arias intensity for the first as-recorded horizontal component (H1)
ia_time_15_h1floatYESselectTime (s) to achieve 15% of the maximum arias intensity for the first as-recorded horizontal component (H1)
ia_time_20_h1floatYESselectTime (s) to achieve 20% of the maximum arias intensity for the first as-recorded horizontal component (H1)
ia_time_25_h1floatYESselectTime (s) to achieve 25% of the maximum arias intensity for the first as-recorded horizontal component (H1)
ia_time_30_h1floatYESselectTime (s) to achieve 30% of the maximum arias intensity for the first as-recorded horizontal component (H1)
ia_time_35_h1floatYESselectTime (s) to achieve 35% of the maximum arias intensity for the first as-recorded horizontal component (H1)
ia_time_40_h1floatYESselectTime (s) to achieve 40% of the maximum arias intensity for the first as-recorded horizontal component (H1)
ia_time_45_h1floatYESselectTime (s) to achieve 45% of the maximum arias intensity for the first as-recorded horizontal component (H1)
ia_time_50_h1floatYESselectTime (s) to achieve 50% of the maximum arias intensity for the first as-recorded horizontal component (H1)
ia_time_55_h1floatYESselectTime (s) to achieve 55% of the maximum arias intensity for the first as-recorded horizontal component (H1)
ia_time_60_h1floatYESselectTime (s) to achieve 60% of the maximum arias intensity for the first as-recorded horizontal component (H1)
ia_time_65_h1floatYESselectTime (s) to achieve 65% of the maximum arias intensity for the first as-recorded horizontal component (H1)
ia_time_70_h1floatYESselectTime (s) to achieve 70% of the maximum arias intensity for the first as-recorded horizontal component (H1)
ia_time_75_h1floatYESselectTime (s) to achieve 75% of the maximum arias intensity for the first as-recorded horizontal component (H1)
ia_time_80_h1floatYESselectTime (s) to achieve 80% of the maximum arias intensity for the first as-recorded horizontal component (H1)
ia_time_85_h1floatYESselectTime (s) to achieve 85% of the maximum arias intensity for the first as-recorded horizontal component (H1)
ia_time_90_h1floatYESselectTime (s) to achieve 90% of the maximum arias intensity for the first as-recorded horizontal component (H1)
ia_time_95_h1floatYESselectTime (s) to achieve 95% of the maximum arias intensity for the first as-recorded horizontal component (H1)
ia_time_05_h2floatYESselectTime (s) to achieve 5% of the maximum arias intensity for the second as-recorded horizontal component (H2)
ia_time_10_h2floatYESselectTime (s) to achieve 10% of the maximum arias intensity for the second as-recorded horizontal component (H2)
ia_time_15_h2floatYESselectTime (s) to achieve 15% of the maximum arias intensity for the second as-recorded horizontal component (H2)
ia_time_20_h2floatYESselectTime (s) to achieve 20% of the maximum arias intensity for the second as-recorded horizontal component (H2)
ia_time_25_h2floatYESselectTime (s) to achieve 25% of the maximum arias intensity for the second as-recorded horizontal component (H2)
ia_time_30_h2floatYESselectTime (s) to achieve 30% of the maximum arias intensity for the second as-recorded horizontal component (H2)
ia_time_35_h2floatYESselectTime (s) to achieve 35% of the maximum arias intensity for the second as-recorded horizontal component (H2)
ia_time_40_h2floatYESselectTime (s) to achieve 40% of the maximum arias intensity for the second as-recorded horizontal component (H2)
ia_time_45_h2floatYESselectTime (s) to achieve 45% of the maximum arias intensity for the second as-recorded horizontal component (H2)
ia_time_50_h2floatYESselectTime (s) to achieve 50% of the maximum arias intensity for the second as-recorded horizontal component (H2)
ia_time_55_h2floatYESselectTime (s) to achieve 55% of the maximum arias intensity for the second as-recorded horizontal component (H2)
ia_time_60_h2floatYESselectTime (s) to achieve 60% of the maximum arias intensity for the second as-recorded horizontal component (H2)
ia_time_65_h2floatYESselectTime (s) to achieve 65% of the maximum arias intensity for the second as-recorded horizontal component (H2)
ia_time_70_h2floatYESselectTime (s) to achieve 70% of the maximum arias intensity for the second as-recorded horizontal component (H2)
ia_time_75_h2floatYESselectTime (s) to achieve 75% of the maximum arias intensity for the second as-recorded horizontal component (H2)
ia_time_80_h2floatYESselectTime (s) to achieve 80% of the maximum arias intensity for the second as-recorded horizontal component (H2)
ia_time_85_h2floatYESselectTime (s) to achieve 85% of the maximum arias intensity for the second as-recorded horizontal component (H2)
ia_time_90_h2floatYESselectTime (s) to achieve 90% of the maximum arias intensity for the second as-recorded horizontal component (H2)
ia_time_95_h2floatYESselectTime (s) to achieve 95% of the maximum arias intensity for the second as-recorded horizontal component (H2)
ia_time_05_vfloatYESselectTime (s) to achieve 5% of the maximum arias intensity for the as-recorded verticall component (V)
ia_time_10_vfloatYESselectTime (s) to achieve 10% of the maximum arias intensity for the as-recorded verticall component (V)
ia_time_15_vfloatYESselectTime (s) to achieve 15% of the maximum arias intensity for the as-recorded verticall component (V)
ia_time_20_vfloatYESselectTime (s) to achieve 20% of the maximum arias intensity for the as-recorded verticall component (V)
ia_time_25_vfloatYESselectTime (s) to achieve 25% of the maximum arias intensity for the as-recorded verticall component (V)
ia_time_30_vfloatYESselectTime (s) to achieve 30% of the maximum arias intensity for the as-recorded verticall component (V)
ia_time_35_vfloatYESselectTime (s) to achieve 35% of the maximum arias intensity for the as-recorded verticall component (V)
ia_time_40_vfloatYESselectTime (s) to achieve 40% of the maximum arias intensity for the as-recorded verticall component (V)
ia_time_45_vfloatYESselectTime (s) to achieve 45% of the maximum arias intensity for the as-recorded verticall component (V)
ia_time_50_vfloatYESselectTime (s) to achieve 50% of the maximum arias intensity for the as-recorded verticall component (V)
ia_time_55_vfloatYESselectTime (s) to achieve 55% of the maximum arias intensity for the as-recorded verticall component (V)
ia_time_60_vfloatYESselectTime (s) to achieve 60% of the maximum arias intensity for the as-recorded verticall component (V)
ia_time_65_vfloatYESselectTime (s) to achieve 65% of the maximum arias intensity for the as-recorded verticall component (V)
ia_time_70_vfloatYESselectTime (s) to achieve 70% of the maximum arias intensity for the as-recorded verticall component (V)
ia_time_75_vfloatYESselectTime (s) to achieve 75% of the maximum arias intensity for the as-recorded verticall component (V)
ia_time_80_vfloatYESselectTime (s) to achieve 80% of the maximum arias intensity for the as-recorded verticall component (V)
ia_time_85_vfloatYESselectTime (s) to achieve 85% of the maximum arias intensity for the as-recorded verticall component (V)
ia_time_90_vfloatYESselectTime (s) to achieve 90% of the maximum arias intensity for the as-recorded verticall component (V)
ia_time_95_vfloatYESselectTime (s) to achieve 95% of the maximum arias intensity for the as-recorded verticall component (V)

motion

FieldTypeCollationNullKeyDefaultExtraPrivilegesComment
motion_idint(11)NOPRIauto_incrementselectPrimary key; unique ID assigned to each ground motion for identification.
event_idint(11)NOMULselectForeign key; unique ID assigned to each earthquake for identification.
station_idint(11)NOMULselectForeign key; unique ID assigned to each station for identification.
path_idint(11)NOselectForeign key; unique ID assigned to each source-to-site path for identification.
user_idint(11)NOMULselectForeign key; unique ID assigned to each user for identification.
public_motiontinyint(4)NO0selectIndicator for the release status of the motion (and associated metadata and intensity measures): 0 = private (not released); 1 = public (released)

network

FieldTypeCollationNullKeyDefaultExtraPrivilegesComment
network_idint(11)NOPRIauto_incrementselectPrimary key; unique ID assigned to each seismic network for identification.
network_codevarchar(10)utf8_unicode_ciYESMULselectNetwork code assigned by data provider.
network_namevarchar(200)utf8_unicode_ciYESselectNetwork name.
network_typevarchar(50)utf8_unicode_ciYESselectType of network (temporary or permanent).
start_datedateNOselectInitial start date the network began operating.
end_datedateNOselectFinal end date the network stopped operating; if the network has planned perpetual opperation, an end date of "9999-00-00" is assigned.
operation_orgvarchar(500)utf8_unicode_ciYESselectOperating organization.
doivarchar(1000)utf8_unicode_ciYESselectDigital object identifier (DOI).
network_citation_idint(11)NOMUL1selectForeign key; unique ID assigned to each citation for identification - citation of seismic network

path

FieldTypeCollationNullKeyDefaultExtraPrivilegesComment
path_idint(11)NOPRIauto_incrementselectPrimary key; unique ID assigned to each ground motion for identification.
station_idint(11)NOMULselectForeign key; unique ID assigned to each station for identification.
finite_fault_idint(11)NOMULselectForeign key; unique ID assigned to each finite_fault for identification.
epicentral_distancefloatYESselect Distance (km) from the recording site to the earthquake epicenter.
hypocentral_distancefloatYESselectDistance (km) from the recording site to the earthquake hypocenter
rjbfloatYESselectJoyner-Boore distance (km). Shortest horizontal distance from the recording site to the vertical projection of the rupture surface.
rrupfloatYESselectClosest distance (km) from the recording site to the ruptured fault area.
rxfloatYESselectHorizontal distance (km) from the top edge of the rupture, measured perpendicular to the fault strike (|T|)
ryfloatYESselectHorizontal distance (km) from the top edge of the rupture, measured along the fault strike from the midpoint of the trace (U - L/2)
ry0floatYESselectHorizontal distance (km) from the top edge of the rupture, measured along the fault strike from the closest edge of the rupture
ravgfloatYESselectAverage distance (km) to the rupture surface (formally rmsd or Rrms)
rebefloatYESselectDistance (km) from the epicenter to the basin edge along a line between the epicenter and the station.
rsbe1floatYESselectDistance (km) from the station to the basin edge along a line between the epicenter and the station.
closest_point_latitudefloat(8,5)YESselectLatitude (degrees) of the closest point on the fault.
closest_point_longitudefloat(8,5)YESselectLongitude (degrees) of the closest point on the fault.
closest_point_depthfloatYESselectDepth (km) of the closest point on the fault; positive direction into the ground.
hanging_wallvarchar(5)utf8_unicode_ciYESselectThis field mimics the FW/HW indicator defined in Abrahamson and Somerville (1996). hw = site is within hanging wall region; fw = site is within the footwall region; nu = site is in the neutral region; na = not applicable as fault dip is greader than 70 degrees.
source_to_site_azimuthfloatYESselectThe (finite) source to site direction: It is the angle measured clockwise from the fault strike direction to the direction connecting the site and the site's closest point on the surface projection of top edge of fault. This column can be used an alternative to the FW/HW indicator given previously.
XfloatYESselectSomerville et al. (1997) X parameter (nondimensional units). For multiple? segment faults calculated following a method of Boatwright (2007).
theta_DfloatYESselectSomerville et al. (1997) theta_D parameter (degrees). For multiple? segment faults calculated following a method of Boatwright (2007).
YfloatYESselectSomerville et al. (1997) Y parameter (nondimensional units). For multiple? segment faults calculated following a method of Boatwright (2007).
phi_DfloatYESselectSomerville et al. (1997) phi_D parameter (degrees). For multiple? segment faults calculated following a method of Boatwright (2007).
ssga_strike_slipfloatYESselectSomerville et al. (1997) X cos(theta_D) parameter. For multiple?segment faults calculated following a method of Boatwright (2007); Calculated for sites within 50km (Rrup) of a strike?slip fault (mechanism = 0).
ssga_dip_slipfloatYESselectSomerville et al. (1997) Y cos(phi_D) parameter (degrees). For multiple?segment faults calculated following a method of Boatwright (2007). Calculated for sites within 50km (ClstD) on the footwall (FW) or hanging wall (HW) of a dip? slip fault (mechanism not equal to 0).
sfloatYESselects parameter in Spudich and Chiou (2008). s is the length (km) of fault that ruptures toward site.
dfloatYESselectd parameter in Spudich and Chiou (2008). d is the width (km) of fault that ruptures toward site.
ctildeprfloatYESselectc' parameter in Spudich et al. (2004). The approximate isochrone velocity ratio, has an angular behavior similar to cos(Theta.D) and cos(Phi.D). To calculate c.tilde.prime, Vr/beta (Vs) is assumed to be 0.8 for all earthquakes.
TfloatYESselectGeneralized T Coordinate at the site, produced using the algorithm in Appendix A of Spudich and Chiou (2008).
UfloatYESselectGeneralized U Coordinate at the site, produced using the algorithm in Appendix A of Spudich and Chiou (2008).

path_old

FieldTypeCollationNullKeyDefaultExtraPrivilegesComment
path_idint(11)NOPRIauto_incrementselectPrimary key; unique ID assigned to each ground motion for identification.
epicentral_distancefloatYESselectDistance (km) from the recording site to the earthquake epicenter.
hypo_distancefloatYESselectDistance (km) from the recording site to the earthquake hypocenter
rjbfloatYESselectJoyner-Boore distance (km). Shortest horizontal distance from the recording site to the vertical projection of the rupture surface.
rrupfloatYESselectClosest distance (km) from the recording site to the ruptured fault area.
rxfloatYESselectHorizontal distance (km) from the top edge of the rupture, measured perpendicular to the fault strike.
ryfloatYESselectHorizontal distance (km) from the top edge of the rupture, measured along the fault strike.
ry0floatYESselect
rmsdfloatYESselectRoot-mean-squared distance (km).
rebefloatYESselectDistance (km) from the epicenter to the basin edge along a line between the epicenter and the station.
rsbe1floatYESselectDistance (km) from the station to the basin edge along a line between the epicenter and the station.
closest_point_latitudefloat(8,5)YESselectLatitude (degrees) of the closest point on the fault.
closest_point_longitudefloat(8,5)YESselectLongitude (degrees) of the closest point on the fault.
closest_point_depthfloatYESselectDepth (km) of the closest point on the fault.
hanging_wallvarchar(1)utf8_unicode_ciYESselectThis field mimics the FW/HW indicator defined in Abrahamson and Somerville (1996). hw = site is within hanging wall region; fw = site is within the footwall region; nu = site is in the neutral region; na = not applicable as fault dip is greader than 70 degrees.
source_to_site_azimuthfloatYESselectThe (finite) source to site direction: It is the angle measured clockwise from the fault strike direction to the direction connecting the site and the site's closest point on the surface projection of top edge of fault. This column can be used an alternative to the FW/HW indicator given previously.
XfloatYESselectSomerville et al. (1997) X parameter (nondimensional units). For multiple? segment faults calculated following a method of Boatwright (2007).
theta_DfloatYESselectSomerville et al. (1997) theta_D parameter (degrees). For multiple? segment faults calculated following a method of Boatwright (2007).
YfloatYESselectSomerville et al. (1997) Y parameter (nondimensional units). For multiple? segment faults calculated following a method of Boatwright (2007).
phi_DfloatYESselectSomerville et al. (1997) phi_D parameter (degrees). For multiple? segment faults calculated following a method of Boatwright (2007).
ssga_strike_slipfloatYESselectSomerville et al. (1997) X cos(theta_D) parameter. For multiple?segment faults calculated following a method of Boatwright (2007); Calculated for sites within 50km (Rrup) of a strike?slip fault (mechanism = 0).
ssga_dip_slipfloatYESselectSomerville et al. (1997) Y cos(phi_D) parameter (degrees). For multiple?segment faults calculated following a method of Boatwright (2007). Calculated for sites within 50km (ClstD) on the footwall (FW) or hanging wall (HW) of a dip? slip fault (mechanism not equal to 0).
sfloatYESselects parameter in Spudich and Chiou (2008). s is the length (km) of fault that ruptures toward site.
dfloatYESselectd parameter in Spudich and Chiou (2008). d is the width (km) of fault that ruptures toward site.
ctildeprfloatYESselectc' parameter in Spudich et al. (2004). The approximate isochrone velocity ratio, has an angular behavior similar to cos(Theta.D) and cos(Phi.D). To calculate c.tilde.prime, Vr/beta (Vs) is assumed to be 0.8 for all earthquakes.
TfloatYESselectGeneralized T Coordinate at the site, produced using the algorithm in Appendix A of Spudich and Chiou (2008).
UfloatYESselectGeneralized U Coordinate at the site, produced using the algorithm in Appendix A of Spudich and Chiou (2008).

response_spectra

FieldTypeCollationNullKeyDefaultExtraPrivilegesComment
response_spectra_idint(11)NOPRIauto_incrementselectPrimary key; unique ID assigned to each response specrum spectral ordiant for identification
time_series_metadata_idint(11)NOMULselectForeign key; unique ID assigned to time series metadata field motion for identification
perioddecimal(5,3)NOMULselectOscillator period (s)
psa_h1doubleYESselectPseudo-acceleration response spectral ordinant (g) for the first as-recorded horizontal component (H1)
psa_h2doubleYESselectPseudo-acceleration response spectral ordinant (g) for the second as-recorded horizontal component (H2)
psa_vdoubleYESselectPseudo-acceleration response spectral ordinant (g) for the as-recorded vertical component (V)
psa_rotd0doubleYESselectPseudo-acceleration response spectral ordinant (g) for the minimum horizontal component (RotD00)
psa_rotd50doubleYESselectPseudo-acceleration response spectral ordinant (g) for the median horizontal component (RotD50)
psa_rotd100doubleYESselectPseudo-acceleration response spectral ordinant (g) for the maximum horizontal component (RotD100)
dampingfloatNOselectDamping (expressed as a decimal)

site

FieldTypeCollationNullKeyDefaultExtraPrivilegesComment
site_idint(11)NOPRIauto_incrementselectPrimary key; unique ID assigned to each site for identification.
site_longitudefloat(8,5)NOselectSite longitude (degrees).
site_latitudefloat(8,5)NOselectSite latitude (degrees).
site_elevationfloatYESselectElevation (m) of the site (ground surface)
site_countryvarchar(100)utf8_unicode_ciYESselectCountry the site is located in.
site_subdivisionvarchar(100)utf8_unicode_ciYESselectSubdivision within a country (e.g., state, province, prefecture) the site is located in.
site_namevarchar(100)utf8_unicode_ciYESselectSite name, usually the same as station name for sites with one station.
vs30floatNOselectPreferred 30 m time-averaged shear wave veloctiy (VS30) (m/s)
vs30_lnstdfloatYESselectLog standard deviation (ln units) of preferred VS30 value.
vs30_code_idint(11)YESMULselectForeign key; unique ID assigned to each vs30 code for identification.
vs30_refvarchar(500)utf8_unicode_ciYESselectReference for source of assigned VS30: If VS30 calculated from a VS profile, reference to source database abbreviation and entry: CESMD = Center for Engineering Strong Motion Data; NGAW2 = NGA-West2 site database; USGS = USGS VS30 database; VSPDB = Community Velocity Profile Database. If VS30 estimated: Geo = geology-based proxy; Geo_Terr = geology and terrain-based proxies; Kri = Kriging; Kri_Terr = Kriging and terrain-based proxies; Terr = terrain-based proxy.
geological_unitvarchar(10)utf8_unicode_ciYESselectSurficial geological unit.
geological_refvarchar(500)utf8_unicode_ciYESselectReference to geologic map used to assign geological unit.
geological_citation_idint(11)NOMUL1selectForeign key; unique ID assigned to each citation for identification - citation for geological unit
slope_gradientfloatYESselectTopographic slope (%)
slope_resolutionvarchar(10)utf8_unicode_ciYESselectResolution of digital elevation map (DEM) used to calculate topographic slope.
terrain_classint(11)YESselectGeomorphology-based terrain category (Iwahashi and Pike 2007)
terrain_citation_idint(11)NOMUL1selectForeign key; unique ID assigned to each citation for identification - citation for terrain class
z1p0_preferredfloatYESselectPreferred depth (m) to Vs = 1.0 km/s
z2p5_preferredfloatYESselectPreferred depth (m) to Vs = 2.5 km/s
basin_provinceint(11)YESselectGeomorphic province category (Nweke et al. 2020): 0 = mountain-hill (sites without significant sediments, generally having topographic relief); 1 = valley ("small" sedimentary structure); 2 = basin edge (along basin margin); 3 = basin (site location in basin interior).
gmx_c2varchar(5)utf8_unicode_ciYESselectSecond letter of Geomatrix's site classification: Mapped local geology.
gmx_c3varchar(5)utf8_unicode_ciYESselectThird letter of Geomatrix's site classification: Geotechnical subsuface characteristics.
rsbefloatYESselectClosest distance (km) from the site to the basin edge.
rcebefloatYESselectPerpendicular distance (km) from the site to the basin edge.

site_geometry

FieldTypeCollationNullKeyDefaultExtraPrivilegesComment
site_geometry_idint(11)NOPRIauto_incrementselectPrimary key; unique ID assigned to each site and geometry combination for identification.
site_idint(11)NOMULselectForeign key; unique ID assigned to each site for identification.
geometry_idint(11)NOMULselectForeign key; unique ID assigned to each geometry for identification.

station

FieldTypeCollationNullKeyDefaultExtraPrivilegesComment
station_idint(11)NOPRIauto_incrementselectPrimary key; unique ID assigned to each station for identification.
site_idint(11)NOMULselectForeign key; unique ID assigned to each site for identification.
network_idint(11)NOMULselectForeign key; unique ID assigned to each network for identification.
station_namevarchar(100)utf8_unicode_ciYESselectThe unique name of the strong-motion station, which may differ slightly from that provided by the data provider. When it is part of an array, a short phrase is sometimes added to indicate the location of the instrument (for example, "Rio Del Overpass E Ground" and "Rio Del Overpass W Ground").
station_latitudefloat(8,5)NOselectStation latitude (degrees)
station_longitudefloat(8,5)NOselectStation logitude (degrees)
station_elevationfloatYESselectStation elevation (m)
station_codevarchar(10)utf8_unicode_ciYESselectStation code assigned by data provider.
housingvarchar(5)utf8_unicode_ciYESselectCode for station housing, adapted from Geomatrix 1st letter.
cosmos_station_typeint(11)YESselect
sensor_depthfloatYESselectStation depth (m) from ground surface; negative values indicate height in structure relative to ground surface.
installation_datedateYESselectDate the instrument was installed
removal_datedateYESselectDate the instrument was removed

station_ssn

FieldTypeCollationNullKeyDefaultExtraPrivilegesComment
station_ssn_idint(11)NOPRIauto_incrementselectPrimay key; unique ID assigned to each station and collection combination for identification.
station_idint(11)NOMULselectForeign key; unique ID assigned to each station for identification.
collection_idint(11)NOMULselectForeign key; unique ID assigned to each collection for identification.
ssnvarchar(50)utf8_unicode_ciNOselectStation sequence number (SSN): unique number assigned to each station in the linked collection.

time_series_data

FieldTypeCollationNullKeyDefaultExtraPrivilegesComment
time_series_data_idint(11)NOPRIauto_incrementselectPrimary key; unique ID assigned to each time-series data for identification
time_series_metadata_idint(11)NOUNIselectForeign key; unique ID assigned to each time-series metadata for identification
acc_h1mediumtextutf8_unicode_ciYESselectAcceleration (g) time-series for the first horizontal component (H1); JSON format {"acceleration":[...]}
acc_h2mediumtextutf8_unicode_ciYESselectAcceleration (g) time-series for the second horizontal component (H2); JSON format {"acceleration":[...]}
acc_vmediumtextutf8_unicode_ciYESselectAcceleration (g) time-series for the vertical component (V); JSON format {"acceleration":[...]}

time_series_metadata

FieldTypeCollationNullKeyDefaultExtraPrivilegesComment
time_series_metadata_idint(11)NOPRIauto_incrementselectPrimary key; unique ID assigned to each time-series metadata for identification
motion_idint(11)NOUNIselectForeign key; unique ID assigned to each ground motion for identification
user_idint(11)NOselect
instrument_typeint(11)YESselectType of instrument: 0 = analog; 1 = accelerometer; 2 = seismometer; 3 = MEMS accelerometer; NULL = unknown (likely digital if from a modern earthquake)
colocated_instrumentint(11)YESselectIndicator if the station has colocated instruments: 0 = only one instrument; 1 = at least two colocated instruments (the record in the database was selected from the instrument with the widest usable bandwidth for the combined horizontal component - based on hpass_fc and lpass_fc)
instrument_natural_frequencyfloatYESselectNatural frequency (Hz) of the instrument
sampling_ratefloatYESselectSampling rate (Hz)
late_p_triggervarchar(45)utf8_unicode_ciYESselectDNR = Did not record the vertcal component; DNP = Did not process the vertical component (e.g., late trigger); d = Digital with pre-event memory, did not record the first P-wave onset; ? = Analog recording that probably recorded largest amplitudes on the vertical component but the P-wave onset not recorded, OR probably recorded largest amplitude on the horizontal component(s) for the S-wave; Y = Late trigger, probably did not record the largest vertical amplitude, the characteristicdiagnostic is that the largest amplitude is at start of recording on the vertical component
late_s_triggervarchar(45)utf8_unicode_ciYESselectDNR = Did not record the vertcal component; DNP = Did not process the vertical component (e.g., late trigger); d = Digital with pre-event memory, did not record the first P-wave onset; ? = Analog recording that probably recorded largest amplitudes on the vertical component but the P-wave onset not recorded, OR probably recorded largest amplitude on the horizontal component(s) for the S-wave; Y = Late trigger, probably did not record the largest vertical amplitude, the characteristicdiagnostic is that the largest amplitude is at start of recording on the vertical component
processing_typeint(11)NOselectIndicator for how the acceleration time history was processed: 0 = Adopting already processed record (e.g., NGA-West2 records); 1 = fully-manual processing; 2 = automated-processing with manual inspection/modification (e.g., gm_process GUI); 3 = fully-automated (not preferred)
filter_typeint(11)YESselectType of filter: 1 = Ormsby (O); 2 = Acausal Butterworth (A); 3 = Causal Butterworth (C)
order_hpassint(11)YESselectHigh-pass filter order
order_lpassint(11)YESselectLow-pass filter order
azimuth_h1floatYESselectAzimuth of the first horizontal component (H1) (degrees clockwise from north)
azimuth_h2floatYESselectAzimuth of the second horizontal component (H2) (degrees clockwise from north)
hpass_fc_h1floatYESselectHigh-pass filter corner frequency (Hz) used on the first horizontal component (H1). NULL entries indicate that a high-pass filter was not applied (either because the component was not recorded or filtering was not needed).
hpass_fc_h2floatYESselectHigh-pass filter corner frequency (Hz) used on the second horizontal component (H2). NULL entries indicate that a high-pass filter was not applied (either because the component was not recorded or filtering was not needed).
hpass_fc_vfloatYESselectHigh-pass filter corner frequency (Hz) used on the vertical component (V). NULL entries indicate that a high-pass filter was not applied (either because the component was not recorded or filtering was not needed).
lpass_fc_h1floatYESselectLow-pass filter corner frequency (Hz) used on the first horizontal component (H1). NULL entries indicate that a low-pass filter was not applied (either because the component was not recorded or filtering was not needed).
lpass_fc_h2floatYESselectLow-pass filter corner frequency (Hz) used on the second horizontal component (H2). NULL entries indicate that a low-pass filter was not applied (either because the component was not recorded or filtering was not needed).
lpass_fc_vfloatYESselectLow-pass filter corner frequency (Hz) used on the vertical component (V). NULL entries indicate that a low-pass filter was not applied (either because the component was not recorded or filtering was not needed).
usable_frequency_factorfloatYESselectFactor used to compute the usable frequency range: longest usable period = 1 / (usable_frequency_factor * hpass_fc)
konno_omachi_pointsint(11)YESselectNumber of frequencies per log cycle in smoothed FAS (fourier_spectra table)
smoothing_bandwidthfloatYESselectBandwidth of smoothing window in log10 units for FAS (fourier_spectra table); Variable is "bw" in Kottke et al. (2021)
window_widthfloatYESselectFrequency multiplier defining width of Konno-Omachi smoothing window for FAS (fourier_spectra_table)
public_time_seriestinyint(4)NO0selectIndicator for the release status of the time-series data: 0 = private (not released); 1 = public (released)
time_series_citation_idint(11)NOMUL1selectForeign key; unique ID assigned to each citation for identification - citation for original source of processed time-series data

user

FieldTypeCollationNullKeyDefaultExtraPrivilegesComment
user_idint(255)NOPRIauto_incrementselectPrimary key; unique ID assigned to each user for identification.
usernamevarchar(100)utf8_unicode_ciNOUNIselect
passwordvarchar(60)utf8_unicode_ciNOselect
first_namevarchar(100)utf8_unicode_ciNOselectUser first name.
last_namevarchar(100)utf8_unicode_ciNOselectUser last name.
emailvarchar(255)utf8_unicode_ciNOUNIselectUser contact email address.
reg_datedatetimeNOselect
organizationvarchar(100)utf8_unicode_ciNOselect
countryvarchar(50)utf8_unicode_ciNOselect
num_loginsint(11)NOselect
num_html_requestsint(11)NOselect
num_json_requestsint(11)NOselect
num_csv_requestsint(11)NOselect
is_verifiedtinyint(4)NOselect
is_activetinyint(4)NOselect
modelertinyint(4)NO0select
admintinyint(4)NO0select
rolevarchar(30)utf8_unicode_ciNOuserselect
tokenvarchar(64)utf8_unicode_ciNOselect

version

FieldTypeCollationNullKeyDefaultExtraPrivilegesComment
version_idint(11)NOPRIauto_incrementselect
version_numberint(11)NOselect
version_descriptionvarchar(100)utf8_unicode_ciNOselect
version_databasevarchar(30)utf8_unicode_ciNOselect
version_datedatetimeNOselect

version_time_series_metadata

FieldTypeCollationNullKeyDefaultExtraPrivilegesComment
version_time_series_metadata_idint(11)NOPRIauto_incrementselect
version_idint(11)NOMUL1select
time_series_metadata_idint(11)NOMULselect

vs30_citation

FieldTypeCollationNullKeyDefaultExtraPrivilegesComment
vs30_citation_idint(11)NOPRIauto_incrementselectPrimary key; unique ID assigned to each site and citation combination for identification.
site_idint(11)NOMULselectForeign key; unique ID assigned to each site for identification.
citation_idint(11)NOMULselectForeign key; unique ID assigned to each citation for identification.

vs30_code

FieldTypeCollationNullKeyDefaultExtraPrivilegesComment
vs30_code_idint(11)NOPRIauto_incrementselectPrimary key; unique ID assigned to each vs30 code for identification.
published_codevarchar(10)utf8_unicode_ciYESselect
vs30_code_descriptionvarchar(1000)utf8_unicode_ciYESselectDescription of method used to assign preferred VS30 value.