1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- generated on Thu Sep 6 09:32:11 2018 by Eclipse SUMO netconvert Version v1_0_0+0032-77a1026
-->
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/netconvertConfiguration.xsd">
<input>
<node-files value="hello.nod.xml"/>
<edge-files value="hello.edg.xml"/>
</input>
<output>
<output-file value="hello.net.xml"/>
</output>
<report>
<verbose value="true"/>
</report>
</configuration>
|