お知らせ:
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 のブレークポイントの年を表す 1 次元配列。 |
spikeThreshold | 浮動小数点数、デフォルト: 0.9 | 入力スパイクを減衰させるしきい値(1.0 は減衰なしを意味します)。 |
minObservationsNeeded | 整数、デフォルト: 6 | 必要な最小観測数。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-26 UTC。
[null,null,["最終更新日 2025-07-26 UTC。"],[],["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"]]