Skip to main content

Search

GET 

/v1/:contract_id/search

Perform a search on the Catalog with your desired filters. Results will be returned as a Feature Collection. Both GET and POST methods are supported for this request.

Filtering

Searches accept a CQL2 filter expression. The following properties are filterable on every collection:

PropertyType
datetimetimestamp
eo:cloud_covernumber
gsdnumber
platformstring
satvu:filterstring
view:azimuthnumber
view:off_nadirnumber
view:sun_azimuthnumber
view:sun_elevationnumber

Some collections accept additional filter properties when the search is scoped to them:

  • acquisition: global properties only
  • primary: processing:software, proj:bbox, proj:epsg, proj:geometry, proj:shape, proj:transform, satvu:atmospheric_model, satvu:atmospheric_model_downwelling, satvu:atmospheric_model_transmission, satvu:atmospheric_model_upwelling, satvu:radiometric_calibration
  • surface-brightness-temperature: processing:software, proj:bbox, proj:epsg, proj:geometry, proj:shape, proj:transform, satvu:multiframe_stacking

A collection-specific property can only be used when every collection in the search scope defines it. A cross-collection search that includes a collection without that property therefore cannot filter on it.

The global filterable properties are also discoverable at runtime via the /queryables endpoint.

Request

Responses

OK