Re: [sumo-user] Error with Traas and SUMO 1.0.0 version

2018-09-20 Thread Michael Behrisch
Hi Jane, the TraaS client got updated for 1.0.0. This is not true for traci4matlab which did not get any updates for the last 8 months. Since this is a separate proejct please contact the original developers, see https://github.com/pipeacosta/traci4matlab Best regards, Michael Am 17.09.18 um

Re: [sumo-user] Activitygen process

2018-09-20 Thread Michael Behrisch
Hi, there is also a related ticket: https://github.com/eclipse/sumo/issues/2712 Best regards, Michael Am 20.09.18 um 12:27 schrieb Jakob Erdmann: > Hello, > we use activitygen only rarely in our projects so I cannot tell you > whether this is normal or not. I advise on testing a smaller scenario

Re: [sumo-user] Windows installation won't compile with GDAL support

2018-09-20 Thread Michael Behrisch
This is not a bug, (at least it is only a documentation bug). When changing licenses to EPL we needed to remove all GPL code from SUMO. This includes the redistribution of GDAL. Sorry for the inconvenience but building from source should still work, Michael Am 20.09.18 um 20:08 schrieb Jakob

Re: [sumo-user] Windows installation won't compile with GDAL support

2018-09-20 Thread Jakob Erdmann
I can confirm that the latest release comes without GDAL so the problem is on our end (https://github.com/eclipse/sumo/issues/4626). As a remedy you can either - build sumo from source or - download 0.32.0 and use it for the initial network import:

Re: [sumo-user] Windows installation won't compile with GDAL support

2018-09-20 Thread Naess, Brian Fredrik
I get the same error message from the .zip version. It occurs to me that I may be doing something else wrong, so here's the command I'm trying to run: netconvert -v -H true -o oaklandfull.net.xml --output.street-names true --shapefile-prefix osm_oakland_fullroads --shapefile.street-id name

Re: [sumo-user] Windows installation won't compile with GDAL support

2018-09-20 Thread Jakob Erdmann
The windows releases are supposed to come with GDAL included. There might be a problem with the MSI installer though. Before you try anything else, try out the zip-version of sumo: http://prdownloads.sourceforge.net/sumo/sumo-win64-1.0.1.zip?download regards, Jakob 2018-09-20 16:07 GMT+02:00

Re: [sumo-user] Windows installation won't compile with GDAL support

2018-09-20 Thread Naess, Brian Fredrik
So, I have SUMO running from the MSI install, i.e I didn't compile using CMAKE and VisualStudio. I'm not sure what the clang_GUI is, either. Should I uninstall and then try to build from source? Thanks, Brian - Brian F. Naess GIS Analyst and Lecturer, Institute for the

Re: [sumo-user] Windows installation won't compile with GDAL support

2018-09-20 Thread Pablo.AlvarezLopez
Hi, Try to enable option “Check Optional Libs” in CMake, to build SUMO with all libraries. Regards Von: sumo-user-boun...@eclipse.org [mailto:sumo-user-boun...@eclipse.org] Im Auftrag von Jakob Erdmann Gesendet: Donnerstag, 20. September 2018 16:02 An: Sumo project User discussions Betreff:

Re: [sumo-user] Windows installation won't compile with GDAL support

2018-09-20 Thread Jakob Erdmann
Did you try using the clang-GUI to configure your build? It should allow you to enable GDAL and define the relevant paths. 2018-09-20 15:58 GMT+02:00 Naess, Brian Fredrik : > I installed SUMO via the sumo-win64-1.0.0 package on my Windows 10 > machine. I tried to run netconvert to create a

[sumo-user] Windows installation won't compile with GDAL support

2018-09-20 Thread Naess, Brian Fredrik
I installed SUMO via the sumo-win64-1.0.0 package on my Windows 10 machine. I tried to run netconvert to create a network from a shapefile, and I get the error: SUMO was compiled without GDAL support. I cloned the SUMOLibraries repository, and added in the environment variables, but still no

Re: [sumo-user] Strange behavior with close/open edge.

2018-09-20 Thread Hübner , Karl
Hi Jakob, first of all, thanks for addressing my previous found bug! However, I found another one :D If you use traci.lane.setDisallowed with an empty list to open a lane for all vehicle classes (yes, I am one of those crazy guys), the vehicles do not enter the lane ever again, even with

Re: [sumo-user] Activitygen process

2018-09-20 Thread Jakob Erdmann
Hello, we use activitygen only rarely in our projects so I cannot tell you whether this is normal or not. I advise on testing a smaller scenario (smaller network or fewer people in the original network) to check how the running time varies with the input size. regards, Jakob 2018-09-20 12:22

[sumo-user] Activitygen process

2018-09-20 Thread Hanae MAATELLA
Hi all, I am trying to generate the city traffic using activitygen. I have given all the required inputs except the bus details. The process is taking a very long time. It's been 6 days since the system is running. I would like to know if it's related to the files size or is there another

Re: [sumo-user] latAlignment: what is the difference between compact, nice, and arbitrary?

2018-09-20 Thread Lara CODECA
Hello again, if I need to implement an additional behavior, how should I do it? Can I have some pointer to start digging in the SUMO code? Regards, Lara On Mon, 17 Sep 2018 16:31:41 +0200 Jakob Erdmann wrote: > Hello, > the alignments are now described at >

Re: [sumo-user] Strange behavior with close/open edge.

2018-09-20 Thread Jakob Erdmann
This issue was fixed for TraCI recently and is now fixed for GUI-manipulation as well. https://github.com/eclipse/sumo/issues/4514 Thanks for reporting, Jakob 2018-09-20 9:57 GMT+02:00 Lara CODECA : > FYI: the same thing happens with 3 lanes too. Screenshot attached. > > On Thu, 20 Sep 2018

Re: [sumo-user] Strange behavior with close/open edge.

2018-09-20 Thread Lara CODECA
FYI: the same thing happens with 3 lanes too. Screenshot attached. On Thu, 20 Sep 2018 09:44:21 +0200 Lara CODECA wrote: > Dear All, > > I noticed a strange behavior that I cannot explain, I attached the example > scenario. > > |-- edge AB --|-- edge BC --|-- edge CD --| > [2

Re: [sumo-user] Beginner for SUMO

2018-09-20 Thread Jakob Erdmann
laneArea detector supports the attribute 'vTypes' for only recording types from the given list. You can define separate detectors for each type to get the separate numbers. 2018-09-20 9:47 GMT+02:00 Ei Ei Mon : > Dear, > > In my case, I would like to distinguish the type of vehicles that I got >

Re: [sumo-user] Beginner for SUMO

2018-09-20 Thread Ei Ei Mon
Dear, In my case, I would like to distinguish the type of vehicles that I got from using lane area detectors. Can we get separate number of vehicles from output file of lane area detectors? Thank you in advance. with best regards, On Wed, Sep 19, 2018 at 3:06 PM Ei Ei Mon wrote: > Dear, > >

[sumo-user] Strange behavior with close/open edge.

2018-09-20 Thread Lara CODECA
Dear All, I noticed a strange behavior that I cannot explain, I attached the example scenario. |-- edge AB --|-- edge BC --|-- edge CD --| [2 lanes in the same direction -->] If you let the scenario run, nothing strange happens. If you close edge CD at time 100s and reopen it at