| sits_bbox {sits} | R Documentation |
Obtain a vector of limits (either on lat/long for time series or in projection coordinates in the case of cubes)
sits_bbox(data, wgs84 = FALSE, ...)
data |
Valid sits tibble (time series or a cube). |
wgs84 |
Take effect only for data cubes. Reproject bbox to WGS84 (EPSG:4326). |
... |
Additional parameters (not implemented). |
named vector with bounding box in WGS84 for time series and on the cube projection for a data cube unless wgs84 parameter is TRUE.
Gilberto Camara, gilberto.camara@inpe.br
Rolf Simoes, rolf.simoes@inpe.br