Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是SUMO的新手。我可以手工制作.nod.xml、<code>.edge.xml。当我想要新随机flows时,有很多随机性要做,所以我尝试使用sumolibSUMO python lib,但是我仍然找不到新建 xml、修改 xml 的订单……那么它是如何工作的?谢谢。
.nod.xml
flows
sumolib
如果您已经成功创建了网络并且只需要随机流量,请尝试使用 randomTrips.py
randomTrips.py -n my.net.xml -o passenger.trips.xml --validate
它还可以生成流以便于编辑,只需添加--flows 1.
--flows 1
一般来说,您可以使用您选择的文本编辑器编辑所有 xml 文件,但请注意,例如 .net.xml 文件应始终使用 netconvert 或 netedit 生成。