OBJECT

EventDetails

link GraphQL Schema definition

  • type EventDetails {
  • # Vessel average speed in knots (applies only for `speed_range` event_type)
  • average_speed: Float
  • # Satellite from which the frame was collected (applies only for detection event
  • # types)
  • data_source: String
  • # Vessel distance traveled in Nautical Miles (applies only for 'speed_range'
  • # event_type)
  • distance: Float
  • # Event duration in minutes (applies only for 'speed_range' event_type)
  • duration: Int
  • # Whether a satellite detection was successfully correlated with a vessel
  • # identified via AIS (applies only for detection event types)
  • correlated: Boolean
  • estimated_length: Float @deprecated( reason: "Value will always be `null`" )
  • # Image chip URL location (applies only for detection event types)
  • image_url: String
  • # Image chip resolution (applies only for detection event types)
  • meters_per_pixel: Float
  • # Image chip compass orientation (applies only for detection event types)
  • orientation: Float
  • # Vessel speed at event start in knots (applies only for 'aoi_visit' event_type)
  • entry_speed: String
  • # Vessel heading at event start (applies only for 'aoi_visit' event_type)
  • entry_heading: String
  • # Vessel heading at event end (applies only for 'aoi_visit' event_type)
  • end_heading: String
  • # Type of entry event (possible values are 'start' and 'end') (applies only for
  • # 'aoi_visit' event_type)
  • visit_type: String
  • # Radiance in nanowatts per square centimeter per steradian (nW/cm²/sr) (applies
  • # only for 'viirs' event_type)
  • radiance_nw: Float
  • nanowatts: Float @deprecated( reason: "Duplicates `radiance_nw` (see above)" )
  • satellite_name: String @deprecated( reason: "Value will always be `null`" )
  • # Scan angle array. Returned values are: pitch, yaw, roll (applies only for
  • # 'viirs' event_type)
  • scan_angle: [Float]
  • # Additional details (applies only for 'viirs' event_type)
  • vendor_vessel: VendorVessel
  • }

link Require by