Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] ASESORIA (build.bat)

set the randomTrips option --prefix to a different value for each of the randomTrip calls (e.g. --prefix bus, --prefix car, --prefix motorcycle) to generate seperate ids for each vehicle category.


Am Di., 2. Apr. 2019 um 21:03 Uhr schrieb Paolo Camacho <pacara.1@xxxxxxxxx>:
I was using the randomtrip tool to generate three route files, one for buses, another for cars and another for motorcycles, but when I try to run the simulation after including these three files in the sumucfg file and running the simulation, the following error appears:

image.png

in the file the modifications were the following

image.png


Someone can i help me?


El mié., 20 mar. 2019 a las 14:35, Harald Schaefer (<fechsaer@xxxxxxxxx>) escribió:
¡Hola Paolo!

the script build.bat is in the generated scenario directory.
It calls simple randomTrips.py with the same parameters you have entered in the osmWizard.

Saludos, Harald

Am 20.03.19 um 19:36 schrieb Paolo Camacho:
Thank you Kevin, but  the SUMOWEB   refers te folow: "All files that make up the scenario are created in a subfolder of the working directory with the current timestamp (i.e. <SUMO_HOME>/tools/2016-09-30-10-00-00/). If you edit the network, you can use the script build.bat to rebuilt the random demand.




image.png

For the above I don't understand because I must modify the script osmwebwizar and not the script build.bat.

Another  doubt is about  the script build.bat, where I find it?, because the existing file in the tools folder,  but its name is osmbuild. py. Is this the script or is another?

El mié., 20 mar. 2019 a las 10:13, Kevin Malena (<kevin.malena@xxxxxxxxxxxxxxxx>) escribió:

Hey Paolo,

 

for me the osmwebwizard.py worked by replacing

if type(o) in [bytes, str] and o[0:l] == dirname:

with

                 if type(o) in [str, unicode] and o[0:l] == dirname:

in the python script…

Hope that solves your problem…

 

Cheers,

 

Kevin

 

 

Von: sumo-user-bounces@xxxxxxxxxxx [mailto:sumo-user-bounces@xxxxxxxxxxx] Im Auftrag von Paolo Camacho
Gesendet: Mittwoch, 20. März 2019 16:07
An: Sumo project User discussions
Betreff: Re: [sumo-user] ASESORIA

 

Goodnight.

 

 

 

For days I tried to use the build.bat script to reconstruct the random request of a network that is generated in omwebwizard and was editing in netedit, but unfortunately I could not. If someone wanted to collaborate, I would be very grateful ...

 

El mié., 20 de mar. de 2019, 2:49 a. m., <Pablo.AlvarezLopez@xxxxxx> escribió:

Buenos días.

 

Si, podemos ayudarte con tu consulta. ¿Cuál es exactamente el problema?

 

Por cierto, la mayoría de los colaboradores de esta Mailing List no ni hablan ni comprenden el Español. Si nos escribes la consulta en inglés, te podremos ayudar más fácilmente.

 

Un saludo.

 

Von: sumo-user-bounces@xxxxxxxxxxx [mailto:sumo-user-bounces@xxxxxxxxxxx] Im Auftrag von Paolo Camacho
Gesen
det: Mittwoch, 20. März 2019 03:10
An: sumo-user@xxxxxxxxxxx
Betreff: [sumo-user] ASESORIA

 

Buenas noches.

 

Desde hace días he estado intentando  usar el script build.bat para reconstruir la demanda aleatoria de una red que genere en el omswebwizard  y estuve editando en el netedit, pero desafortunadamente no he podido. Si alguien me quisiera colaborar, le estaría muy agradecido…

 

Enviado desde Correo para Windows 10

 

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

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

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


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

Back to the top