Description Usage Arguments Value
This function splits line GPS locations by bus and filters line stops to call match.bus.locations.stops. Finally, matched trips with size shorter than 1/3 of longest trip are removed and rows are sorted by bus code, trip number and timestamp.
1  | match.line.locations.stops(line.location.data, stops.df, verbose = FALSE)
 | 
line.location.data | 
 data frame with GPS locations for a single line  | 
stops.df | 
 stops locations data frame  | 
verbose | 
 if TRUE then debugging logs are printed during processing  | 
data frame with matched stops and GPS locations data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.