Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishgibbs authored Feb 24, 2023
1 parent fb446fd commit f07e3c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Implements the visit detection algorithm from Hariharan and Toyama (2004) *Proje

This library requires a `.csv` file (no headers) with the columns: `id` (integer), `time` (unix timestamp - integer), `x`, `y`.

Observations must be ordered by time (ascending).
Observations must be ordered by id and time (ascending).

The visit detection algorithm requires parameters in the following order:
- The maximum spatial "roam" (i.e. 200m)
Expand Down

0 comments on commit f07e3c9

Please sign in to comment.