# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "stopdetection" in publications use:' type: software license: GPL-3.0-or-later title: 'stopdetection: Stop Detection in Timestamped Trajectory Data using Spatiotemporal Clustering' version: 0.1.2 doi: 10.32614/CRAN.package.stopdetection abstract: 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) that uses time and distance thresholds to characterize spatial regions as 'stops'. This package also implements the concept of merging described in Montoliu (2013) 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: - family-names: Danielle given-names: McCool email: d.m.mccool@uu.nl orcid: https://orcid.org/0000-0002-7055-7539 repository: https://cranhaven.r-universe.dev repository-code: https://github.com/daniellemccool/stopdetection commit: 2067a9613d237e2711b72555c3d91fdd78f22e96 url: https://github.com/daniellemccool/stopdetection date-released: '2023-04-18' contact: - family-names: Danielle given-names: McCool email: d.m.mccool@uu.nl orcid: https://orcid.org/0000-0002-7055-7539