Eclipse - Road network generator for the microscopic traffic
simulation SUMO
Eclipse SUMO netgenerate Version 1.8.0
- Copyright (C) 2001-2020 German Aerospace Center (DLR) and others;
https://sumo.dlr.de
Synthetic network generator for the microscopic, multi-modal
traffic simulation
- SUMO.
- Either "--grid", "--spider" or "--rand" must
be supplied.
- In dependance to these switches other options are used.
- --keep-edges.min-speed
FLOAT
- Only keep edges with speed in meters/second > FLOAT
- --remove-edges.explicit
STR[]
- Remove edges in STR[]
- --keep-edges.explicit
STR[]
- Only keep edges in STR[] or those which are kept due to other keep-edges
or remove-edges options
- --keep-edges.input-file
FILE
- Only keep edges in FILE (Each id on a single line. Selection files from
sumo-gui are also supported) or those which are kept due to other
keep-edges or remove-edges options
- --remove-edges.input-file
FILE
- Remove edges in FILE. (Each id on a single line. Selection files from
sumo-gui are also supported)
- --keep-edges.in-boundary
STR[]
- Only keep edges which are located within the given boundary (given either
as CARTESIAN corner coordinates <xmin,ymin,xmax,ymax> or as polygon
<x0,y0,x1,y1,...>)
- --keep-edges.in-geo-boundary
STR[]
- Only keep edges which are located within the given boundary (given either
as GEODETIC corner coordinates <lon-min,lat-min,lon-max,lat-max> or
as polygon <lon0,lat0,lon1,lat1,...>)
- --random
- Initialises the random number generator with the current system time
- --seed INT
- Initialises the random number generator with the given value
- netgenerate -c <CONFIGURATION>
- create net from given configuration
- netgenerate --grid [grid-network options] -o <OUTPUTFILE>
- create grid net
- netgenerate --spider [spider-network options] -o <OUTPUTFILE>
- create spider net
- netgenerate --rand [random-network options] -o <OUTPUTFILE>
- create random net
Report bugs at <https://github.com/eclipse/sumo/issues>.
Get in contact via <sumo@dlr.de>.
-
Build features: Linux-4.19.0-13-amd64 x86_64 GNU 10.2.1 None Proj GUI SWIG
GDAL FFmpeg OSG GL2PS Eigen
Copyright (C) 2001-2020 German Aerospace Center (DLR) and others;
https://sumo.dlr.de
Eclipse SUMO netgenerate Version 1.8.0 is part of SUMO.
This program and the accompanying materials are made available under the terms
of the Eclipse Public License v2.0 which accompanies this distribution, and
is available at http://www.eclipse.org/legal/epl-v20.html
SPDX-License-Identifier: EPL-2.0