ccdcTimeSeries: Implementation of CCDC for time series data

Description Usage Arguments Details Value

View source: R/ccdcTimeSeries.R

Description

Implementation of CCDC fitting and variable deriviation for time series Landsat data.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
ccdcTimeSeries(
  values,
  VI = "NBR",
  startDOY = 2016,
  fillNA = F,
  init_rirls,
  rirls,
  ccdc,
  init_ccdc,
  rmse
)

Arguments

values

a dataframe with time series Landsat data.

VI

character. A spectral index to fit harmonic model.

startDOY

numeric. A julian day of starting CCD change detection.

fillNA

logical. If TRUE, fill NA values in time seires with original values.

init_rirls

(function)

rirls

(function)

ccdc

(function)

init_ccdc

(function)

rmse

(function)

Details

Main function for CCDC implementation. For Sentinel-1 data, use ccdcTimeSeriesSAR.

Value

a dataframe with CCDC results and potential disturbance flags.


dulvrq/ddl8s1ts documentation built on May 2, 2021, 5:18 a.m.