Re: [sumo-user] Any option for installing the /usr/lib/sumo data ?

2018-06-07 Thread Jakob Erdmann
Sorry for the sloppy reading comprehension. Due to the website outate, we
had plenty of mails from people who just didn't set SUMO_HOME.

Sumo does not concern itself very much with being installed on a linux
system (assuming instead that people will build from source and set
SUMO_HOME to the root directory of the build). The debian package is not
maintained by the sumo developers but by some other friendly developer and
it could be that installing the data directory was never implemented.
Due to the website lookup as a fall-back mechanism everything can work
without this directory usually.
I'm not even sure if the package does set the SUMO_HOME variable because
that might be against policy.

My suggestion is to just set the SUMO_HOME variable to /usr/lib/sumo
(assuming this directory also contains the sumo tools) and copy the data
directory from your githup checkout there as well.


regards,
Jakob

2018-06-08 0:14 GMT+02:00 Ricardo Ribeiro Gudwin :

> Dear Jakob,
> Thanks for the reply ... this is exactly what I supposed it was happening
> ... but my question is a little bit different.
> After compiling sumo, I used "make install" in the sumo src folder to
> install sumo in the system. But this didn't installed the /usr/lib/sumo
> data which is where sumo will be looking for the xsd files. This directory
> was not created at all. It installed just the compiled binaries in
> /usr/local/bin.
> What I was asking was if is there any "make install-libs" or "make
> install-tools", or other target in the sumo Makefile, which will perform
> the whole installation, installing the binaries, the /usr/lib/sumo/data and
> /usr/lib/sumo/tools.
> Maybe you can help me with this. I tried to look within the Makefile, but
> didn't succeeded in finding a clue.
> Best regards,
> Ricardo
>
> On Thu, Jun 7, 2018 at 6:11 PM, Jakob Erdmann 
> wrote:
>
>> see http://sumo.sourceforge.net/userdoc/FAQ.html#What.27s_the_de
>> al_with_schema_resolution_warnings_.2F_xsd_errors.3F
>>
>> 2018-06-07 18:35 GMT+02:00 Ricardo Ribeiro Gudwin :
>>
>>> Hi,
>>> I was using sumo 0.32 in Arch linux, but it just stopped working after
>>> the last system upgrade, because of a change in the libproject.so, which
>>> changed some function calls during its move from libproject.so.12 to
>>> libproject.so.13. To solve that, I downloaded the git sources and compiled
>>> it by myself. It seems that the latest sumo version already solved this
>>> change in the libproject libraries, but another colateral effect just
>>> emerged (as a byproduct of the shortage on the sumo.dlr.de web site).
>>> After compiling, I installed sumo in my system using
>>>
>>> make install
>>>
>>> Even though the binaries are there, I got the following message while
>>> trying to run sumo:
>>>
>>> Warning: Cannot find local schema '/usr/lib/sumo/data/xsd/routes_file.xsd',
>>> will try website lookup.
>>> Error: invalid document structure
>>>
>>> I noticed that the many files in the data and tools folders were not
>>> properly installed in the usual place (/usr/lib/sumo), and because the
>>> sumo.dlr.de website is off, sumo was not able to get the xsd file for
>>> XML parsing the sumo files. Is there any other target in the Makefile such
>>> that I can install not just the sumo binaries, but also the data and tools
>>> folders ?
>>> Many thanks in advance,
>>> Ricardo
>>>
>>>
>>> ___
>>> sumo-user mailing list
>>> sumo-user@eclipse.org
>>> To change your delivery options, retrieve your password, or unsubscribe
>>> from this list, visit
>>> https://dev.eclipse.org/mailman/listinfo/sumo-user
>>>
>>>
>>
>> ___
>> sumo-user mailing list
>> sumo-user@eclipse.org
>> To change your delivery options, retrieve your password, or unsubscribe
>> from this list, visit
>> https://dev.eclipse.org/mailman/listinfo/sumo-user
>>
>>
>
> ___
> sumo-user mailing list
> sumo-user@eclipse.org
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> https://dev.eclipse.org/mailman/listinfo/sumo-user
>
>
___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user


Re: [sumo-user] KraussCFM

2018-06-07 Thread HANIFI Mohamed
Thanks, I'll check it out.

Le jeu. 7 juin 2018 à 07:46, Jakob Erdmann  a écrit :

> see http://e-archive.informatik.uni-koeln.de/319/
>
> 2018-06-07 7:59 GMT+02:00 HANIFI Mohamed via sumo-user <
> sumo-u...@lists.sourceforge.net>:
>
>> Hi SUMO users,
>> i need the official paper of the default krauss car following model used
>> by
>> default in SUMO.
>> Thank you.
>>
>> --
>> 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-u...@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/sumo-user
>> ___
>> sumo-user mailing list
>> sumo-user@eclipse.org
>> To change your delivery options, retrieve your password, or unsubscribe
>> from this list, visit
>> https://dev.eclipse.org/mailman/listinfo/sumo-user
>>
>
>
___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user


Re: [sumo-user] Any option for installing the /usr/lib/sumo data ?

2018-06-07 Thread Ricardo Ribeiro Gudwin
Dear Jakob,
Thanks for the reply ... this is exactly what I supposed it was happening
... but my question is a little bit different.
After compiling sumo, I used "make install" in the sumo src folder to
install sumo in the system. But this didn't installed the /usr/lib/sumo
data which is where sumo will be looking for the xsd files. This directory
was not created at all. It installed just the compiled binaries in
/usr/local/bin.
What I was asking was if is there any "make install-libs" or "make
install-tools", or other target in the sumo Makefile, which will perform
the whole installation, installing the binaries, the /usr/lib/sumo/data and
/usr/lib/sumo/tools.
Maybe you can help me with this. I tried to look within the Makefile, but
didn't succeeded in finding a clue.
Best regards,
Ricardo

On Thu, Jun 7, 2018 at 6:11 PM, Jakob Erdmann  wrote:

> see http://sumo.sourceforge.net/userdoc/FAQ.html#What.27s_the_
> deal_with_schema_resolution_warnings_.2F_xsd_errors.3F
>
> 2018-06-07 18:35 GMT+02:00 Ricardo Ribeiro Gudwin :
>
>> Hi,
>> I was using sumo 0.32 in Arch linux, but it just stopped working after
>> the last system upgrade, because of a change in the libproject.so, which
>> changed some function calls during its move from libproject.so.12 to
>> libproject.so.13. To solve that, I downloaded the git sources and compiled
>> it by myself. It seems that the latest sumo version already solved this
>> change in the libproject libraries, but another colateral effect just
>> emerged (as a byproduct of the shortage on the sumo.dlr.de web site).
>> After compiling, I installed sumo in my system using
>>
>> make install
>>
>> Even though the binaries are there, I got the following message while
>> trying to run sumo:
>>
>> Warning: Cannot find local schema '/usr/lib/sumo/data/xsd/routes_file.xsd',
>> will try website lookup.
>> Error: invalid document structure
>>
>> I noticed that the many files in the data and tools folders were not
>> properly installed in the usual place (/usr/lib/sumo), and because the
>> sumo.dlr.de website is off, sumo was not able to get the xsd file for
>> XML parsing the sumo files. Is there any other target in the Makefile such
>> that I can install not just the sumo binaries, but also the data and tools
>> folders ?
>> Many thanks in advance,
>> Ricardo
>>
>>
>> ___
>> sumo-user mailing list
>> sumo-user@eclipse.org
>> To change your delivery options, retrieve your password, or unsubscribe
>> from this list, visit
>> https://dev.eclipse.org/mailman/listinfo/sumo-user
>>
>>
>
> ___
> sumo-user mailing list
> sumo-user@eclipse.org
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> https://dev.eclipse.org/mailman/listinfo/sumo-user
>
>
___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user


[sumo-user] Any option for installing the /usr/lib/sumo data ?

2018-06-07 Thread Ricardo Ribeiro Gudwin
Hi,
I was using sumo 0.32 in Arch linux, but it just stopped working after the
last system upgrade, because of a change in the libproject.so, which
changed some function calls during its move from libproject.so.12 to
libproject.so.13. To solve that, I downloaded the git sources and compiled
it by myself. It seems that the latest sumo version already solved this
change in the libproject libraries, but another colateral effect just
emerged (as a byproduct of the shortage on the sumo.dlr.de web site).
After compiling, I installed sumo in my system using

make install

Even though the binaries are there, I got the following message while
trying to run sumo:

Warning: Cannot find local schema '/usr/lib/sumo/data/xsd/routes_file.xsd',
will try website lookup.
Error: invalid document structure

I noticed that the many files in the data and tools folders were not
properly installed in the usual place (/usr/lib/sumo), and because the
sumo.dlr.de website is off, sumo was not able to get the xsd file for XML
parsing the sumo files. Is there any other target in the Makefile such that
I can install not just the sumo binaries, but also the data and tools
folders ?
Many thanks in advance,
Ricardo
___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user


Re: [sumo-user] Traci4MATLAB -- changeLane

2018-06-07 Thread Jakob Erdmann
Hello,
the duration argument of traci.vehicle.changeLane denotes how long the lane
change attempt should be tried if not successfull immidiatelly. To simulate
lane-changes that take some time you have to use one of the models
described here:
http://sumo.sourceforge.net/userdoc/Simulation/SublaneModel.html

regards,
Jakob

2018-06-07 17:03 GMT+02:00 Tong, Kailin :

> Hi list.
>
> I use Traci4MATLAB to control the cars in SUMO simulation.
>
> I tried the function *changeLane(VEHID,LANEINDEX,DURATION). *The input 
> *DURATION
> *should denote the change lane duration.
>
> But no matter how big *DURATION* is, the actual changing lane duration is
> same.
>
>
>
> I have checked:
>
> The option of sumo-gui:  --lanechange.duration was not set.
>
> setLaneChangeMode was set 0, therefore the change lane mode is manual.
>
>
>
> I would like to ask, do I overlook something which makes *DURATION of
> changeLane *does not work?
>
> Is it a general problem for changeLane in different Tracis or only in
> Traci4MATLAB?
>
>
>
> Best regards,
>
> Kailin
>
>
>
>
>
>
>
> ___
> sumo-user mailing list
> sumo-user@eclipse.org
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> https://dev.eclipse.org/mailman/listinfo/sumo-user
>
>
___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user


[sumo-user] Traci4MATLAB -- changeLane

2018-06-07 Thread Tong, Kailin
Hi list.
I use Traci4MATLAB to control the cars in SUMO simulation.
I tried the function changeLane(VEHID,LANEINDEX,DURATION). The input DURATION 
should denote the change lane duration.
But no matter how big DURATION is, the actual changing lane duration is same.

I have checked:
The option of sumo-gui:  --lanechange.duration was not set.
setLaneChangeMode was set 0, therefore the change lane mode is manual.

I would like to ask, do I overlook something which makes DURATION of changeLane 
does not work?
Is it a general problem for changeLane in different Tracis or only in 
Traci4MATLAB?

Best regards,
Kailin



___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user


Re: [sumo-user] Problems on http://sumo.dlr.de/?

2018-06-07 Thread Mouna Karoui via sumo-user
Dear,
They have a network problem but you can access to the documentation
Check the link below
http://sumo.sourceforge.net


2018-06-07 15:42 GMT+02:00 Ednardo de oliveira Ferreira via sumo-user <
sumo-u...@lists.sourceforge.net>:

> Hi!
>
> I cant's access http://sumo.dlr.de/. Any problem?
>
> --
> "E conhecereis a verdade, e a verdade vos libertará" (João 8:32)
> 
> --
> 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-u...@lists.sourceforge.net
> 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-u...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user
___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user


[sumo-user] Problems on http://sumo.dlr.de/?

2018-06-07 Thread Ednardo de oliveira Ferreira via sumo-user
Hi!

I cant's access http://sumo.dlr.de/. Any problem?

-- 
"E conhecereis a verdade, e a verdade vos libertará" (João 8:32)
--
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-u...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user
___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user


[sumo-user] wiki mirror content

2018-06-07 Thread Richter Gerald
Hi all,

this is a follow up to a previous question.
If I understand the latest answer correctly, really the *whole* content 
of the wiki is mirrored in the sourceforge snapshot.

I am sorry, I was not aware of that
- as I tried to find some documentation bits but could not, due to 
differently shaped links
- clicked some links in the snapshot which referred me to the online 
(downed) version
- saw the differing style layouts

so I thought this was only a partial mirror.

So the content should be complete anyways ?

thanks!

___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user


Re: [sumo-user] netconvert - turnaround and dead-end edges

2018-06-07 Thread Jakob Erdmann
There is no dead end tag for edges. The function is_fringe supports
checking whether there are no incoming or no outgoing seperately by passing
edge.getIncoming()  or edge.getOutgoing() as argument. (randomTrips.py uses
this to avoid generating doomed trips).

2018-06-07 12:35 GMT+02:00 Lara CODECA :

> Thank you for the reply, Jakob.
>
> Follow-up question:
> Considering a trip, a fringe edge with no outgoing edges is a reasonable
> destination, but not an
> origin one. Do I have a way to access the dead-end tag or I have to handle
> it with
> sumolib.net.edge.is_fringe()?
>
> Thanks for opening the ticket :)
>
> All the Best,
> Lara
>
> On Thu, 7 Jun 2018 12:13:18 +0200
> Jakob Erdmann  wrote:
>
> > Hello,
> > sumolib.net.edge.is_fringe() will tell you if an edge has no incoming or
> no
> > outgoing connections (turn-arounds do not count).
> > I think adding a netconvert option to allow turnarounds only at dead-ends
> > is a good idea (https://github.com/eclipse/sumo/issues/4170)
> >
> > regards,
> > Jakob
> >
> > 2018-06-07 11:44 GMT+02:00 Lara CODECA :
> >
> > > Dear All,
> > >
> > > using netconvert from an OSM-like file, I need to avoid turnaorund in
> the
> > > intersections, while
> > > allowing it in the residential edges that are dead-ends.
> > >
> > > The only options I found are:
> > > 
> > > 
> > >
> > > Is there a way I can fix this? (not with netedit, I need it to be
> > > scriptable)
> > > Given that the 'dead-end' is a tag in the junction, is there a way
> while
> > > using sumolib and its edge
> > > class to know if an edge is a dead end?
> > >
> > > Thank you in advance for the help.
> > >
> > > Regards,
> > > Lara
> > >
> > > Using Debian Unstable and
> > > Eclipse SUMO Version 950502e87e
> > >  Build features: Linux-4.16.0-1-amd64 Proj GUI GDAL FFmpeg OSG GL2PS
> SWIG
> > >
> > > --
> > > Lara CODECA
> > > Postdoc
> > > Tel : 04.93.00.81.51
> > >
> > > EURECOM
> > > Campus SophiaTech
> > > http://www.eurecom.fr/
> > > ___
> > > sumo-user mailing list
> > > sumo-user@eclipse.org
> > > To change your delivery options, retrieve your password, or unsubscribe
> > > from this list, visit
> > > https://dev.eclipse.org/mailman/listinfo/sumo-user
> > >
>
>
>
> --
> Lara CODECA
> Postdoc
> Tel : 04.93.00.81.51
>
> EURECOM
> Campus SophiaTech
> http://www.eurecom.fr/
> ___
> sumo-user mailing list
> sumo-user@eclipse.org
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> https://dev.eclipse.org/mailman/listinfo/sumo-user
>
___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user


Re: [sumo-user] netconvert - turnaround and dead-end edges

2018-06-07 Thread Lara CODECA
Thank you for the reply, Jakob.

Follow-up question: 
Considering a trip, a fringe edge with no outgoing edges is a reasonable 
destination, but not an
origin one. Do I have a way to access the dead-end tag or I have to handle it 
with
sumolib.net.edge.is_fringe()?

Thanks for opening the ticket :)

All the Best,
Lara

On Thu, 7 Jun 2018 12:13:18 +0200
Jakob Erdmann  wrote:

> Hello,
> sumolib.net.edge.is_fringe() will tell you if an edge has no incoming or no
> outgoing connections (turn-arounds do not count).
> I think adding a netconvert option to allow turnarounds only at dead-ends
> is a good idea (https://github.com/eclipse/sumo/issues/4170)
> 
> regards,
> Jakob
> 
> 2018-06-07 11:44 GMT+02:00 Lara CODECA :
> 
> > Dear All,
> >
> > using netconvert from an OSM-like file, I need to avoid turnaorund in the
> > intersections, while
> > allowing it in the residential edges that are dead-ends.
> >
> > The only options I found are:
> > 
> >   
> >
> > Is there a way I can fix this? (not with netedit, I need it to be
> > scriptable)
> > Given that the 'dead-end' is a tag in the junction, is there a way while
> > using sumolib and its edge
> > class to know if an edge is a dead end?
> >
> > Thank you in advance for the help.
> >
> > Regards,
> > Lara
> >
> > Using Debian Unstable and
> > Eclipse SUMO Version 950502e87e
> >  Build features: Linux-4.16.0-1-amd64 Proj GUI GDAL FFmpeg OSG GL2PS SWIG
> >
> > --
> > Lara CODECA
> > Postdoc
> > Tel : 04.93.00.81.51
> >
> > EURECOM
> > Campus SophiaTech
> > http://www.eurecom.fr/
> > ___
> > sumo-user mailing list
> > sumo-user@eclipse.org
> > To change your delivery options, retrieve your password, or unsubscribe
> > from this list, visit
> > https://dev.eclipse.org/mailman/listinfo/sumo-user
> >  



-- 
Lara CODECA
Postdoc
Tel : 04.93.00.81.51

EURECOM
Campus SophiaTech
http://www.eurecom.fr/
___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user


Re: [sumo-user] netconvert - turnaround and dead-end edges

2018-06-07 Thread Jakob Erdmann
Hello,
sumolib.net.edge.is_fringe() will tell you if an edge has no incoming or no
outgoing connections (turn-arounds do not count).
I think adding a netconvert option to allow turnarounds only at dead-ends
is a good idea (https://github.com/eclipse/sumo/issues/4170)

regards,
Jakob

2018-06-07 11:44 GMT+02:00 Lara CODECA :

> Dear All,
>
> using netconvert from an OSM-like file, I need to avoid turnaorund in the
> intersections, while
> allowing it in the residential edges that are dead-ends.
>
> The only options I found are:
> 
> 
>
> Is there a way I can fix this? (not with netedit, I need it to be
> scriptable)
> Given that the 'dead-end' is a tag in the junction, is there a way while
> using sumolib and its edge
> class to know if an edge is a dead end?
>
> Thank you in advance for the help.
>
> Regards,
> Lara
>
> Using Debian Unstable and
> Eclipse SUMO Version 950502e87e
>  Build features: Linux-4.16.0-1-amd64 Proj GUI GDAL FFmpeg OSG GL2PS SWIG
>
> --
> Lara CODECA
> Postdoc
> Tel : 04.93.00.81.51
>
> EURECOM
> Campus SophiaTech
> http://www.eurecom.fr/
> ___
> sumo-user mailing list
> sumo-user@eclipse.org
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> https://dev.eclipse.org/mailman/listinfo/sumo-user
>
___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user


[sumo-user] netconvert - turnaround and dead-end edges

2018-06-07 Thread Lara CODECA
Dear All,

using netconvert from an OSM-like file, I need to avoid turnaorund in the 
intersections, while
allowing it in the residential edges that are dead-ends.

The only options I found are:
 
 

Is there a way I can fix this? (not with netedit, I need it to be scriptable)
Given that the 'dead-end' is a tag in the junction, is there a way while using 
sumolib and its edge
class to know if an edge is a dead end?

Thank you in advance for the help.

Regards,
Lara

Using Debian Unstable and
Eclipse SUMO Version 950502e87e
 Build features: Linux-4.16.0-1-amd64 Proj GUI GDAL FFmpeg OSG GL2PS SWIG 

-- 
Lara CODECA
Postdoc
Tel : 04.93.00.81.51

EURECOM
Campus SophiaTech
http://www.eurecom.fr/
___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user


[sumo-user] Simulation will be interrupted

2018-06-07 Thread Constanze Ruf via 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-u...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user
___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user


Re: [sumo-user] How to generate detector file with dfrouter

2018-06-07 Thread Jakob Erdmann
Hello,
the detector file needs to match the detector Ids from your detector flow
input and combine this with map matching information (on what edge/lane is
the detector located). Since this map maptching must be supplied by the
user somehow, there is no tool that solves this for everyone.
We usually write our own scripts that reads project specific data files to
generate the detector file. Using sumolib for map-matching helps:
http://sumo.dlr.de/wiki/Tools/Sumolib#locate_nearby_edges_based_on_the_geo-coordinate

regards,
Jakob

2018-06-07 6:02 GMT+02:00 Claude Njoh via sumo-user <
sumo-u...@lists.sourceforge.net>:

> Hi could somebody know how to generate the initial detector file for
> dfrouter on a large network?
>
> Thank you
> Claude
> 
> --
> 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-u...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/sumo-user
> ___
> sumo-user mailing list
> sumo-user@eclipse.org
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> https://dev.eclipse.org/mailman/listinfo/sumo-user
>
___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user


[sumo-user] KraussCFM

2018-06-07 Thread HANIFI Mohamed via sumo-user
Hi SUMO users,
i need the official paper of the default krauss car following model used by
default in SUMO.
Thank you.
--
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-u...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user
___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user