Skip to content

Commit 149bb6a

Browse files
authored
#2 removed duplicate tool description
1 parent 16b1ccb commit 149bb6a

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

docs/web/docs/Tools/Routes.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff 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

464443
This tool analyzes a give route file and computes a implausibility score for each route.

0 commit comments

Comments
 (0)