matsim-vulkaneifel

Open MATSim Vulkaneifel scenario

https://github.com/matsim-scenarios/matsim-vulkaneifel

Science Score: 44.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
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.9%) to scientific vocabulary
Last synced: 7 months ago · JSON representation ·

Repository

Open MATSim Vulkaneifel scenario

Basic Info
  • Host: GitHub
  • Owner: matsim-scenarios
  • License: agpl-3.0
  • Language: Java
  • Default Branch: master
  • Size: 871 KB
Statistics
  • Stars: 0
  • Watchers: 7
  • Forks: 4
  • Open Issues: 0
  • Releases: 2
Created over 4 years ago · Last pushed almost 2 years ago
Metadata Files
Readme License Citation

README.md

The MATSim Open Vulkaneifel Scenario

Build Status license JDK

Vulkaneifel MATSim network and agents)

This is the MATSim model for the area of Vulkaneifel.

This repository contains the version 1.1 of the Open Vulkaneifel scenario. The main changes are:

  • The transit schedule contains now a larger network of regional bus lines.
  • Freight agents and short trips were added to the population.

This scenario contains a 25pct sample of the Vulkaneifel and its surrounding area; road capacities are accordingly reduced.

Project structure

Please note the project structure is as follows: * src for sources * input for input data, this replaces scenario from older projects.

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 input, 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/vulkaneifel .

Java Version

The project uses Java 17. Usually a suitable SDK is packaged within IntelliJ or Eclipse. Otherwise, one must install a suitable sdk manually, which is available here

Building and Running it locally

You can build an executable jar-file by executing the following command:

sh ./mvnw clean package

or on Windows:

sh mvnw.cmd clean package

This will download all necessary dependencies (it might take a while the first time it is run) and create a file matsim-vulkaneifel-[version].jar in the top directory. This jar-file can be executed with Java on the command line:

```sh java -jar matsim-vulkaneifel-*.jar

```

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/1DhfbLueniRQme-btFQKUF38TZ39aQXVFxrraEUJM0/edit?usp=drive_link

Owner

  • Name: matsim-scenarios
  • Login: matsim-scenarios
  • Kind: organization

Citation (CITATION.cff)

cff-version: 1.2.0
title: MATSim Open Vulkaneifel Scenario
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - 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: Ricardo
    family-names: Ewert
    affiliation: Technische Universität Berlin
    orcid: 'https://orcid.org/0000-0002-6973-3099'

url: "https://github.com/matsim-scenarios/matsim-vulkaneifel"
date-released: 2023-11-15
year: 2023
version: 1.2
license: AGPL-3.0

GitHub Events

Total
Last Year

Dependencies

.github/workflows/build.yaml actions
  • actions/checkout v3 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 16.0-PR2606 compile
  • org.matsim.contrib:drt-extensions 16.0-PR2606 compile
  • org.matsim.contrib:dvrp 16.0-PR2606 compile
  • org.matsim.contrib:vsp 16.0-PR2606 compile
  • com.github.matsim-org:gtfs2matsim master-33809c4f0f-1
  • org.matsim.contrib:application 16.0-PR2606
  • org.matsim.contrib:freight 16.0-PR2606
  • org.matsim:matsim 16.0-PR2606
  • junit:junit test
  • org.assertj:assertj-core test
  • org.matsim:matsim 16.0-PR2606 test