ayan-biswas0412 / transit-routing

Repository of algorithms and data for public transit routing

Home Page:https://transnetlab.github.io/transit-routing/html/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TB1

Table of Contents

Introduction

This repository provides various efficient algorithms to solve bicriteria shortest path problems in public transit routing. For documentation refer the link below

We mainly focus on two popular approaches: Round-Based Public Transit Routing (RAPTOR) and Trip-Based public Transit Routing (TBTR) working on arrival time and number of transfers as the two optimization criteria. Apart from the already published HypRAPTOR, we also include our variant of HypTBTR. Furthermore, both HypRAPTOR and HypTBTR have been extended using multilevel partitioning (MhypTBTR and MhypRAPTOR).

Additionally, to make the RAPTOR and TBTR approach more practical, we also include One-To-Many rTBTR and One-To-Many rRAPTOR. These not only reduce the preprocessing times of the partitioning variants but also significantly outperform the existing approach for location-based queries (as a location can have multiple stops near it)

Switzerland's public transit network has been provided as a test case. The figure below shows the transit stop location (left) and 4-way partitioning using KaHyPar (right). plot

List of Algorithms

Algorithm SOURCE Status Comments
RAPTOR link Complete
TBTR link Complete
rRAPTOR link Complete
rTBTR link Complete
One-To-Many rRAPTOR link Complete
One-To-Many rTBTR link Complete
HypRAPTOR link Test case to be updated soon
HypTBTR link Test case to be updated soon
MHypTBTR link Test case to be updated soon
MHypTBTR link Test case to be updated soon
Transfer Patterns link To be updated soon
Scalable Transfer Patterns link To be updated soon

Usage Instructions

Refer https://transnetlab.github.io/transit-routing/html/index.html.

Contributing

We welcome all suggestions from the community. If you wish to contribute or report any bug please contact the creaters or create an issue on issue tracking system.

Creators

  • Prateek Agarwal

  • Tarun Rambha

References

Copyright and license

The content of this repository is bounded by MIT License. For more information see COPYING file

About

Repository of algorithms and data for public transit routing

https://transnetlab.github.io/transit-routing/html/index.html

License:MIT License


Languages

Language:Python 100.0%