[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [sumo-user] How to remove edges that are not used in a road network
|
Can you explain "edges that are not used" a bit more? By which attribute edges should be considered to be removed?
Best regards
Mirko
-----Original-Nachricht-----
Betreff: [sumo-user] How to remove edges that are not used in a road network
Datum: 2024-06-13T06:33:41+0200
Von: "Ei Ei Mon via sumo-user" <sumo-user@xxxxxxxxxxx>
An: "Sumo project User discussions" <sumo-user@xxxxxxxxxxx>
Dear SUMO team,
We created a simulated road network using osmwebwizard.py. Our road network is big.
netconvert --sumo-net-file osm.net.xml --lefthand --remove-edges.by-vclass hov,taxi,bus,delivery,transport,lightrail,cityrail,rail_slow,rail_fast,motorcycle,bicycle,pedestrian -o osm_netconvert.net.xml
netconvert --sumo-net-file osm.net.xml --lefthand --no-internal-links --keep-edges.by-vclass passenger --remove-edges.isolated true --remove-edges.by-type highway.track,highway.services,highway.unsurfaced -o osm_netconvert.net.xml
We have used netconvert to remove some edges. We would like to know if there is any way to remove edges that are not used without manually using netedit. Could you give any suggestions?
Thank you very much in advance.
with best regards