Dear All,
I used netconvert to generate separate files from the original file net.xml by 
the following command:

netconvert -s small_la.net.xml --plain-output-prefix small_la

and get small_la.con.xml, small_la.nod.xml,small_la.edg.xml and 
small_la.tll.xml. And then I used those files to reconstruct the original 
.net.xml without modify anything:

netconvert --node-files small_la.nod.xml --edge-files small_la.edg.xml 
--connection-files small_la.con.xml --tllogic-files small_la.tll.xml 
--output-file modified_small_la.net.xml

but I still get a bunch of errors: "the connection-source edge ... is not 
known" and "Unknown edge ... given in connection."
Can I not combine those separate files into a net file?

Thank you.
Best regards,
Tran



------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785351&iu=/4140
_______________________________________________
sumo-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sumo-user

Reply via email to