CRAN/E | stopdetection

stopdetection

Stop Detection in Timestamped Trajectory Data using Spatiotemporal Clustering

Installation

About

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.

github.com/daniellemccool/stopdetection
Bug report File report

Key Metrics

Version 0.1.2
R ≥ 2.10
Published 2023-04-18 373 days ago
Needs compilation? no
License GPL (≥ 3)
CRAN checks stopdetection results

Downloads

Yesterday 12 +50%
Last 7 days 51 +9%
Last 30 days 210 -1%
Last 90 days 628 -22%
Last 365 days 2.724 +81%

Maintainer

Maintainer

McCool Danielle

d.m.mccool@uu.nl

Authors

McCool Danielle

aut / cre

Material

README
NEWS
Reference manual
Package source

Vignettes

stopdetection-vignette

macOS

r-devel

arm64

r-release

arm64

r-oldrel

arm64

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

stopdetection archive

Depends

R ≥ 2.10

Imports

data.table
geodist
lubridate
stats

Suggests

knitr
rmarkdown
testthat ≥ 3.0.0