bfast for modis time series in R

Loïc Dutrieux 9aa646124c Merged branch hotfix-regex into master 8 年之前
R 849dc92f2b Tightened regex to find VI in archive 8 年之前
data a261252d1c Added new dataset (SpatialPolygons with 3 polygons located in tura) 10 年之前
inst cc045cc802 resolve conflicts 10 年之前
man d4141b10f0 Bump version number and recompiled documentation 8 年之前
.Rbuildignore 6f19f41a5e Package structure initiated 10 年之前
.gitignore 6f19f41a5e Package structure initiated 10 年之前
DESCRIPTION d4141b10f0 Bump version number and recompiled documentation 8 年之前
NAMESPACE d4141b10f0 Bump version number and recompiled documentation 8 年之前
NEWS.md f4eed1fe02 Added NEWS.md file 10 年之前
README.md cbcdd91511 replaced all occurences of dutri001 by loicdtx 8 年之前
bfastSpatial.Rproj 6f19f41a5e Package structure initiated 10 年之前

README.md

DOI

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.

Installation

The package can be installed directly from github using devtools

library(devtools)
install_github('loicdtx/bfastSpatial')

Tutorials

  • Introductory tutorial that presents the general functionalities of the package and how to quickly explore a dataset and generate change results.
  • Full tutorial in which everything is covered, from data download to pre-processing and analysis.
  • If you are already familiar with R, the raster package and Landsat/MODIS data, you may skip the detailed tutorial and go directly to the quick start guide.

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

Citation

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}
}