Skip to content
/ drino Public

A routing engine for public transit that is very much a work in progress. Once done, it will implement the Scalable Transfer Patterns algorithm.

Notifications You must be signed in to change notification settings

s3n-w6i/drino

Repository files navigation

A routing engine for public transit implementing Scalable transfer patterns. Not (yet) meant to be a fully featured routing engine, but rather an exploration of the algorithms out there.

Goals

  • Performance & Efficiency
    • Preprocessing on Baden-Württemberg:
      • < 3h on laptop (all cores)
      • < 2GB peak RAM
      • < 5GB disk in addition to dataset
    • Queries on Baden-Württemberg:
      • < 50ms
      • < 500MB auxilary RAM per query (in addition to precomputed data)
      • no extra disk space

About

A routing engine for public transit that is very much a work in progress. Once done, it will implement the Scalable Transfer Patterns algorithm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages