公告:凡是在
2025 年 4 月 15 日前註冊使用 Earth Engine 的非商業專案,都必須
驗證非商業用途資格,才能繼續存取。如未在 2025 年 9 月 26 日前完成驗證,存取權可能會暫停。
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 | 需要最少觀察次數。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-26 (世界標準時間)。
[null,null,["上次更新時間: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"]]