Skip to content

Instantly share code, notes, and snippets.

@koh1
Created July 12, 2019 07:59
Show Gist options
  • Select an option

  • Save koh1/6062ab8da28c9e14a1927dd54e3194f2 to your computer and use it in GitHub Desktop.

Select an option

Save koh1/6062ab8da28c9e14a1927dd54e3194f2 to your computer and use it in GitHub Desktop.
sumo --fcd-output fcd-output-file.xml
<?xml version="1.0" encoding="UTF-8"?>
<!-- generated on 06/15/19 03:28:32 by Eclipse SUMO Version 1.2.0
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/sumoConfiguration.xsd">
<input>
<net-file value=".\grid_1000m.net.xml"/>
<route-files value=".\grid_1000m.trip.xml"/>
</input>
<output>
<fcd-output value="grid_1000m.fcd-output.xml"/>
</output>
<time>
<begin value="0"/>
<end value="4000"/>
</time>
</configuration>
-->
<fcd-export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/fcd_file.xsd">
<timestep time="0.00">
<vehicle id="0" x="8.30" y="-1.60" angle="90.00" type="DEFAULT_VEHTYPE" speed="0.00" pos="5.10" lane="A0B0_0" slope="0.00"/>
</timestep>
<timestep time="1.00">
<vehicle id="0" x="10.28" y="-1.60" angle="90.00" type="DEFAULT_VEHTYPE" speed="1.98" pos="7.08" lane="A0B0_0" slope="0.00"/>
</timestep>
<timestep time="2.00">
<vehicle id="0" x="14.47" y="-1.60" angle="90.00" type="DEFAULT_VEHTYPE" speed="4.19" pos="11.27" lane="A0B0_0" slope="0.00"/>
</timestep>
...
</fcd-export>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment