Skip to content

Combining multiple bounding boxes: intersect instead of arbitrairy one #409

Open
@soxofaan

Description

@soxofaan

support question raised by @manugv which has this use case (condensed):
load_collection(bbox1) .... filter_spatial(bbox2)

bounding box of result is bbox2, while Open-EO/openeo-processes#201 clarified that it should be intersection

related part of logic:

# Take first item (to reproduce original behavior)
# TODO: take temporal/spatial/categorical intersection instead?
# see https://github.com/Open-EO/openeo-processes/issues/201
constraints[op] = args[0]

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions