match_stream: Compare 2 streams

View source: R/match_stream.R

match_streamR Documentation

Compare 2 streams

Description

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

Usage

match_stream(data, route, tolerance = 50)

Arguments

data

dataframe or tibble containing a GPS stream

route

another stream / route to be validated

tolerance

threshold. Default setting on 50 meters

Value

either coordinates of match section(s) of data or character with explanation of mismatch


raimun2/GPStream documentation built on Feb. 20, 2024, 11:54 a.m.