[sumo-user] Modelling Public Transport Line (or fixed Route)

2020-05-04 Thread Tripplanner Mumbai
Hello, I am confused about the implementation of public transport route inside SUMO. As per standards, a public transport route (sometimes known as a line) has a fixed sequence of stops which it has to cover, and a frequency which means the number of times that route must be served at these

Re: [sumo-user] Modelling Public Transport Line (or fixed Route)

2020-05-04 Thread Tripplanner Mumbai
ency and reference the route and >> stops only once. >> >> Regards >> Mirko >> Am 04.05.2020 um 17:33 schrieb Tripplanner Mumbai: >> >> Hello, >> >> I am confused about the implementation of public transport route inside >> SUMO. >> >

Re: [sumo-user] Generate ticket data while simulating public transit line (route)

2020-05-22 Thread Tripplanner Mumbai
from the xml outputs as > well. > > Am Do., 7. Mai 2020 um 09:06 Uhr schrieb Tripplanner Mumbai < > tripplanner...@gmail.com>: > >> Hello Jackob, >> Do you mean that I should retrieve person data using TraCI (links- >> https://sumo.dlr.de/docs/TraCI/Pe

Re: [sumo-user] Previous stage output not available in TraCI

2020-08-17 Thread Tripplanner Mumbai
attached herewith. Note that I am using Ubuntu 18.04 as operating system. thanks and regards, Dillip Rout On Mon, 17 Aug 2020 at 14:42, Jakob Erdmann wrote: > in the cmake-build folder: > Please run 'make clean' > and then post the output of > 'make VERBOSE=1' > > Am So., 16. A

Re: [sumo-user] Generate ticket data while simulating public transit line (route)

2020-05-28 Thread Tripplanner Mumbai
trieve the vehicle type id of that stage. Instead of > using a potentially stale pointer, the type id is now stored directly. > > Am Mo., 25. Mai 2020 um 10:29 Uhr schrieb Tripplanner Mumbai < > tripplanner...@gmail.com>: > >> Hi Jackob, >> I want to point out to your

Re: [sumo-user] Generate ticket data while simulating public transit line (route)

2020-05-25 Thread Tripplanner Mumbai
/eclipse/sumo/issues/7060) > You can download the updated sumo version* tomorrow* at > https://sumo.dlr.de/docs/Downloads.php#sumo_-_latest_development_version > > regards, > Jakob > > Am Mo., 25. Mai 2020 um 07:50 Uhr schrieb Tripplanner Mumbai < > tripplanner...@gmail.

[sumo-user] Computing distance and travel time from a bus stop to another bus stop

2020-06-01 Thread Tripplanner Mumbai
Hello, I have a network and all its properties are defined. I am getting all needed output such as stop information, trip information, person information, etc. However, I would like to know how to calculate or find out the distance and travel time (as per definition). For example, I have a

Re: [sumo-user] Defining bidirectional line or bus service

2020-06-01 Thread Tripplanner Mumbai
ps (with different until times) and edges or use route > attributes 'repeat' and 'period'. For the latter you should use the latest > development version due make use of a recent bugfix. > > Am Mo., 1. Juni 2020 um 08:25 Uhr schrieb Tripplanner Mumbai < > tripplanner...@g

Re: [sumo-user] Previous stage output not available in TraCI

2020-07-22 Thread Tripplanner Mumbai
an answer for it? On Sat, 11 Jul 2020 at 11:53, Tripplanner Mumbai wrote: > Again, accessing previous stage data leads to error when I tried with the > latest development version which was updated on July 9. > > On Thu, 9 Jul 2020 at 17:20, Tripplanner Mumbai > wrote: > >

Re: [sumo-user] Previous stage output not available in TraCI

2020-08-06 Thread Tripplanner Mumbai
wrote: > Please try again with the latest development version tomorrow ( > https://github.com/eclipse/sumo/issues/7336). > > Am Mi., 22. Juli 2020 um 14:08 Uhr schrieb Tripplanner Mumbai < > tripplanner...@gmail.com>: > >> Finally, I installed SUMO through the c

Re: [sumo-user] Previous stage output not available in TraCI

2020-08-10 Thread Tripplanner Mumbai
-j option (just sudo make), the other error > should be at the end too. > > Greetings, Harald > Am 07.08.20 um 07:06 schrieb Tripplanner Mumbai: > > Hello Jakob, > Thank you for taking so much of effort to correct the null pointer. > > I downloaded the latest version of A

Re: [sumo-user] stop output and trip output do not match

2020-06-30 Thread Tripplanner Mumbai
lks/crossings) could be responsible for persons missing their buses. > > regards, > Jakob > > > > > Am Mo., 29. Juni 2020 um 10:21 Uhr schrieb Tripplanner Mumbai < > tripplanner...@gmail.com>: > >> Hello, >> *"tripinfo-output only contains persons

Re: [sumo-user] stop output and trip output do not match

2020-06-30 Thread Tripplanner Mumbai
walk public walk > 75: walk public public walk > 2154: walk public walk > 6739: walk > > > Am Di., 30. Juni 2020 um 08:01 Uhr schrieb Tripplanner Mumbai < > tripplanner...@gmail.com>: > >> Hello, >> I ran it again using the TraCI program and the log

Re: [sumo-user] Uninstalling SUMO

2020-07-05 Thread Tripplanner Mumbai
. > > Best regards, > Michael > > Am 19.06.20 um 07:21 schrieb Tripplanner Mumbai: > > @Michael, > > I noticed that the uninstalling instruction is updated. > > I am currently using the latest development version (updated on June 15, > > 2020). I

Re: [sumo-user] Uninstalling SUMO

2020-07-06 Thread Tripplanner Mumbai
ald@nyc> find . -name 'install*txt' > ./build/cmake-build/install_manifest.txt > > I would prefer > > cat install_manifest.txt | xargs sudo rm > > Greetings Harald > Am 06.07.20 um 07:26 schrieb Tripplanner Mumbai: > > Hello, > I tried to execute the first comman

Re: [sumo-user] Uninstalling SUMO

2020-07-06 Thread Tripplanner Mumbai
> missing. > > Regards, Harald > Am 06.07.20 um 09:07 schrieb Tripplanner Mumbai: > > Hello Herald, > > I just installed the latest development version which was updated on July 5 > (205 MB file) for Ubuntu 18.04. > > I followed your instructions, also searched

Re: [sumo-user] Uninstalling SUMO

2020-07-06 Thread Tripplanner Mumbai
gt; https://sumo.dlr.de/docs/Installing/Linux_Build.html#installing_the_sumo_binaries > ): > > sudo make install > > This step records all installed files in the install_manifest.txt file. > > Regards, Harald > > > Am 06.07.20 um 11:01 schrieb Tripplanner M

Re: [sumo-user] Uninstalling SUMO

2020-07-07 Thread Tripplanner Mumbai
Rout On Tue, 7 Jul 2020 at 10:24, Tripplanner Mumbai wrote: > Hi Harald, > Thank you so much for pointing out that I was missing "make install" step. > Yesterday, I added this step and installed the new version updated on July > 25. Also, i have changed the SUMO_HOME as

Re: [sumo-user] stop output and trip output do not match

2020-07-07 Thread Tripplanner Mumbai
lf._sendExact() > File "/usr/local/lib/python3.8/dist-packages/traci/connection.py", line > 83, in _sendExact > self._socket.send(length + self._string) > AttributeError: 'Connection' object has no attribute '_socket' > 'Connection' object has no attribute '_socket' >

Re: [sumo-user] Traffic simulation for a month

2020-07-15 Thread Tripplanner Mumbai
. Nothing stops you from running sumo for a month or more. > > Best regards, > Michael > > Am 15.07.20 um 06:55 schrieb Tripplanner Mumbai: > > Hello, > > > > SUMO is pretty nice in simulating traffic and getting the relevant > > parameters given a

[sumo-user] Modeling of speed, congestion and flow in SUMO

2020-07-14 Thread Tripplanner Mumbai
Hello, I am curious to know how SUMO models the speed of a road segment at a given period. Furthermore, the congestion computation is critical, so, what is the default model to calculate the congestion rate in SUMO? It will be really useful if some links to documentation and articles are provided.

[sumo-user] Traffic simulation for a month

2020-07-14 Thread Tripplanner Mumbai
Hello, SUMO is pretty nice in simulating traffic and getting the relevant parameters given a scenario including traffic and network. However, these simulations are only for a short period of time or a day. What more is required to simulate the traffic movement for a month? Note that the traffic

Re: [sumo-user] stop output and trip output do not match

2020-07-03 Thread Tripplanner Mumbai
the updated version tomorrow at > https://sumo.dlr.de/docs/Downloads.php#sumo_-_latest_development_version > regards, > Jakob > > Am Di., 30. Juni 2020 um 09:56 Uhr schrieb Tripplanner Mumbai < > tripplanner...@gmail.com>: > >> Hello Jakob, >> My apologies f

Re: [sumo-user] Previous stage output not available in TraCI

2020-07-11 Thread Tripplanner Mumbai
Again, accessing previous stage data leads to error when I tried with the latest development version which was updated on July 9. On Thu, 9 Jul 2020 at 17:20, Tripplanner Mumbai wrote: > Hello, > > I had raised this question long time ago that the TraCI program is unable > to find t

[sumo-user] Defining depot in a SUMO network

2020-06-17 Thread Tripplanner Mumbai
Hello, I need to define a bus depot so that the buses can rest at the depot and not create congestion on the road if those are parked on the bus stops. Nonetheless, I could not find a tag/field indicating depot. Is the depot defined through a parking area? If yes then how to define the capacity

Re: [sumo-user] repeating public transit routes

2020-06-17 Thread Tripplanner Mumbai
>>> @Dillip Rout: Please take a look at >>> https://github.com/eclipse/sumo/tree/master/tests/sumo/basic/routes/parsing/repeat_flow_busstop >>> @Chris Weinhaupl: You need to add the 'repeat' attribute in your route >>> d

Re: [sumo-user] Some ideas and proposals for repeated routes

2020-06-16 Thread Tripplanner Mumbai
Hello Jakob, I understand your concern regarding the change or addition of new classes. It is absolutely fine till things are working, especially with backward compatibility. A splendid work has been done by you and your team, no doubts. We are lucky to have your advice, time to time, majority of

Re: [sumo-user] repeating public transit routes

2020-06-16 Thread Tripplanner Mumbai
uld get something like this: > > > > > > > regards, > Jakob > > > > > > Am Di., 16. Juni 2020 um 07:07 Uhr schrieb Tripplanner Mumbai < > tripplanner...@gmail.com>: > >> Hello @Jakob, >> I am using

Re: [sumo-user] repeating public transit routes

2020-06-19 Thread Tripplanner Mumbai
hicle when that > stop is reached. You should be able to retrieve it with > vehicle.getParameter(vehID, "tripId"). The tripId is written in stop-output > after being set to a value other than "". > > Am Mi., 17. Juni 2020 um 14:07 Uhr schrieb Tripplanner Mumbai &l

Re: [sumo-user] stop output and trip output do not match

2020-06-26 Thread Tripplanner Mumbai
. thanks and regards, Dillip Rout On Wed, 24 Jun 2020 at 17:20, Tripplanner Mumbai wrote: > Hello, > Recently, I implemented public transit lines in SUMO. I encountered that > the number of passengers boarded at a stop according to stop output, does > not match with the number of passe

[sumo-user] Uninstalling SUMO

2020-06-16 Thread Tripplanner Mumbai
Hello, Recently, I installed a sumo (v1_6_0+0676-d20520c106) by the instructions (cloning and installing) given in the page (on my Ubuntu 18.04) https://sumo.dlr.de/docs/Installing/Linux_Build.html. Now, I want to uninstall it and install the latest development. However, when I tried the

Re: [sumo-user] repeating public transit routes

2020-06-15 Thread Tripplanner Mumbai
ulation (2 stops per >> route x 3 repeats x 2 buses). >> >> >> >> >> >> >> >> Am Fr., 12. Juni 2020 um 06:27 Uhr schrieb Tripplanner Mumbai < >> tripplanner...@gmail.com>: >> >>&g

Re: [sumo-user] Defining depot in a SUMO network

2020-06-17 Thread Tripplanner Mumbai
out of the way of the main road by setting > the attribute parking=true. Parking areas are only needed if you > want to model parking capacity constraints or parking search. > > Am Mi., 17. Juni 2020 um 08:03 Uhr schrieb Tripplanner Mumbai < > tripplanner...@gmail.com>: > >&

Re: [sumo-user] Uninstalling SUMO

2020-06-18 Thread Tripplanner Mumbai
; > Best regards, > Michael > > Am 16.06.20 um 14:05 schrieb Tripplanner Mumbai: > > Hello, > > > > Recently, I installed a sumo (v1_6_0+0676-d20520c106) by the > > instructions (cloning and installing) given in the page (on my Ubuntu > > 18.04) http

Re: [sumo-user] Some ideas and proposals for repeated routes

2020-06-15 Thread Tripplanner Mumbai
Hello Herald, Thanks for coming up with a proposal. In my opinion, the word route is ambiguous since it is used for defining a path as well as a public transit line (or route). Hence, a new class named line or ptLine should be formed. This class will contain all the properties of a public transit

Re: [sumo-user] repeating public transit routes

2020-06-15 Thread Tripplanner Mumbai
routes/parsing/repeat_flow_busstop > @Chris Weinhaupl: You need to add the 'repeat' attribute in your route > definition to define additional laps > > Am Mo., 15. Juni 2020 um 08:30 Uhr schrieb Tripplanner Mumbai < > tripplanner...@gmail.com>: > >> Hello Jakob, >>

[sumo-user] Extracting bus stops from a set of edges or path

2020-06-09 Thread Tripplanner Mumbai
Hello, I have a path (route) which is defined as a sequence of edges. For example, a set of edges is - edges="133 31 115 110 185 92 90 m91 88 187 190 77[0] 53[1][0] 53[1][1][0] 77[1][0] 77[1][1]". Now, how can I derive the set of bus stops corresponding to this path. I mean all the bus stops which

Re: [sumo-user] Computing distance and travel time from a bus stop to another bus stop

2020-06-03 Thread Tripplanner Mumbai
busstop.getLaneID and > traci.busstop.getEndPos. > The latter functions are only available in the latest development version. > > regards, > Jakob > > > Am Mo., 1. Juni 2020 um 08:06 Uhr schrieb Tripplanner Mumbai < > tripplanner...@gmail.com>: > >> Hello, &

Re: [sumo-user] Computing distance and travel time from a bus stop to another bus stop

2020-06-09 Thread Tripplanner Mumbai
at 13:40, Jakob Erdmann wrote: > the relationship between lane ids and edge ids is quite trivial but you > can also use traci.lane.getEdgeID(laneID) to get one from the other. > > Am Mi., 3. Juni 2020 um 10:07 Uhr schrieb Tripplanner Mumbai < > tripplanner...@gmail.com>: >

Re: [sumo-user] Computing distance and travel time from a bus stop to another bus stop

2020-06-09 Thread Tripplanner Mumbai
ad https://sumo.dlr.de/daily/sumo-win64-git.zip contains the > file tools/traci/_busstop.py > Most likely your are importing traci via reference to SUMO_HOME/tools > where SUMO_HOME points to another version of sumo. > > Am Di., 9. Juni 2020 um 15:24 Uhr schrieb Trippl

Re: [sumo-user] Computing distance and travel time from a bus stop to another bus stop

2020-06-09 Thread Tripplanner Mumbai
Hello, I just checked the current version which is updated on June 8. I found that the class "busstop" is available in it. Looks like I have to uninstall mine (updated from May) and again reinstall the new one. thanks and regards, Dillip Rout On Tue, 9 Jun 2020 at 19:34, Tripplan

Re: [sumo-user] Computing distance and travel time from a bus stop to another bus stop

2020-06-09 Thread Tripplanner Mumbai
Things are sorted out after I installed the version available currently which was updated on June 8. On Tue, 9 Jun 2020 at 20:43, Tripplanner Mumbai wrote: > Hello, > > I just checked the current version which is updated on June 8. I found > that the class "busstop" is

Re: [sumo-user] repeating public transit routes

2020-06-12 Thread Tripplanner Mumbai
ch the until times are > shifted on each repeat. > Taken together there are 12 vehicle stops in this simulation (2 stops per > route x 3 repeats x 2 buses). > > > > > > > > Am Fr., 12. Juni 2020 um 06:27 Uhr schrieb Tripplanner Mumbai &

Re: [sumo-user] repeating public transit routes

2020-06-11 Thread Tripplanner Mumbai
,_Vehicle_Types,_and_Routes.html#repeated_vehicles_flows ) For any public transit route or line, the fleet size is fixed, those vehicles make to and fro motion through the designated stops in various trips. Please let me know, thank you, Dillip Rout On Fri, 12 Jun 2020 at 08:33, Tripplanner Mumbai wrote

Re: [sumo-user] repeating public transit routes

2020-06-11 Thread Tripplanner Mumbai
Hello, I have the same issue, that is, tried to simulate bus service. For a line (or public transit route), several vehicles (fleet) repeatedly make many trips according to headway (period in SUMO) or frequency. As per the suggestions @Jackob, I tried the following.

Re: [sumo-user] Export Sumo data to csv

2020-06-08 Thread Tripplanner Mumbai
What is the issue or error? On Mon, 8 Jun 2020 at 23:10, lenri001 wrote: > It is not letting me download it. > > > > -- > Sent from: http://sumo-user-mailing-list.90755.n8.nabble.com/ > ___ > sumo-user mailing list > sumo-user@eclipse.org > To

[sumo-user] Loading the scenario or simulation using TraCI

2020-06-09 Thread Tripplanner Mumbai
Hello, I was trying to only load (not start the simulation) the simulation network or scenario using TraCI, particularly the following code (ref- https://sumo.dlr.de/daily/pydoc/traci.main.html). try: traci.load(['-c', 'run.sumo.cfg']) #only loads the simulation or scenario, not starts

Re: [sumo-user] Loading the scenario or simulation using TraCI

2020-06-09 Thread Tripplanner Mumbai
mulation is executed by the following line of code: stepCount=traci.simulationStep() #capture the steps of simulation, one step at a time Please correct me if I am wrong, further comment please. On Tue, 9 Jun 2020 at 12:47, Tripplanner Mumbai wrote: > Hello, > I was tryi

Re: [sumo-user] Previous stage output not available in TraCI - problem analyzed

2020-07-25 Thread Tripplanner Mumbai
y a crash of SUMO in certain circumstances. > > For details see issue 7336 > > Greetings Harald > > Am 22.07.20 um 14:07 schrieb Tripplanner Mumbai: > > Finally, I installed SUMO through the command line (sudo apt install SUMO) > and tried to get the previous stage d

Re: [sumo-user] Traffic simulation for a month

2020-07-15 Thread Tripplanner Mumbai
t regards, > Michael > > Am 15.07.20 um 09:14 schrieb Tripplanner Mumbai: > > Hello, > > Let us assume that a machine with sufficient computing power is > available. > > > > Now, there are two bare minimum input files for the simulation (1) > > city.net.xml - c

Re: [sumo-user] Variation of maxSpeed

2020-07-21 Thread Tripplanner Mumbai
Hello Harald, As per your definitions, speed limit of highway = 180 km/h, and vehicle's speedFactor=0.9 which means that the vehicle can run upto 160km/h on the highway (of course speedDev and sigma will affect it). Please clarify and/or rectify my views. thanks and regards, Dillip Rout On Tue,

Re: [sumo-user] Previous stage output not available in TraCI

2020-08-16 Thread Tripplanner Mumbai
, > Dillip Rout > > On Fri, 7 Aug 2020 at 11:20, Harald Schaefer wrote: > >> Hello Dillip, >> >> there must be another error in the output of the makefile. >> >> If you run step 5 without the -j option (just sudo make), the other error >> should be at t