Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] od2trips and vehicle types


calling the commands below works for me:
od2trips -c od2trips.config.xml  -o od_file.odtrips.xml --vtype rail
duarouter -c duarcfg_file.trips2routes.duarcfg
sumo-gui -r od_route_file.odtrips.rou.xml  -n test.net.xml

things I noticed:
- your network is meandering a lot which is suggestive of a long stretch of track. However the length of individual edges is fairly short (only a few meters between pretty sharp corners)
- your od-matrix defines traffic between 0 and 4000 hours (166 days). Possibly you intended something different?
It helps to set the option -H for od2trips and duarouter to get time output in human-readable format

regards,
Jakob





On Mon, Jun 15, 2020, 15:27 Issa, Joshua <Joshua.Issa@xxxxxxxxxxxxxx> wrote:

I did this, but I still encountered the same problem.

 

From: sumo-user-bounces@xxxxxxxxxxx [mailto:sumo-user-bounces@xxxxxxxxxxx] On Behalf Of Jakob Erdmann
Sent: June 15, 2020 9:36 AM
To: Sumo project User discussions <sumo-user@xxxxxxxxxxx>
Subject: Re: [sumo-user] od2trips and vehicle types

 

define the rail type in an additional file like this:

<additional>

  <vType id="rail" vClass="rail"/>

</additional>

and then load this file into duarouter with option --additional-files

 

Am Mo., 15. Juni 2020 um 14:44 Uhr schrieb Issa, Joshua <Joshua.Issa@xxxxxxxxxxxxxx>:

Hello,

 

I am trying to use od2trips and duarouter to generate train paths. The issue is that od2trips doesn’t want to recognize the rail type.

 

image

 

Here is the commands I used:

image

 

Thank you

 

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

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

<<< text/html; charset="UTF-8"; name=image: Unrecognized >>>

<<< text/html; charset="UTF-8"; name=image: Unrecognized >>>

Back to the top