ENUM

EventType

link GraphQL Schema definition

  • enum EventType {
  • # Transhipment event where only one vessel is broadcasting AIS
  • dark_rendezvous
  • # Fishing event
  • fishing_activity_history
  • # Speed range event in an Area of Interest (AOI)
  • speed_range
  • # Transhipment event where both vessels are broadcasting AIS
  • standard_rendezvous
  • # Entry event in an Area of Interest (AOI)
  • aoi_visit
  • # Visible Infrared Imaging Radiometer Suite (VIIRS) satellite detection event
  • viirs
  • # European Space Agency Sentinel-1 satellite detection event
  • sar_sentinel1
  • # European Space Agency Sentinel-2 satellite detection event
  • eo_sentinel2
  • # Duplicates 'sar_sentinel1' (see above). This field is deprecated; use
  • # 'sar_sentinel1' instead.
  • detection
  • # Fishing event from ATLAS model
  • atlas_fishing
  • }