Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
-
Forked from ATFutures/gtfs-router
Routing and analysis engine for GTFS (General Transit Feed Specification) data
R
3 contributions in the last year
Contribution activity
March - October 2020
February 2020
Opened their first issue on GitHub in ATFutures/gtfs-router
Created an issue in ATFutures/gtfs-router that received 1 comment
Index out of bound when GTFS does not include optional trasnfer.txt
library(gtfsrouter) path <- "F:/Project/GTFS" filename <- list.files (path, full.names = TRUE, pattern = "GTFS.zip") gt <- extract_gtfs(filename) #…