loicdtx / bfastSpatial

Set of utilities and wrappers to perform change detection on satellite image time-series (Landsat and MODIS). Includes pre-processing steps and functions for spatial implementation of bfastmonitor change detection and post processing of the results.
93 stars 39 forks source link

Magnitude per Year #94

Closed mattgrl closed 4 years ago

mattgrl commented 4 years ago

Hi,

Is it possible to create breakpoint magnitude raster for each year of the monitoring period ? (based on the bfastspatial output .grd/gri)

mattgrl commented 4 years ago

Capture

  1. breakpoint timing - in decimal year format
  2. change magnitude - the medial residual between expected and observed values in the monitoring period
  3. error flag

But what about the layers 4 to 12 ?

I run bfastspatial with 'history', 'r.squared', 'adj.r.squared', 'coefficients and (formula = response ~ trend + harmon, order = 2)

Thank you,

Matt