Applied-GeoSolutions / multitemporal

Efficient, chainable time series processing of raster stacks.
GNU General Public License v2.0
4 stars 3 forks source link

28 improve fusion #33

Closed bziniti closed 5 years ago

bziniti commented 6 years ago

This branch adds 8 modules and tests:

  1. annualstats_robust: yearly stats: median, IQR, 5th percentile, 95th percentile, count
  2. crossings_buffer: same as master:crossing but adds a tolerance buffer and reports total crossings
  3. difference_ayear: user indicates which year to subtract from all years, difference is based on day of year
  4. diff_ts: the first difference of a time series at the yearly intervals
  5. recomposite_count: number of valid pixels occurring at given times within a year
  6. simplelinearregression_allyear: parameters from pixelwise linear regression between two layers based on data for all years (slope, intercept, slope_se, tstat, intercept_se, rmse, R2, n) (slope, intercept, tstat are duplicates to master:correlate module)
  7. simplelinearregression_byyear: same as simplelinearregression_allyear except year specific
  8. twolayer_std: pixelwise standard deviation between two layers

also the annualstats module is edited so that it does not require a threshold above which to calculate stats