Execute dbscan on trajectory data
1 | do_dbscan(trajectory, eps, minpts)
|
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. |
eps |
distance threshold for defining clusters. Should be provided in the same units as the trajectory projection (usually meters). DBSCAN input. |
minpts |
minimum number of points in a cluster. DBSCAN input. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.