Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 343 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 343 Bytes

tamu_bus_routes_project

This is a project with the goal of generating an automatic GTFS file for the TAMU bus routes.

The api I'm translating from is located at

I'm using Google's transitfeed library for formatting the GTFS file, and deeply appreciating the requests library.