Airbus OneAtlas · JSON Structure

Oneatlas Buffer Description Structure

Type: Properties: 0
ImagerySatellites

bufferDescription is a JSON Structure definition published by Airbus OneAtlas.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "bufferDescription",
  "fields": [
    {
      "name": "bands",
      "type": "array<string>",
      "description": "Ordered list of requested bands. Bands can be retrieve with `metadata` link given in `_links` property of a feature."
    },
    {
      "name": "bbox",
      "type": "bbox"
    },
    {
      "name": "step",
      "type": "step"
    },
    {
      "name": "target-model",
      "type": "object",
      "description": "specification of the output buffer"
    }
  ]
}