Sentinel Hub · Schema

MultiPartStatisticalRequest

Satellite ImageryGeospatialRemote SensingEarth ObservationNDVISentinelLandsatMODISOGCSTAC

Properties

Name Type Description
request object
evalscript string Block of JavaScript code that will replace the evalscript property of the statistics request.
View JSON Schema on GitHub

JSON Schema

MultiPartStatisticalRequest.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.sentinel-hub.com/schemas/MultiPartStatisticalRequest",
  "title": "MultiPartStatisticalRequest",
  "type": "object",
  "properties": {
    "request": {
      "$ref": "#/components/schemas/StatisticalRequest"
    },
    "evalscript": {
      "description": "Block of JavaScript code that will replace the evalscript property of the statistics request.\n",
      "type": "string"
    }
  }
}