Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.4%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: Charlene1218L
  • License: gpl-2.0
  • Language: Java
  • Default Branch: class2
  • Size: 6.5 MB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created 9 months ago · Last pushed 9 months ago
Metadata Files
Readme License Citation

README.md

The MATSim Open Kelheim Scenario

Build Status license DOI (v3.0) DOI (v3.1.1) JDK

Kelheim MATSim network and agents grafik

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. It was developed as part of the KelRide project and thus funded by the German Federal Minstery for Digital and Transport.

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 input 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.

The input plans (person transport demand) for this project were generated based on data provided by Senozon AG.

Note (where to find input and output)

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 the public matsim-kelheim data repo.


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.
    1. Add '--1pct' for test runs with a smaller sample size. Be aware that the model is calibrated with 25 pct, and outputs for 1 pct might be a little off.
  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-3.x-SNAPSHOT-<commitId>.jar.
  4. Run this file from the command line using java -jar matsim-kelheim-3.x-SNAPSHOT-<commitId>.jar --help to see all possible options.
    1. For example, one can disable lanes or run smaller sample sizes using the available options
  5. Start this scenario using the default config by running java -jar matsim-kelheim-3.x-SNAPSHOT-<commitId>.jar.
    1. If you want to run the scenario somewhere else, e.g. on a computation cluster, make sure to not only copy the jar but also the 'input' directory and put it right next to the jar.
  6. "Open" the output directory.
    1. You can drag files into VIA as was already done above.
    2. You can also browse the output directory on vsp.berlin/simwrapper and analyse some of your results with interactive dashboards.

Results and analysis

Here are the most common ways to analyse and visualize the results (and inputs):

  1. Simunto VIA
  2. SimWrapper
    1. (use Google for the best experience)
    2. Browse your local output directory or the public matsim-kelheim data repo
    3. Explore and create many interactive visualisations and dashboards
  3. Analyse the output .csv tables using the R language and the matsim-r package

If you have questions, feel free to contact us (VSP) any time :)


More information

For more information about MATSim, see here: https://www.matsim.org/

Internal documentation

Internal documentation can be found here: https://docs.google.com/document/d/1xOkHVUKVLrtliVS4Y8ITz6zswQE6BG2-Cdmhw-HKgQ/edit?usp=drivelink

Owner

  • Name: Charlene
  • Login: Charlene1218L
  • Kind: user

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: The MATSim Open Kelheim Scenario
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Tilmann
    family-names: Schlenther
    email: schlenther@vsp.tu-berlin.de
    affiliation: Technische Universität Berlin
    orcid: 'https://orcid.org/0000-0001-6781-6918'
  - given-names: Chengqi
    family-names: Lu
    email: lu@vsp.tu-berlin.de
    orcid: 'https://orcid.org/0000-0002-1930-4675'
    affiliation: Technische Universität Berlin
  - given-names: Christian
    family-names: Rakow
    email: rakow@vsp.tu-berlin.de
    affiliation: Technische Universität Berlin
    orcid: 'https://orcid.org/0000-0003-3760-2243'
  - given-names: Simon
    family-names: Meinhardt
    email: meinhardt@vsp.tu-berlin.de
    orcid: 'https://orcid.org/0000-0002-6354-4529'
    affiliation: Technische Universität Berlin
  - given-names: Kai
    family-names: Nagel
    email: nagel@vsp.tu-berlin.de
    affiliation: Technische Universität Berlin
    orcid: 'https://orcid.org/0000-0003-2775-6898'
url: "https://github.com/matsim-scenarios/matsim-kelheim"
doi: 10.5281/zenodo.8322239
date-released: 2024-06-25
year: 2024
version: 3.1.1
license: AGPL-3.0

GitHub Events

Total
  • Create event: 1
Last Year
  • Create event: 1

Dependencies

.github/workflows/build.yaml actions
  • actions/checkout v4 composite
  • actions/checkout v3 composite
  • actions/setup-java v4 composite
  • actions/setup-java v3 composite
  • actions/upload-artifact v3 composite
.github/workflows/publish.yaml actions
  • actions/checkout v3 composite
  • actions/setup-java v3 composite
pom.xml maven
  • org.matsim.contrib:drt 2025.0-PR3549 compile
  • org.matsim.contrib:drt-extensions 2025.0-PR3549 compile
  • org.matsim.contrib:emissions 2025.0-PR3549 compile
  • com.github.matsim-org:gtfs2matsim master-33809c4f0f-1
  • com.github.matsim-vsp:pt-extensions ceef00ef6e
  • commons-io:commons-io 2.16.1
  • one.util:streamex 0.8.2
  • org.apache.avro:avro 1.12.0
  • org.matsim.contrib:application 2025.0-PR3549
  • org.matsim.contrib:freight 2025.0-PR3549
  • org.matsim.contrib:informed-mode-choice 2025.0-PR3549
  • org.matsim.contrib:simwrapper 2025.0-PR3549
  • org.matsim.contrib:vsp 2025.0-PR3549
  • org.matsim:matsim 2025.0-PR3549
  • org.assertj:assertj-core 3.24.2 test
  • org.junit.jupiter:junit-jupiter test
  • org.junit.jupiter:junit-jupiter-engine test
  • org.matsim:matsim 2025.0-PR3549 test