Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Combining Network Files

It should work without space after the comma:

netconvert -s E-cargo.net.xml,E-cargo1.net.xml,DC.net.xml -o merged.net.xml 

caveat:
- you may also have to add the option --ignore-errors to deal with elements that are present in both networks.
- check the boundary area in netedit afterwards and add any missing connectivity (right-click on junction and 'reset connections' may help)


Am Do., 3. Sept. 2020 um 19:04 Uhr schrieb Johnson, Dylan <dylan.johnson.19@xxxxxxxxx>:
Hi all,
I was wondering if there is a way to merge multiple networks with netconvert. I have unsuccessfully tried:
netconvert -s E-cargo.net.xml, E-cargo1.net.xml, DC.net.xml -o merged.net.xml 
I get an error saying that my inputs are not allowed in this context. 
Thanks,
Dylan 

_______________________________________________
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