Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] outputs of duaiterate

1. edges are in lexicographical order (https://en.wikipedia.org/wiki/Lexicographic_order). You can change the edge ids so they all have the same length to ensure numerical order (i.e. rename edge '1' to '01').

2. Edit the file duaIterate.py and change the string 'excludeEmpty="true"` to `excludeEmpty="false"` (there is currently no option to achieve this directly).


Am Mi., 13. Apr. 2022 um 08:24 Uhr schrieb Reza Bahmani <rbaphysics1995@xxxxxxxxx>:
Hi everyone 
1.As shown in image in "dump.xml" file the order of edge ids for id=1 to id=9 is not correct. is there any solution?
2.It seems in every time period, the edges with 0 density are not shown but i need it to be written 0. how can i solve this? 

regards  
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top