Sentinel Hub · Schema

MultiPartProcessRequest

Satellite ImageryGeospatialRemote SensingEarth ObservationNDVISentinelLandsatMODISOGCSTAC

Properties

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

JSON Schema

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