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

Latest commit

 

History

History
44 lines (34 loc) · 1.18 KB

StationInfoRequest.md

File metadata and controls

44 lines (34 loc) · 1.18 KB

Station Information Request Specification

Description

StationInfoRequest is a format designed to encode the basic information of a station information request. StationInfoRequest uses the JSON standard.

Usage

StationInfoRequest is intended for use by seismic applications requesting station information from a station information data service or services. The StationInfo Format is intended as the response to a StationInfoRequest message.

Output

    {
      "Type"      : "StationInfoRequest",
      "Site"      :
      {
         "Station"   : String,
         "Channel"   : String,
         "Network"   : String,
         "Location"  : String
      },
      "Source"    :
      {
         "AgencyID"  : String,
         "Author"    : String
      }
    }

Glossary

Required Values:

These are the values required to define a StationInfoRequest.

  • Type - A string that identifies this message as a StationInfoRequest.
  • Site - An object containing the site for the station information request, see Site.
  • Source - An object containing the source of the station information request, see Source.