2024-01-15 12:31:41 -05:00
|
|
|
# MATSim Runner Script
|
|
|
|
## Requirements
|
2024-01-15 12:33:08 -05:00
|
|
|
- [x] [JDK 17](https://www.oracle.com/java/technologies/downloads/#java17)
|
2024-01-15 12:31:41 -05:00
|
|
|
- [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.
|