Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netconvert/meta/write_template_full/cfg.netconvert
169686 views
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2025-09-11T14:39:47.225409+01:00 by Eclipse SUMO netconvert v1_24_0+0753-7ddc191931e
-->

<netconvertConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/netconvertConfiguration.xsd">

    <configuration>
        <configuration-file value="" synonymes="c configuration" type="FILE" help="Loads the named config on startup"/>
        <save-configuration value="" synonymes="C save-config" type="FILE" help="Saves current configuration into FILE"/>
        <save-configuration.relative value="false" synonymes="save-config.relative" type="BOOL" help="Enforce relative paths when saving the configuration"/>
        <save-template value="" type="FILE" help="Saves a configuration template (empty) into FILE"/>
        <save-schema value="" type="FILE" help="Saves the configuration schema into FILE"/>
        <save-commented value="false" synonymes="save-template.commented" type="BOOL" help="Adds comments to saved template, configuration, or schema"/>
    </configuration>

    <input>
        <sumo-net-file value="" synonymes="net-file s sumo-net" deprecated="sumo-net" type="FILE" help="Read SUMO-net from FILE"/>
        <node-files value="" synonymes="n nodes xml-node-files xml-nodes" deprecated="xml-node-files xml-nodes" type="FILE" help="Read XML-node defs from FILE"/>
        <edge-files value="" synonymes="e edges xml-edge-files xml-edges" deprecated="xml-edge-files xml-edges" type="FILE" help="Read XML-edge defs from FILE"/>
        <connection-files value="" synonymes="connections x xml-connection-files xml-connections" deprecated="xml-connection-files xml-connections" type="FILE" help="Read XML-connection defs from FILE"/>
        <tllogic-files value="" synonymes="i" type="FILE" help="Read XML-traffic light defs from FILE"/>
        <type-files value="" synonymes="t types xml-type-files xml-types" deprecated="xml-type-files xml-types" type="FILE" help="Read XML-type defs from FILE"/>
        <ptstop-files value="" type="FILE" help="Reads public transport stops from FILE"/>
        <ptline-files value="" type="FILE" help="Reads public transport lines from FILE"/>
        <polygon-files value="" type="FILE" help="Reads polygons from FILE for embedding in network where applicable"/>
        <shapefile-prefix value="" synonymes="arcview shapefile tiger" deprecated="arcview tiger" type="FILE" help="Read shapefiles (ArcView, Tiger, ...) from files starting with &apos;FILE&apos;"/>
        <dlr-navteq-prefix value="" synonymes="dlr-navteq elmar2" deprecated="elmar2" type="FILE" help="Read converted Navteq GDF data (unsplitted Elmar-network) from path &apos;FILE&apos;"/>
        <osm-files value="" synonymes="osm" type="FILE" help="Read OSM-network from path &apos;FILE(s)&apos;"/>
        <opendrive-files value="" synonymes="opendrive" type="FILE" help="Read OpenDRIVE-network from FILE"/>
        <visum-file value="" synonymes="visum" type="FILE" help="Read VISUM-net from FILE"/>
        <vissim-file value="" synonymes="vissim" type="FILE" help="Read VISSIM-net from FILE"/>
        <robocup-dir value="" synonymes="robocup robocup-net" deprecated="robocup-net" type="FILE" help="Read RoboCup-net from DIR"/>
        <matsim-files value="" synonymes="matsim" type="FILE" help="Read MATSim-net from FILE"/>
        <itsumo-files value="" synonymes="itsumo" type="FILE" help="Read ITSUMO-net from FILE"/>
        <heightmap.shapefiles value="" type="FILE" help="Read heightmap from ArcGIS shapefile"/>
        <heightmap.geotiff value="" type="FILE" help="Read heightmap from GeoTIFF"/>
    </input>

    <output>
        <write-license value="false" type="BOOL" help="Include license info into every output file"/>
        <write-metadata value="false" type="BOOL" help="Write parsable metadata (configuration etc.) instead of comments"/>
        <output-prefix value="" type="STR" help="Prefix which is applied to all output files. The special string &apos;TIME&apos; is replaced by the current time."/>
        <precision value="2" type="INT" help="Defines the number of digits after the comma for floating point output"/>
        <precision.geo value="6" type="INT" help="Defines the number of digits after the comma for lon,lat output"/>
        <output.compression value="" type="STR" help="Defines the standard compression algorithm (currently only for parquet output)"/>
        <output.format value="xml" type="STR" help="Defines the standard output format if not derivable from the file name (&apos;xml&apos;, &apos;csv&apos;, &apos;parquet&apos;)"/>
        <output.column-header value="tag" type="STR" help="How to derive column headers from attribute names (&apos;none&apos;, &apos;tag&apos;, &apos;auto&apos;, &apos;plain&apos;)"/>
        <output.column-separator value=";" type="STR" help="Separator in CSV output"/>
        <human-readable-time value="false" synonymes="H" type="BOOL" help="Write time values as hour:minute:second or day:hour:minute:second rather than seconds"/>
        <output-file value="" synonymes="o output sumo-output" type="FILE" help="The generated net will be written to FILE"/>
        <plain-output-prefix value="" synonymes="p plain plain-output" type="FILE" help="Prefix of files to write plain xml nodes, edges and connections to"/>
        <plain-output.lanes value="false" type="BOOL" help="Write all lanes and their attributes even when they are not customized"/>
        <junctions.join-output value="" type="FILE" help="Writes information about joined junctions to FILE (can be loaded as additional node-file to reproduce joins"/>
        <prefix value="" type="STR" help="Defines a prefix for edge and junction IDs"/>
        <prefix.junction value="" type="STR" help="Defines a prefix for junction IDs"/>
        <prefix.edge value="" type="STR" help="Defines a prefix for edge IDs"/>
        <amitran-output value="" type="FILE" help="The generated net will be written to FILE using Amitran format"/>
        <matsim-output value="" type="FILE" help="The generated net will be written to FILE using MATSim format"/>
        <opendrive-output value="" type="FILE" help="The generated net will be written to FILE using OpenDRIVE format"/>
        <dlr-navteq-output value="" type="FILE" help="The generated net will be written to dlr-navteq files with the given PREFIX"/>
        <dlr-navteq.version value="6.5" type="STR" help="The dlr-navteq output format version to write"/>
        <dlr-navteq.precision value="2" type="INT" help="The network coordinates are written with the specified level of output precision"/>
        <output.street-names value="false" type="BOOL" help="Street names will be included in the output (if available)"/>
        <output.original-names value="false" type="BOOL" help="Writes original names, if given, as parameter"/>
        <output.removed-nodes value="false" type="BOOL" help="Writes IDs of nodes remove with --geometry.remove into edge param"/>
        <street-sign-output value="" type="FILE" help="Writes street signs as POIs to FILE"/>
        <ptstop-output value="" type="FILE" help="Writes public transport stops to FILE"/>
        <ptline-output value="" type="FILE" help="Writes public transport lines to FILE"/>
        <ptline-clean-up value="false" type="BOOL" help="Clean-up pt stops that are not served by any line"/>
        <parking-output value="" type="FILE" help="Writes parking areas to FILE"/>
        <railway.topology.output value="" type="FILE" help="Analyze topology of the railway network"/>
        <polygon-output value="" synonymes="taz-output" type="FILE" help="Write shapes that are embedded in the network input and that are not supported by polyconvert (OpenDRIVE)"/>
        <opendrive-output.straight-threshold value="1e-08" type="FLOAT" help="Builds parameterized curves whenever the angular change between straight segments exceeds FLOAT degrees"/>
        <opendrive-output.lefthand-left value="false" type="BOOL" help="Write lanes in lefthand networks on the left side (positive indices)"/>
        <opendrive-output.shape-match-dist value="-1" type="FLOAT" help="Match loaded shapes to the closest edge within FLOAT and export as road objects"/>
    </output>

    <projection>
        <simple-projection value="false" synonymes="proj.simple" deprecated="proj.simple" type="BOOL" help="Uses a simple method for projection"/>
        <proj.scale value="1" type="FLOAT" help="Scaling factor for input coordinates"/>
        <proj.rotate value="0" type="FLOAT" help="Rotation (clockwise degrees) for input coordinates"/>
        <proj.utm value="false" type="BOOL" help="Determine the UTM zone (for a universal transversal mercator projection based on the WGS84 ellipsoid)"/>
        <proj.dhdn value="false" type="BOOL" help="Determine the DHDN zone (for a transversal mercator projection based on the bessel ellipsoid, &quot;Gauss-Krueger&quot;)"/>
        <proj value="!" type="STR" help="Uses STR as proj.4 definition for projection"/>
        <proj.inverse value="false" type="BOOL" help="Inverses projection"/>
        <proj.dhdnutm value="false" type="BOOL" help="Convert from Gauss-Krueger to UTM"/>
        <proj.plain-geo value="false" type="BOOL" help="Write geo coordinates in plain-xml"/>
    </projection>

    <processing>
        <speed-in-kmh value="false" type="BOOL" help="vmax is parsed as given in km/h"/>
        <construction-date value="" type="STR" help="Use YYYY-MM-DD date to determine the readiness of features under construction"/>
        <flatten value="false" type="BOOL" help="Remove all z-data"/>
        <plain.extend-edge-shape value="false" synonymes="xml.keep-shape" deprecated="xml.keep-shape" type="BOOL" help="If edge shapes do not end at the node positions, extend them"/>
        <numerical-ids value="false" type="BOOL" help="Remaps alphanumerical IDs of nodes and edges to ensure that all IDs are integers"/>
        <numerical-ids.node-start value="2147483647" type="INT" help="Remaps IDs of nodes to integers starting at INT"/>
        <numerical-ids.edge-start value="2147483647" type="INT" help="Remaps IDs of edges to integers starting at INT"/>
        <reserved-ids value="" type="FILE" help="Ensures that generated ids do not included any of the typed IDs from FILE (sumo-gui selection file format)"/>
        <kept-ids value="" type="FILE" help="Ensures that objects with typed IDs from FILE (sumo-gui selection file format) are not renamed"/>
        <dismiss-vclasses value="false" type="BOOL" help="Removes vehicle class restrictions from imported edges"/>
        <geometry.split value="false" synonymes="split-geometry" deprecated="split-geometry" type="BOOL" help="Splits edges across geometry nodes"/>
        <geometry.remove value="false" synonymes="R remove-geometry" deprecated="remove-geometry" type="BOOL" help="Replace nodes which only define edge geometry by geometry points (joins edges)"/>
        <geometry.remove.keep-edges.explicit value="" type="STR[]" help="Ensure that the given list of edges is not modified"/>
        <geometry.remove.keep-edges.input-file value="" type="FILE" help="Ensure that the edges in FILE are not modified (Each id on a single line. Selection files from sumo-gui are also supported)"/>
        <geometry.remove.keep-ptstops value="false" type="BOOL" help="Ensure that edges with public transport stops are not modified"/>
        <geometry.remove.min-length value="0" type="FLOAT" help="Allow merging edges with differing attributes when their length is below min-length"/>
        <geometry.remove.width-tolerance value="0" type="FLOAT" help="Allow merging edges with differing lane widths if the difference is below FLOAT"/>
        <geometry.remove.max-junction-size value="-1" type="FLOAT" help="Prevent removal of junctions with a size above FLOAT as defined by custom edge endpoints"/>
        <geometry.max-segment-length value="0" type="FLOAT" help="splits geometry to restrict segment length"/>
        <geometry.min-dist value="-1" type="FLOAT" help="reduces too similar geometry points"/>
        <geometry.max-angle value="99" type="FLOAT" help="Warn about edge geometries with an angle above DEGREES in successive segments"/>
        <geometry.max-angle.fix value="false" type="BOOL" help="Straighten edge geometries with an angle above max-angle successive segments"/>
        <geometry.min-radius value="9" type="FLOAT" help="Warn about edge geometries with a turning radius less than METERS at the start or end"/>
        <geometry.min-radius.fix value="false" type="BOOL" help="Straighten edge geometries to avoid turning radii less than geometry.min-radius"/>
        <geometry.min-radius.fix.railways value="true" type="BOOL" help="Straighten edge geometries to avoid turning radii less than geometry.min-radius (only railways)"/>
        <geometry.junction-mismatch-threshold value="20" type="FLOAT" help="Warn if the junction shape is to far away from the original node position"/>
        <geometry.check-overlap value="0" type="FLOAT" help="Warn if edges overlap by more than the given threshold value"/>
        <geometry.check-overlap.vertical-threshold value="4" type="FLOAT" help="Ignore overlapping edges if they are separated vertically by the given threshold."/>
        <geometry.avoid-overlap value="true" type="BOOL" help="Modify edge geometries to avoid overlap at junctions"/>
        <join-lanes value="false" type="BOOL" help="join adjacent lanes that have the same permissions and which do not admit lane-changing (sidewalks and disallowed lanes)"/>
        <ptline.match-dist value="100" type="FLOAT" help="Matches stops outside the road network to the referencing pt line when below the given distance"/>
        <ptstop-output.no-bidi value="false" type="BOOL" help="Skips automatic generation of stops on the bidi-edge of a loaded stop"/>
        <geometry.max-grade value="10" type="FLOAT" help="Warn about edge geometries with a grade in % above FLOAT."/>
        <geometry.max-grade.fix value="true" type="BOOL" help="Smooth edge geometries with a grade above the warning threshold."/>
        <offset.disable-normalization value="false" synonymes="disable-normalize-node-positions" deprecated="disable-normalize-node-positions" type="BOOL" help="Turn off normalizing node positions"/>
        <offset.x value="0" synonymes="x-offset-to-apply" deprecated="x-offset-to-apply" type="FLOAT" help="Adds FLOAT to net x-positions"/>
        <offset.y value="0" synonymes="y-offset-to-apply" deprecated="y-offset-to-apply" type="FLOAT" help="Adds FLOAT to net y-positions"/>
        <offset.z value="0" type="FLOAT" help="Adds FLOAT to net z-positions"/>
        <flip-y-axis value="false" synonymes="flip-y" type="BOOL" help="Flips the y-coordinate along zero"/>
        <roundabouts.guess value="true" synonymes="guess-roundabouts" deprecated="guess-roundabouts" type="BOOL" help="Enable roundabout-guessing"/>
        <roundabouts.guess.max-length value="3500" type="FLOAT" help="Structures with a circumference above FLOAT threshold are not classified as roundabout"/>
        <roundabouts.visibility-distance value="9" type="FLOAT" help="Default visibility when approaching a roundabout"/>
        <opposites.guess value="false" type="BOOL" help="Enable guessing of opposite direction lanes usable for overtaking"/>
        <opposites.guess.fix-lengths value="true" type="BOOL" help="Ensure that opposite edges have the same length"/>
        <fringe.guess value="false" type="BOOL" help="Enable guessing of network fringe nodes"/>
        <fringe.guess.speed-threshold value="13.8889" type="FLOAT" help="Guess disconnected edges above the given speed as outer fringe"/>
        <lefthand value="false" type="BOOL" help="Assumes left-hand traffic on the network"/>
        <edges.join value="false" type="BOOL" help="Merges edges which connect the same nodes and are close to each other (recommended for VISSIM import)"/>
        <speed.offset value="0" type="FLOAT" help="Modifies all edge speeds by adding FLOAT"/>
        <speed.factor value="1" type="FLOAT" help="Modifies all edge speeds by multiplying by FLOAT"/>
        <speed.minimum value="0" type="FLOAT" help="Modifies all edge speeds to at least FLOAT"/>
        <edges.join-tram-dist value="-1" type="FLOAT" help="Joins tram edges into road lanes with similar geometry (within FLOAT distance)"/>
    </processing>

    <building_defaults>
        <default.lanenumber value="1" synonymes="L lanenumber" deprecated="lanenumber" type="INT" help="The default number of lanes in an edge"/>
        <default.lanewidth value="-1" synonymes="lanewidth" deprecated="lanewidth" type="FLOAT" help="The default width of lanes"/>
        <default.spreadtype value="right" type="STR" help="The default method for computing lane shapes from edge shapes"/>
        <default.speed value="13.89" synonymes="S speed" deprecated="speed" type="FLOAT" help="The default speed on an edge (in m/s)"/>
        <default.friction value="1" synonymes="friction" deprecated="friction" type="FLOAT" help="The default friction on an edge"/>
        <default.priority value="-1" synonymes="P priority" deprecated="priority" type="INT" help="The default priority of an edge"/>
        <default.type value="" type="STR" help="The default edge type"/>
        <default.sidewalk-width value="2" type="FLOAT" help="The default width of added sidewalks"/>
        <default.bikelane-width value="1" type="FLOAT" help="The default width of added bike lanes"/>
        <default.crossing-width value="4" type="FLOAT" help="The default width of a pedestrian crossing"/>
        <default.crossing-speed value="2.78" type="FLOAT" help="The default speed &apos;limit&apos; on a pedestrian crossing (in m/s)"/>
        <default.walkingarea-speed value="2.78" type="FLOAT" help="The default speed &apos;limit&apos; on a pedestrian walkingarea (in m/s)"/>
        <default.allow value="" type="STR" help="The default for allowed vehicle classes"/>
        <default.disallow value="" type="STR" help="The default for disallowed vehicle classes"/>
        <default.junctions.keep-clear value="true" type="BOOL" help="Whether junctions should be kept clear by default"/>
        <default.junctions.radius value="4" type="FLOAT" help="The default turning radius of intersections"/>
        <default.connection-length value="-1" type="FLOAT" help="The default length when overriding connection lengths"/>
        <default.connection.cont-pos value="-1" type="FLOAT" help="Whether/where connections should have an internal junction"/>
        <default.right-of-way value="default" type="STR" help="The default algorithm for computing right of way rules (&apos;default&apos;, &apos;edgePriority&apos;)"/>
    </building_defaults>

    <tls_building>
        <tls.discard-loaded value="false" type="BOOL" help="Does not instantiate traffic lights loaded from other formats than plain-XML"/>
        <tls.discard-simple value="false" type="BOOL" help="Does not instantiate traffic lights at geometry-like nodes loaded from other formats than plain-XML"/>
        <tls.set value="" synonymes="explicite-tls" deprecated="explicite-tls" type="STR[]" help="Interprets STR[] as list of junctions to be controlled by TLS"/>
        <tls.unset value="" synonymes="explicite-no-tls" deprecated="explicite-no-tls" type="STR[]" help="Interprets STR[] as list of junctions to be not controlled by TLS"/>
        <tls.guess value="false" synonymes="guess-tls" deprecated="guess-tls" type="BOOL" help="Turns on TLS guessing"/>
        <tls.guess.threshold value="69.4444" type="FLOAT" help="Sets minimum value for the sum of all incoming lane speeds when guessing TLS"/>
        <tls.taz-nodes value="false" synonymes="tls-guess.district-nodes" deprecated="tls-guess.district-nodes" type="BOOL" help="Sets district nodes as tls-controlled"/>
        <tls.guess.joining value="false" synonymes="tls-guess.joining" deprecated="tls-guess.joining" type="BOOL" help="Includes node clusters into guess"/>
        <tls.join value="false" synonymes="try-join-tls" deprecated="try-join-tls" type="BOOL" help="Tries to cluster tls-controlled nodes"/>
        <tls.join-dist value="20" type="FLOAT" help="Determines the maximal distance for joining traffic lights (defaults to 20)"/>
        <tls.join-exclude value="" type="STR[]" help="Interprets STR[] as list of tls ids to exclude from joining"/>
        <tls.uncontrolled-within value="false" type="BOOL" help="Do not control edges that lie fully within a joined traffic light. This may cause collisions but allows old traffic light plans to be used"/>
        <tls.ignore-internal-junction-jam value="false" type="BOOL" help="Do not build mutually conflicting response matrix, potentially ignoring vehicles that are stuck at an internal junction when their phase has ended"/>
        <tls.guess-signals value="false" type="BOOL" help="Interprets tls nodes surrounding an intersection as signal positions for a larger TLS. This is typical pattern for OSM-derived networks"/>
        <tls.guess-signals.dist value="25" type="FLOAT" help="Distance for interpreting nodes as signal locations"/>
        <tls.guess-signals.slack value="0" type="INT" help="Number of uncontrolled entry edges to accept and still consider the central node as a traffic light"/>
        <tls.cycle.time value="90" type="INT" help="Use INT as cycle duration"/>
        <tls.green.time value="31" synonymes="traffic-light-green" deprecated="traffic-light-green" type="INT" help="Use INT as green phase duration"/>
        <tls.yellow.min-decel value="3" synonymes="D min-decel" deprecated="min-decel" type="FLOAT" help="Defines smallest vehicle deceleration"/>
        <tls.yellow.patch-small value="false" synonymes="patch-small-tyellow" deprecated="patch-small-tyellow" type="BOOL" help="Given yellow times are patched even if being too short"/>
        <tls.yellow.time value="-1" synonymes="traffic-light-yellow" deprecated="traffic-light-yellow" type="INT" help="Set INT as fixed time for yellow phase durations"/>
        <tls.red.time value="5" type="INT" help="Set INT as fixed time for red phase duration at traffic lights that do not have a conflicting flow"/>
        <tls.allred.time value="0" type="INT" help="Set INT as fixed time for intermediate red phase after every switch"/>
        <tls.minor-left.max-speed value="19.44" type="FLOAT" help="Use FLOAT as threshold for allowing left-turning vehicles to move in the same phase as oncoming straight-going vehicles"/>
        <tls.left-green.time value="6" type="INT" help="Use INT as green phase duration for left turns (s). Setting this value to 0 disables additional left-turning phases"/>
        <tls.nema.vehExt value="2" type="INT" help="Set INT as fixed time for intermediate vehext phase after every switch"/>
        <tls.nema.yellow value="3" type="INT" help="Set INT as fixed time for intermediate NEMA yellow phase after every switch"/>
        <tls.nema.red value="2" type="INT" help="Set INT as fixed time for intermediate NEMA red phase after every switch"/>
        <tls.crossing-min.time value="4" type="INT" help="Use INT as minimum green duration for pedestrian crossings (s)."/>
        <tls.crossing-clearance.time value="5" type="INT" help="Use INT as clearance time for pedestrian crossings (s)."/>
        <tls.scramble.time value="5" type="INT" help="Use INT as green phase duration for pedestrian scramble phase (s)."/>
        <tls.half-offset value="" synonymes="tl-logics.half-offset" deprecated="tl-logics.half-offset" type="STR[]" help="TLSs in STR[] will be shifted by half-phase"/>
        <tls.quarter-offset value="" synonymes="tl-logics.quarter-offset" deprecated="tl-logics.quarter-offset" type="STR[]" help="TLSs in STR[] will be shifted by quarter-phase"/>
        <tls.default-type value="static" type="STR" help="TLSs with unspecified type will use STR as their algorithm"/>
        <tls.layout value="opposites" type="STR" help="Set phase layout four grouping opposite directions or grouping all movements for one incoming edge [&apos;opposites&apos;, &apos;incoming&apos;]"/>
        <tls.no-mixed value="false" type="BOOL" help="Avoid phases with green and red signals for different connections from the same lane"/>
        <tls.min-dur value="5" type="INT" help="Default minimum phase duration for traffic lights with variable phase length"/>
        <tls.max-dur value="50" type="INT" help="Default maximum phase duration for traffic lights with variable phase length"/>
        <tls.group-signals value="false" type="BOOL" help="Assign the same tls link index to connections that share the same states"/>
        <tls.ungroup-signals value="false" type="BOOL" help="Assign a distinct tls link index to every connection"/>
        <tls.rebuild value="false" type="BOOL" help="rebuild all traffic light plans in the network"/>
    </tls_building>

    <ramp_guessing>
        <ramps.guess value="false" synonymes="guess-ramps" deprecated="guess-ramps" type="BOOL" help="Enable ramp-guessing"/>
        <ramps.guess-acceleration-lanes value="true" type="BOOL" help="Guess on-ramps and mark acceleration lanes if they exist but do not add new lanes"/>
        <ramps.max-ramp-speed value="-1" synonymes="ramp-guess.max-ramp-speed" deprecated="ramp-guess.max-ramp-speed" type="FLOAT" help="Treat edges with speed &gt; FLOAT as no ramps"/>
        <ramps.min-highway-speed value="21.9444" synonymes="ramp-guess.min-highway-speed" deprecated="ramp-guess.min-highway-speed" type="FLOAT" help="Treat edges with speed &lt; FLOAT as no highways"/>
        <ramps.ramp-length value="100" synonymes="ramp-guess.ramp-length" deprecated="ramp-guess.ramp-length" type="FLOAT" help="Use FLOAT as ramp-length"/>
        <ramps.min-weave-length value="50" type="FLOAT" help="Use FLOAT as minimum ramp-length"/>
        <ramps.set value="" synonymes="ramp-guess.explicite" deprecated="ramp-guess.explicite" type="STR[]" help="Tries to handle the given edges as ramps"/>
        <ramps.unset value="" type="STR[]" help="Do not consider the given edges as ramps"/>
        <ramps.no-split value="false" synonymes="ramp-guess.no-split" deprecated="ramp-guess.no-split" type="BOOL" help="Avoids edge splitting"/>
    </ramp_guessing>

    <edge_removal>
        <keep-edges.min-speed value="-1" synonymes="edges-min-speed" deprecated="edges-min-speed" type="FLOAT" help="Only keep edges with speed in meters/second &gt; FLOAT"/>
        <remove-edges.explicit value="" synonymes="remove-edges" type="STR[]" help="Remove edges in STR[]"/>
        <keep-edges.explicit value="" synonymes="keep-edges" type="STR[]" help="Only keep edges in STR[] or those which are kept due to other keep-edges or remove-edges options"/>
        <keep-edges.input-file value="" type="FILE" help="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 value="" type="FILE" help="Remove edges in FILE. (Each id on a single line. Selection files from sumo-gui are also supported)"/>
        <keep-edges.postload value="false" type="BOOL" help="Remove edges after loading, patching and joining"/>
        <keep-edges.in-boundary value="" type="STR[]" help="Only keep edges which are located within the given boundary (given either as CARTESIAN corner coordinates &lt;xmin,ymin,xmax,ymax&gt; or as polygon &lt;x0,y0,x1,y1,...&gt;)"/>
        <keep-edges.in-geo-boundary value="" type="STR[]" help="Only keep edges which are located within the given boundary (given either as GEODETIC corner coordinates &lt;lon-min,lat-min,lon-max,lat-max&gt; or as polygon &lt;lon0,lat0,lon1,lat1,...&gt;)"/>
        <keep-edges.by-vclass value="" type="STR[]" help="Only keep edges which allow one of the vclasses in STR[]"/>
        <remove-edges.by-vclass value="" type="STR[]" help="Remove edges which allow only vclasses from STR[]"/>
        <keep-edges.by-type value="" type="STR[]" help="Only keep edges where type is in STR[]"/>
        <keep-edges.components value="0" type="INT" help="Only keep the INT largest weakly connected components"/>
        <remove-edges.by-type value="" type="STR[]" help="Remove edges where type is in STR[]"/>
        <remove-edges.isolated value="false" synonymes="remove-isolated" deprecated="remove-isolated" type="BOOL" help="Removes isolated edges"/>
        <keep-lanes.min-width value="0.01" type="FLOAT" help="Only keep lanes with width in meters &gt; FLOAT"/>
    </edge_removal>

    <unregulated_nodes>
        <keep-nodes-unregulated value="false" synonymes="keep-unregulated" type="BOOL" help="All nodes will be unregulated"/>
        <keep-nodes-unregulated.explicit value="" synonymes="keep-unregulated.explicit keep-unregulated.nodes" deprecated="keep-unregulated.nodes" type="STR[]" help="Do not regulate nodes in STR[]"/>
        <keep-nodes-unregulated.district-nodes value="false" synonymes="keep-unregulated.district-nodes" type="BOOL" help="Do not regulate district nodes"/>
    </unregulated_nodes>

    <junctions>
        <junctions.right-before-left.speed-threshold value="13.6111" type="FLOAT" help="Allow building right-before-left junctions when the incoming edge speeds are below FLOAT (m/s)"/>
        <junctions.left-before-right value="false" type="BOOL" help="Build left-before-right junctions instead of right-before-left junctions"/>
        <no-internal-links value="false" type="BOOL" help="Omits internal links"/>
        <no-turnarounds value="false" type="BOOL" help="Disables building turnarounds"/>
        <no-turnarounds.tls value="false" synonymes="no-tls-turnarounds" deprecated="no-tls-turnarounds" type="BOOL" help="Disables building turnarounds at tls-controlled junctions"/>
        <no-turnarounds.geometry value="true" type="BOOL" help="Disables building turnarounds at geometry-like junctions"/>
        <no-turnarounds.except-deadend value="false" type="BOOL" help="Disables building turnarounds except at dead end junctions"/>
        <no-turnarounds.except-turnlane value="false" type="BOOL" help="Disables building turnarounds except at at junctions with a dedicated turning lane"/>
        <no-turnarounds.fringe value="false" type="BOOL" help="Disables building turnarounds at fringe junctions"/>
        <no-left-connections value="false" type="BOOL" help="Disables building connections to left"/>
        <junctions.join value="false" type="BOOL" help="Joins junctions that are close to each other (recommended for OSM import)"/>
        <junctions.join-dist value="10" type="FLOAT" help="Determines the maximal distance for joining junctions (defaults to 10)"/>
        <junctions.join.parallel-threshold value="30" type="FLOAT" help="The angular threshold in degress for rejection of parallel edges when joining junctions"/>
        <junctions.join-exclude value="" type="STR[]" help="Interprets STR[] as list of junctions to exclude from joining"/>
        <junctions.join-same value="-1" type="FLOAT" help="Joins junctions that have similar coordinates even if not connected"/>
        <junctions.attach-removed value="-1" type="FLOAT" help="Attach junction to the closest edge within FLOAT distance that has it&apos;s id in param removedNodeIDs (for joining networks)"/>
        <max-join-ids value="4" type="INT" help="Abbreviate junction or TLS id if it joins more than INT junctions"/>
        <junctions.corner-detail value="5" type="INT" help="Generate INT intermediate points to smooth out intersection corners"/>
        <junctions.internal-link-detail value="5" type="INT" help="Generate INT intermediate points to smooth out lanes within the intersection"/>
        <junctions.scurve-stretch value="0" type="FLOAT" help="Generate longer intersections to allow for smooth s-curves when the number of lanes changes"/>
        <junctions.join-turns value="false" type="BOOL" help="Builds common edges for turning connections with common from- and to-edge. This causes discrepancies between geometrical length and assigned length due to averaging but enables lane-changing while turning"/>
        <junctions.limit-turn-speed value="5.5" type="FLOAT" help="Limits speed on junctions to an average lateral acceleration of at most FLOAT (m/s^2)"/>
        <junctions.limit-turn-speed.min-angle value="15" type="FLOAT" help="Do not limit turn speed for angular changes below FLOAT (degrees). The value is subtracted from the geometric angle before computing the turning radius."/>
        <junctions.limit-turn-speed.min-angle.railway value="35" type="FLOAT" help="Do not limit turn speed for angular changes below FLOAT (degrees) on railway edges. The value is subtracted from the geometric angle before computing the turning radius."/>
        <junctions.limit-turn-speed.warn.straight value="5" type="FLOAT" help="Warn about turn speed limits that reduce the speed of straight connections by more than FLOAT"/>
        <junctions.limit-turn-speed.warn.turn value="22" type="FLOAT" help="Warn about turn speed limits that reduce the speed of turning connections (no u-turns) by more than FLOAT"/>
        <junctions.small-radius value="1.5" type="FLOAT" help="Default radius for junctions that do not require wide vehicle turns"/>
        <junctions.higher-speed value="false" type="BOOL" help="Use maximum value of incoming and outgoing edge speed on junction instead of average"/>
        <junctions.minimal-shape value="false" type="BOOL" help="Build junctions with minimal shapes (ignoring edge overlap)"/>
        <junctions.endpoint-shape value="false" type="BOOL" help="Build junction shapes based on edge endpoints (ignoring edge overlap)"/>
        <internal-junctions.vehicle-width value="1.8" type="FLOAT" help="Assumed vehicle width for computing internal junction positions"/>
        <rectangular-lane-cut value="false" type="BOOL" help="Forces rectangular cuts between lanes and intersections"/>
        <check-lane-foes.roundabout value="true" type="BOOL" help="Allow driving onto a multi-lane road if there are foes on other lanes (at roundabouts)"/>
        <check-lane-foes.all value="false" type="BOOL" help="Allow driving onto a multi-lane road if there are foes on other lanes (everywhere)"/>
    </junctions>

    <pedestrian>
        <sidewalks.guess value="false" type="BOOL" help="Guess pedestrian sidewalks based on edge speed"/>
        <sidewalks.guess.max-speed value="13.89" type="FLOAT" help="Add sidewalks for edges with a speed equal or below the given limit"/>
        <sidewalks.guess.min-speed value="5.8" type="FLOAT" help="Add sidewalks for edges with a speed above the given limit"/>
        <sidewalks.guess.from-permissions value="false" type="BOOL" help="Add sidewalks for edges that allow pedestrians on any of their lanes regardless of speed"/>
        <sidewalks.guess.exclude value="" type="STR[]" help="Do not guess sidewalks for the given list of edges"/>
        <crossings.guess value="false" type="BOOL" help="Guess pedestrian crossings based on the presence of sidewalks"/>
        <crossings.guess.speed-threshold value="13.89" type="FLOAT" help="At uncontrolled nodes, do not build crossings across edges with a speed above the threshold"/>
        <crossings.guess.roundabout-priority value="true" type="BOOL" help="Give priority to guessed crossings at roundabouts"/>
        <walkingareas value="false" type="BOOL" help="Always build walking areas even if there are no crossings"/>
        <walkingareas.join-dist value="15" type="FLOAT" help="Do not create a walkingarea between sidewalks that are connected by a pedestrian junction within FLOAT"/>
    </pedestrian>

    <bicycle>
        <bikelanes.guess value="false" type="BOOL" help="Guess bike lanes based on edge speed"/>
        <bikelanes.guess.max-speed value="22.22" type="FLOAT" help="Add bike lanes for edges with a speed equal or below the given limit"/>
        <bikelanes.guess.min-speed value="5.8" type="FLOAT" help="Add bike lanes for edges with a speed above the given limit"/>
        <bikelanes.guess.from-permissions value="false" type="BOOL" help="Add bike lanes for edges that allow bicycles on any of their lanes regardless of speed"/>
        <bikelanes.guess.exclude value="" type="STR[]" help="Do not guess bikelanes for the given list of edges"/>
    </bicycle>

    <railway>
        <railway.signals.discard value="false" type="BOOL" help="Discard all railway signal information loaded from other formats than plain-xml"/>
        <railway.topology.repair value="false" type="BOOL" help="Repair topology of the railway network"/>
        <railway.topology.repair.minimal value="false" type="BOOL" help="Repair topology of the railway network just enough to let loaded public transport lines to work"/>
        <railway.topology.repair.connect-straight value="false" type="BOOL" help="Allow bidirectional rail use wherever rails with opposite directions meet at a straight angle"/>
        <railway.topology.repair.stop-turn value="false" type="BOOL" help="Add turn-around connections at all loaded stops."/>
        <railway.topology.repair.bidi-penalty value="1.2" type="FLOAT" help="Penalty factor for adding new bidi edges to connect public transport stops"/>
        <railway.topology.all-bidi value="false" type="BOOL" help="Make all rails usable in both direction"/>
        <railway.topology.all-bidi.input-file value="" type="FILE" help="Make all rails edge ids from FILE usable in both direction"/>
        <railway.topology.direction-priority value="false" type="BOOL" help="Set edge priority values based on estimated main direction"/>
        <railway.topology.extend-priority value="false" type="BOOL" help="Extend loaded edge priority values based on estimated main direction"/>
        <railway.geometry.straighten value="false" type="BOOL" help="Move junctions to straighten a sequence of rail edges"/>
        <railway.signal.guess.by-stops value="false" type="BOOL" help="Guess signals that guard public transport stops"/>
        <railway.signal.permit-unsignalized value="tram,cable_car" type="STR[]" help="List rail classes that may run without rail signals"/>
        <railway.access-distance value="150" synonymes="osm.stop-output.footway-access-distance" deprecated="osm.stop-output.footway-access-distance" type="FLOAT" help="The search radius for finding suitable road accesses for rail stops"/>
        <railway.max-accesses value="5" synonymes="osm.stop-output.footway-max-accesses" deprecated="osm.stop-output.footway-max-accesses" type="INT" help="The maximum road accesses registered per rail stops"/>
        <railway.access-factor value="1.5" synonymes="osm.stop-output.footway-access-factor" deprecated="osm.stop-output.footway-access-factor" type="FLOAT" help="The walking length of the access is computed as air-line distance multiplied by FLOAT"/>
    </railway>

    <formats>
        <discard-params value="" type="STR[]" help="Remove the list of keys from all params"/>
        <ignore-change-restrictions value="authority" type="STR[]" help="List vehicle classes that may ignore lane changing restrictions (&apos;all&apos; discards all restrictions)"/>
        <ignore-widths value="false" synonymes="opendrive.ignore-widths" type="BOOL" help="Whether lane widths shall be ignored."/>
        <osm.skip-duplicates-check value="false" type="BOOL" help="Skips the check for duplicate nodes and edges"/>
        <osm.elevation value="false" type="BOOL" help="Imports elevation data"/>
        <osm.layer-elevation value="0" type="FLOAT" help="Reconstruct (relative) elevation based on layer data. Each layer is raised by FLOAT m"/>
        <osm.layer-elevation.max-grade value="10" type="FLOAT" help="Maximum grade threshold in % at 50km/h when reconstructing elevation based on layer data. The value is scaled according to road speed."/>
        <osm.oneway-spread-right value="false" type="BOOL" help="Whether one-way roads should be spread to the side instead of centered"/>
        <osm.lane-access value="false" type="BOOL" help="Import lane-specific access restrictions"/>
        <osm.bike-access value="false" synonymes="osm.bike-lanes" type="BOOL" help="Import bike lanes and fix directions and permissions on bike paths"/>
        <osm.sidewalks value="false" type="BOOL" help="Import sidewalks"/>
        <osm.oneway-reverse-sidewalk value="false" type="BOOL" help="Default to building two sidewalks on oneway streets (may affect divided roads)"/>
        <osm.crossings value="false" type="BOOL" help="Import crossings"/>
        <osm.turn-lanes value="false" type="BOOL" help="Import turning arrows from OSM to help with connection building"/>
        <osm.stop-output.length value="25" type="FLOAT" help="The default length of a public transport stop in FLOAT m"/>
        <osm.stop-output.length.bus value="15" type="FLOAT" help="The default length of a bus stop in FLOAT m"/>
        <osm.stop-output.length.tram value="25" type="FLOAT" help="The default length of a tram stop in FLOAT m"/>
        <osm.stop-output.length.train value="200" type="FLOAT" help="The default length of a train stop in FLOAT m"/>
        <osm.railsignals value="DEFAULT" type="STR[]" help="Specify custom rules for importing railway signals"/>
        <osm.all-attributes value="false" synonymes="osm.all-tags" type="BOOL" help="Whether additional attributes shall be imported"/>
        <osm.extra-attributes value="all" synonymes="osm.extra-tags" type="STR[]" help="List of additional attributes that shall be imported from OSM via osm.all-attributes (set &apos;all&apos; to import all)"/>
        <osm.speedlimit-none value="39.4444" type="FLOAT" help="The speed limit to be set when there is no actual speed limit in reality"/>
        <osm.annotate-defaults value="false" type="BOOL" help="Whether edges shoulds carry information on the usage of typemap defaults"/>
        <matsim.keep-length value="false" type="BOOL" help="The edge lengths given in the MATSim-file will be kept"/>
        <matsim.lanes-from-capacity value="false" type="BOOL" help="The lane number will be computed from the capacity"/>
        <shapefile.street-id value="" synonymes="arcview.street-id" deprecated="arcview.street-id" type="STR" help="Read edge ids from column STR"/>
        <shapefile.from-id value="" synonymes="arcview.from-id" deprecated="arcview.from-id" type="STR" help="Read from-node ids from column STR"/>
        <shapefile.to-id value="" synonymes="arcview.to-id" deprecated="arcview.to-id" type="STR" help="Read to-node ids from column STR"/>
        <shapefile.type-id value="" synonymes="arcview.type-id" deprecated="arcview.type-id" type="STR" help="Read type ids from column STR"/>
        <shapefile.laneNumber value="" type="STR" help="Read lane number from column STR"/>
        <shapefile.speed value="" type="STR" help="Read speed from column STR"/>
        <shapefile.length value="" type="STR" help="Read custom edge length from column STR"/>
        <shapefile.width value="" type="STR" help="Read total edge width from column STR"/>
        <shapefile.name value="" type="STR" help="Read (non-unique) name from column STR"/>
        <shapefile.node-join-dist value="0" type="FLOAT" help="Distance threshold for determining whether distinct shapes are connected (used when from-id and to-id are not available)"/>
        <shapefile.add-params value="" type="STR[]" help="Add the list of field names as edge params"/>
        <shapefile.use-defaults-on-failure value="false" synonymes="arcview.use-defaults-on-failure" deprecated="arcview.use-defaults-on-failure" type="BOOL" help="Uses edge type defaults on problems"/>
        <shapefile.all-bidirectional value="false" synonymes="arcview.all-bidi shapefile.all-bidi" deprecated="arcview.all-bidi" type="BOOL" help="Insert edges in both directions"/>
        <shapefile.guess-projection value="false" synonymes="arcview.guess-projection" deprecated="arcview.guess-projection" type="BOOL" help="Guess the proper projection"/>
        <shapefile.traditional-axis-mapping value="false" type="BOOL" help="Use traditional axis order (lon, lat)"/>
        <dlr-navteq.tolerant-permissions value="false" type="BOOL" help="Allow more vehicle classes by default"/>
        <dlr-navteq.keep-length value="false" type="BOOL" help="The edge lengths given in the DLR Navteq-file will be kept"/>
        <vissim.join-distance value="5" synonymes="vissim.offset" deprecated="vissim.offset" type="FLOAT" help="Structure join offset"/>
        <vissim.default-speed value="50" type="FLOAT" help="Use FLOAT as default speed"/>
        <vissim.speed-norm value="1" type="FLOAT" help="Factor for edge velocity"/>
        <vissim.report-unset-speeds value="false" type="BOOL" help="Writes lanes without an explicit speed set"/>
        <visum.language-file value="" type="FILE" help="Load language mappings from FILE"/>
        <visum.use-type-priority value="false" type="BOOL" help="Uses priorities from types"/>
        <visum.use-type-laneno value="false" type="BOOL" help="Uses lane numbers from types"/>
        <visum.use-type-speed value="false" type="BOOL" help="Uses speeds from types"/>
        <visum.connector-speeds value="100" type="FLOAT" help="Sets connector speed"/>
        <visum.connectors-lane-number value="3" synonymes="visum.connector-laneno" deprecated="visum.connector-laneno" type="INT" help="Sets connector lane number"/>
        <visum.no-connectors value="true" type="BOOL" help="Excludes connectors"/>
        <visum.recompute-lane-number value="false" synonymes="visum.recompute-laneno" deprecated="visum.recompute-laneno" type="BOOL" help="Computes the number of lanes from the edges&apos; capacities"/>
        <visum.verbose-warnings value="false" type="BOOL" help="Prints all warnings, some of which are due to VISUM misbehaviour"/>
        <visum.lanes-from-capacity.norm value="1800" synonymes="capacity-norm lanes-from-capacity.norm" deprecated="capacity-norm" type="FLOAT" help="The factor for flow to no. lanes conversion"/>
        <opendrive.import-all-lanes value="false" type="BOOL" help="Imports all lane types"/>
        <opendrive.curve-resolution value="2" type="FLOAT" help="The geometry resolution in m when importing curved geometries as line segments."/>
        <opendrive.advance-stopline value="0" type="FLOAT" help="Allow stop lines to be built beyond the start of the junction if the geometries allow so"/>
        <opendrive.min-width value="1.8" type="FLOAT" help="The minimum lane width for determining start or end of variable-width lanes"/>
        <opendrive.internal-shapes value="false" type="BOOL" help="Import internal lane shapes"/>
        <opendrive.position-ids value="false" type="BOOL" help="Sets edge-id based on road-id and offset in m (legacy)"/>
        <opendrive.lane-shapes value="false" type="BOOL" help="Use custom lane shapes to compensate discarded lane types"/>
        <opendrive.signal-groups value="false" type="BOOL" help="Use the OpenDRIVE controller information for the generated signal program"/>
        <opendrive.ignore-misplaced-signals value="false" type="BOOL" help="Ignore traffic signals which do not control any driving lane"/>
    </formats>

    <report>
        <verbose value="false" synonymes="v" type="BOOL" help="Switches to verbose output"/>
        <print-options value="false" type="BOOL" help="Prints option values before processing"/>
        <help value="false" synonymes="?" type="BOOL" help="Prints this screen or selected topics"/>
        <version value="false" synonymes="V" type="BOOL" help="Prints the current version"/>
        <xml-validation value="local" synonymes="X" type="STR" help="Set schema validation scheme of XML inputs (&quot;never&quot;, &quot;local&quot;, &quot;auto&quot; or &quot;always&quot;)"/>
        <xml-validation.net value="never" type="STR" help="Set schema validation scheme of SUMO network inputs (&quot;never&quot;, &quot;local&quot;, &quot;auto&quot; or &quot;always&quot;)"/>
        <no-warnings value="false" synonymes="W suppress-warnings" deprecated="suppress-warnings" type="BOOL" help="Disables output of warnings"/>
        <aggregate-warnings value="-1" type="INT" help="Aggregate warnings of the same type whenever more than INT occur"/>
        <log value="" synonymes="l log-file" type="FILE" help="Writes all messages to FILE (implies verbose)"/>
        <message-log value="" type="FILE" help="Writes all non-error messages to FILE (implies verbose)"/>
        <error-log value="" type="FILE" help="Writes all warnings and errors to FILE"/>
        <log.timestamps value="false" type="BOOL" help="Writes timestamps in front of all messages"/>
        <log.processid value="false" type="BOOL" help="Writes process ID in front of all messages"/>
        <language value="C" type="STR" help="Language to use in messages"/>
        <ignore-errors value="false" synonymes="dismiss-loading-errors" deprecated="dismiss-loading-errors" type="BOOL" help="Continue on broken input"/>
        <ignore-errors.connections value="false" type="BOOL" help="Continue on invalid connections"/>
        <show-errors.connections-first-try value="false" type="BOOL" help="Show errors in connections at parsing"/>
        <ignore-errors.edge-type value="false" type="BOOL" help="Continue on unknown edge types"/>
    </report>

    <random_number>
        <random value="false" synonymes="abs-rand" deprecated="abs-rand" type="BOOL" help="Initialises the random number generator with the current system time"/>
        <seed value="23423" synonymes="srand" deprecated="srand" type="INT" help="Initialises the random number generator with the given value"/>
    </random_number>

</netconvertConfiguration>