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:
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')) |
Bug tracker:https://github.com/daniellemccool/stopdetection/issues
- loc_data_2019 - Timestamped Location Data
Last updated 2 years agofrom:86023099a1. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 08 2024 |
R-4.5-win | OK | Nov 08 2024 |
R-4.5-linux | OK | Nov 08 2024 |
R-4.4-win | OK | Nov 08 2024 |
R-4.4-mac | OK | Nov 08 2024 |
R-4.3-win | OK | Nov 08 2024 |
R-4.3-mac | OK | Nov 08 2024 |
Exports:mergingCycleradiusOfGyrationDTreturnStateEventsstopFinder
Dependencies:cpp11data.tablegenericsgeodistlubridatetimechange
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Timestamped Location Data | loc_data_2019 |
Merging Cycle | mergingCycle |
Move Merger | moveMerger |
Radius of Gyration | radiusOfGyrationDT |
Return State Events | returnStateEvents |
Find an initial set of stops given timestamped locations | stopFinder |
Stop Merger | stopMerger |