-
Notifications
You must be signed in to change notification settings - Fork 32
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
Documentation help #206
Comments
Do you mean 'how can I visualise timetable.dat' or 'how can I use it in a journey planner'?
It certainly can :-) |
Irrespective, I know the I am not aware of journey planner. Is it an app or something?
Nice to know 👍 . I am planning to add routing to stopsnearme.ca I know Edit - I was able to build the cli file. I generated the
I am now trying with the huge gtfs file from the readme. I will post update(s) here. |
Sure, first I would suggest to take this branch: https://github.com/bliksemlabs/rrrr/tree/tdata-cherokee The 'cli' application is also capable of doing so.
This entire library is the journey planner.
Transfers is mainly required to make sure the relationships between stops are known. When we made this software we decided it was better to do this a prori, than every time at run time.
My expectation: it might be related to (older) python versions. It is still on my todo list to have a better way to build timetable.dat. We have never used the GTFS to timetable4.dat method, but fetched the information from the source database that produces the GTFS output. |
My C or C++ skills are limited :) . I will go through it and try to understand.
I agree. I meant I doubt if a lot of agencies have it for all the stops near each other.
I am using
FYI - I am still getting the same issue using the gtfs file from the readme. Also, I had to switch to Edit -
|
My goal would be to have the python library compilation working again, and have the ability to generate the timetable4.dat. I'll try to look into it again the next few days. |
@ragavendra the goal is currently to get a NeTEx file/profile which mimmics the fileformat in the most transparent way. I have mapped most of the format at this moment. So I'll produce some test outputs. Then I'll have to basically rewrite the exporter. I hope that will be done tomorrow. |
Sure, I just read about it, it says xml. Isn't there anything newer like json or similar? I was checking
I checked it on my region first and this was the result.
Also, I was unable to download the dat file. |
LOL. It is just a serialisation format. And you should not work with serialisation formats, you should work with objects in your programming language of choice. |
@ragavendra some progres has been made :-) |
hi,
I was able to generate the
timetable.dat
file, however I am not sure on how to go about reading it?PS - I was here as I thought that this repo can help in routing between two stops or co - ordinates using the GTFS static data.
The text was updated successfully, but these errors were encountered: