Skip to content
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

Implement gtfs-realtime #923

Closed
michaz opened this issue Dec 22, 2016 · 8 comments
Closed

Implement gtfs-realtime #923

michaz opened this issue Dec 22, 2016 · 8 comments
Assignees

Comments

@michaz
Copy link
Member

michaz commented Dec 22, 2016

It should be feature-complete, but can otherwise be completely naive, like having a list of all current issues next to the real graph and looking at it at every node.

Then start optimizing from there.

@michaz
Copy link
Member Author

michaz commented Apr 10, 2017

Skipping stops is now working.
Next: Delays, including missing transfers.
With that, I would call it a viable prototype already.

@AAAstorga
Copy link

AAAstorga commented Feb 15, 2018

Hello @michaz! Are there any updates on this. We are looking to use graphhopper as our routing solution, but we would like to implement realtime-gtfs data.

Thanks!

@michaz
Copy link
Member Author

michaz commented Feb 15, 2018

Next: Delays, including missing transfers.

This works as of yesterday. On at least one dataset. ,-)

@AAAstorga
Copy link

Awesome! Do you have any documentation on how to use a real-time GTFS feed? Would love to implement it!

@michaz
Copy link
Member Author

michaz commented Feb 26, 2018

@AAAstorga Wow, thank's for your interest! :-) At the moment, I can only refer you to the trimet branch, which is the test instance I am developing here.

Totally alpha (do not take the performance seriously, the thing currently polls the real-time feed from the operator per request!), but perhaps a starting point if you're going to set up your own instance?

@michaz michaz changed the title Implement functional gtfs-realtime prototype Implement gtfs-realtime Mar 21, 2018
@michaz
Copy link
Member Author

michaz commented Mar 21, 2018

This is now feature-complete, up to lots of testing and verifying that all features work in both search directions and such.

Continue in individual issues.

@michaz michaz closed this as completed Mar 21, 2018
@karussell
Copy link
Member

Wow, congrats 👍 !

@AAAstorga
Copy link

This is awesome! Is there any documentation on how to use it?

Woo!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants