SkillAgentSearch skills...

Tidytransit

R package for working with GTFS data

Install / Use

/learn @r-transit/Tidytransit
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

CRAN status Project Status: Active CRAN downloads per month CRAN downloads total R-CMD-check Codecov test coverage

tidytransit

Use tidytransit to map transit stops and routes, calculate travel times and transit frequencies, and validate transit feeds. Tidytransit reads the General Transit Feed Specification into tidyverse and simple features data frames. Tidytransit can be used to:

Have a look at the following vignettes to see how tidytransit can be used to analyse a feed:

Installation

This package requires a working installation of sf.

Install tidytransit from CRAN:

install.packages('tidytransit')

For the development version from Github:

# install.packages("remotes")
remotes::install_github("r-transit/tidytransit")

GTFS-related packages

  • gtfsio R package to read and write gtfs feeds, tidytransit uses gtfsio for reading/writing feeds
  • gtfstools Tools for editing and analysing transit feeds
  • gtfsrouter Package for public transport routing
  • gtfs2gps Converting public transport data from GTFS format to GPS-like records
  • GTFSwizard Set of tools for exploring and manipulating, builds on tidytransit

Contributing

Please feel free to issue a pull request or open an issue.

Related Skills

View on GitHub
GitHub Stars166
CategoryDevelopment
Updated13d ago
Forks22

Languages

R

Security Score

85/100

Audited on Mar 25, 2026

No findings