Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Simulate subways in SUMO

Hello,
subways can be treated like above-ground rail or buses in SUMO. The network
and it's stops and lines can be extracted from OSM (
http://sumo.dlr.de/wiki/Tutorials/PT_from_OpenStreetMap). Frequencies and
capacities can be configured as well.
The biggest challenge will be to define realistic public transport demand (
http://sumo.dlr.de/wiki/Specification/Persons#PersonTrips)
You could use random traffic:
http://sumo.dlr.de/wiki/Tools/Trip#Generating_different_modes_of_traffic
or if you have an OD-Matrix you can use od2trips which supports generating
<persontrip> output in the latest development version.

regards,
Jakob


2017-08-07 8:13 GMT+02:00 wei zheng via sumo-user <
sumo-user@xxxxxxxxxxxxxxxxxxxxx>:

> Hello,
>
>
> Any idea how to simulate subways as part of the public transportation? I
> want to extract information such as number of ppl waiting at the subway
> station given the subway capacities and frequencies.
>
>
> Thank you very much for the help.
>
>
> best,
> -Wei
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> sumo-user mailing list
> sumo-user@xxxxxxxxxxxxxxxxxxxxx
> https://lists.sourceforge.net/lists/listinfo/sumo-user
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/sumo-user


Back to the top