Join us for
RADAR: AI Edition

sits (version 1.12.0)

.sits_create_coverage: Creates a coverage metadata

Description

Uses the configuration file to print information and save metadata about a chosen coverage.

Usage

.sits_create_coverage(r_objs.lst, name, service, bands.vec, labels.vec,
  scale_factors.vec, missing_values.vec, minimum_values.vec,
  maximum_values.vec, timeline.lst, nrows, ncols, xmin, xmax, ymin, ymax,
  xres, yres, crs, files.vec)

Arguments

r_objs.lst

List of raster objects contained in the coverage.

name

Name of the coverage.

service

Name of the time series service.

bands.vec

Vector with the names of the bands.

labels.vec

Vector with labels (only valid for classified data).

scale_factors.vec

Vector with scale factor for each band.

missing_values.vec

Vector with missing values for each band.

minimum_values.vec

Vector with minimum values for each band.

maximum_values.vec

Vector with maximum values for each band.

timeline.lst

List with vectors of valid timelines for each band.

nrows

Number of rows in the coverage.

ncols

Number of columns in the coverage.

xmin

Spatial extent (xmin).

xmax

Spatial extent (xmax).

ymin

Spatial extent (ymin).

ymax

Spatial extent (ymin).

xres

Spatial resolution (x dimension).

yres

Spatial resolution (y dimension).

crs

CRS for coverage.

files.vec

Vector with associated files.