Sentinel Hub · Schema

StatisticalRequest

Satellite ImageryGeospatialRemote SensingEarth ObservationNDVISentinelLandsatMODISOGCSTAC

Properties

Name Type Description
input object
aggregation object
calculations object
View JSON Schema on GitHub

JSON Schema

StatisticalRequest.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.sentinel-hub.com/schemas/StatisticalRequest",
  "title": "StatisticalRequest",
  "required": [
    "input",
    "aggregation"
  ],
  "type": "object",
  "properties": {
    "input": {
      "$ref": "#/components/schemas/ProcessRequestInput"
    },
    "aggregation": {
      "$ref": "#/components/schemas/StatisticalRequestAggregation"
    },
    "calculations": {
      "$ref": "#/components/schemas/StatisticalRequestCalculations"
    }
  }
}