powered by
Obtain a vector of limits (either on lat/long for time series or in projection coordinates in the case of cubes)
sits_bbox(data, ..., as_crs = NULL)# S3 method for sits sits_bbox(data, ..., crs = "EPSG:4326", as_crs = NULL)# S3 method for raster_cube sits_bbox(data, ..., as_crs = NULL)
# S3 method for sits sits_bbox(data, ..., crs = "EPSG:4326", as_crs = NULL)
# S3 method for raster_cube sits_bbox(data, ..., as_crs = NULL)
A bbox.
bbox
samples data or cube.
samples
cube
Additional parameters.
CRS to project the resulting bbox.
CRS of the samples points.
Gilberto Camara, gilberto.camara@inpe.br
Rolf Simoes, rolf.simoes@inpe.br
if (sits_run_examples()) { sits_bbox(samples_modis_ndvi) }
Run the code above in your browser using DataLab