I recommend you create a text file in the same directory of netConvert.exe with the name *netConvertParameters.txt.* Then you should copy this line of text
netconvert.exe --node-files *myProject.nodes.xml* --edge-files *myProject.edges.xml *--connection-files *myProject.connections.xml* --output-file net.xml The fields *myProject.nodes.xml, **myProject.edges.xml *and *myProject.connections.xml* are the name of files in which you defined your nodes, edges, lanes and connections. You can find the format of every item in wiki. The next stepy, you need to change the extension of file *netConvertParameters.txt* to *netConvertParameters.bat*, to create a batch executable. Finally you need only execute the bacht file *netConvertParameters.bat*, and if the nodes, edges, lanes and connections are correctly defined, you will obtain a SUMO network file *net.xml*. Regards 2015-10-28 14:37 GMT+01:00 Rowland Odude <[email protected]>: > I don't understand the application usage..for example what goes inside the > netconvert file > On 28 Oct 2015 13:34, "Pablo Álvarez López" < > [email protected]> wrote: > >> Hi Rowland, >> >> What particular point you don't understand about netConvert? Definition >> of elements (nodes, edges, etc..), or application usage? >> >> Regards >> >> 2015-10-28 12:29 GMT+01:00 Rowland Odude <[email protected]>: >> >>> Hi >>> >>> I'm a new user to SUMO. I've read the wikipedia tutorials on SUMO >>> however, >>> I don't understand how the "NETCONVERT" works and what it really does. >>> >>> Can anyone please help?? >>> >>> Thanks >>> Rowland >>> >>> ------------------------------------------------------------------------------ >>> _______________________________________________ >>> sumo-user mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/sumo-user >>> >> >> >> >> -- >> Pablo Álvarez López >> Informatik Student. >> > -- Pablo Álvarez López Informatik Student. ------------------------------------------------------------------------------ _______________________________________________ sumo-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-user
