Skip to content

Real-time timetable updates (GTFS-RT support) #39

Description

@aubryio

Description

It should be possible to take the real-time timetable updates into consideration during the routing and to integrate live information in the returned routes.

Proposed solution

A mapping of GtfsTripIds to corresponding internal RouteId and TripRouteIndex values should be exported when building the timetable. This would allow building a GTFS-RT stream processor, transforming it into a custom format containing updates linked RouteId and TripRouteIndex. This new stream could be fetched by the routing client, which would load it in an in-memory map and query it during routing / route building to fetch delays / cancellations.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions