Hi Deborah,
sorry for the delay but you probably noticed that sourceforge was down.

Am 2015-07-16 17:43, schrieb Deborah Perrotta:
> Hello everyone,
> 
> I've been trying to apply cutRoutes to a file composed by bus routes 
> (and
> stops) and was not successful. I transformed the file from an 
> additional
> file to a route file, so it is basically like this:
> 
> <routes>
> <vType id="BUS" accel="0.7" decel="1.0" sigma="0.5" length="12" 
> minGap="3"
> maxSpeed="17" color="1,1,0" guiShape="bus"/>
> <route id="14_0" edges="8650842#1 8650842#2 (...)></route>
> <flow id="14_0" type="BUS" begin="1000" end="2800" period="420"
> color="1,1,0" route="14_0"/>
> </routes>

The problem is that cutRoutes currently only handles vehicle elements 
with nested routes such as
<vehicle id=...>
     <route ...>
</vehicle>

I opened a ticket for that: http://sumo.dlr.de/trac.wsgi/ticket/1838


You could pass your route file through the duarouter which should create 
the correct format and cut it afterwards.

Regards,
Michael


------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
sumo-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sumo-user

Reply via email to