Airbus OneAtlas · JSON Structure

Oneatlas Geo Json Polygon Structure

Type: Properties: 0
ImagerySatellites

geo-json-polygon is a JSON Structure definition published by Airbus OneAtlas.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "geo-json-polygon",
  "fields": [
    {
      "name": "type",
      "type": "string"
    },
    {
      "name": "coordinates",
      "type": "array<array>"
    },
    {
      "name": "bbox",
      "type": "array<double>"
    }
  ]
}