Arlula · JSON Structure

Arlula Archive Scene Structure

A satellite imagery scene available in the archive.

Type: object Properties: 0
Earth ObservationGeospatialImageryRemote SensingSatellites

ArchiveScene is a JSON Structure definition published by Arlula. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://arlula.com/json-structure/archive-scene.json",
  "name": "ArchiveScene",
  "description": "A satellite imagery scene available in the archive.",
  "type": "object",
  "members": {
    "id": {
      "type": "string",
      "description": "Unique ordering ID for the scene."
    },
    "supplier": {
      "type": "string",
      "description": "Supplier identifier."
    },
    "captureDate": {
      "type": "string",
      "description": "Date the imagery was captured."
    },
    "gsd": {
      "type": "float64",
      "description": "Ground sample distance in meters."
    },
    "cloudCover": {
      "type": "int32",
      "description": "Cloud cover percentage at time of capture."
    },
    "offNadir": {
      "type": "float64",
      "description": "Off-nadir angle at time of capture."
    },
    "price": {
      "type": "float64",
      "description": "Price for ordering this scene."
    },
    "bundles": {
      "type": "array",
      "items": {
        "type": "Bundle"
      }
    }
  }
}