Time-Weighted Dynamic Time Warping for satellite image time series analysis
The package dtwSat provides an implementation of the Time-Weighted Dynamic Time Warping (TWDTW) method for land cover mapping using multi-band satellite image time series (Maus et al. 2016, 2019). dtwSat provides full cycle of land cover classification using image time series, ranging from selecting temporal patterns to visualizing, and assessing the results.
Install either from CRAN
install.packages("dtwSat")
or install the development versions from GitHub
library(devtools)
devtools::install_github("vwmaus/dtwSat")