Sentinel Hub · Schema

ProcessRequestForBatch

Batch processing equivalent of the Process request.

Satellite ImageryGeospatialRemote SensingEarth ObservationNDVISentinelLandsatMODISOGCSTAC

Properties

Name Type Description
input object
output object
evalscript string Your evalscript. For details, click here.
View JSON Schema on GitHub

JSON Schema

ProcessRequestForBatch.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.sentinel-hub.com/schemas/ProcessRequestForBatch",
  "title": "ProcessRequestForBatch",
  "type": "object",
  "description": "Batch processing equivalent of the <a href=\"#operation/process\">Process request</a>.",
  "required": [
    "evalscript",
    "input"
  ],
  "properties": {
    "input": {
      "$ref": "#/components/schemas/ProcessRequestInput"
    },
    "output": {
      "$ref": "#/components/schemas/ProcessRequestOutputForBatch"
    },
    "evalscript": {
      "description": "Your evalscript. For details, click\n<a href=\"https://docs.planet.com/develop/evalscripts/\" target=\"_blank\">here</a>.\n",
      "type": "string"
    }
  }
}