mapbox / nepomuk

A public transit router for GTFS feeds (currently only static) written in modern c++
MIT License
24 stars 8 forks source link

Improve Output of Search algorithms #79

Open MoKob opened 7 years ago

MoKob commented 7 years ago

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:

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

MoKob commented 7 years ago

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