matsim-proto/README.md
2024-01-15 12:33:08 -05:00

21 lines
573 B
Markdown

# MATSim Runner Script
## Requirements
- [x] [JDK 17](https://www.oracle.com/java/technologies/downloads/#java17)
- [x] Python 3
## Setup
Make sure to have JDK 17 installed and clone this repository.
## Usage
Run the script:
```shell
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:
```shell
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.