Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

activitygen(1) [debian man page]

SUMO(1) 							   User Commands							   SUMO(1)

NAME
SUMO - Generates routes of persons throughout a day for the microscopic road traffic simulation SUMO SYNOPSIS
activitygen [OPTION]* DESCRIPTION
SUMO activitygen Version 0.15.0 Copyright (C) 2001-2012 DLR and contributors; http://sumo.sourceforge.net Copyright (C) 2010-2011 Technische Universitaet Muenchen Generates routes of persons throughout a day 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 Input Options: -n, --net-file FILE Use FILE as SUMO-network to route on -s, --stat-file FILE Loads the SUMO-statistics FILE Output Options: -o, --output-file FILE Write generated routes to FILE Processing Options: --weights.interpolate Interpolate edge weights at interval boundaries --weights.expand Expand weights behind the simulation's end Time Options: -b, --begin INT Sets the time of beginning of the simulation during the first day (in seconds) -e, --end INT Sets the time of ending of the simulation during the last day (in seconds) --duration-d INT Sets the duration of the simulation in days Report Options: -v, --verbose Switches to verbose output -p, --print-options Prints option values before processing -?, --help Prints this screen -V, --version Prints the current version -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 --debug Detailed messages about every single 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
activitygen --net-file <INPUT>.net.xml --stat-file <INPUT>.stat.xml --output <OUTPUT>.rou.xml --rand generate a route file from a stats file on a given net using arbitrary random seed activitygen --net-file <INPUT>.net.xml --stat-file <INPUT>.stat.xml --output <OUTPUT>.rou.xml --duration-d <NBR_OF_DAYS> generate a route file from a stats file on a given net for numerous days (with fixed random seed) REPORTING BUGS
Report bugs at <http://sourceforge.net/apps/trac/sumo/>. Get in contact via <sumo-user@lists.sourceforge.net>. Copyright (C) 2001-2012 DLR and contributors; http://sumo.sourceforge.net Copyright (C) 2010-2011 Technische Universitaet Muenchen SUMO activitygen Version 0.15.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 SUMO activitygen Version 0.15.0 May 2012 SUMO(1)
Man Page