Package: stopdetection 0.1.2

stopdetection: Stop Detection in Timestamped Trajectory Data using Spatiotemporal Clustering

Trajectory data formed by human or animal movement is often marked by periods of movement interspersed with periods of standing still. It is often of interest to researchers to separate geolocation trajectories of latitude/longitude points by clustering consecutive locations to produce a model of this behavior. This package implements the Stay Point detection algorithm originally described in Ye (2009) <doi:10.1109/MDM.2009.11> that uses time and distance thresholds to characterize spatial regions as 'stops'. This package also implements the concept of merging described in Montoliu (2013) <doi:10.1007/s11042-011-0982-z> as stay point region estimation, which allows for clustering of temporally adjacent stops for which distance between the midpoints is less than the provided threshold. GPS-like data from various sources can be used, but the temporal thresholds must be considered with respect to the sampling interval, and the spatial thresholds must be considered with respect to the measurement error.

Authors:McCool Danielle [aut, cre]

stopdetection_0.1.2.tar.gz
stopdetection_0.1.2.zip(r-4.5)stopdetection_0.1.2.zip(r-4.4)stopdetection_0.1.2.zip(r-4.3)
stopdetection_0.1.2.tgz(r-4.4-any)stopdetection_0.1.2.tgz(r-4.3-any)
stopdetection_0.1.2.tar.gz(r-4.5-noble)stopdetection_0.1.2.tar.gz(r-4.4-noble)
stopdetection_0.1.2.tgz(r-4.4-emscripten)stopdetection_0.1.2.tgz(r-4.3-emscripten)
stopdetection.pdf |stopdetection.html
stopdetection/json (API)
NEWS

# Install 'stopdetection' in R:
install.packages('stopdetection', repos = c('https://daniellemccool.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/daniellemccool/stopdetection/issues

Datasets:

On CRAN:

4 exports 2 stars 0.84 score 6 dependencies 6 scripts 211 downloads

Last updated 1 years agofrom:86023099a1. Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 09 2024
R-4.5-winOKSep 09 2024
R-4.5-linuxOKSep 09 2024
R-4.4-winOKSep 09 2024
R-4.4-macOKSep 09 2024
R-4.3-winOKSep 09 2024
R-4.3-macOKSep 09 2024

Exports:mergingCycleradiusOfGyrationDTreturnStateEventsstopFinder

Dependencies:cpp11data.tablegenericsgeodistlubridatetimechange

stopdetection-vignette

Rendered fromstopdetection-vignette.Rmdusingknitr::rmarkdownon Sep 09 2024.

Last update: 2022-10-11
Started: 2022-10-11