Description Usage Arguments Value
Convert a GTFS-Multi feed to a regular GTFS feed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
x |
An object of class |
access_modes |
Vector of transport modes to consider for access trips,
i.e. trips from grid points towards transit stop locations.
Each of these transport modes should have their access travel time for each
access trip specified in the access table of |
direct_modes |
Vector of transport modes to consider for direct trips,
i.e. trips between grid points.
Each of these transport modes should have their direct travel time for each
direct trip specified in the direct table of |
egress_modes |
Vector of transport modes to consider for egress trips,
i.e. trips from transit stop locations towards grid points.
Each of these transport modes should have their egress travel time for each
egress trip specified in the egress table of |
transfer_modes |
Vector of transport modes to consider for true transit
transfer trips, i.e. trips between transit stop locations.
Each of these transport modes should have their transfer travel time for
each transfer trip specified in the transfer table of |
access_model |
How to model access trips, i.e. trips from grid points
towards transit stop locations. Can either be "transfers" to model them as
if they where transfers between transit stops or "trips" to model them as
if they where regular transit trips departing at a certain frequency. This
frequency is given in the |
direct_model |
How to model direct trips, i.e. trips between grid
points. Can either be "transfers" to model them as if they where
transfers between transit stops or "trips" to model them as if they
where regular transit trips departing at a certain frequency. This
frequency is given in the |
egress_model |
How to model egress trips, i.e. trips from transit stop
locations towards grid points. Can either be "transfers" to model them as
if they where transfers between transit stops or "trips" to model them as
if they where regular transit trips departing at a certain frequency. This
frequency is given in the |
access_frequency |
If access trips should be modelled as
frequency-based transit trips (i.e. if |
direct_frequency |
If direct trips should be modelled as
frequency-based transit trips (i.e. if |
egress_frequency |
If egress trips should be modelled as
frequency-based transit trips (i.e. if |
time_as_seconds |
Should arrival and departure times be stored as
seconds since midnight? If |
An object of class gtfs
, which is a
list of multiple data.table
objects
corresponding to the different dataset files of a GTFS feed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.