Skip to content

This is the code I wrote in the first year of my master's degree. It shows a secondary development simulation decision support system based on SUMO simulation. Any government officials and planners can evaluate traffic operation level and land use level by adjusting policies

Notifications You must be signed in to change notification settings

BeckerZhang/SUMO_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SUMO_Project--交通政策决策支持系统设计及目的:

This is the code I wrote in the first year of my master's degree. It shows a secondary development simulation decision support system based on SUMO simulation. Any government officials and planners can evaluate traffic operation level and land use level by adjusting policies

Auxiliary support decision algorithms

  1. Based on the xxx city traffic big data

  2. Through the construction of xxx urban traffic model

  3. To achieve complete data analysis, decision-making aid closed loop

The procedure to run a transport decision-making process.

First, the main file is auto.py, and the input file is under the "\tw_rdc_case\in.." (you can choose any module you want to evaluate by changing the button from on to off)

Second, in the initial folder, python files are laid out in parallel, with different policy decision support evaluators modified by calling the same underlying logic. The expansibility and small modularity of

the project are guaranteed.

Third, in the "\tw_rdc_case\cache.." folder, I saved some ".csv" files and ".xml" files which are necessary to guarantee the original logic of transportation simulation processing.

Last, after operating the auto.py file, it will create the new files in the "\tw_rdc_case.." including files called "output_xxx" and file called "output":

where, "output_xxx" files include the operating files(.xml files) necessary for the simulation software; "output" file include the result of simulation evaluation system and the converted ".csv" files from ".xml" files

About

This is the code I wrote in the first year of my master's degree. It shows a secondary development simulation decision support system based on SUMO simulation. Any government officials and planners can evaluate traffic operation level and land use level by adjusting policies

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published