Re: [sumo-user] Fwd: related traffic density

2018-09-28 Thread Jakob Erdmann
In sumo-gui you can color roads by 'average relative speed'. The color scheme uses red, organg, yellow, green and blue but you can re-assign the colors for any fraction of the road speed to your liking. regards, Jakob 2018-09-28 4:58 GMT+02:00 himanshu soni : > > > -- Forwarded message -

[sumo-user] Problem with my code

2018-09-28 Thread Alexander Martínez via sumo-user
Hi, im trying to make a adaptive TLC but i cant make it work. Can you help me to figure out about what is my problem please. I will be really grateful -- Atte. Alexander Martínez Adaptative.rar Description: Binary data ___ sumo-user mailing list sumo-

Re: [sumo-user] device.rerouting

2018-09-28 Thread Jakob Erdmann
An important aspect of adaptation-steps is to smooth traffic light cycles. Thus, the product of adaptation-interval and adaptation-steps should be at least as big as the longest traffic light cycle. If there are cycles with 60s and 90s in your network I would use something like 180 (least common mu

Re: [sumo-user] [NETCONVERT][SUMO 1.0][MERGING GEO SUMO NETWORKS]

2018-09-28 Thread Jakob Erdmann
A simple solution would be to merge on the first osm import rather than mergeing the .net.xml files. netconvert --osm-files osm1.xml,osm2.xml,osm3.xml,... -o merged.net.xml This will automatically handle re-occuring node and way ids in the input. 2018-09-27 22:24 GMT+02:00 Michael Behrisch : >

Re: [sumo-user] Problem with converting shapefiles.

2018-09-28 Thread Jakob Erdmann
Hello, the shapefile importer assumes that input data is geo-referenced and can be converted to lon,lat (WGS84). This geo reference appears to be missing in your case and this results in invalid projection information (UTM zone 38726) This invalid projection ends up in the .net.xml file and thus ne

Re: [sumo-user] [NETCONVERT][SUMO 1.0][MERGING GEO SUMO NETWORKS]

2018-09-28 Thread Luca Di Costanzo
I tried to do it once but I was not able to do that. I was sure I typed the right commands but probably I did something wrong last time since that now it worked properly. Thanks and sorry, at the end, for the dumb question Ing. Luca Di Costanzo - MsC in Hydraulic and

Re: [sumo-user] Sumo on Centos Linux 7

2018-09-28 Thread Michael Behrisch
Hi, please try with this one: https://download.opensuse.org/repositories/home:/behrisch/CentOS_7/x86_64/sumo-1.0.1-16.1.x86_64.rpm Best regards, Michael Am 28.09.18 um 18:13 schrieb Ugirumurera, Juliette: > Hi Michael, > > I am not able to download the binary from the link you shared. It require

Re: [sumo-user] device.rerouting

2018-09-28 Thread mohsen hs
Thank you Jakob. This piece of information is gold in my model.  Many thanksMohsen Sent from Yahoo Mail on Android On Fri, Sep 28, 2018 at 10:55 PM, Jakob Erdmann wrote: An important aspect of adaptation-steps is to smooth traffic light cycles.Thus, the product of adaptation-interval and

Re: [sumo-user] strange road geometrics after using Netconvert since 1.0.1

2018-09-28 Thread Jakob Erdmann
I can confirm the problem with version 1.0.1. The issue should be fixed in the latest development version (todays commit e0b4ffb586a8fd8087c97d4f94f261ec7c7b0d2d). regards, Jakob Am Do., 27. Sep. 2018 um 12:01 Uhr schrieb Barto, Martin < martin.ba...@vialis.nl>: > Dear users, > > > > Bec

Re: [sumo-user] jmIgnoreFoeProb

2018-09-28 Thread Jakob Erdmann
Hello, this function randomly ignores right-of-way rules with a configurable probability (hence the 'prob' in jmIgnoreFoeProb). This only happens if the vehicle being ignored has a speed below jmIgnoreFoeSpeed. By default only standing vehicles are ignored. The check is performed anew in every simu

[sumo-user] [Build] make fails on GeoConvHelper

2018-09-28 Thread Yang, Jiachen
Hello SUMO developers, When I try to build on Ubuntu 16.04 using git clone --recursive https://github.com/DLR-TS/sumo.git cd sumo make -f Makefile.cvs ./configure --with-python --without-ffmpeg make -j8 I encounter the following error, which comes from /sumo/src/utils/geom/GeoConvHelper.cpp GeoCo