Re: [sumo-user] KML Conversion failed

2020-03-17 Thread Mohsin Memon
Hello Mirko, I have downloaded the latest version of SUMO (1.5) and tried to convert fcd output file to KML file using following command : traceExporter.py --fcd-input fcd.xml --kml-output myKMLfile.kml But it shows the same error.

[sumo-user] edge effort

2020-03-17 Thread Raheleh Zarei
Hi May I know please what is the exact meaning of edge effort in SUMO documentation and how it's calculated and how it is different from edge travel time? Thanks, Raheleh -- *RAZ* ___ sumo-user mailing list sumo-user@eclipse.org To unsubscribe from

[sumo-user] Plot velocity graph of SUMO vehicles

2020-03-17 Thread Mohsin Memon
Hello.. I have developed a co simulation framework with SUMO and IPG TruckMaker. For the validation of developed framework, i need to generate velocity plot of SUMO and IPG vehicles to compare them. I would be very much obliged if you please help me to plot the velocity graph for the SUMO

Re: [sumo-user] Car Following Model (Smart_SK1)

2020-03-17 Thread Traboulsi, Abdullah
Never mind, I miss typed the new model name in sumo/src/microsim/cfmodels/CMakeLists.txt After correcting it, I was successful in building it. On Tue, Mar 17, 2020 at 11:47 AM Traboulsi, Abdullah wrote: > Hi everyone, > > I am trying to create my own car following model, by duplicating an >

Re: [sumo-user] Number of vehicles at an intersection

2020-03-17 Thread Jakob Erdmann
Yes. See https://sumo.dlr.de/docs/Simulation/Output.html#values_for_junctions Am Di., 17. März 2020 um 16:36 Uhr schrieb Asif Khan : > Is there any function or way to count the number of vehicles at a 4 road > intersection? > I'm using SUMO 1.5.0. > > > > -- > Sent from:

[sumo-user] Number of vehicles at an intersection

2020-03-17 Thread Asif Khan
Is there any function or way to count the number of vehicles at a 4 road intersection? I'm using SUMO 1.5.0. -- Sent from: http://sumo-user-mailing-list.90755.n8.nabble.com/ ___ sumo-user mailing list sumo-user@eclipse.org To unsubscribe from this

[sumo-user] Is there any way to get Emission data in US EPA AQI Standard

2020-03-17 Thread Bijal
Dear Sir, Is there any way to get Emission data in US EPA AQI Standard? Currently I am getting : co2>2624.7222 164.8 0.81194445 1.2044 0.06597 But As per https://aqicn.org/city/india/gandhinagar/sector-10/ Values are : PM2.5 100 PM10 AQI

[sumo-user] I want to get subscribed

2020-03-17 Thread asif khan
___ sumo-user mailing list sumo-user@eclipse.org To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Re: [sumo-user] Geo-coordinates

2020-03-17 Thread Jakob Erdmann
There is no systematic way to do this (it's better to start with a network that has correct lon,lat). If your network only has invalid shift (no invalid rotation) here is what you can do: - import the area you need from OSM ( https://sumo.dlr.de/docs/Tutorials/OSMWebWizard.html) - this will have

Re: [sumo-user] krauss model

2020-03-17 Thread Jakob Erdmann
There is no literature beyond the model source code at the moment. The code is found here: https://github.com/eclipse/sumo/blob/master/src/microsim/cfmodels/MSCFModel_Krauss.cpp https://github.com/eclipse/sumo/blob/master/src/microsim/cfmodels/MSCFModel.h