Maxar Technologies · Example Payload

Order Place Request

Satellite ImageryEarth ObservationGeospatialRemote SensingSpatial IntelligenceDefenseIntelligenceWorldViewSTACOGCWMSWMTSWFSTaskingBasemapsVantorLanterisAdvent InternationalPrivate Equity

Order Place Request is an example object payload from Maxar Technologies, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

nameaoiitemsdeliveryoutput_format

Example Payload

Raw ↑
{
  "name": "San Francisco Bay Q2 Refresh",
  "aoi": {
    "type": "Polygon",
    "coordinates": [[[-122.48,37.72],[-122.32,37.72],[-122.32,37.88],[-122.48,37.88],[-122.48,37.72]]]
  },
  "items": [
    { "catalog_id": "104001008A4F2300", "collection": "WorldView-3" },
    { "catalog_id": "108001000B113500", "collection": "WorldView-Legion" }
  ],
  "delivery": {
    "type": "s3",
    "destination": "s3://acme-imagery/incoming/"
  },
  "output_format": "geotiff"
}