Implements the first-stage stop point detection algorithm from Hariharan and Toyama (2004) Project Lachesis: Parsing and Modeling Location Histories
This library requires a .csv
file (header optional) with the columns: id
(String), time
(String), x
(Float), y
(Float).
{shell}
cat data/gps_data.csv | lachesis --distance 200 --time 300 --fmt '%Y-%m-%d %H:%M:%S' > output.csv
lachesis --help
``` GPS stop point detection from Hariharan and Toyama (2004) 'Project Lachesis: Parsing and Modeling Location Histories'
Usage: lachesis --distance
Options:
-d, --distance