-
Notifications
You must be signed in to change notification settings - Fork 4
Description
It would be great if Earth Search (e.g., endpoint at https://earth-search.aws.element84.com/v1) would support the ability to filter by cloud cover, ideally using an OGC API - Features - Part 3: Filtering and a CQL2-Text filter query parameter (e.g., filter=eo:cloud_cover < 30).
Notably, the queryables end-point usually associated with filtering (at least for Features) at https://earth-search.aws.element84.com/v1/collections/sentinel-2-l2a/queryables already includes eo:cloud_cover.
Currently, the work-around for this lack of functionality is to sort by ascending cloud cover and stop paging items after reaching the maximum acceptable cloud cover.
This missing capability was noticed in OGC Testbed 20 GeoDataCubes (as well as previous OGC innovation initiatives) and is discussed in an upcoming Engineering Report (OGC 24-035).