Skip to content

Sydpaltra/matsim-kelheim

 
 

Repository files navigation

The MATSim Open Kelheim Scenario

Build Status license JDK

Kelheim MATSim network and agents

About this project

This repository provides an open MATSim transport model for Kelheim, provided by the Transport Systems Planning and Transport Telematics group of Technische Universität Berlin.

This scenario contains a 25pct sample of Kelheim and its surrounding area; road capacities are accordingly reduced. The scenario is calibrated taking into consideration the traffic counts, modal split and mode-specific trip distance distributions.

Licenses

The MATSim program code in this repository is distributed under the terms of the GNU General Public License as published by the Free Software Foundation (version 2). The MATSim program code are files that reside in the src directory hierarchy and typically end with *.java.

The MATSim input files, output files, analysis data and visualizations are licensed under a Creative Commons Attribution 4.0 International License. Creative Commons License
MATSim input files are those that are used as input to run MATSim. They often, but not always, have a header pointing to matsim.org. They typically reside in the scenarios directory hierarchy. MATSim output files, analysis data, and visualizations are files generated by MATSim runs, or by postprocessing. They typically reside in a directory hierarchy starting with output.

Other data files, in particular in original-input-data, have their own individual licenses that need to be individually clarified with the copyright holders.

Note

Handling of large files within git is not without problems (git lfs files are not included in the zip download; we have to pay; ...). In consequence, large files, both on the input and on the output side, reside at https://svn.vsp.tu-berlin.de/repos/public-svn/matsim/scenarios/countries/de/kelheim .


Run the MATSim Kelheim scenario

The Kelheim scenario has a command line interface providing the following options:

Kelheim Scenario CLI

It can be used by using either of these methods:

... using an IDE, e.g. Eclipse, IntelliJ - Alternative 1: use cloned/downloaded matsim-kelheim repository

(Requires either cloning or downloading the repository.)

  1. Set up the project in your IDE.
  2. Make sure the project is configured as maven project.
  3. Run the JAVA class src/main/java/org/matsim/run/RunKelheimScenario.java with the following program argument run. Add '--1pct' for test runs with a smaller sample size.
  4. "Open" the output directory. You can drag files into VIA as was already done above.
  5. Edit the config file or adjust the run class. Re-run MATSim.
... using a runnable jar file

(Requires either cloning or downloading the repository and java)

  1. Open the cmd and go to your project directory
  2. Build the scenario using mvnw package. Add the option -Dskiptests=true in order to skip tests and speed up the process.
  3. There should be a file directly in the matsim-kelheim directory with name approximately as matsim-kelheim-2.x.jar.
  4. Run this file from the command line using java -jar matsim-kelheim-2.x.jar --help to see all possible options.
  5. For example, one can disable lanes or run smaller sample sizes using the available options
  6. Start this scenario using the default config by running java -jar matsim-kelheim-2.x.jar.
  7. "Open" the output directory. You can drag files into VIA as was already done above.

About

The MATSim Open Kelheim

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 63.3%
  • R 33.4%
  • Makefile 2.3%
  • Python 1.0%