Sentinel Hub · Schema

intersectsFilter

Only returns items that intersect with the provided polygon.

Satellite ImageryGeospatialRemote SensingEarth ObservationNDVISentinelLandsatMODISOGCSTAC

Properties

Name Type Description
intersects object
View JSON Schema on GitHub

JSON Schema

CatalogItemSearchIntersectsFilter.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.sentinel-hub.com/schemas/CatalogItemSearchIntersectsFilter",
  "title": "intersectsFilter",
  "type": "object",
  "description": "Only returns items that intersect with the provided polygon.",
  "properties": {
    "intersects": {
      "$ref": "#/components/schemas/CatalogGeometryGeoJSON"
    }
  }
}