Code Monkey home page Code Monkey logo

Comments (2)

vsp-gleich avatar vsp-gleich commented on May 28, 2024 1

Are you only interested in the SBB Raptor Transit Router (faster/better routing for pt agents) or do you also want to use the Deterministic PT Simulation (public transit vehicles stick closer to the timetable, do not arrive earlier than planned)? You are loading both and I could imagine that you only want the transit router. In that case just delete the line "install(new SBBQSimModule());"

Now some speculation why that error actually occurs: A few months ago AbstractQSimPlugin was replaced with AbstractQSimModule in the matsim-0.11.0-Snapshot. The current "production release" of the SBB Matsim Extensions was built for matsim-0.10.0 and uses AbstractQSimPlugin. However, if you use the current matsim-0.11.0-Snapshot (or weekly release), there is no longer a class AbstractQSimPlugin and that is actually what the error message is saying. If you want to use the Deterministic PT Simulation have a look at the "development version" (no warranty whatsoever ;-) ) of the SBB matsim extensions: https://github.com/simunto/matsim-sbb-extensions/tree/0.11.0-SNAPSHOT.

from matsim-code-examples.

gregmacfarlane avatar gregmacfarlane commented on May 28, 2024

To be clear, I have cobbled together this example in a fork at https://github.com/gregmacfarlane/matsim-code-examples/blob/0.11.x/src/main/java/org/matsim/codeexamples/router/intermodalTaxi/RunTaxiPTIntermodalExample.java

from matsim-code-examples.

Related Issues (20)

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.