Airbus OneAtlas · JSON Structure

Oneatlas Geo Json Point Structure

Type: Properties: 0
ImagerySatellites

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

Meta-schema:

JSON Structure

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