Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Latest commit

 

History

History
32 lines (22 loc) · 790 Bytes

File metadata and controls

32 lines (22 loc) · 790 Bytes

Source Object Specification

Description

The Source object is an object designed to define the originating seismic organization that produced a Pick, Correlation, or Detection message. Site uses the JSON standard.

Usage

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

Output

    {
      "AgencyID"  : String,
      "Author"    : String
    }

Glossary

Required Values:

These are the values required to define a Source

  • AgencyID - A string containing the originating agency FDSN ID.
  • Author - A string containing the source author.