Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] remove edge by type syntax

for command line options, separate arguments by a comma only, no spaces:
netconvert ... --remove-edges.by-type railway.subway,railway.rail

Am Mi., 23. Sept. 2020 um 02:17 Uhr schrieb Xun Liu <xliu8@xxxxxxxxxxxxx>:

Hello everyone,

 

I am trying to convert OSM map to a net file using the command netconvert. During this process I want to remove edges with type=”railway.subway” and type=”railway.rail” in the map. I found the command --remove-edges.by-type, but I am confused how it works.

 

Should the syntax be:

netconvert … --remove-edges.by-type: ”railway.subway”, ”railway.rail”?

 

Best,

Xun

_______________________________________________
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