SkillAgentSearch skills...

DtwSat

Time-Weighted Dynamic Time Warping for satellite image time series analysis

Install / Use

/learn @r-spatial/DtwSat
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

dtwSat

<!-- badges: start -->

License R-CMD-check Coverage Status CRAN Downloads total cran checks status

<!-- badges: end -->

Provides a robust approach to land use mapping using multi-dimensional (multi-band) satellite image time series. By leveraging the Time-Weighted Dynamic Time Warping (TWDTW) distance metric in tandem with a 1 Nearest-Neighbor (1-NN) Classifier, this package offers functions to produce land use maps based on distinct seasonality patterns, commonly observed in the phenological cycles of vegetation. The approach is described in Maus et al. (2016) and Maus et al. (2019). A primary advantage of TWDTW is its capability to handle irregularly sampled and noisy time series, while also requiring minimal training sets. The package includes tools for training the 1-NN-TWDTW model, visualizing temporal patterns, producing land use maps, and visualizing the results.

Getting Started

You can install dtwSat from CRAN using the following command:

install.packages("dtwSat")

Alternatively, you can install the development version from GitHub:

devtools::install_github("vwmaus/dtwSat")

After installation, you can read the vignette for a quick start guide:

vignette("landuse-mapping", "dtwSat")

References

<div id="refs" class="references csl-bib-body hanging-indent"> <div id="ref-Maus:2019" class="csl-entry">

Maus, Victor, Gilberto Camara, Marius Appel, and Edzer Pebesma. 2019. “<span class="nocase">dtwSat</span>: Time-Weighted Dynamic Time Warping for Satellite Image Time Series Analysis in R.” Journal of Statistical Software 88 (5): 1–31. https://doi.org/10.18637/jss.v088.i05.

</div> <div id="ref-Maus:2016" class="csl-entry">

Maus, Victor, Gilberto Camara, Ricardo Cartaxo, Alber Sanchez, Fernando M. Ramos, and Gilberto R. de Queiroz. 2016. “A Time-Weighted Dynamic Time Warping Method for Land-Use and Land-Cover Mapping.” IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing 9 (8): 3729–39. https://doi.org/10.1109/JSTARS.2016.2517118.

</div> </div>
View on GitHub
GitHub Stars132
CategoryDevelopment
Updated3mo ago
Forks39

Languages

R

Security Score

92/100

Audited on Dec 17, 2025

No findings