OBJECT

SatelliteFrame

link GraphQL Schema definition

  • type SatelliteFrame {
  • # Counts of correlated and dark detections within the frame
  • targets: SatelliteFrameTargets
  • # Satellite from which the frame was collected
  • data_source: String
  • # Vendor ID (unique to the Skylight platform)
  • vendor_id: String
  • # Frame ID (unique to the Skylight platform)
  • frame_id: String
  • # ISO 8601 formatted timestamp of frame collection
  • collected_at: String
  • # Frame geometry in GeoJSON format
  • frame_extents: Polygon
  • # Time that the frame was inserted into the Skylight system. ISO 8601 formatted
  • # timestamp.
  • created: String
  • # ISO 8601 formatted timestamp of last update to the frame
  • updated: String
  • }