weijia2013 / 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

Travis-CI Build Status CRAN status Project Status: Active

tidytransit

Use tidytransit to map transit stops and routes, calculate 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.

A CRAN version is available:

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, published to CRAN, with frequency/headway calculation functions.

Contributing

If you would like to contribute please feel free to issue a pull request or open an issue.

Contributors

Among the many contributors, Danton Noriega wrote much of this package.

About

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

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


Languages

Language:R 100.0%