Description Usage Arguments Details
View source: R/gtfs_cleaning.R
Fast trips can idetify problems with the input data or converion process This fucntion returns trip_ids for trips that exceed max speed.
1 | gtfs_fast_trips(gtfs, maxspeed = 30)
|
gtfs |
list of gtfs tables |
maxspeed |
the maximum allowed speed in metres per second default 30 m/s (about 70 mph) |
The fucntion looks a straightline distance between the first and middle stop to allow for circular routes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.