Re: [sumo-user] Problem with OSM Web Wizard

2021-11-17 Thread Jakob Erdmann
The operating system might block communication between the python script and your default browser. In this case it may help to open up the wizard web page in another browser. Am Mi., 17. Nov. 2021 um 21:47 Uhr schrieb Nicoló Avogadro < nicoav...@gmail.com>: > Dear all, > > I am writing because I

Re: [sumo-user] Arrived vehicles unknown. How to request aggregated vehicle data in TraCI?

2021-11-17 Thread Jakob Erdmann
The recommended way to obtain aggregated data is via xml outputs (i.e. tripinfo-output for aggregation on the vehicle level). Tripinfo-output is flushed in every simulation step so you might even parse this at runtime if really needed. The typical use case of traci is for runtime manipulation of th

Re: [sumo-user] EV battery consumption values

2021-11-16 Thread Jakob Erdmann
Thanks a lot for putting in the effort and sharing your results! May I put the values and your results into the sumo documentation? (i'd add a new section "example configuration"). I think it would be very useful since your values vary quite a bit from the defaults. cheers, Jakob Am Mo., 15. Nov.

Re: [sumo-user] Running duaIterate.py with flowrouter.py routes

2021-11-16 Thread Jakob Erdmann
d.rou.alt.xml'* > > It seems that implausibleRoutes.py cannot read the routes from routes.xml, > but not sure why. The routes.xml contains routes of this form: > > > > Kind regards, > Alejandro > > El mar, 16 nov 2021 a las 10:36, Jakob Erdmann () >

Re: [sumo-user] traci execution speed

2021-11-16 Thread Jakob Erdmann
Each individual traci command costs time because data must be passed between your code and sumo. - reduce the number of traci commands (i.e. by caching values that do not change or by using subscriptions) - switch to libsumo https://sumo.dlr.de/docs/Libsumo.html regards, Jakob Am Di., 16. Nov. 20

Re: [sumo-user] Running duaIterate.py with flowrouter.py routes

2021-11-16 Thread Jakob Erdmann
> "duarouterAltOutput" definition shown below that. But I don't really know > what to do to get rid of this error. It doesn't not work with absolute > paths neither. > prefix = os.path.commonprefix(options.routeFiles) > duarouterOutput = prefix + '

Re: [sumo-user] Running duaIterate.py with flowrouter.py routes

2021-11-15 Thread Jakob Erdmann
Hello, the two outpufiles generated by flowrouter.py (routes and flows) must be used together. This can either be done by adding the routes with option --additional or by using duarouter in a preprocessing step (load routes, flows and network to create a combined file with lots of vehicles). The w

Re: [sumo-user] PTFS import generates nothing

2021-11-14 Thread Jakob Erdmann
Please try again with gtfs2pt from the latest development version. It should work without shapes.txt now. https://sumo.dlr.de/docs/Downloads.php#sumo_-_latest_development_version Also, If the osm network defines public transport lines, try to use the OSM route information ( https://sumo.dlr.de/docs

Re: [sumo-user] Clarification on output of E1 detectors in mesoscopic simulation

2021-11-14 Thread Jakob Erdmann
Mesoscopic simulation does not distinguish between lanes (except for some turn lanes at junctions). The mesoscopic models is based on queues. Often, a queue models the whole edge and the number of lanes only modifies the capacity of that queue. Placing one e1Detector per edge is therefore enough t

Re: [sumo-user] Changing the re-insertion point of teleport

2021-11-11 Thread Jakob Erdmann
e: >> >> >> Hi, >> I use sumo-gui and I type FCDOutput in command line, but it cannot find >> anything. I think sumo-cfg did not make FCDoutput after running simulation. >> I will be happy to know your ideas. >> Best, >> Elaheh >> >> >

Re: [sumo-user] How to Prevent Vehicles from Teleporting on a Given Route

2021-11-11 Thread Jakob Erdmann
s" state="M"/> > toLane="0" dir="s" state="M"/> > > Trying to add connections to the "bus" lane in netedit yields in SUMO > > Error: Invalid position for busStop 'busStop_StudentServicesDrNB4_1_23'. > Error: Co

Re: [sumo-user] Setting a stop duration with traci.vehicle.setBusStop does not work

2021-11-11 Thread Jakob Erdmann
Hello Harald, according to my tests, the new duration is set correctly, It's only that traci still reports the value that was originally set. This is now fixed. regards, Jakob Am Do., 11. Nov. 2021 um 09:42 Uhr schrieb Harald Schaefer < fechs...@gmail.com>: > Dear all, hi Jakob, > > currently I

Re: [sumo-user] Question: convert sumo network with geo-coordinate

2021-11-11 Thread Jakob Erdmann
If the network was import from a geo-referenced input dataset (i.e. OSM) then it already contains projection information and can supply you with geo-data. See https://sumo.dlr.de/docs/Geo-Coordinates.html Am Do., 11. Nov. 2021 um 07:08 Uhr schrieb Yiran Zhang : > Hi everyone, > > May I know if we

Re: [sumo-user] Changing the re-insertion point of teleport

2021-11-11 Thread Jakob Erdmann
The latest development version supports option '--time-to-teleport.remove' which removes vehicles instantly after waiting too long. Am Do., 21. Okt. 2021 um 09:42 Uhr schrieb Jakob Erdmann < namdre.s...@gmail.com>: > Hello, > this is currently not supported. You could emu

Re: [sumo-user] Problem with finding FCDOutput

2021-11-10 Thread Jakob Erdmann
is website it is not clearly described how > I get FCDOutput. I do not know if I need another software or I should > change the setting in SUMO. > Bests; > Elaheh > > > On Wednesday, November 10, 2021, 03:45:25 PM GMT+1, Jakob Erdmann < > namdre.s...@gmail.com> wrote: >

Re: [sumo-user] Problem with finding FCDOutput

2021-11-10 Thread Jakob Erdmann
https://sumo.dlr.de/docs/Simulation/Output/FCDOutput.html Am Mi., 10. Nov. 2021 um 15:43 Uhr schrieb elahe ehsani via sumo-user < sumo-user@eclipse.org>: > Hi everyone, > I have a question about SUMO. I ran a simple simulation with SUMO and now > only I have some xml files. I need the coordinatio

Re: [sumo-user] Occasional One-way street

2021-11-10 Thread Jakob Erdmann
lane gneJ11_3_0 to use within the busStop 'busStop_gneEJ11_3_0' > is not known. > > Error: Could not end a stopping place that is not opened. > > > > > > Am I doing something incorrectly? > > > > > > Br, > > Marcus > > > > *Från:*

Re: [sumo-user] About using TraCI to read the travel time of the E3 detector

2021-11-09 Thread Jakob Erdmann
Retrieving the mean travel time of e3 isn't supported in 1.10.0 You can either updated to the latest development version ( https://sumo.dlr.de/docs/Downloads.php#sumo_-_latest_development_version) or wait for the release of 1.11.0 in 2 weeks. regards, Jakob Am Di., 9. Nov. 2021 um 15:09 Uhr sc

Re: [sumo-user] How to Prevent Vehicles from Teleporting on a Given Route

2021-11-09 Thread Jakob Erdmann
hedule? Will this have the buses rerouted or skip bus > stops entirely to keep pace with bus schedule? > > Thank you > Ifezue > > On Tue, Nov 9, 2021 at 1:37 AM Jakob Erdmann > wrote: > >> Teleporting behavior only admits global configuration at the moment. You >> ca

Re: [sumo-user] Fw: Lane- or Edge-based Emissions Measures

2021-11-09 Thread Jakob Erdmann
There is a misunderstanding: doesn't refer to some other detector. It's just an arbitrary name defined by the user to distinguish the written data from other edgeData definitions that write into the same file. edgeData will always cover all network edges so you only need multiple definitions if yo

Re: [sumo-user] Occasional One-way street

2021-11-09 Thread Jakob Erdmann
Hello, your method works by defining the one-way part as a junction with exclusive right of way. There are some issues with this approach outlined in https://github.com/eclipse/sumo/issues/9500 but it might still be good enough for your use case. You can actually put a busStop into a junction by a

Re: [sumo-user] How to Prevent Vehicles from Teleporting on a Given Route

2021-11-08 Thread Jakob Erdmann
Teleporting behavior only admits global configuration at the moment. You can increase the time threshold with option --time-to-teleport or disable teleporting completely by setting a negative value. Judging by the warning message, the teleporting was related to a failed lane change. This might poin

Re: [sumo-user] Regarding network cropping using polygon

2021-11-08 Thread Jakob Erdmann
1. draw polygon in netedit (POI-Poly mode) 2. inspect polygon and copy it's shape attribute 3. on the command line, run netconvert -s old.net.xml -o cropped.net.xml --keep-edges.in-boundary "" It's important that you put quotes around the shape value. The latest development version of netedit al

Re: [sumo-user] Lane change output using Traci

2021-11-08 Thread Jakob Erdmann
Hello, there is no direct equivalent to lanechange-output via TraCI. You can piece together most the information with successive calls to - vehicle.getLaneID / getLaneIndex to track whether a lane change has occurred (some care must be taken if the vehicle changes it's edge and it's lane in the sam

Re: [sumo-user] Taxis not leaving simulation

2021-11-06 Thread Jakob Erdmann
Right now, there is no way to signal to the taxi device that no more customers are forthcoming. To end a taxi simulation you have two options - set option --end - define an explicit end type for each taxi vehicle or taxi type: https://sumo.dlr.de/docs/Simulation/Taxi.html#taxi_behavior regards, Ja

Re: [sumo-user] Set all vehicles' length

2021-11-06 Thread Jakob Erdmann
1. define a vType with the desired length 2. assign this vType to your vehicles If your vType is named "DEFAULT_VEHTYPE" you can skip step 2. https://sumo.dlr.de/docs/Definition_of_Vehicles%2C_Vehicle_Types%2C_and_Routes.html Am Sa., 6. Nov. 2021 um 09:23 Uhr schrieb Starlight Charlotte < jeremi

Re: [sumo-user] Switchable right-turn arrow on traffic lights

2021-11-05 Thread Jakob Erdmann
ke the turning signal the result > of both signals. > > > > Thanks for the help > > > > > > *From:* sumo-user *On Behalf Of *Jakob > Erdmann > *Sent:* Friday, November 5, 2021 9:36 AM > *To:* Sumo project User discussions > *Subject:* Re: [sumo-user]

Re: [sumo-user] Modifying dynamically persons mobility and color

2021-11-05 Thread Jakob Erdmann
traci.person.setColor traci.person.removeStages followed by traci.person.appendWaitingStage Am Fr., 5. Nov. 2021 um 10:19 Uhr schrieb Arbi Alaouy : > Hi sumo users, > > Im simulating individuals throught pedestrian models. The xml file > containing persons activities is > structured as folows : >

Re: [sumo-user] Switchable right-turn arrow on traffic lights

2021-11-05 Thread Jakob Erdmann
Per my understanding of the German StVO, the switchable arrow indicates a conflict free traversal of the indicated direction. In your case, this should be modeled with 'G' state for the right turn (followed by a 'y' and 'r' state). Since each turning movement can have it's own signal in SUMO there

Re: [sumo-user] Routes to flows

2021-11-04 Thread Jakob Erdmann
Such a tool doesn't exist yet in the SUMO distribution. It shouldn't be too hard to add an option to vehicle2flow that performs the desired aggregation. Pull requests are welcome. (see https://sumo.dlr.de/docs/FAQ.html#how_do_code_contributions_work) Several sumo tools that write vehicles (i.e. ra

Re: [sumo-user] Understanding lcCooperativeSpeed Parameter

2021-11-03 Thread Jakob Erdmann
ed sections in >the screenshots? (there is a mention of possible failure in lane change) > > > Also, I'm using an older version (1.8.0). This is to have consistency in > the version I used for my previous experiments in my project. > So that my model doesn't behave d

Re: [sumo-user] Charging Model does not allow to reroute

2021-11-03 Thread Jakob Erdmann
Hello, the underlying issue has been fixed: https://github.com/eclipse/sumo/issues/9467 see also https://github.com/eclipse/sumo/issues/9453 regards, Jakob Am Fr., 29. Okt. 2021 um 12:53 Uhr schrieb Harald Schaefer < fechs...@gmail.com>: > Dear all or hi Jakob, > > playing with the scenario of I

Re: [sumo-user] Understanding lcCooperativeSpeed Parameter

2021-11-03 Thread Jakob Erdmann
sions of > SUMO. > > Thank you! > > -- > *From:* sumo-user on behalf of Jakob > Erdmann > *Sent:* Tuesday, November 2, 2021 3:28 AM > *To:* Sumo project User discussions > *Subject:* Re: [sumo-user] Understanding lcCoope

Re: [sumo-user] Questions: reverse lane control

2021-11-03 Thread Jakob Erdmann
See https://sumo.dlr.de/docs/Simulation/Rerouter.html#reversible_lanes regards, Jakob Am Mi., 3. Nov. 2021 um 04:08 Uhr schrieb Yiran Zhang : > Hi everyone, > > May I know if there is a way to dynamically change the reverse lane? My > initial thought is to draw two edges with different directio

Re: [sumo-user] Vehicle Refused to Overtake Stopped Vehicles

2021-11-02 Thread Jakob Erdmann
Make sure that the blocking vehicles are stopped with a element or traci.vehicle.setStop instead of just having speed 0. This determines how other vehicles react to them. Am Di., 2. Nov. 2021 um 16:16 Uhr schrieb E Huan Chen < colaaddic...@gmail.com>: > Hi, > > I tried creating a few dummy vehic

Re: [sumo-user] Understanding lcCooperativeSpeed Parameter

2021-11-02 Thread Jakob Erdmann
Hello, the code for lcCooperativeSpeed is at https://github.com/eclipse/sumo/blob/c16317561f2844d18dca1d0e14d96ce94b96c544/src/microsim/lcmodels/MSLCM_LC2013.cpp#L265-L277 However, the code that handles the situation in the screenshot is at https://github.com/eclipse/sumo/blob/c16317561f2844d18dca1

Re: [sumo-user] Pedestrian Size in GUI

2021-11-01 Thread Jakob Erdmann
t side. > > On Mon, Nov 1, 2021 at 8:35 PM Jakob Erdmann > wrote: > >> the following person visualization settings may help: >> - change their drawing style to circles (which are larger an easier to >> spot) >> - set size exaggeration > 1 >> - activate check

Re: [sumo-user] Pedestrian Size in GUI

2021-11-01 Thread Jakob Erdmann
the following person visualization settings may help: - change their drawing style to circles (which are larger an easier to spot) - set size exaggeration > 1 - activate checkbox "draw with constant size when zoomed out" Those settings can be saved to a gui-settings file and such a file can be loa

Re: [sumo-user] Netconvert ID names

2021-11-01 Thread Jakob Erdmann
Set netconvert option --output.original-names and then retrieve the lane for a mapping to the original OSM ids. See also https://sumo.dlr.de/docs/Networks/Import/OpenStreetMap.html#relationship_between_osm_ids_and_sumo-ids Am Sa., 30. Okt. 2021 um 00:39 Uhr schrieb Toprak Fırat < atoprakfi...@gma

Re: [sumo-user] Reach specific deviation in duaiterate

2021-11-01 Thread Jakob Erdmann
Use option --last-step to increase the limit. It's default is 50. Am Fr., 29. Okt. 2021 um 17:04 Uhr schrieb reihaneh koohi < reihanehko...@gmail.com>: > Dear SUMO members, > > I used duaiterate by --max-convergence-deviation "0.05" > The point is that it works well if the number of iteration i

Re: [sumo-user] VehiDs passing through a line

2021-10-28 Thread Jakob Erdmann
- getLoadedIDList only returns vehicles that were loaded in the last simulation step (instead of all vehicles loaded so far) - vehicle.getIDList returns all running vehicles - edge.getLastStepVehicleIDs returns vehicles on an edge - if the edge is very short, vehicles might pass over it in a single

Re: [sumo-user] detectPersons attribute

2021-10-28 Thread Jakob Erdmann
You need the latest *development* version (not just 1.10.0) and also need to make sure that SUMO_HOME points at the development version. Otherwise the outdated xml schema definition files are used where this attribute was not supported yet. (details and other workarounds described at https://sumo.d

Re: [sumo-user] Calibrate a simulation without having a lot of teleports

2021-10-27 Thread Jakob Erdmann
; Courriel : khaled.belhass...@cirrelt.ca > Site internet : http://www.cirrelt.ca/ > > > > > > > > -- > *De :* sumo-user de la part de Jakob > Erdmann > *Envoyé :* mardi 26 octobre 2021 08:26 > *À :* Sumo project User dis

Re: [sumo-user] Appropriate way to have SUMO Run Multiple Times

2021-10-27 Thread Jakob Erdmann
ckBinary > > *import* argparse > > *import *name_of_python_file > > > > for i in range (10): > > exec(name_of_python_file) > > > > For those not fluent in Python, is there some form of standardized Python > scripting template or format for allowing the repeat of si

Re: [sumo-user] Appropriate way to have SUMO Run Multiple Times

2021-10-26 Thread Jakob Erdmann
You need some sort of external scripting (i.e. a batch file, shell script or python program that starts the sumo process repeatedly). Am Mo., 25. Okt. 2021 um 22:08 Uhr schrieb vincentobiako < vincentobi...@gmail.com>: > Hello Everyone > > > > I am confused as to what is the appropriate way to ge

Re: [sumo-user] lines for taxi device

2021-10-26 Thread Jakob Erdmann
The latest development version supports this by defining the line attribute of taxis and rides with the 'taxi:"-prefix (i.e. "taxi:A" for one type of taxi and "taxi:B" for another type). You can get it at https://sumo.dlr.de/docs/Downloads.php#sumo_-_latest_development_version Am Di., 26. Okt. 202

Re: [sumo-user] Is it possible to merge the data from 2 lane detectors?

2021-10-26 Thread Jakob Erdmann
ct 27, 2021, 5:01 AM Jakob Erdmann wrote: > >> This isn't supported for the inductionLoop detector. However, you could >> instead define an entryExitDetector that spans multiple lanes: >> https://sumo.dlr.de/docs/Simulation/Output/Multi-Entry-Exit_Detectors_%28E3%29.html &g

Re: [sumo-user] Is it possible to merge the data from 2 lane detectors?

2021-10-26 Thread Jakob Erdmann
This isn't supported for the inductionLoop detector. However, you could instead define an entryExitDetector that spans multiple lanes: https://sumo.dlr.de/docs/Simulation/Output/Multi-Entry-Exit_Detectors_%28E3%29.html Am Di., 26. Okt. 2021 um 15:02 Uhr schrieb Nao Tomori < jeremiahferre...@gmail.

Re: [sumo-user] Calibrate a simulation without having a lot of teleports

2021-10-26 Thread Jakob Erdmann
Teleports / jamming can have many causes. See https://sumo.dlr.de/docs/FAQ.html#the_simulation_has_lots_of_jamsdeadlocks_what_can_i_do Routesampler is able to generate traffic that follows a time-profile (i.e. hourly counts) if the input data defines multiple time intervals. Or is this about more f

Re: [sumo-user] Problem with implementing a new car following model

2021-10-23 Thread Jakob Erdmann
tivity > double myalpha; > > /// @brief General Motors speed exponent > double myM; > > /// @brief General Motors Distance Headway Exponent > double myL; > /// @} > > > I would really appreciate the help. > > Best Regards, > Sadullah.

Re: [sumo-user] Fatal Error during vehicle Refueling using TraCI

2021-10-23 Thread Jakob Erdmann
Please provide a traceFile of your script: https://sumo.dlr.de/docs/TraCI/Interfacing_TraCI_from_Python.html#generating_a_log_of_all_traci_commands Am Sa., 23. Okt. 2021 um 00:58 Uhr schrieb vincentobiako < vincentobi...@gmail.com>: > Hello Everyone > > > > I have a simulation with buses that are

Re: [sumo-user] Problem with implementing a new car following model

2021-10-23 Thread Jakob Erdmann
Hello, - the call from.get is obsolete and from.getCFParam is correct (documentation has been updated). - the make the constructor call 'new MSCFModel_GM( ... )' with 4 parameters work, you have to define a corresponding constructor in MSCFModel_GM.h and .cpp regards, Jakob Am Sa., 23. Okt. 202

Re: [sumo-user] running a simulation automatically

2021-10-23 Thread Jakob Erdmann
For automated runs I recommend to use 'sumo' instead of 'sumo-gui'. If you need to start/end the visualization automatically, you can add options --start and --end. Am Fr., 22. Okt. 2021 um 15:20 Uhr schrieb ali mirzaei : > Hi everyone, > For running a simulation 100 times, I know putting a loop

Re: [sumo-user] Changing the re-insertion point of teleport

2021-10-21 Thread Jakob Erdmann
Hello, this is currently not supported. You could emulate the functionality via TraCI by monitoring the waiting time of vehicles and then removing them with vehicle.remove. Generally, teleports are meant to represent the skill of drivers to find a way around an obstruction but you shouldn't rely on

Re: [sumo-user] Fwd: Resolving "ChargingStation not Downstream current Route" Error

2021-10-21 Thread Jakob Erdmann
You can only use setStop for edges/stopping places that are on the upcoming route of a vehicle. To make a detour to another stop you can use the replaceStop function as this will modify the route so it uses the fastest path to the new stop and then continues with the next regular stop afterwards If

Re: [sumo-user] Using the "Replace Stop" function from TraCI

2021-10-21 Thread Jakob Erdmann
or pass it because I don't want to use that > argument, how do I go about doing that in TraCI? > > Thank you > Ifezue > > On Tue, Oct 19, 2021 at 2:32 AM Jakob Erdmann > wrote: > >> Hello, >> - nextStopIndex is the index of the stop to be replaced (0 is the >

Re: [sumo-user] TraCI is Closes Connection when Emission Class and Electric Parameters used Simultaneously

2021-10-21 Thread Jakob Erdmann
Tracking conventional fuel consumption with the battery device is supported: https://sumo.dlr.de/docs/Models/Electric.html#tracking_fuel_consumption_for_non-electrical_vehicles Please add sumo option --log log.txt and check for reported errors in log.txt after the run. Am Mi., 20. Okt. 2021 um 22:

Re: [sumo-user] Time to Teleport

2021-10-21 Thread Jakob Erdmann
1. no. 2. https://sumo.dlr.de/docs/Simulation/Output/StatisticOutput.html Am Mi., 20. Okt. 2021 um 22:25 Uhr schrieb Bae, Jong In : > Hello, > > Is there any way I can specify '--time-to-teleport' by lane? > Also, is there a way to export the number of vehicles that were teleported > in each simu

Re: [sumo-user] Taxis not appearing during SUMO test

2021-10-20 Thread Jakob Erdmann
-a > input_additional.add.xml,input_additional2.add.xml -r input_routes.rou.xml > --persontrip.transfer.taxi-walk allJunctions > --persontrip.transfer.walk-taxi allJunctions -o routes.rou.xml > > > > > > On Tue, Oct 19, 2021 at 8:08 PM Jakob Erdmann > wrote: > >> The

Re: [sumo-user] Issues with Traci Python Script

2021-10-19 Thread Jakob Erdmann
e in a time series plot where >> you can see the number of passengers relative to a timescale (e.g. second, >> minute, or hour). >> >> >> >> Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for >> Windows >> >> >>

Re: [sumo-user] Lane reduction parameters after passing the intersection

2021-10-19 Thread Jakob Erdmann
I recommend adding a brief stretch of 3 lane road on edge B followed by a zipper merge junction that continues with a 2 lane edge. This should make vehicles start to zipper merge while on the junction. (see https://sumo.dlr.de/docs/Networks/PlainXML.html#node_types) Regarding the strategic lane cho

Re: [sumo-user] Taxis not appearing during SUMO test

2021-10-19 Thread Jakob Erdmann
The test must be run will all the options defined in the corresponding options.* file (in this case options.duarouter) Am Do., 14. Okt. 2021 um 17:31 Uhr schrieb Griffin Hanekamp < griffhanek...@gmail.com>: > Hi sumo users, > > I'm working through a sumo test involving duarouter, persontrips, an

Re: [sumo-user] Using the "Replace Stop" function from TraCI

2021-10-19 Thread Jakob Erdmann
Hello, - nextStopIndex is the index of the stop to be replaced (0 is the upcoming stop, 1 is the stop after that, ...) - lane index is 0 for the rightmost lane, 1 for the lane to the left of it and so on (reversed in left-hand traffic) - flag is a bitset encoded as integer (by adding the values). s

Re: [sumo-user] Vehicle entering in wrong lane to off-ramp stops in motorway and jams the simulation

2021-10-19 Thread Jakob Erdmann
Hello, this kind of counter-lane-change-deadlock is known to occur in very short weaving sections and the solution is outline here: https://sumo.dlr.de/docs/Simulation/Motorways.html#combined_on-off-ramps In your situation there might be something else going on because the road ahead of the off-ram

Re: [sumo-user] Is there an easy way to convert nodes in SUMO Traas from a junction to a roundabout?

2021-10-19 Thread Jakob Erdmann
> Thank you in advance and best regards. > Students from Famnit > > V V pon., 18. okt. 2021 ob 15:00 je oseba Jakob Erdmann < > namdre.s...@gmail.com> napisala: > >> see >> https://sumo.dlr.de/docs/Netedit/neteditUsageExamples.html#converting_an_intersecti

Re: [sumo-user] Routing is not working for a closed edge.

2021-10-18 Thread Jakob Erdmann
Run your simulation with option --ignore-route-errors Am Do., 14. Okt. 2021 um 20:33 Uhr schrieb Syed Şah Sultan < syedshahsul...@gmail.com>: > Hello Harald > > Thanks for the response. Actually, I have created around 7 reroutes which > started from the edge '739763278#0' (rerouter.add.xml). Edg

Re: [sumo-user] problem with installing sumo-1.8.0 on ubuntu 20-04

2021-10-18 Thread Jakob Erdmann
There are some things you can try to have larger fonts on high-resolution screens (https://github.com/eclipse/sumo/issues/3543) The easiest workaround is to learn a few hotkeys (i.e. for starting/stopping). The actual simulation should look fine. Am Fr., 15. Okt. 2021 um 10:27 Uhr schrieb mohammad

Re: [sumo-user] Is there an easy way to convert nodes in SUMO Traas from a junction to a roundabout?

2021-10-18 Thread Jakob Erdmann
see https://sumo.dlr.de/docs/Netedit/neteditUsageExamples.html#converting_an_intersection_into_a_roundabout and https://sumo.dlr.de/docs/Netedit/neteditUsageExamples.html#convertion_a_roundabout_into_a_simple_intersction Am Fr., 15. Okt. 2021 um 15:36 Uhr schrieb Patrik Matošević < matosevicpat...

Re: [sumo-user] Run simulation without sharing files

2021-10-18 Thread Jakob Erdmann
This isn't directly supported by SUMO. You might connect via TraCI to a remote SUMO simulation and use the retrieved data for a custom visualization. sumo-web3d does this ( https://github.com/sidewalklabs/sumo-web3d) regards, Jakob Am Mo., 18. Okt. 2021 um 14:44 Uhr schrieb Charis Chalkiadakis vi

Re: [sumo-user] Issues with Traci Python Script

2021-10-07 Thread Jakob Erdmann
The statistical summary from the command line output can also be obtained in xml with option --statistic-output. xml can either be loaded directly in Excel or convertd with sumo/tools/xml/xml2csv.py Am Fr., 8. Okt. 2021 um 08:23 Uhr schrieb Harald Schaefer < fechs...@gmail.com>: > Hi Ifezue, > >

Re: [sumo-user] duaIterate.py doesn't take negative values

2021-10-07 Thread Jakob Erdmann
Should be working now. Am Do., 7. Okt. 2021 um 14:58 Uhr schrieb Sasan Amini : > Thanks for the quick reply. time-to-teleport=-1 works, but > sumo--meso-jam-threshold=-0.2 doesn't. > > On Thu, Oct 7, 2021 at 8:51 AM Jakob Erdmann > wrote: > >> Also, the latest

Re: [sumo-user] Car vs Bus traffic

2021-10-07 Thread Jakob Erdmann
h. A small change won't increase that much right, even if it is > only Krauss CFM. There's something we are missing. > > On Wed, Oct 6, 2021 at 8:03 PM Jakob Erdmann > wrote: > >> - Your two scenarios are using different traffic light plans >> - Your busses are driv

Re: [sumo-user] Teleporting Vehicle

2021-10-07 Thread Jakob Erdmann
There are no studies for teleportation limits that I'm aware of. Our own rule of thumb is to tolerate teleports in large simulations if its under 0.1% of total traffic. If you get deadlock in roundabouts it might be due to mis-modelled right-of-way, bad connections or because there are traffic ligh

Re: [sumo-user] duaIterate.py doesn't take negative values

2021-10-06 Thread Jakob Erdmann
Also, the latest development version supports duaIterate options -C to save a tool config file and -c to load it. Am Do., 7. Okt. 2021 um 08:49 Uhr schrieb Jakob Erdmann < namdre.s...@gmail.com>: > you can pass the value like this: '--time-to-teleport=-1' > > Am Do.,

Re: [sumo-user] duaIterate.py doesn't take negative values

2021-10-06 Thread Jakob Erdmann
you can pass the value like this: '--time-to-teleport=-1' Am Do., 7. Okt. 2021 um 01:39 Uhr schrieb Sasan Amini : > Hi, > > I am using duaIterate.py on version 1.10 and I cannot pass negative values > for the input parameters such as --time-to-teleport or sumo variables like > sumo--meso-jam-thre

Re: [sumo-user] deal with files preceded by the TIME prefix

2021-10-06 Thread Jakob Erdmann
https://docs.python.org/3/library/glob.html Am Mi., 6. Okt. 2021 um 21:02 Uhr schrieb ali mirzaei : > Hi everyone, > I have two output files generated by TraCI in python. I want to convert > them to CSV files with python script not by xml2csv tools. I am looking for > a way to introduce these fil

Re: [sumo-user] Car vs Bus traffic

2021-10-06 Thread Jakob Erdmann
different random seeds. The average of 5 results > show that the intersection throughput of mixed cars and buses is higher > than the cars only scenario. > I do not understand why this happened. > > Regards > Radha > > On Wed, Oct 6, 2021 at 2:26 PM Jakob Erdmann >

Re: [sumo-user] Rote cost

2021-10-06 Thread Jakob Erdmann
1. duarouter route cost is the sum of free flow travel times over the route edges (unless you load a weight file to overrule the free-flow times). 2. vehroute-output only writes a cost value if it was included in the input. However, you can simply obtain the cost as (arrival - depart) 3. use tripin

Re: [sumo-user] Feeding SUMO with Time Series data

2021-10-06 Thread Jakob Erdmann
see https://sumo.dlr.de/docs/Demand/Routes_from_Observation_Points.html I recommend routeSampler.py for the highways. Am Mi., 6. Okt. 2021 um 16:01 Uhr schrieb Toprak Fırat < atoprakfi...@gmail.com>: > I have time series data of some highways but don’t have any information > about inner city road

Re: [sumo-user] Car vs Bus traffic

2021-10-06 Thread Jakob Erdmann
Did you try running your scenarios multiple times with different seeds and averaging the results to check whether this is just random noise? Am Mi., 6. Okt. 2021 um 13:22 Uhr schrieb Radha Reddy < radha.reddy@gmail.com>: > Hello SUMO Community, > > I was analyzing the Intersection Throughput

Re: [sumo-user] Netedit doesn't load .osm file correctly

2021-10-05 Thread Jakob Erdmann
Invalid lane index '1' for connection from '362'. > Error: Invalid lane index '0' for connection from '437'. > Error: Invalid lane index '0' for connection from '438'. > Error: Invalid lane index '1' for connection from &#x

Re: [sumo-user] OSMWebWizard SSL certificate problem

2021-10-05 Thread Jakob Erdmann
The cerficiate was renewed 1 week ago. Possibly you need to refresh a cached value in Firefox ( https://support.zendesk.com/hc/en-us/articles/36099508-Why-do-I-sometimes-get-incorrect-SSL-certificate-details-for-my-subdomain-) Am Di., 5. Okt. 2021 um 15:29 Uhr schrieb Hervé Diedie < hervedie.

Re: [sumo-user] vehRoutes output

2021-10-05 Thread Jakob Erdmann
hat small, but I try to make one that is manageable and send it to you. > > Best, > Sasan > > On Mon, Oct 4, 2021 at 5:22 PM Jakob Erdmann > wrote: > >> If your simulation is using vehicle speed deviations (active by default), >> I recommend that you use the

Re: [sumo-user] Netedit doesn't load .osm file correctly

2021-10-05 Thread Jakob Erdmann
Your input contains plenty of invalid data (i.e. ) If you remove all the "nan" lines, all edges are imported. Am Mo., 4. Okt. 2021 um 14:02 Uhr schrieb Toprak Fırat < atoprakfi...@gmail.com>: > Hello, > > After I download an osm file from open street map, edit and split the > traffic network into

Re: [sumo-user] emergencydecel.warning-threshold value

2021-10-04 Thread Jakob Erdmann
No, the value does not affect simulation behavior. It only limits warnings for sharp deceleration. The warning 'emergency stop at the end of lane' is more serious though and cannot be suppressed. It points at some sort of modelling error (and includes a 'reason'). Am Mo., 4. Okt. 2021 um 17:22 Uhr

Re: [sumo-user] vehRoutes output

2021-10-04 Thread Jakob Erdmann
If your simulation is using vehicle speed deviations (active by default), I recommend that you use the latest development version which supports option --vehroute-output.speedfactor This reproduces the same vehicle speeds as the original run and should thereby reduce discrepancy. There are other r

Re: [sumo-user] Getting Persons to enter Bus

2021-10-03 Thread Jakob Erdmann
simulation. > > > > Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for > Windows > > > > *From: *Jakob Erdmann > *Sent: *Saturday, October 2, 2021 2:51 PM > *To: *vincentobi...@gmail.com > *Subject: *Re: [sumo-user] Getting Persons to enter B

Re: [sumo-user] Killed mesage on sumo

2021-10-02 Thread Jakob Erdmann
> Error message attached. > > Thanks. > Mohit > > On Sat, 2 Oct, 2021, 12:02 pm Jakob Erdmann, > wrote: > >> Please post the exact message. Is there any error output from the >> simulation prior to that? >> Did you check whether your system is running out of

Re: [sumo-user] How to Rebuild scenario in a modified network on Windows?

2021-10-02 Thread Jakob Erdmann
You have to close sumo-gui before running build.bat. Am Sa., 2. Okt. 2021 um 14:47 Uhr schrieb Nao Tomori < jeremiahferre...@gmail.com>: > I'm still getting the same errors > > > > > > > > > > On Sat, Oct 2, 2021, 7:47 PM Jakob Erdmann wrote: >

Re: [sumo-user] How to Rebuild scenario in a modified network on Windows?

2021-10-02 Thread Jakob Erdmann
Web wizard How do I run build.bat on windows? Do I need to > install something? Because in the tutorial there was some gvim and bash > commands, he was using a Linux, but I don't know how it works on windows > > On Sat, Oct 2, 2021, 6:59 PM Jakob Erdmann wrote: > >> If you

Re: [sumo-user] Getting Persons to enter Bus

2021-10-02 Thread Jakob Erdmann
1. Instead of using a walk to the first busStop you can also define your personFlow with Note, that this ignores the personCapacity of the busStop whereas approaching the busStop with a walk with respect capacity and may cause jamming on the sidewalk. If you wish to create bus schedules

Re: [sumo-user] Killed mesage on sumo

2021-10-02 Thread Jakob Erdmann
Please post the exact message. Is there any error output from the simulation prior to that? Did you check whether your system is running out of memory? Am Sa., 2. Okt. 2021 um 12:27 Uhr schrieb Mohit Garg via sumo-user < sumo-user@eclipse.org>: > Hi everyone, > > I am running simulations for a la

Re: [sumo-user] How to Rebuild scenario in a modified network on Windows?

2021-10-02 Thread Jakob Erdmann
If your scenario was created with osmWebWizard, run 'build.bat' to rebuild the demand. Am Sa., 2. Okt. 2021 um 12:15 Uhr schrieb Starlight Charlotte < jeremiahferre...@gmail.com>: > Forgive me I'm new to Sumo Traffic Simulator, but I've recently modified > my network using netedit, and now I need

Re: [sumo-user] parameters' values

2021-10-01 Thread Jakob Erdmann
No, you have to add vehicles individually with vehicle.add. Am Fr., 1. Okt. 2021 um 15:19 Uhr schrieb ali mirzaei : > Is adding a flow to a simulation possible via traci. too?. > > > On Thu, Sep 30, 2021 at 7:10 PM Jakob Erdmann > wrote: > >> Parameters shared by all m

Re: [sumo-user] Time-to-teleport

2021-10-01 Thread Jakob Erdmann
Adding config entry disables waiting-related teleporting. Am Fr., 1. Okt. 2021 um 14:35 Uhr schrieb Von Kiöhling Marcus via sumo-user : > Hello, > > > > I’m new to SUMO and mostly working in NetEdit. > > > > Right now I’m trying to remove the teleportation of a vehicle when it is > waiting at a

Re: [sumo-user] Network creation based on link travel times

2021-10-01 Thread Jakob Erdmann
you swift respond. > > > > Changing the link ‘length’, however, would still mean that I have to > iteratively check length and travel time, right? > > > > *Von:* sumo-user [mailto:sumo-user-boun...@eclipse.org] *Im Auftrag von *Jakob > Erdmann > *Gesendet:* Freitag,

Re: [sumo-user] Questions about SSM device

2021-10-01 Thread Jakob Erdmann
1. This can only be answered by looking at individual conflicts that were classified differently. Since both classifications are (by necessity) based on thresholds, small differences in computation can have a large impact on results. 2. SSM device classifies conflicts by road topology: https://sumo

Re: [sumo-user] Network creation based on link travel times

2021-10-01 Thread Jakob Erdmann
You can keep the geometrical link lengths as needed for a pretty graph and simply adjust the 'length' attribute of the edges to match the desired travel time. Am Fr., 1. Okt. 2021 um 09:35 Uhr schrieb Bachmann, Frederik < frederik.bachm...@tum.de>: > Hello, > > > > if you have just link travel ti

Re: [sumo-user] output file with the routes/lanes

2021-09-30 Thread Jakob Erdmann
- see https://sumo.dlr.de/docs/Simulation/Output/Lane-_or_Edge-based_Traffic_Measures.html - also possible: --vehroute-output FILE --vehroute-output.write-unfnished, then run sumo/tools/countEdgeUsage FILE -i Am Do., 30. Sept. 2021 um 21:44 Uhr schrieb Amanda Romano < amandarom...@hotmail.com>:

Re: [sumo-user] EV battery consumption values

2021-09-30 Thread Jakob Erdmann
maybe... Am Do., 30. Sept. 2021 um 18:08 Uhr schrieb Jakob Erdmann < namdre.s...@gmail.com>: > Spain uses ',' as decimal separator so the '.' in 50.000 is for digit > grouping. > > > Am Do., 30. Sept. 2021 um 17:42 Uhr schrieb The div : > >&g

<    7   8   9   10   11   12   13   14   15   16   >