Skip to content

Commit

Permalink
patching meta results refs #21, #4392
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Feb 22, 2024
1 parent 7779088 commit b27b66f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
--osm-files osm.xml -v --tls.discard-simple --tls.guess-signals --output net.net.xml --geometry.remove --junctions.join --roundabouts.guess --no-internal-links --type-files $SUMO_HOME/data/typemap/osmNetconvert.typ.xml,input_types.typ.xml
--parking-output additional.xml --aggregate-warnings 2
--ignore-widths
4 changes: 2 additions & 2 deletions tests/netconvert/meta/help/output.netconvert
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Eclipse SUMO netconvert Version v1_19_0+0910-7ddfc6d
Eclipse SUMO netconvert Version v1_19_0+0956-34b9252
Copyright (C) 2001-2024 German Aerospace Center (DLR) and others; https://sumo.dlr.de
Network importer / builder for the microscopic, multi-modal traffic simulation
SUMO.
Expand Down Expand Up @@ -557,6 +557,7 @@ Formats Options:
--ignore-change-restrictions STR[] List vehicle classes that may ignore
lane changing restrictions ('all'
discards all restrictions)
--ignore-widths Whether lane widths shall be ignored.
--osm.skip-duplicates-check Skips the check for duplicate nodes and
edges
--osm.elevation Imports elevation data
Expand Down Expand Up @@ -637,7 +638,6 @@ Formats Options:
--visum.lanes-from-capacity.norm FLOAT The factor for flow to no. lanes
conversion
--opendrive.import-all-lanes Imports all lane types
--opendrive.ignore-widths Whether lane widths shall be ignored.
--opendrive.curve-resolution FLOAT The geometry resolution in m when
importing curved geometries as line
segments.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2024-02-20 23:25:46 by Eclipse SUMO netconvert Version v1_19_0+0910-7ddfc6d
<!-- generated on 2024-02-22 13:20:00 by Eclipse SUMO netconvert Version v1_19_0+0956-34b9252
-->

<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/netconvertConfiguration.xsd">
Expand Down Expand Up @@ -825,6 +825,9 @@
<!-- List vehicle classes that may ignore lane changing restrictions (&apos;all&apos; discards all restrictions) -->
<ignore-change-restrictions value="authority" type="STR[]"/>

<!-- Whether lane widths shall be ignored. -->
<ignore-widths value="false" synonymes="opendrive.ignore-widths" type="BOOL"/>

<!-- Skips the check for duplicate nodes and edges -->
<osm.skip-duplicates-check value="false" type="BOOL"/>

Expand Down Expand Up @@ -978,9 +981,6 @@
<!-- Imports all lane types -->
<opendrive.import-all-lanes value="false" type="BOOL"/>

<!-- Whether lane widths shall be ignored. -->
<opendrive.ignore-widths value="false" type="BOOL"/>

<!-- The geometry resolution in m when importing curved geometries as line segments. -->
<opendrive.curve-resolution value="2" type="FLOAT"/>

Expand Down
4 changes: 2 additions & 2 deletions tests/netconvert/meta/write_template_full/cfg.netconvert
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2024-02-20 23:25:46 by Eclipse SUMO netconvert Version v1_19_0+0910-7ddfc6d
<!-- generated on 2024-02-22 13:20:00 by Eclipse SUMO netconvert Version v1_19_0+0956-34b9252
-->

<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/netconvertConfiguration.xsd">
Expand Down Expand Up @@ -307,6 +307,7 @@
<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"/>
Expand Down Expand Up @@ -358,7 +359,6 @@
<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" 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.ignore-widths value="false" type="BOOL" help="Whether lane widths shall be ignored."/>
<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"/>
Expand Down

0 comments on commit b27b66f

Please sign in to comment.