Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Extraction of speed profile of one particular vehicle

in version 0.32.0 you can use grep (needs to be installed seperately for window: http://gnuwin32.sourceforge.net/packages/grep.htm
   grep 'id="yourVehID"'

in the latest development version you can set option
  --fcd-output.explicit yourVehID
and the use
 --fcd-output instead of --netstate-dump
to get output only for the specified vehicle.

regards,
Jakob 


2018-08-19 23:20 GMT+02:00 Gokul via sumo-user <sumo-user@xxxxxxxxxxxxxxxxxxxxx>:
Hello there,

I’ve created an output of my simulation through netstate dump in the xml format. Now I want to extract the speed profile of one particular vehicle. How can I filter the data I need from such a huge file? Please help me with this.

Thanks & Regards
Gokul Kamadana
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
sumo-user mailing list
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/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