Skip to content
Discussion options

You must be logged in to vote

Hi there! I'm glad you found SimWrapper!

The easiest way to get started using SimWrapper with MATSim is to use the official "SimWrapper Contrib" which is now part of the main matsim-libs library.

The short version:

  1. Add the SimWrapper module to your Maven dependencies (it is present in pom.xml but commented out by default);
  2. Add the following line to your main function which sets up your MATSim controler:

controler.addOverridingModule(new SimWrapperModule())

That's it! When you scenario finishes running, the SimWrapper dashboard files will be placed in the output folder. Open Chrome, go to simwrapper.github.io, and click "Open Folder..." to navigate to your output folder and see the dashb…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by billyc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants