Learn R Programming

sits (version 0.10.0)

.sits_raster_data_na_remove: Remove cloud pixels and NA values by imputation

Description

Remove cloud pixels and NA values by imputation

Usage

.sits_raster_data_na_remove(values, impute_fn, multicores)

Arguments

values

matrix of values retrieved from a raster object

impute_fn

imputing function to be applied to replace NA

multicores

number of cores to process the time series.

Value

Data.table with pre-processed values.