Print information and save metadata about a data cube.
.sits_cube_create(
type,
URL = NA,
satellite,
sensor,
name,
cube = NA,
tile = NA,
bands,
labels = NA,
scale_factors,
missing_values,
minimum_values,
maximum_values,
timelines,
nrows,
ncols,
xmin,
xmax,
ymin,
ymax,
xres,
yres,
crs,
file_info = NULL
)
Type of cube
URL of the provider (optional)
Name of satellite
Name of sensor
Name of the data cube (mandatory)
Name of the input data cube (optional)
Name of the input data tile (optional)
Vector with the names of the bands.
Vector with labels (only for classified data).
Vector with scale factor for each band.
Vector with missing values for each band.
Vector with minimum values for each band.
Vector with maximum values for each band.
List with vectors of valid timelines for each band.
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