Skip to content

Support for wildcard property filtering in load_stac? #1576

@soxofaan

Description

@soxofaan

User tries load_collection with SENTINEL2_L2A and a property filter

"tileId":{
  "process_graph": {
    "eq1": {
      "arguments": {"x": {"from_parameter": "value"}, "y": "32U*B"},
      "process_id": "eq",
      "result": true
    }
  }
}

This wildcard match "32U*B" used to work on OpenSearch catalog based collections, as implemented under Open-EO/openeo-opensearch-client#25

But that results now, with load_stac based collections in

OpenEO batch job failed: NoDataAvailableException(status_code=400, code='NoDataAvailable', message='There is no data available for the given extents.', id='no-request')

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions