
gtfstools offers a set of convenient tools forediting and analysing transit feeds in GTFS format. Feeds are read as alist ofdata.tables, allowing for easy andfast data manipulation. Many of this package’s features are based onfunctions from other packages, especially{tidytransit}and{gtfs2gps}.
Stable version:
install.packages("gtfstools")Development version:
# eitherinstall.packages("gtfstools",repos ="https://dhersz.r-universe.dev")# or# install.packages("remotes")remotes::install_github("ipeaGIT/gtfstools")This package requires a working installation of{sf}. Pleasecheckthis linkfor more information on how to install it.
Please readgtfstools vignettes for more on thepackage usage:
vignette("gtfstools") or check it on the website (Introductionto gtfstools).vignette("filtering", package = "gtfstools") or checkit on the website (FilteringGTFS feeds).vignette("validating", package = "gtfstools") or checkit on the website (ValidatingGTFS feeds).
gtfstools is developed by a team at the Institutefor Applied Economic Research (Ipea), Brazil.