-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple GTFS files #2
Comments
Hi, Rafael! We have actually moved away from using that code and are now doing all of our travel time calculations using OpenTripPlanner. In terms of its GTFS processing, this tool is really quite primitive. To answer your specific questions:
Andrew Owen
|
Thank you for your answers Owen ! They are quite helpful. Indeed, I had realized this tool has some important limitations (one of them being the simplistic approach it takes to account for pedestrian accessibility) and I'm glad to hear you are using a much improved algorithm. I haven't found a simple way to extract a travel time matrix using OpenTripPlanner, but I should look further into this. cheers. |
Hi Owen.
What would be the best way to proceed if I have three separate GTFS.zip files (one for each mode, including bus, subway and trains) and I would like to compute the travel time matrix considering potential boardings across transport modes. Any idea on this?
On a related topic, what happens if I do not specify
-id
[service id] ? In a fairly simple simulation I did (symmetrical travel time matrix of 5 points in Portland), I notice the algorithm still works without this input and there was not any difference in theresults.csv
.The text was updated successfully, but these errors were encountered: