Skip to content

Commit bd170fc

Browse files
authored
Update README.md
1 parent 427d0a4 commit bd170fc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ The project follows a relaxed development pipeline by using issues, pull request
2929

3030
### Structure of the repository
3131

32-
- `commands.sh` contains the command line script used to run the pipeline as a whole.
32+
- `commands.sh` contains the command line script used to run the tool for the first time.
3333
- `LICENSE` contains the info about the license this project is distributed under.
34-
- `requirements.txt` contains a list of the required Python libraries for running the project. The command line script uses this list to install them via the package installer.
35-
- The `simulation` folder contains the tool as a whole.
36-
- `functions.py` contains all the necessary functions to run SUMO simulations and fetch the results.
37-
- `app.ipynb` is used to produce the interactive visualisation.
34+
- `requirements.txt` contains a list of the required Python libraries for running the tool. The command line script uses this list to install them via the package installer.
35+
- `app.ipynb` is used as an interface for running the simulation tool and analysing the results.
36+
- The `simulation` folder contains the simulation loop as a whole.
37+
- `functions.py` contains all the functions needed for runing SUMO simulations and fetching the results for visualization.
3838
- The sub-folders of the `simulation` folder, eg. `kamppi`, are area folders that contain the simulation configurations and simulation outputs for each area. The configurations consist mainly of three files:
3939
- the road network used in the simulation, `.net.xml`
4040
- the routes of the vehicles, `.rou.xml`

0 commit comments

Comments
 (0)