Coder Social home page Coder Social logo

matsim-tum-course's Introduction

MATSim Course at TUM

The semester project at TUM investigates if better cycling conditions can attract travellers from car. This repository contains Java classes to prepare and run two MATSim simulations:

  • the base scenario simulates the status quo
  • the measure scenario includes enhancements in the cycling infrastructure

The project starts by creating a Munich network with car and bicycle network modes. Then, a synthetic population is used to generate the 5 pct. plans of Munich residents.

Network modifications

In principle, two major network modifications take place:

  • Increasing the speed limit of bicycles on links that allow bicycles
  • Decreasing the speed limit of cars on all links

As a result, the speed limit is set at 30 km/h for all modes. Because public transport and walking are simulated as teleportation modes, the proposed changes do not affect them.

Visualisation

screenshot

Emissions

The project uses the emissions contrib and a simplified emissions mapping from HBEFA for cars on urban roads and motorways. Emissions from cars are estimated in the base and measure scenarios and compared.

Results

The simulation results did not show any notable change in the modal split in favour of bicycle traffic. The total emissions remained largely unchanged.

Files

The repository does not include any data that can be used to produce the results. The repository includes the required Java classes to prepare and run MATSim simulations.

Structure

A recommended directory structure is as follows:

  • src for sources
  • original-input-data for original input data (currently empty)
  • scenarios for MATSim scenarios, i.e. MATSim input and output data. Currently includes only the configurations of the base and measure scenarios.

Import into IntelliJ

File -> New -> Project from Version Control paste the repository url and hit 'clone'. IntelliJ usually figures out that the project is a maven project. If not: Right click on pom.xml -> import as maven project.

Licenses

(The following paragraphs need to be adjusted according to the specifications of your project.)

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.

matsim-tum-course's People

Contributors

fadamidis avatar

Watchers

 avatar

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.