Airbus OneAtlas · JSON Structure

Oneatlas Image Size Structure

size (in pixels) of the result

Type: Properties: 0
ImagerySatellites

imageSize is a JSON Structure definition published by Airbus OneAtlas.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "imageSize",
  "description": "size (in pixels) of the result",
  "fields": [
    {
      "name": "columns",
      "type": "double",
      "description": "number of columns of the output buffer"
    },
    {
      "name": "lines",
      "type": "double",
      "description": "number of lines of the output buffer"
    }
  ]
}