Airbus OneAtlas · JSON Structure

Oneatlas Segment Structure

Type: Properties: 0
ImagerySatellites

segment is a JSON Structure definition published by Airbus OneAtlas.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "segment",
  "fields": [
    {
      "name": "id",
      "type": "string"
    },
    {
      "name": "footprint",
      "type": "footprint"
    },
    {
      "name": "instrumentMode",
      "type": "string"
    },
    {
      "name": "orderDeadline",
      "type": "string"
    },
    {
      "name": "extendedAngle",
      "type": "boolean"
    },
    {
      "name": "acquisitionStartDate",
      "type": "string"
    },
    {
      "name": "acquisitionEndDate",
      "type": "string"
    },
    {
      "name": "incidenceAngle",
      "type": "double"
    },
    {
      "name": "segmentKey",
      "type": "string"
    },
    {
      "name": "acrossTrackIncidenceAngle",
      "type": "double"
    },
    {
      "name": "maxIncidenceAngle",
      "type": "double"
    }
  ]
}