OBJECT

TrackProperties

link GraphQL Schema definition

  • type TrackProperties {
  • # Course over ground as reported by AIS (in degrees)
  • cog: Float
  • # Mean speed over ground as reported by AIS (in knots)
  • mean_sog: Float
  • # Track segment type (possible values are 'NO_DATA', 'STAY' and 'TRAVEL')
  • segment_type: String
  • # Vessel track ID (unique to the Skylight platform)
  • track_id: String
  • # Track start location and timestamp
  • start: StartEnd
  • # Track end location and timestamp
  • end: StartEnd
  • }

link Require by