eclipse-sumo / sumo

Eclipse SUMO is an open source, highly portable, microscopic and continuous traffic simulation package designed to handle large networks. It allows for intermodal simulation including pedestrians and comes with a large set of tools for scenario creation.
https://eclipse.dev/sumo
Eclipse Public License 2.0
2.58k stars 1.44k forks source link

netconvert VISSIM: changes in VISSIM .inpx file structure #5915

Open m-kro opened 5 years ago

m-kro commented 5 years ago

A student just pointed me to this issue: With the current VISSIM v.11, networks use the following tags for road geometries in the VISSIM XML .inpx format:

This can be triggered by the network version in the root tag: <network version="603" vissimVersion="11.00 - 09 [78629]">

EDIT: I attach a small example file so that you can check whether there are more changes (as I didn't find any official announcement in recent release notes). vissim11.zip

namdre commented 5 years ago

May this sample be used in the public test suite?

m-kro commented 5 years ago

Yes for sure. But maybe you wait a few hours and I go back to create a more universal example with more features (like traffic lights).

m-kro commented 5 years ago

Here is a little more advanced small VISSIM network with traffic lights. Even if I think those are not read at the moment for inpx files, right? VISSIM_BS_Bueltenweg.zip

namdre commented 5 years ago
m-kro commented 5 years ago

I presume .sig files are specific. The signal program editor VISSIG reads/writes this format and hands it over to VISSIM. Editing of signal plans cannot be done in the proper VISSIM GUI.