sriramab / tidytransit

R package for working with the General Transit Feed Specification (GTFS)

Home Page:http://tidytransit.r-transit.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CRAN status Project Status: Active R build status codecov

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("devtools")
devtools::install_github("r-transit/tidytransit")

For some users, sf is impractical to install due to system level dependencies. For these users, trread may work better. It has more limited functionality, but it can read GTFS tables into R.

Background

tidytransit is a fork of gtfsr.

Contributing

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

About

R package for working with the General Transit Feed Specification (GTFS)

http://tidytransit.r-transit.org/


Languages

Language:R 100.0%