bfast for modis time series in R
Loïc Dutrieux 9aa646124c Merged branch hotfix-regex into master | 8 年之前 | |
---|---|---|
R | 8 年之前 | |
data | 10 年之前 | |
inst | 10 年之前 | |
man | 8 年之前 | |
.Rbuildignore | 10 年之前 | |
.gitignore | 10 年之前 | |
DESCRIPTION | 8 年之前 | |
NAMESPACE | 8 年之前 | |
NEWS.md | 10 年之前 | |
README.md | 8 年之前 | |
bfastSpatial.Rproj | 10 年之前 |
_ __ _ _____ _ _ _
| | / _| | | / ___| | | (_) | |
| |__ | |_ __ _ ___| |_\ `--. _ __ __ _| |_ _ __ _| |
| '_ \| _/ _` / __| __|`--. \ '_ \ / _` | __| |/ _` | |
| |_) | || (_| \__ \ |_/\__/ / |_) | (_| | |_| | (_| | |
|_.__/|_| \__,_|___/\__\____/| .__/ \__,_|\__|_|\__,_|_|
| |
|_|
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('loicdtx/bfastSpatial')
Feedback on the package and the documentation is very much welcome. Send your feedback to Ben or Loic
The package can be cited in (scientific) publications by using the following citing information.
@software{bfastSpatial,
author = {Dutrieux, Lo\"{i}c and DeVries, Ben},
title = {{bfastSpatial: Set of utilities and wrappers to perform change detection on satellite image time-series}},
url = {https://github.com/loicdtx/bfastSpatial},
version = {0.6.2},
date = {2014-12-04},
doi = {10.5281/zenodo.49693}
}