Check the temporal sequence constraint and return stop points
1 | check_clusters(trajectory, delta_t, minpts, entr_t)
|
trajectory |
A simple features collection of points representing a single trajectory (i.e. person, day). MUST have a 'dttm' column called "timestamp" representing the time of GPS point. |
delta_t |
time threshold (seconds): a gap of this length within a spatial cluster will split the cluster into two potential activities. An activity must also be at least this long. |
minpts |
minimum number of points in a cluster. DBSCAN input. |
entr_t |
entropy threshold: the entropy of a cluster is a function of the chaotic movement between points in a cluster. Clusters with higher entropy are more likely to be activities; this parameter will exclude potential activities below this threshold |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.