Skip to main content

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

Hello,
older version of netconvert have plenty of problems with lefthand networks.
If this issue occurs with version 0.32.0 please send me the osm file so I can try to reproduce it on my end.

regards,
Jakob



2018-05-06 13:57 GMT+02:00 Jacob Janisz <jacob.janisz@xxxxxxxxxxx>:
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?

_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user



Back to the top