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