Learn R Programming

sits (version 1.12.0)

.sits_coverage_raster: Create a metadata tibble to store the description of a spatio-temporal raster dataset

Description

This function creates a tibble containing the metadata for a set of spatio-temporal raster files, organized as a set of "Raster Bricks". These files should be of the same size and projection. Each raster brick file should contain one band per time step. Different bands are archived in different raster files.

Usage

.sits_coverage_raster(name, timeline.vec, bands.vec, scale_factors.vec,
  missing_values.vec, minimum_values.vec, maximum_values.vec, files.vec)

Arguments

name

Name of the coverage file.

timeline.vec

Vector of dates with the timeline of the bands.

bands.vec

Vector of bands contained in the Raster Brick set (in the same order as the files).

scale_factors.vec

Vector of scale factors (one per band).

missing_values.vec

Vector of missing values (one per band).

minimum_values.vec

Minimum values for each band (only for raster data).

maximum_values.vec

Maximum values for each band (only for raster data).

files.vec

Vector with the file paths of the raster files.

Value

A tibble with metadata information about a raster data set.