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

Improve Output of Search algorithms #79

Open
MoKob opened this issue Apr 4, 2017 · 1 comment
Open

Improve Output of Search algorithms #79

MoKob opened this issue Apr 4, 2017 · 1 comment

Comments

@MoKob
Copy link
Contributor

MoKob commented Apr 4, 2017

The current implementation of our search algorithms simply output a list of stops without considering lines / transfers.

To allow reasonable annotation, we should augment the output of the transit search algorithms.
This output should probably consist of the following information:

  • a list of stops and the line used to reach it - here we might need to distinguish between actual lines (from the data) and what is internally used as line. This could require a dedicated ID ?
  • all transfers and their ID to allow correct annotation (type/...)

Possible further annotation requirements will be added to the ticket, as they arise.

@MoKob MoKob added this to the Beta 0.1.0 milestone Apr 4, 2017
@MoKob MoKob added this to Back-End in Front-End integration Apr 4, 2017
@MoKob
Copy link
Contributor Author

MoKob commented Apr 12, 2017

Intermediate stops (without according for different lines) landed in #59. We are missing their actual depart/arrival times, though.

@MoKob MoKob modified the milestones: Beta 0.2.0, Beta 0.1.0 Apr 21, 2017
@MoKob MoKob modified the milestones: Alpha 0.3.0, Alpha 0.2.0 Jun 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant