Sentinel Hub · Schema

filter-crs

The coordinate reference system (CRS) used by spatial literals in the 'filter' value. The only value that STAC APIs must accept is 'http://www.opengis.net/def/crs/OGC/1.3/CRS84'.

Satellite ImageryGeospatialRemote SensingEarth ObservationNDVISentinelLandsatMODISOGCSTAC
View JSON Schema on GitHub

JSON Schema

CatalogItemSearchFilterFilterCrs.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.sentinel-hub.com/schemas/CatalogItemSearchFilterFilterCrs",
  "title": "filter-crs",
  "description": "The coordinate reference system (CRS) used by spatial literals in the 'filter' value.  The only value that STAC APIs must\naccept is 'http://www.opengis.net/def/crs/OGC/1.3/CRS84'.\n",
  "type": "string",
  "format": "uri"
}