Re: Bus Route Profiles Released By NYC Comptroller Scott Stringer (326881) | |||
Home > BusChat | |||
[ Read Responses | Post a New Response | Return to the Index ] |
|
Re: Bus Route Profiles Released By NYC Comptroller Scott Stringer |
|
Posted by Stephen Bauman on Sat Dec 30 10:42:35 2017, in response to Re: Bus Route Profiles Released By NYC Comptroller Scott Stringer, posted by checkmatechamp13 on Sat Dec 30 10:10:43 2017. unless somebody has that data in an easily accessible formatYou will have to define what you mean by an "easily accessible format." You can download the current GTFS schedules from the MTA website. Follow the links for Developer Resources. Another source is: Transit Feeds. This link also has previous GTFS schedules. I think the number of stops calculation is within a spreadsheet capability. The miles traveled will take a bit of work to translate the csv files into what a GIS database can read. (They don't use shape files.) I took the trouble of importing their gtfs data into a database that can do this analysis (postgresql + postgis). If you have a specific date, I can run a couple of queries to publish this info. |