bldavies / nyctrains

R package containing travel times between NYC subway stops

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nyctrains

nyctrains is an R package containing data on the New York City subway network. The package provides the following three data frames.

  • routes: subway route names and colors.
  • stops: subway stop names and locations.
  • travel_times: route-specific minimum travel times between consecutive stops.

These data are derived from static GTFS feeds published by the Metropolitan Transportation Authority here.

Installation

nyctrains can be installed from GitHub via remotes:

library(remotes)
install_github('bldavies/nyctrains')

License

CC0

About

R package containing travel times between NYC subway stops


Languages

Language:R 100.0%