The output consists of a 1D array per pixel containing the slope of fitted trend lines. Negative values indicate disturbance and positive values regeneration.
See: Hughes, M.J., Kaylor, S.D. and Hayes, D.J., 2017. Patch-based forest change detection from Landsat time series. Forests, 8(5), p.166.
Usage | Returns |
---|---|
ee.Algorithms.TemporalSegmentation.Verdet(timeSeries, tolerance, alpha, nRuns) | Image |
Argument | Type | Details |
---|---|---|
timeSeries | ImageCollection | Collection from which to extract VeRDET scores. This collection is expected to contain 1 image for each year, sorted temporally. |
tolerance | Float, default: 0.0001 | Convergence tolerance. |
alpha | Float, default: 0.03333333333333333 | Regularization parameter for segmentation. |
nRuns | Integer, default: 100 | Maximum number of runs for convergence. |