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.
Site is intended for use as part of the Pick, Correlation, or Station Formats in seismic data messaging between seismic applications and organizations.
{
"Station" : String,
"Channel" : String,
"Network" : String,
"Location" : String
}
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.