Hi Tran, the edges are missing because you did not provide a type file and so the edges could not be imported. The first appearing error messages say that you should add --ignore-errors.edge-type.
Regards, Michael Am 25.03.2016 um 18:29 schrieb Nguyen Nguyen: > Dear Michael, > I attached the network to the email. > Thank you so much for your help.Best regards,Tran > > On Friday, March 25, 2016 2:41 AM, Michael Behrisch > <[email protected]> wrote: > > > Hi Tran, > this should work, can you send your network please? > > Best regards, > Michael > > Am 24.03.2016 um 23:42 schrieb Nguyen Nguyen: >> 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 >> > > > > > ------------------------------------------------------------------------------ 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
