File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed
Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -438,27 +438,6 @@ python library function sumolib.route.mapTrace.
438438!!! caution
439439 Geographic coordinates have to be provided in the lon/lat form (first coordinate is the longitude, second the latitude)!
440440
441- # tlsCycleAdaptation.py
442-
443- This script is to adapt the cycle lengths of the signalized
444- intersections according to a given network and route file. The Webster's
445- equation is used to optimize the cycle length and the green times of the
446- traffic lights. Only one hour traffic volume is considered and PCE is
447- used instead of the number of vehicles when calculating traffic volumes.
448- The output will be saved in a xml-file and can be directly used as
449- additional file in SUMO. The call is
450-
451- ```
452- python tools/tlsCycleAdaptation.py -n <net-file> -r <route-file> -b <begin>
453- ```
454-
455- The signalization parameters, such as minimal green time, lost time,
456- yellow time, maximal and minimal cycles, can be adjusted with the use of
457- options. Option R is to restrict the maximal cycle length as the given
458- one, while Option u is to use the calculated max cycle length as the
459- cycle length for all intersections. With Option e only the green time
460- splits will be adapted.
461-
462441# implausibleRoutes.py
463442
464443This tool analyzes a give route file and computes a implausibility score for each route.
You can’t perform that action at this time.
0 commit comments