Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Netconvert ID names

Set netconvert option --output.original-names and then retrieve the lane <param key="origId" value="..."/> for a mapping to the original OSM ids.
See also https://sumo.dlr.de/docs/Networks/Import/OpenStreetMap.html#relationship_between_osm_ids_and_sumo-ids

Am Sa., 30. Okt. 2021 um 00:39 Uhr schrieb Toprak Fırat <atoprakfirat@xxxxxxxxx>:
Hello,

I am trying to build a network using a smaller subgraph of an open street map (.osm) file that was diminished using osmnx. Then I use:

'netconvert --osm-files graph.osm --output-file map.net.xml --geometry.remove --roundabouts.guess --ramps.guess --junctions.join --tls.guess-signals --tls.discard-simple --tls.join’

to convert the small network into a sumo network.

However, I need to be able to identify which roads are which.
I need the road IDs of network to be the same with the osm IDs of the osm file or another way to be able to identify them so that I can automate generating an edge data file with the real world flow data I have.

Regards,

_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top