Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Netconvert: Plain files not converted properly

Hi,

I'm trying to convert an OSM map into plain SUMO files. I use the command to convert file:

netconvert --osm wrexham3.osm.xml --plain-output-prefix wrexham3, --lefthand --geometry.remove --roundabouts.guess --ramps.guess --junctions.join --tls.guess-signals --tls.discard-simple --tls.join --type-files $SUMO_HOME$/data/typemap/osmNetconvert.typ.xml, $SUMO_HOME$/data/typemap/osmNetconvertUrbanDe.typ.xml --remove-edges.by-vclass rail,rail_electric,bicycle,pedestrian --geometry.min-radius.fix --output.original-names --remove-edges.isolated

Then I want to convert it into .net.xml format without changing anything and it has loads of errors:

netconvert --node-files wrexham3.nod.xml -e wrexham3.edg.xml -x wrexham3.con.xml -t wrexham3.typ.xml -i wrexham3.tll.xml -o wrexham3.net.xml --lefthand

The error occuring is:
Error: The connection-destination edge XXX is not known.

Ignoring errors, once opened with SUMO-GUI i have seen that most of the edges disappeared. Why is this happening?

Back to the top