Package: stopdetection 0.1.2

McCool Danielle

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://cranhaven.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

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

Datasets:

On CRAN:

archivedpackagesr-universe

3.40 score 5 stars 6 scripts 206 downloads 4 exports 6 dependencies

Last updated 11 days agofrom:2067a9613d (on package/stopdetection). Checks:5 OK, 2 ERROR. Indexed: no.

TargetResultLatest binary
Doc / VignettesOKJan 14 2025
R-4.5-winERRORJan 14 2025
R-4.5-linuxERRORJan 14 2025
R-4.4-winOKJan 14 2025
R-4.4-macOKJan 14 2025
R-4.3-winOKJan 14 2025
R-4.3-macOKJan 14 2025

Exports:mergingCycleradiusOfGyrationDTreturnStateEventsstopFinder

Dependencies:cpp11data.tablegenericsgeodistlubridatetimechange

stopdetection-vignette

Rendered fromstopdetection-vignette.Rmdusingknitr::rmarkdownon Jan 14 2025.

Last update: 2025-01-10
Started: 2025-01-10