Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] cutroutes.py for PT stops

an example call from our nightly tests looks like this:
cutRoutes.py input_net.net.xml input_routes.rou.xml -a input_additional.add.xml --routes-output out.rou.xml --stops-output out.add.xml

Am Do., 28. Mai 2020 um 05:14 Uhr schrieb Tetris <schmelter@xxxxxxxxxxxxxxxxxxx>:
Hello,

I want to cut the public transport stops to the reduced network with
cutroutes.py.  https://sumo.dlr.de/docs/Tools/Routes.html#cutroutespy
<https://sumo.dlr.de/docs/Tools/Routes.html#cutroutespy

But I get the message: "Exactly one of the options --trips-output or
--routes-output must be given".

The command I used:
..\cutRoutes.py" osm.net.xml --additional-input osm_stops.add.xml
--stops-output red_stops.add.xml --orig-net osm_original.net.xml

How can I correct the command? Using routes-output or trips-output doesn't
work.





--
Sent from: http://sumo-user-mailing-list.90755.n8.nabble.com/
_______________________________________________
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