Sentinel Hub · Schema

ZarrCollectionAdditionalData

Satellite ImageryGeospatialRemote SensingEarth ObservationNDVISentinelLandsatMODISOGCSTAC

Properties

Name Type Description
bands object
maxMetersPerPixel number How many meters per pixel can you request with Process/OGC/Batch requests for this collection.
View JSON Schema on GitHub

JSON Schema

ZarrCollectionAdditionalData.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.sentinel-hub.com/schemas/ZarrCollectionAdditionalData",
  "title": "ZarrCollectionAdditionalData",
  "type": "object",
  "readOnly": true,
  "properties": {
    "bands": {
      "type": "object",
      "additionalProperties": {
        "x-additionalPropertiesName": "band",
        "$ref": "#/components/schemas/BYOCFormat"
      }
    },
    "maxMetersPerPixel": {
      "type": "number",
      "readOnly": true,
      "description": "How many meters per pixel can you request with Process/OGC/Batch requests for this collection.\n"
    }
  }
}