|
11 | 11 | [](https://toruseo.jp/UXsim/docs/) |
12 | 12 |
|
13 | 13 | *UXsim* is a lightweight traffic flow simulator in pure Python. |
14 | | -It enables users to model various traffic scenarios, from small toy networks to large metropolitan areas, without external dependencies. |
15 | | -Especially ideal for academic research and educational use. |
| 14 | +You can model various traffic scenarios, from small toy networks to large metropolitan areas, by intuitive Python coding. |
| 15 | +Especially useful for academic research and educational use. |
16 | 16 |
|
17 | 17 | ## Quick Start |
18 | 18 | ### Install |
@@ -49,7 +49,7 @@ W.analyzer.network_fancy() |
49 | 49 |
|
50 | 50 | Traffic congestion caused by the bottleneck |
51 | 51 |
|
52 | | - |
| 52 | +<img src="https://github.com/toruseo/UXsim/blob/images/anim_network_fancy_simple.gif"/> |
53 | 53 |
|
54 | 54 | ## Simulation Examples |
55 | 55 |
|
@@ -138,13 +138,13 @@ A [Jupyter Notebook of this example](https://github.com/toruseo/UXsim/blob/main/ |
138 | 138 |
|
139 | 139 | ## Main Features |
140 | 140 |
|
141 | | -- Lightweight, dependency-free, and fast mesoscopic simulation |
142 | | -- Simulate large-scale traffic networks with 1 million vehicles in a minute |
| 141 | +- Lightweight, pure-Python, and fast mesoscopic simulation |
| 142 | +- Simulate large-scale traffic networks, such as metropolitan areas with 1 million vehicles in a minute |
143 | 143 | - Based on theoretically valid models used in transportation research |
144 | 144 | - Apply traffic control mechanisms such as signals, tolls, and shared mobility |
145 | 145 | - Fully written in Python (core code ~1200 lines), easy to read and modify |
146 | 146 | - Supports approximate solvers for Dynamic User Equilibrium and Dynamic System Optimum |
147 | | -- Built-in analysis tool using `matplotlib` and `pandas` |
| 147 | +- Includes built-in analysis tools using `matplotlib` and `pandas` |
148 | 148 |
|
149 | 149 | ## Further Reading |
150 | 150 |
|
@@ -176,6 +176,7 @@ When publishing works based on UXsim, please cite: |
176 | 176 | url = {https://doi.org/10.21105/joss.07617}, |
177 | 177 | } |
178 | 178 | ``` |
| 179 | + |
179 | 180 | Works using UXsim are summarized on the [Github Wiki page](https://github.com/toruseo/UXsim/wiki). Please feel free to edit. |
180 | 181 |
|
181 | 182 | ## Contributing and Discussion |
|
0 commit comments