Sentinel Hub · Schema

filter-lang

The CQL2 filter encoding that the 'filter' value uses.

Satellite ImageryGeospatialRemote SensingEarth ObservationNDVISentinelLandsatMODISOGCSTAC
View JSON Schema on GitHub

JSON Schema

CatalogItemSearchFilterFilterLang.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.sentinel-hub.com/schemas/CatalogItemSearchFilterFilterLang",
  "title": "filter-lang",
  "description": "The CQL2 filter encoding that the 'filter' value uses.\n",
  "type": "string",
  "enum": [
    "cql2-text",
    "cql2-json"
  ]
}