Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.11 KB

File metadata and controls

32 lines (22 loc) · 1.11 KB

EventType Object Specification

Description

The EventType object is an object designed to encode type information for Correlation and Detection messages. EventType uses the JSON standard.

Usage

EventType is intended for use as part of the Correlation and Detection Formats in seismic data messaging between seismic applications and organizations.

Output

    {
       "Type"      : String,
       "Certainty" : String
    }

Glossary

Optional Values:

The following are values that may or may not be provided as part of event type.

  • Type - A string containing the type of detection that was found; Detection formats supports a subset of the QuakeML 1.2 event types that are automatically classifiable. The allowed type strings are: "Earthquake", "MineCollapse", "NuclearExplosion", "QuarryBlast", "InducedOrTriggered", "RockBurst", "FluidInjection", "IceQuake",and "VolcanicEruption"
  • Certainty - A string containing the certainty of the event type; allowed strings are: "Suspected" and "Confirmed".