Description Usage Arguments Details Value See Also
Add a grid table to a GTFS feed
1 | add_grid_table(gtfs, grid)
|
gtfs |
An object of class |
grid |
A |
The grid table of a GTFS-Multi feed always has the same structure as the stops table in a regular GTFS feed. Instead of a true transit stop location, each row represents a grid point (i.e. the centroid of a pixel in the reference grid).
An object of class gtfs
. This is a
list of multiple data.table
objects
corresponding to the different dataset files of a GTFS feed. In addition to
those, the returned object will contain a
data.table
representing the reference grid of
a GTFS-Multi feed. See details.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.