Sentinel Hub · Schema

S3SlstrProcessing

Satellite ImageryGeospatialRemote SensingEarth ObservationNDVISentinelLandsatMODISOGCSTAC
View JSON Schema on GitHub

JSON Schema

S3SlstrProcessing.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.sentinel-hub.com/schemas/S3SlstrProcessing",
  "title": "S3SlstrProcessing",
  "type": "object",
  "allOf": [
    {
      "$ref": "#/components/schemas/BaseDatasetProcessing"
    },
    {
      "type": "object",
      "properties": {
        "view": {
          "description": "The satellite view.",
          "type": "string",
          "enum": [
            "NADIR",
            "OBLIQUE"
          ],
          "default": "NADIR"
        }
      }
    }
  ]
}