Airbus OneAtlas · Example Payload

Oneatlas Segment Example

ImagerySatellites

Oneatlas Segment Example is an example object payload from Airbus OneAtlas, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idfootprintinstrumentModeorderDeadlineextendedAngleacquisitionStartDateacquisitionEndDateincidenceAnglesegmentKeyacrossTrackIncidenceAnglemaxIncidenceAngle

Example Payload

Raw ↑
{
  "id": "example-id",
  "footprint": "example-footprint",
  "instrumentMode": "example-instrumentMode",
  "orderDeadline": "example-orderDeadline",
  "extendedAngle": true,
  "acquisitionStartDate": "example-acquisitionStartDate",
  "acquisitionEndDate": "example-acquisitionEndDate",
  "incidenceAngle": 1.0,
  "segmentKey": "example-segmentKey",
  "acrossTrackIncidenceAngle": 1.0,
  "maxIncidenceAngle": 1.0
}