Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.35 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.35 KB

bfastSpatial

    _      __          _   _____             _   _       _ 
   | |    / _|        | | /  ___|           | | (_)     | |
   | |__ | |_ __ _ ___| |_\ `--. _ __   __ _| |_ _  __ _| |
   | '_ \|  _/ _` / __| __|`--. \ '_ \ / _` | __| |/ _` | |
   | |_) | || (_| \__ \ |_/\__/ / |_) | (_| | |_| | (_| | |
   |_.__/|_| \__,_|___/\__\____/| .__/ \__,_|\__|_|\__,_|_|
                                | |                        
                                |_|            

Package to pre-process gridded time-series data in order for them to be analyzed with change detection algorithms such as bfast. Uses classes from the raster package and includes utilities to run the algorithms and post-process the results.

The package can be installed directly from github using devtools

library(devtools)
install_github(repo='bfastSpatial', username='dutri001')

Feedback on the package is very much welcome. Send your feedback to Ben or Loic

For external contributors

External contributions are welcome. If you would like to contribute additional features and improvements to the package; fork the repository on gitHub, commit your changes and make a pull request. Always use the develop branch as a starting point for your work. Your contribution will be reviewed for quality, relevance and consistency with the rest of the package before being merged.