Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] logging junctions

Hello,
- the list of exit times corresponds to the list of edges (the kth time is the one were the kth edge was exited)
- the xml2csv tool has problems with deeply structured element hierarchies. You can simplify the vehroute output so that the exitTimes are included by setting the option
--vehroute-output.last-route

regards,
Jakob



2018-03-17 23:16 GMT+01:00 Reza Mortazavi <ir1979@xxxxxxxxx>:
How can I interpret the following exitTimes.xml file? For instance, what's the meaning of the following part? (I do not understand the meaning of - and # signs after the edge names.Additionally, what does routeDistribution refers to?) 

    <vehicle id="veh12" type="passenger" depart="11.00" departLane="0" arrival="69.00">
        <routeDistribution>
            <route replacedOnEdge="" replacedAtTime="11.00" probability="0" edges="44580366#15 -24281959#6"/>
            <route edges="44580366#15 238733217#3 238733217#4 238733217#5 -24281959#11 -24281959#10 -24281959#9 -24281959#8 -24281959#7 -24281959#6" exitTimes="24.00 29.00 33.00 48.00 50.00 53.00 57.00 62.00 68.00 69.00"/>
        </routeDistribution>
    </vehicle>



and another question, please. If I apply xml2csv file on exitTimes.xml, the output csv file does not include exitTimes (csv output is included). How can I make to include them in csv.



On Sun, Mar 11, 2018 at 2:31 AM, Jakob Erdmann <namdre.sumo@xxxxxxxxxxxxxx> wrote:
Hello,
you could use either one of these:
- http://sumo.dlr.de/wiki/Simulation/Output/Instantaneous_Induction_Loops_Detectors
- http://sumo.dlr.de/wiki/Simulation/Output/VehRoutes (with option --vehroute-output.exit-times)
regards,
Jakob

2018-03-10 23:06 GMT+01:00 Reza Mortazavi <ir1979@xxxxxxxxx>:
Hi there, I am working on a research paper and need the time each car arrives a junction. Is there any output format I can extract this info.

Regards

_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user



_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user



_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user



Back to the top