From f07e3c999bef6e373df756b6db3a09cc858d73ee Mon Sep 17 00:00:00 2001 From: hamishgibbs <50525951+hamishgibbs@users.noreply.github.com> Date: Fri, 24 Feb 2023 12:22:01 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b8418a..dca0cb7 100644 --- a/README.md +++ b/README.md @@ -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)