Station

  • created_at
    Type: string Format: date-time
    required

    the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

  • display_name
    Type: string
    required

    Station display name, unique across all stations. Use it to reference the station in data queries.

  • height_vertical_reference
    Type: string · StationHeightVerticalReferenceenum
    required

    Vertical reference for station height. WGS84_ELLIPSOID is ellipsoidal height (HAE) on the WGS 84 ellipsoid; EGM2008 is orthometric height relative to the EGM2008 geoid. Only these values are accepted.

    values
    • WGS84_ELLIPSOID
    • EGM2008
  • id
    Type: string Format: uuid
    required
  • source_type
    Type: string enum
    required

    Receiver category of the station's network. stream_gnss is a Skyfora StreamGNSS receiver. telco is a telecom tower GNSS receiver. cors is a continuously operating reference station.

    values
    • stream_gnss
    • telco
    • cors
  • updated_at
    Type: string Format: date-time
    required

    the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

  • country_code
    Type: string
    min length:  
    2
    max length:  
    2
  • data_last_updated
    Type: string | null Format: date-time

    Timestamp of the latest measurement for this station (when available).

  • height
    Type: number Format: double

    Height in metres for the vertical reference in height_vertical_reference.

  • historic_data_from
    Type: string | null Format: date-time

    Timestamp of the earliest measurement for this station.

  • latitude
    Type: number | null Format: double

    Obfuscated latitude when the location feature is enabled. Null when the organization is not entitled to location.

  • location_alias
    Type: string
  • longitude
    Type: number | null Format: double

    Obfuscated longitude when the location feature is enabled. Null when the organization is not entitled to location.

  • mountpoint
    Type: string

    Present only when your organization owns the station's network.

  • network_code
    Type: string
  • network_id
    Type: string Format: uuid
  • resolution_seconds
    Type: integer

    Observation epoch interval in seconds. 0 means the native receiver rate.