Arlula · Example Payload

Arlula Archive Scene Example

Earth ObservationGeospatialImageryRemote SensingSatellites

Arlula Archive Scene Example is an example object payload from Arlula, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idsuppliercaptureDategsdcloudCoveroffNadirpricebundles

Example Payload

Raw ↑
{
  "id": "scene-a1b2c3d4",
  "supplier": "supplier-001",
  "captureDate": "2025-02-15",
  "gsd": 1.5,
  "cloudCover": 12,
  "offNadir": 15.2,
  "price": 150.0,
  "bundles": [
    {
      "key": "bundle-basic",
      "name": "Basic Bundle",
      "price": 150.0
    }
  ]
}