OBJECT
SatelliteFrame
link GraphQL Schema definition
- type SatelliteFrame {
- # Counts of correlated and dark detections within the frame
- SatelliteFrameTargets :
- # Satellite from which the frame was collected
- String :
- # Vendor ID (unique to the Skylight platform)
- String :
- # Frame ID (unique to the Skylight platform)
- String :
- # ISO 8601 formatted timestamp of frame collection
- String :
- # Frame geometry in GeoJSON format
- Polygon :
- # Time that the frame was inserted into the Skylight system. ISO 8601 formatted
- # timestamp.
- String :
- # ISO 8601 formatted timestamp of last update to the frame
- String :
- }