21 lines
511 B
Markdown
21 lines
511 B
Markdown
# MATSim Runner Script
|
|
## Requirements
|
|
- [x] JDK 17
|
|
- [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.
|