| Overview | Reproducibility | License | Contact |
This is a repository containing the projects for topics related to the ITS Course. In this case we encourage to review more details of the projects in the following corresponding README
files:
- Project 01 Connected Vehicles
- Project 02 Connected Vehicles
- Project 03 Vehicle Platooning
- Project 04 Vehicle Platooning
- Project 06 Sensitivity to Travel Time
- Project 07 GLOSA
- [Project 08 GLOSA]
- Project 09 Variable Speed Limit
- [Project 10 Variable Speed Limit]
Download this repository
git clone https://github.com/research-licit/ITSProjects.git
Be sure to get conda, then create the environment associate to your project:
- for Projects 1 to 4:
conda env create -f environment.yml
conda activate ITSTools
jupyter labextension install jupyterlab_bokeh
- for Projects 7 to 10:
conda env create -f environment_P07-10.yml
conda activate ITS_fromP07_toP10
- for Project 6, you just need to get connected on HUBSIM platform, then you need to log in. No needs of Python.
The code here contained is licensed under MIT License
If you run into problems or bugs, please let us know by creating an issue an issue in this repository.