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:
Development version:
# either
install.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}
. Please check this link for more information on how to install it.
Please read gtfstools vignettes for more on the package usage:
vignette("gtfstools")
or check it on the website (Introduction to gtfstools).vignette("filtering", package = "gtfstools")
or check it on the website (Filtering GTFS feeds).citation("gtfstools")
#>
#> To cite gtfstools in publications use:
#>
#> Daniel Herszenhut, Rafael H. M. Pereira, Pedro R.
#> Andrade & Joao Bazzo. (2021, November). gtfstools:
#> General Transit Feed Specification (GTFS) Editing
#> and Analysing Tools (Version v1.0.0). Zenodo.
#> http://doi.org/10.5281/zenodo.5703285
#>
#> A BibTeX entry for LaTeX users is
#>
#> @Manual{,
#> title = {gtfstools: General Transit Feed Specification (GTFS) Editing and Analysing Tools},
#> author = {Daniel Herszenhut},
#> month = {nov},
#> year = {2021},
#> publisher = {Zenodo},
#> version = {v1.0.0},
#> doi = {10.5281/zenodo.5703285},
#> url = {https://doi.org/10.5281/zenodo.5703285},
#> }
gtfstools is developed by a team at the Institute for Applied Economic Research (Ipea), Brazil.