Sentinel Hub · Schema

landsat-etm-l2

Satellite ImageryGeospatialRemote SensingEarth ObservationNDVISentinelLandsatMODISOGCSTAC
View JSON Schema on GitHub

JSON Schema

LETML2Dataset.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.sentinel-hub.com/schemas/LETML2Dataset",
  "title": "landsat-etm-l2",
  "type": "object",
  "allOf": [
    {
      "$ref": "#/components/schemas/LandsatDataset"
    },
    {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "enum": [
            "landsat-etm-l2"
          ]
        },
        "dataFilter": {
          "allOf": [
            {
              "$ref": "#/components/schemas/LandsatFiltering"
            },
            {
              "$ref": "#/components/schemas/LandsatTierFilteringWithoutRt"
            }
          ]
        }
      }
    }
  ]
}