Tools to use with Traffic Simulation Models.
- corsimTS0: The TSIS-CORSIM (Traffic Software Integrated System – Corridor Simulation) is an integrated development environment that enables users to conduct traffic operations analysis. It is developed by McTrans from University of Florida. TSIS-CORSIM is a microscopic traffic simulation model that allow simulate urban and roadway networks, including Two-way highways. <McTrans website>
I coded a program to extract the full information about vehicles from file TSD (below version 6.1) and TS0 (version 6.2 and upper), derived from Sudheer Dhulipala [2012] thesis, Faculty of the Virginia Polytechnic Institute. <Thesis>
The program was coded in C++. The Python version is coming.
This project is written in Visual C++ and contained in a Microsoft Visual Studio C++ 2013 solution project. To run the exe file it is necessary the vs_redist.x86 or vs_redist.x64 <MVSC>.