trafficSimulator is a Python project that aims to provide a flexible and user-friendly platform for creating and testing traffic scenarios and analyzing their outcomes.
trafficSimulator is suitable for students, researchers and practitioners who are interested in studying traffic phenomena and finding solutions for traffic problems.
To learn more about how the project was created check out this article on Medium.
- Treiber, Martin; Hennecke, Ansgar; Helbing, Dirk (2000),
"Congested traffic states in empirical observations and microscopic simulations", Physical Review E, 62 (2): 1805–1824, arXiv:cond-mat/0002177, Bibcode:2000PhRvE..62.1805T, doi:10.1103/PhysRevE.62.1805, PMID 11088643, S2CID 1100293
Requires Python 3.7+.
pip install trafficSimulator
git clone https://github.com/BilHim/trafficSimulator
cd trafficSimulator
pip install -e .
You can import the module using:
import trafficSimulator as ts
For more examples, please refer to the Examples folder.
To be completed.
To be completed.
Check out the Contribution Guidelines.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Bilal Himite
- LinkedIn: @bilalhimite
- Medium: @bilhim
- Email: [email protected]
- Portfolio: bilalhimite.me
Project Link: https://github.com/BilHim/trafficSimulator