Print information and save metadata about a data cube.
.sits_cube_create(
name,
source,
collection = NA,
satellite,
sensor,
tile = NA,
bands,
labels = NA,
nrows,
ncols,
xmin,
xmax,
ymin,
ymax,
xres,
yres,
crs,
file_info = NULL
)
Name of the data cube (mandatory)
Source of data
Image collection
Name of satellite
Name of sensor
Tile of the image collection
Vector with the names of the bands.
Vector with labels (only for classified data).
Number of rows in the cube.
Number of columns in the cube.
Spatial extent (xmin).
Spatial extent (xmax).
Spatial extent (ymin).
Spatial extent (ymin).
Spatial resolution (x dimension).
Spatial resolution (y dimension).
CRS for cube (EPSG code or PROJ4 string).
Tibble with information about stacks (for stacks)
A tibble containing a data cube