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:
# 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).vignette("validating", package = "gtfstools")
or check it on the website (Validating GTFS feeds).gtfstools is developed by a team at the Institute for Applied Economic Research (Ipea), Brazil.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4