Giter VIP home page Giter VIP logo

itinero-intermodal's Introduction

itinero-intermodal

An intermodal routing module for Itinero. The focus of this project is to provide a good collection of algorithms to plan intermodal trips.

The initial target is to be able to:

  • Plan basic intermodal trips.
  • Combining transit and pedestrian/car/bike.
  • Combine multiple transit operators.

Approach

We plan to combine the current Itinero routerdb concept and one or more transitdbs into one intermodal data structure. The goal is to build a data structure that can be filled with data on-the-fly but also caching data that can be reused. We need a data structure that is:

  • A highly optimized data structure for route planning.
  • A data structure that can be serialized to disk and accessed via memory-mapping.
  • A data structure that can be updated while route planning is happening.

For intermodal support we also need to add:

  • Concept of transfers (either precalculated or calculated on-the-fly and cached).
    • Transfers can be between different transit dbs.
    • Transfers can also be between stops of the same transit db.
    • Transfers are done via the road network with a specific profile.
    • We only need to cache data needed during route planning (not the entire routes).

itinero-intermodal's People

Contributors

xivk avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.