matsim-proto/README.md
2024-01-15 12:31:41 -05:00

511 B

MATSim Runner Script

Requirements

  • JDK 17
  • Python 3

Setup

Make sure to have JDK 17 installed and clone this repository.

Usage

Run the script:

python main.py

If you wish to specify another configuration file other than the default scenario given, you may do it by providing it as a second argument:

python main.py path/to/config.xml

Two scenarios are provided in this repository: equil, sioux. The output for that given simulation will be in the output folder.