Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Using PT Stops

Here is the ptline file:

    <input>

        <osm-files value="map.osm.xml"/>

    </input>

 

    <output>

        <output-file value="map.net.xml"/>

        <ptstop-output value="ptstop.xml"/>

        <ptline-output value="ptlines.xml"/>

    </output>

 

    <projection>

        <proj.utm value="true"/>

    </projection>

 

    <formats>

        <osm.stop-output.length value="20"/>

    </formats>

 

</configuration>

 

There was an empty trips.trips.xml.errorlog file generated, but that is it.

 

Joshua

 

From: sumo-user-bounces@xxxxxxxxxxx [mailto:sumo-user-bounces@xxxxxxxxxxx] On Behalf Of Jakob Erdmann
Sent: June 4, 2020 8:22 AM
To: Sumo project User discussions <sumo-user@xxxxxxxxxxx>
Subject: Re: [sumo-user] Using PT Stops

 

This means, the public transport lines defined in OSM could not be imported successfully.

Can you post the contents of the input ptline file and the .errorlog file generated by ptlines2flows? Was there any error output from ptlines2flows?

 

Am Do., 4. Juni 2020 um 14:16 Uhr schrieb Issa, Joshua <Joshua.Issa@xxxxxxxxxxxxxx>:

Hello Mirko,

 

The file flows.rou.xml does not generate traffic. It just says defines the vType for all the types of vehicle.

 

Joshua

 

From: sumo-user-bounces@xxxxxxxxxxx [mailto:sumo-user-bounces@xxxxxxxxxxx] On Behalf Of Mirko Barthauer
Sent: June 3, 2020 11:41 AM
To: sumo-user@xxxxxxxxxxx
Subject: Re: [sumo-user] Using PT Stops

 

Hi Joshua,

you get a file called flows.rou.xml containing PT flows (some sort of traffic demand & routes file). This can be loaded into SUMO using the adequate SUMO cmd line options or the corresponding sumocfg config file. See here for a brief introduction on how to do this.

Regards
Mirko

Am 03.06.2020 um 17:14 schrieb Issa, Joshua:

Hi all,

 

I’ve been following the tutorial https://sumo.dlr.de/docs/Tutorials/PT_from_OpenStreetMap.html, but I can’t seem to utilize it properly. There doesn’t seem to be any instructions on how to use the files generated by the python code. I was wondering if I could get some direction on how to apply the files generated.

 

Joshua

 

_______________________________________________
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


Back to the top