Read General Transit Feed Specification (GTFS) zipfiles into a list of R dataframes. Perform validation of the data structure against the specification. Analyze the headways and frequencies at routes and stops. Create maps and perform spatial analysis on the routes and stops. Please see the GTFS documentation here for more detail: <https://gtfs.org/>.
Version: | 1.7.0 |
Depends: | R (≥ 3.6.0) |
Imports: | gtfsio (≥ 1.2.0), dplyr (≥ 1.1.1), data.table (≥ 1.12.8), rlang, sf, jsonlite, hms, digest, geodist |
Suggests: | testthat (≥ 3.1.5), knitr, markdown, rmarkdown, ggplot2, scales, lubridate, leaflet |
Published: | 2024-10-18 |
DOI: | 10.32614/CRAN.package.tidytransit |
Author: | Flavio Poletti [aut, cre], Daniel Herszenhut [aut], Mark Padgham [aut], Tom Buckley [aut], Danton Noriega-Goodwin [aut], Angela Li [ctb], Elaine McVey [ctb], Charles Hans Thompson [ctb], Michael Sumner [ctb], Patrick Hausmann [ctb], Bob Rudis [ctb], James Lamb [ctb], Alexandra Kapp [ctb], Kearey Smith [ctb], Dave Vautin [ctb], Kyle Walker [ctb], Davis Vaughan [ctb], Ryan Rymarczyk [ctb], Kirill Müller [ctb] |
Maintainer: | Flavio Poletti <flavio.poletti at hotmail.ch> |
BugReports: | https://github.com/r-transit/tidytransit/issues |
License: | GPL-2 | GPL-3 [expanded from: GPL] |
URL: | https://github.com/r-transit/tidytransit |
NeedsCompilation: | no |
Materials: | NEWS |
CRAN checks: | tidytransit results |
Reference manual: | tidytransit.pdf |
Vignettes: |
Transit (GTFS) Service & Headway Mapping with R (source, R code) Introduction to tidytransit (source, R code) Service Patterns and Calendar Schedules (source, R code) Generate a Departure Timetable (source, R code) |
Package source: | tidytransit_1.7.0.tar.gz |
Windows binaries: | r-devel: tidytransit_1.7.0.zip, r-release: tidytransit_1.7.0.zip, r-oldrel: tidytransit_1.7.0.zip |
macOS binaries: | r-release (arm64): tidytransit_1.7.0.tgz, r-oldrel (arm64): tidytransit_1.7.0.tgz, r-release (x86_64): tidytransit_1.7.0.tgz, r-oldrel (x86_64): tidytransit_1.7.0.tgz |
Old sources: | tidytransit archive |
Please use the canonical form https://CRAN.R-project.org/package=tidytransit to link to this page.