Skip to content

Commit

Permalink
patching meta results refs #21, #14528
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Mar 18, 2024
1 parent 10ac90e commit e67fc18
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 3 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+1291-b5283f10f2b
Eclipse SUMO netconvert Version v1_19_0+1359-64c4a1408b8
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 @@ -375,7 +375,8 @@ Edge Removal 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.postload Remove edges after joining
--keep-edges.postload Remove edges after loading, patching and
joining
--keep-edges.in-boundary STR[] Only keep edges which are located within
the given boundary (given either as
CARTESIAN corner coordinates
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-03-14 16:28:07 by Eclipse SUMO netconvert Version v1_19_0+1291-b5283f10f2b
<!-- generated on 2024-03-18 07:54:16 by Eclipse SUMO netconvert Version v1_19_0+1359-64c4a1408b8
-->

<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/netconvertConfiguration.xsd">
Expand Down Expand Up @@ -585,7 +585,7 @@
<!-- Remove edges in FILE. (Each id on a single line. Selection files from sumo-gui are also supported) -->
<remove-edges.input-file value="" type="FILE"/>

<!-- Remove edges after joining -->
<!-- Remove edges after loading, patching and joining -->
<keep-edges.postload value="false" type="BOOL"/>

<!-- 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;) -->
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-03-14 16:28:07 by Eclipse SUMO netconvert Version v1_19_0+1291-b5283f10f2b
<!-- generated on 2024-03-18 07:54:16 by Eclipse SUMO netconvert Version v1_19_0+1359-64c4a1408b8
-->

<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/netconvertConfiguration.xsd">
Expand Down Expand Up @@ -215,7 +215,7 @@
<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 joining"/>
<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[]"/>
Expand Down

0 comments on commit e67fc18

Please sign in to comment.