LandTrendr Temporal Segmentation

Temporal segmentation of annual spectral time series using the LandTrendr algorithm (Kennedy et al. 2010). Identifies breakpoints in per-pixel trajectories to detect disturbance events (abrupt drops), recovery trends (gradual rises), and periods of stability. The algorithm fits piecewise linear segments to yearly composite values (e.g. NBR, NDVI), balancing goodness-of-fit against model complexity. Outputs include fitted values, vertex flags, RMSE, and per-segment metadata (magnitude, duration, rate of change). Two backends are available: a pure Python/NumPy implementation that runs on any array source (COGs, Zarr, GEE exports), and a GEE backend that wraps ee.Algorithms.TemporalSegmentation.LandTrendr.

IDanalysis_landtrendr
Domaingeo
Categoryanalysis
Typeraster-to-raster
Version1.0.0