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

Latest commit

 

History

History
25 lines (20 loc) · 954 Bytes

StationInfoList.md

File metadata and controls

25 lines (20 loc) · 954 Bytes

StationInfoList Message Specification

Description

StationInfoList is a message used by the glasscore library. StationInfoList represents a list of detection formats StationInfo objects used to populate glasscore's internal station list (SiteList class). The output library can periodically generate the StationInfoList message to preserve glasscore's internal station list through restarts.

The StationInfoList message uses the JSON standard.

Output

    {
      "Type"        : "StationInfoList",
      "StationList" : [
        StationInfo, ...]
    }

Glossary

  • Type - A string that identifies this message as a StationInfoList.
  • StationList - An array of StationInfo objects representing the list of stations