gtfsrouter {gtfsrouter} | R Documentation |
gtfsrouter
Description
Routing engine for GTFS (General Transit Feed Specification) data, including one-to-one and one-to-many routing routines.
Main Functions
-
gtfs_route()
: Route between given start and end stations using a nominated GTFS data set. -
go_home()
: Automatic routing between work and home stations specified with local environmental variables -
go_to_work()
: Automatic routing between work and home stations specified with local environmental variables -
gtfs_traveltimes()
: One-to-many routing from a nominated start station to all stations reachable within a specified travel duration.
Author(s)
Maintainer: Mark Padgham mark.padgham@email.com
Authors:
Marcin Stepniak marcinstepniak@ucm.es (ORCID)
Other contributors:
Alexandra Kapp alk@mobilityinstitute.com [contributor]
See Also
Useful links:
Report bugs at https://github.com/UrbanAnalyst/gtfsrouter/issues