Sentinel Hub · Schema

BatchStatisticalInput

Satellite ImageryGeospatialRemote SensingEarth ObservationNDVISentinelLandsatMODISOGCSTAC

Properties

Name Type Description
features object Storage location of the GeoPackage containing the features (polygons) to calculate the statistics for.
data object
View JSON Schema on GitHub

JSON Schema

BatchStatisticalInput.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.sentinel-hub.com/schemas/BatchStatisticalInput",
  "title": "BatchStatisticalInput",
  "type": "object",
  "required": [
    "features",
    "data"
  ],
  "properties": {
    "features": {
      "description": "Storage location of the GeoPackage containing the features (polygons) to calculate the statistics for.",
      "$ref": "#/components/schemas/ObjectStorageInfoV2"
    },
    "data": {
      "$ref": "#/components/schemas/ProcessRequestInputData"
    }
  }
}