Airbus OneAtlas · JSON Structure

Oneatlas Step Structure

Resolution (step) of the image in the output referential. Unit must respect the srs definition.

Type: Properties: 0
ImagerySatellites

step is a JSON Structure definition published by Airbus OneAtlas.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "step",
  "description": "Resolution (step) of the image in the output referential. Unit must respect the srs definition.",
  "fields": [
    {
      "name": "unit",
      "type": "string",
      "description": "Unit of the step"
    },
    {
      "name": "x",
      "type": "double"
    },
    {
      "name": "y",
      "type": "double"
    }
  ]
}