Maxar Technologies · Example Payload

Monitor Create Request

Satellite ImageryEarth ObservationGeospatialRemote SensingSpatial IntelligenceDefenseIntelligenceWorldViewSTACOGCWMSWMTSWFSTaskingBasemapsVantorLanterisAdvent InternationalPrivate Equity

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

Top-level fields

nameaoicadencefilters

Example Payload

Raw ↑
{
  "name": "Suez Canal Daily Watch",
  "aoi": {
    "type": "Polygon",
    "coordinates": [[[32.30,30.55],[32.40,30.55],[32.40,31.25],[32.30,31.25],[32.30,30.55]]]
  },
  "cadence": "on_new_image",
  "filters": {
    "max_cloud_cover": 20,
    "platforms": ["WorldView-3", "WorldView-Legion", "GeoEye-1"]
  }
}