frequencies_to_stop_times | R Documentation |
Convert a GTFS 'frequencies' table to equivalent 'stop_times' that can be used for routing.
frequencies_to_stop_times(gtfs)
gtfs |
A set of GTFS data returned from extract_gtfs. |
The input GTFS data with data from the 'frequencies' table converted
to equivalent 'arrival_time' and 'departure_time' values in stop_times
.
Other augment:
gtfs_transfer_table()
## Not run:
# Presume an input feed has been created and includes a "frequencies" table:
gtfs2 <- frequencies_to_stop_times (gtfs)
# "gtfs2" will then have an expanded "stop_times" table, with all
# "frequencies" entries converted to equivalent absolute stop times.
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.