as.bbox {openeo} | R Documentation |
coerce to bbox
Description
A coercion function for extracting a 'bbox' object that can usualy be obtained by sf::st_bbox()
. This coercion
function was created to easily extract the boúnding box from the openeos argument objects BoundingBox()
and GeoJson()
.
Usage
`as.bbox.bounding-box`(from)
as.bbox.geojson(from)
Arguments
from |
a |
Value
a bbox object from sf::st_bbox()
[Package openeo version 1.3.1 Index]