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.
hi there! I'm very new to R language and bfast spatial. I want to create a RasterBrick like tura using MODIS data.
here is my code:
alist <- list.files(path="E:/Spatial",
pattern =".TIF$", full.names=TRUE)
s <- stack(alist)
s01<- getValues (s)
then i tried to use the 'getSceneinfo' function but failed.
hi there! I'm very new to R language and bfast spatial. I want to create a RasterBrick like tura using MODIS data. here is my code: alist <- list.files(path="E:/Spatial", pattern =".TIF$", full.names=TRUE) s <- stack(alist) s01<- getValues (s) then i tried to use the 'getSceneinfo' function but failed.