trafficSimulator
A microscopic traffic simulator in Python.
About The Project
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.
Built With
Based on:
- 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
Getting Started
Prerequisites
Requires Python 3.7+.
Installation
Using PIP
pip install trafficSimulator
Installing from source
git clone https://github.com/BilHim/trafficSimulator
cd trafficSimulator
pip install -e .
Usage
You can import the module using:
import trafficSimulator as ts
For more examples, please refer to the Examples folder.
Documentation
To be completed.
Roadmap
To be completed.
Contributing
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
License
Distributed under the MIT License. See LICENSE
for more information.
Contact
Bilal Himite
- LinkedIn: @bilalhimite
- Medium: @bilhim
- Email: [email protected]
Project Link: https://github.com/BilHim/trafficSimulator