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

timeStack: allow passing extent #74

Open GreatEmerald opened 7 years ago

GreatEmerald commented 7 years ago

At the moment, only processLandsat() takes an e extent argument. However, in some cases one would want the whole tile to be processed, and afterwards subsets of said tile to be stacked, rather than having to reprocess the tiles with different extents every time. So the timeStack() function should also accept an e argument to set a stack extent (=crop).