Skip to content

load_stac: custom item filter/transform #541

Open
@jdries

Description

@jdries

Proposed Process ID: load_stac
Proposed Parameter Name: item_callback
Optional: yes, default: None

Context

Our users want rather complex filters on STAC items before loading them.
For instance: when loading sentinel-1 GRD and the temporal coverage is high, meaning 2 or more items per 10 days, then they want to filter out more items:

  • either randomly selecting
  • or by selecting a certain orbit direction

Description

This parameter allows to provide a process graph that will filter the whole STAC ItemCollection that is the result of the STAC query.
The return type of the process graph is a STAC Item Collection, potentially modified.

Data Type

process graph

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions