st_bbox.ProcessNode {openeo}R Documentation

st_bbox for ProcessNode

Description

Traverses the graph from end node to roots and searches for defined bounding boxes in load_collection, filter_spatial, filter_bbox.

Usage

## S3 method for class 'ProcessNode'
st_bbox(obj, ...)

Arguments

obj

the process node

...

not used

Value

sf bbox object if one element was found, else a list of all bounding boxes (usually returned in EPSG:4326)


[Package openeo version 1.3.1 Index]