Learn R Programming

sits (version 1.12.0)

.sits_write_raster_values: Write the values and probs into raster files

Description

Write the raster values to the outout files.

Usage

.sits_write_raster_values(output.lst, prediction_DT, labels, int_labels,
  time, first_row, multicores)

Arguments

output.lst

List with value layers and probability bricks.

prediction_DT

A data.table with predicted probabilities for each class.

labels

Class labels.

int_labels

Integer values corresponding to labels.

time

Interval to be written to file.

first_row

Initial row of the output layer to write block.

multicores

Number of cores to process the time series.

Value

Updated list with value layers and probability bricks.