Skip to content

Support for lane based network routing  #189

Open
@auzpatwary37

Description

Lanes are pertinent tools to model turn restrictions. Given original MATSim has a lane-based routing and given turns are vital to the routing of transit vehicles, it is only fitting to extend the functionality of lane-based routing in pt2MATSim from the core MATSim.

I have tried to implement such. The problems I faced were:

  1. Access to the main Config and corresponding config modules are restricted to almost all classes inside pt2MATSim.
  2. The InvertedLeastCostPathClaculator in MATSim is, for some reason, not a public class, requiring the implementation of the same class yet again inside pt2MATSim.

It is still a work in progress. Please advise if you have any suggestions.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions