Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] How to Integrate Traffic Rules from IENC Data into SUMO Network?

Hello, SUMO Community!

I have traffic rules stored as .000 data from IENC, and I would like to implement them in SUMO. However, I’ve encountered some challenges:

The coordinates in the .net.xml file and the IENC data seem to use different coordinate systems. The road structures in the SUMO network are not identical to those in the IENC data. I’ve considered automating the process with a Python script to adjust the coordinates and match roads, but I’m unsure of the best approach to resolve the mismatches and integrate the traffic rules effectively.

Would it be better to handle this manually using NetEdit and TraCI? Or is there a recommended way to automate this, such as transforming coordinates and matching roads programmatically?

Any advice, examples, or workflows would be greatly appreciated!

Thank you in advance for your help.
Mohamed


Back to the top