公告:所有在
2025 年 4 月 15 日之前注册使用 Earth Engine 的非商业项目都必须
验证是否符合非商业性质的资格条件,才能继续使用 Earth Engine。
ee.Algorithms.TemporalSegmentation.LandTrendrFit
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
使用一组 LandTrendr 中断点年份对时序进行插值。对于 timeSeries 中的每个输入波段,输出一个新的 1D 数组值波段,其中包含在由顶点图像标识的断点时间之间插值的输入值。如需了解详情,请参阅 LandTrendr 算法。
用法 | 返回 |
---|
ee.Algorithms.TemporalSegmentation.LandTrendrFit(timeSeries, vertices, spikeThreshold, minObservationsNeeded) | 图片 |
参数 | 类型 | 详细信息 |
---|
timeSeries | ImageCollection | 要插值的时间序列。 |
vertices | 图片 | 顶点图像。一个包含 LandTrendr 断点年份的一维数组。 |
spikeThreshold | 浮点数,默认值:0.9 | 用于抑制输入峰值的阈值(1.0 表示不抑制)。 |
minObservationsNeeded | 整数,默认值:6 | 所需的最少观测次数。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[],["The core functionality involves interpolating a time series using LandTrendr breakpoint years. It utilizes a `timeSeries` ImageCollection and a `vertices` Image containing LandTrendr breakpoint years to produce a new interpolated band. The function, `LandTrendrFit`, accepts two optional parameters: `spikeThreshold` to dampen input spikes, and `minObservationsNeeded` specifying the minimum number of observations needed for the interpolation. The output is an Image containing the interpolated time series.\n"],null,[]]