Sentinel Hub · Schema

DEMFiltering

Satellite ImageryGeospatialRemote SensingEarth ObservationNDVISentinelLandsatMODISOGCSTAC

Properties

Name Type Description
demInstance string Selects DEM instance.
View JSON Schema on GitHub

JSON Schema

DEMFiltering.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.sentinel-hub.com/schemas/DEMFiltering",
  "title": "DEMFiltering",
  "type": "object",
  "properties": {
    "demInstance": {
      "description": "Selects DEM instance.",
      "type": "string",
      "enum": [
        "MAPZEN",
        "COPERNICUS_30",
        "COPERNICUS_90"
      ],
      "default": "MAPZEN"
    }
  }
}