Airbus OneAtlas · JSON Structure

Oneatlas Point Structure

A geo point.

Type: Properties: 0
ImagerySatellites

point is a JSON Structure definition published by Airbus OneAtlas.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "point",
  "description": "A geo point.",
  "fields": [
    {
      "name": "x",
      "type": "double",
      "description": "x coordinate"
    },
    {
      "name": "y",
      "type": "double",
      "description": "y coordinate"
    }
  ]
}