Sentinel Hub · Schema

modis

Satellite ImageryGeospatialRemote SensingEarth ObservationNDVISentinelLandsatMODISOGCSTAC
View JSON Schema on GitHub

JSON Schema

ModisDataset.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.sentinel-hub.com/schemas/ModisDataset",
  "title": "modis",
  "type": "object",
  "allOf": [
    {
      "$ref": "#/components/schemas/BaseDataset"
    },
    {
      "type": "object",
      "properties": {
        "dataFilter": {
          "$ref": "#/components/schemas/ModisFiltering"
        },
        "processing": {
          "$ref": "#/components/schemas/BaseDatasetProcessing"
        },
        "type": {
          "type": "string",
          "enum": [
            "modis"
          ]
        }
      }
    }
  ]
}