Use tidytransit to map transit stops and routes, calculate travel times and transit frequencies, and validate transit feeds. tidytransit reads the General Transit Feed Specification into tidyverse and simple features data frames. Tidytransit can be used to:
Have a look at the following vignettes to see how tidytransit can be used to analyse a feed:
This package requires a working installation of sf.
For the development version from Github:
# install.packages("devtools") devtools::install_github("r-transit/tidytransit")
For some users, sf is impractical to install due to system level dependencies. For these users, trread may work better. It has more limited functionality, but it can read GTFS tables into R.
Please feel free to issue a pull request or open an issue.