NAME¶
SUMO - Shortest path router and DUE computer for the microscopic road traffic
simulation SUMO
SYNOPSIS¶
duarouter [
OPTION]
*
DESCRIPTION¶
SUMO duarouter Version 0.21.0
- Copyright (C) 2001-2014 DLR and contributors;
http://sumo-sim.org
Shortest path router and DUE computer for the microscopic road traffic
- simulation SUMO.
Configuration Options:¶
- -c, --configuration-file FILE
- Loads the named config on startup
- --save-configuration FILE
- Saves current configuration into FILE
- --save-template FILE
- Saves a configuration template (empty) into FILE
- --save-schema FILE
- Saves the configuration schema into FILE
- --save-commented
- Adds comments to saved template, configuration, or
schema
- -n, --net-file FILE
- Use FILE as SUMO-network to route on
- -d, --additional-files FILE
- Read additional network data (districts, bus stops) from
FILE
- -a, --alternative-files FILE
- Read alternatives from FILE
- -f, --flow-files FILE
- Read flow-definitions from FILE(s)
- -w, --weight-files FILE
- Read network weights from FILE(s)
- --lane-weight-files FILE
- Read lane-based network weights from FILE(s)
- -x, --weight-attribute STR
- Name of the xml attribute which gives the edge weight
- --phemlight-path FILE
- Determines where to load PHEMlight definitions from.
- -t, --trip-files FILE
- Read trip-definitions from FILE(s)
- -r, --route-files FILE
- Read sumo-routes from FILE(s)
Output Options:¶
- -o, --output-file FILE
- Write generated routes to FILE
- --vtype-output FILE
- Write used vehicle types into separate FILE
- --exit-times
- Write exit times (weights) for each edge
Processing Options:¶
- --ignore-errors
- Continue if a route could not be build
- --unsorted-input
- Assume input is unsorted
- --randomize-flows
- generate random departure times for flow input
- --max-alternatives INT
- Prune the number of alternatives to INT
- --remove-loops
- Remove loops within the route; Remove turnarounds at start
and end of the route
- --repair
- Tries to correct a false route
- --weights.interpolate
- Interpolate edge weights at interval boundaries
- --with-taz
- Use origin and destination zones (districts) for in- and
output
- --routing-algorithm STR
- Select among routing algorithms ['dijkstra', 'astar']
- --weights.expand
- Expand weights behind the simulation's end
- --gawron.beta FLOAT
- Use FLOAT as Gawron's beta
- --gawron.a FLOAT
- Use FLOAT as Gawron's a
- --keep-all-routes
- Save routes with near zero probability
- --skip-new-routes
- Only reuse routes from input, do not calculate new
ones
- --logit
- Use c-logit model (deprecated in favor of
--route-choice-method logit)
- --route-choice-method STR
- Choose a route choice method: gawron, logit, or lohse
- --logit.beta FLOAT
- Use FLOAT as logit's beta
- --logit.gamma FLOAT
- Use FLOAT as logit's gamma
- --logit.theta FLOAT
- Use FLOAT as logit's theta (negative values mean
auto-estimation)
Defaults Options:¶
- --departlane STR
- Assigns a default depart lane
- --departpos STR
- Assigns a default depart position
- --departspeed STR
- Assigns a default depart speed
- --arrivallane STR
- Assigns a default arrival lane
- --arrivalpos STR
- Assigns a default arrival position
- --arrivalspeed STR
- Assigns a default arrival speed
- --defaults-override
- Defaults will override given values
Time Options:¶
- -b, --begin TIME
- Defines the begin time; Previous trips will be
discarded
- -e, --end TIME
- Defines the end time; Later trips will be discarded;
Defaults to the maximum time that SUMO can represent
Report Options:¶
- -v, --verbose
- Switches to verbose output
- --print-options
- Prints option values before processing
- -?, --help
- Prints this screen
- -V, --version
- Prints the current version
- -X, --xml-validation STR
- Set schema validation scheme of XML inputs
("never", "auto" or "always")
- --xml-validation.net STR
- Set schema validation scheme of SUMO network inputs
("never", "auto" or "always")
- -W, --no-warnings
- Disables output of warnings
- -l, --log FILE
- Writes all messages to FILE (implies verbose)
- --message-log FILE
- Writes all non-error messages to FILE (implies
verbose)
- --error-log FILE
- Writes all warnings and errors to FILE
- --stats-period INT
- Defines how often statistics shall be printed
- --no-step-log
- Disable console output of route parsing step
Random Number Options:¶
- --random
- Initialises the random number generator with the current
system time
- --seed INT
- Initialises the random number generator with the given
value
EXAMPLES¶
- duarouter -c <CONFIGURATION>
- run routing with options from file
REPORTING BUGS¶
Report bugs at <
http://sumo-sim.org/trac/>.
Get in contact via <sumo-user@lists.sourceforge.net>.
-
Copyright (C) 2001-2014 DLR and contributors; http://sumo-sim.org
SUMO duarouter Version 0.21.0 is part of SUMO.
SUMO is free software: you can redistribute it and/or modify it under the terms
of the GNU General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any later
version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with
this program. If not, see
http://www.gnu.org/licenses/gpl.html