Description Usage Arguments Details See Also
Create a transfer table for a set of origins and destinations
1 2 3 4 5 6 7 8 | create_transfer_table(
origins,
destinations,
streetnet,
d_limit = Inf,
min_time = 120,
...
)
|
origins |
A |
destinations |
A |
streetnet |
The street network as an object of class
|
d_limit |
Upper distance limit (as-the-crow-flies) in meters to consider a possible transfer between an origin and a destination. |
min_time |
Minimum travel time for any transfer trip in seconds, independent of the calculated travel time by the routing algorithm. |
... |
Additional parameters passed on to |
Both origins and destinations should be given in the format of a stops table of a GTFS feed.
The format of a transfer table can be used to model both true transit transfer trips as well as access, direct and egress trips:
When modelling access trips, the origins will be grid points and the destinations transit stop locations.
When modelling egress trips the origins will be transit stop locations and the destinations grid points.
When modelling direct trips both origins and destinations will be grid points.
When modelling true transit transfer trips, both origins and destinations will be transit stop locations.
add_access_tables()
, add_direct_tables()
,
add_egress_tables()
, add_transfer_tables()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.