gtfstools offers a set of convenient tools for editing and analysing transit feeds in GTFS format. Feeds are read as a list
of data.table
s, allowing for easy and fast data manipulation. Many of this package’s features are based on functions from other packages, especially {tidytransit}
and {gtfs2gps}
.
Stable version:
install.packages("gtfstools")
Development version:
# install.packages("remotes")
remotes::install_github("ipeaGIT/gtfstools")
This package requires a working installation of {sf}
. Please check this link for more information on how to install it.
Please read the introductory vignette for some basic usage: Introduction to gtfstools.