bfastSpatial quick start

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.

Installation


	                    devtools::install_github('loicdtx/bfastSpatial')
	                

From archived data to results

the classic processing and data analysis chain Drawing

The package provides utilities that take you from the very beginning of the processing chain up to its end

4 modules

  • Landsat pre-processing
  • MODIS pre-processing
  • Utilities and inventory
  • Data analysis and post-processing

Landsat pre-processing


						processLandsat()
						processLandsatBatch()
						timeStack()
						

MODIS pre-processing


						processMODIS()
						processMODISbatch()
						timeStackMODIS()
						

Utilities and inventory


						getSceneinfo()
						countObs()
						summaryBrick()
						annualSummary()
						getMODISinfo()
						

Data analysis and post-processing


						bfmSpatial()
						bfmPixel()
					

More info ?

Take a look at the full tutorial