getHarmMetricsSpatial: Calculate time series metrics for a tile

Description Usage Arguments Value

Description

Spatial version of getHarmMetrics, using mcCalc.

Usage

1
2
3
getHarmMetricsSpatial(x, n_years = NULL, order = 2, robust = FALSE,
  cf_bands, thresholds = c(-80, Inf, -120, 120), span = 0.3,
  scale_f = NULL, minrows = 1, mc.cores = 1, logfile, ...)

Arguments

x

RasterBrick or RasterStack Input time series. Layer names must follow proba_v pattern.

n_years

Integer. See getHarmMetrics

order

Integer. See getHarmMetrics

robust

Logical. See getHarmMetrics

cf_bands

Integer. Which bands to use for temporal cloud filter (See smoothLoess)

thresholds

threshold Numeric vector of length 2. See smoothLoess.

scale_f

Numeric of length bands. Sclaing factor per band.

minrows

Numeric. Min blcok size fore mcCalc

mc.cores

Numeric. Processign cores, seemcCalc

logfile

Character. See mcCalc

...

additional arguments to mcCalc.

Value

rasterBrick with metrics as bands.


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