ee.Algorithms.TemporalSegmentation.LandTrendrFit

Interpolates a time series using a set of LandTrendr breakpoint years. For each input band in the timeSeries, outputs a new 1D array-valued band containing the input values interpolated between the breakpoint times identified by the vertices image. See the LandTrendr Algorithm for more details.

UsageReturns
ee.Algorithms.TemporalSegmentation.LandTrendrFit(timeSeries, vertices, spikeThreshold, minObservationsNeeded)Image
ArgumentTypeDetails
timeSeriesImageCollectionTime series to interpolate.
verticesImageVertices image. A 1D array of LandTrendr breakpoint years.
spikeThresholdFloat, default: 0.9Threshold for dampening input spikes (1.0 means no dampening).
minObservationsNeededInteger, default: 6Min observations needed.