Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1010 Bytes

File metadata and controls

39 lines (29 loc) · 1010 Bytes

Site Object Specification

Description

The Site object is an object designed to define the seismic station used to produce a Pick, Correlation, or Station message. Site uses the JSON standard.

Usage

Site is intended for use as part of the Pick, Correlation, or Station Formats in seismic data messaging between seismic applications and organizations.

Output

    {
      "Station"   : String,
      "Channel"   : String,
      "Network"   : String,
      "Location"  : String
    }

Glossary

Required Values:

These are the values required to define a Site.

  • Station - A string the station code.
  • Network - A string containing network code.

Optional Values:

The following are supplementary values that may or may not be provided as part of a Site.

  • Channel - A string containing the channel code.
  • Location - A string containing the location code.