processProbaVbatch: Wrapper/batcher to pre-process Proba-V in batch mode

Description Usage Arguments Value See Also

Description

Processes Proba-V data for subsequentent use in time-series analysis. Performs Proba-V cleaning and operations with parallel support using foreach

Usage

1
2
3
processProbaVbatch(x, pattern = "NDVI.tif$", tiles = NULL, start_d = NULL,
  QC_val, fill = NULL, as.is = FALSE, outdir, ncores = 1,
  overwrite = FALSE)

Arguments

x

Character. Directory where the data is located. Or list of file names.

pattern

Character. Only useful if x is of length 1. See list.files for more details

tiles

Character. Tiles to process, format "X10Y06",

start_d

Date. Starting date.

QC_val

Numeric. See cleanProbaV

fill

Numeric. See cleanProbaV

as.is

Logical. See cleanProbaV

outdir

Character. Directory where the output should be written.

ncores

Numeric. Number of cores to use for processing. See registerDoParallel

overwritw

Logical. Wether to overwrite existing files using the same naming convention in outdir. ault is FALSE)

Value

This function is used for its side effect of producing cleaned data, hence written to disk at outdir location

See Also

cleanProbaV, and timeStackProbaV for stacking.


johanez/probaV documentation built on May 19, 2019, 3:01 p.m.