ee.Algorithms.TemporalSegmentation.LandTrendrFit

使用一组 LandTrendr 中断点年份对时序进行插值。对于 timeSeries 中的每个输入波段,输出一个新的 1D 数组值波段,其中包含在由顶点图像标识的断点时间之间插值的输入值。如需了解详情,请参阅 LandTrendr 算法。

用法返回
ee.Algorithms.TemporalSegmentation.LandTrendrFit(timeSeries, vertices, spikeThreshold, minObservationsNeeded)图片
参数类型详细信息
timeSeriesImageCollection要插值的时间序列。
vertices图片顶点图像。一个包含 LandTrendr 断点年份的一维数组。
spikeThreshold浮点数,默认值:0.9用于抑制输入峰值的阈值(1.0 表示不抑制)。
minObservationsNeeded整数,默认值:6所需的最少观测次数。