Skip to content

kit-ifv/connection-scan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connection scan has been reintegrated into mobiTopp. The code will stay here, but updates will only be made to the version in mobiTopp. mobiTopp is also available on github: ifv-mobitopp/mobitopp

Overview

The connection-scan is a route search algorithm for transit networks. The algorithm itself is described in various papers (CSA, CSA Accelarated). The implementation is developed at the Institute for Transport Studies at the Karlsruhe Institute of Technology. The route search algorithm is part of our travel demand model mobiTopp.

Usage

To search routes via the connection scan, you have to initialise it with a transit network made up of stops and connections. During initialisation the algorithm will check the following prerequisites.

  1. All stop ids must be in the range from 0 to n. This is needed for some performance improvements.
  2. Connections are not allowed to start and end at the same stop. Those connections will be ignored.
  3. Connections are not allowed to arrive before they depart. Due to this, travelling back in time is not possible.

SimpleTransitExampleTest shows how the connection scan can be used. Route search requests can be made from single stops to single stops or from many to many stops. In case the request is from many to many, the access and egress paths have to be provided. Those paths will be considered during route search to find the earliest arrival at the target.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages