match_stream | R Documentation |
Evaluates if 2 streams belongs to the same route. Checks for distance to start and end of route, for completion of track and for staying on the right track
match_stream(data, route, tolerance = 50)
data |
dataframe or tibble containing a GPS stream |
route |
another stream / route to be validated |
tolerance |
threshold. Default setting on 50 meters |
either coordinates of match section(s) of data or character with explanation of mismatch
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.