Hello, there is currently no such feature. The best you can do is convert a sumo .net.xml file into its plain-xml representation (one file for nodes, one file for edges one file for connections). http://sumo.dlr.de/wiki/Networks/Building_Networks_from_own_XML-descriptions These files have a flat structure, they are human readable and can be converted to .csv with a little sumo tool ( http://sumo.dlr.de/wiki/Tools/Xml#xml2csv.py) It should be fairly easy to convert the geometry to .osm with a little script. Converting all the attributes would be more work. regards, Jakob
2017-04-27 4:58 GMT+02:00 Ankur Sarker <[email protected]>: > Hi, > > I am wondering if it is possible to convert SUMO network file to OSM file. > I know there is a feature in netconver to convert SUMO network file from > OSM file. > > For some reasons, I need to convert sumo network file to osm file. > > Thanks for your time! > > Best, > A. Sarker > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > sumo-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sumo-user > ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ sumo-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-user
