You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,12 +29,12 @@ The project follows a relaxed development pipeline by using issues, pull request
29
29
30
30
### Structure of the repository
31
31
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.
33
33
-`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.
38
38
- 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:
39
39
- the road network used in the simulation, `.net.xml`
0 commit comments