2 ms·
In the next year or so maybe. The biggest obstacles to adding public transit are: - Collecting all the necessary scheduling data (e.g. GTFS feeds) for every tr
by dfsnow 2y ago
In the next year or so maybe. The biggest obstacles to adding public transit are:
- Collecting all the necessary scheduling data (e.g. GTFS feeds) for every transit system in the county. Not insurmountable since there are services that do this currently.
- Finding a routing engine that can compute nation-scale travel time matrices quickly. Currently, the two fastest open-source engines I've tried (OSRM and Valhalla) don't support public transit for matrix calculations and the engines that do support public transit (R5, OpenTripPlanner, etc.) are too slow.
- timhigins 2y agoCan you just compute the travel times from each bus/train/tram stop and publish the individual or merged travel times? I guess the merging would be the hard part
- bobthepanda 2y agoI would imagine actual nation scale public transit would be relatively difficult since even in the Northeast transit networks are often not contiguous