Re: [sumo-user] node-node route

2020-05-10 Thread Jakob Erdmann
In this case the shortest path that loops back onto the junction is used. Arguably, it would be better to exclude these kind of trips from the randomTrips results. Am So., 10. Mai 2020 um 19:35 Uhr schrieb Raheleh Zarei < raheleh.za...@gmail.com>: > Thanks. It worked. > > But there is an issue:

Re: [sumo-user] Defining Electric Vehicles

2020-05-10 Thread Jakob Erdmann
This is recuperative braking (configured with param "recuperationEfficiency". (The parameter is listed but no further documentation currently exists). Am So., 10. Mai 2020 um 15:39 Uhr schrieb Radha Reddy < radha.reddy@gmail.com>: > Dear Jakob, > > In the battery results, I saw *negative

Re: [sumo-user] Defining Electric Vehicles

2020-05-10 Thread Radha Reddy
Dear Jakob, In the battery results, I saw *negative values for energy consumption and acceleration*. Is there any reason or documentation that explains this effect? Regards Radha On Sun, May 10, 2020 at 11:09 AM Radha Reddy wrote: > Thank you very much for the clarity. > > Regards > Radha >

Re: [sumo-user] Defining Electric Vehicles

2020-05-10 Thread Radha Reddy
Thank you very much for the clarity. Regards Radha On Sun, May 10, 2020 at 11:04 AM Jakob Erdmann wrote: > The model is for plug-in-electric vehicles which burn no fossil fuels at > all and thus generate no CO, CO2 and NOx. > You are right, that most vehicles generate PMx from braking and tire

Re: [sumo-user] Defining Electric Vehicles

2020-05-10 Thread Jakob Erdmann
The model is for plug-in-electric vehicles which burn no fossil fuels at all and thus generate no CO, CO2 and NOx. You are right, that most vehicles generate PMx from braking and tire wear but this in not modeled by SUMO (neither for electric nor combustion vehicles). regards, Jakob Am So., 10.

Re: [sumo-user] TRACI geo coordinates

2020-05-10 Thread Jakob Erdmann
yes Am So., 10. Mai 2020 um 10:48 Uhr schrieb nithin reddy < nithinredd...@gmail.com>: > Apologies.. I was trying with the map I created using netedit .. if I use > a map downlaoded from OSM I am getting the output . However it shows as X > and y not lat and lon... > should I consider the x and

Re: [sumo-user] Defining Electric Vehicles

2020-05-10 Thread Radha Reddy
Dear Jakob, Many thanks for your kind response. I see that the emissions such as CO, CO2, NOx, PMx of electric vehicles are 0.00. Is these values are correct? But in general electric vehicles generate some emissions right. Regards Radha On Sun, May 10, 2020 at 7:40 AM Jakob Erdmann wrote: >

Re: [sumo-user] TRACI geo coordinates

2020-05-10 Thread nithin reddy
Apologies.. I was trying with the map I created using netedit .. if I use a map downlaoded from OSM I am getting the output . However it shows as X and y not lat and lon... should I consider the x and y values I get as the lat and Lon values ? Regards, Nithin “Not my Efforts, all by his Grace”

Re: [sumo-user] TRACI geo coordinates

2020-05-10 Thread Jakob Erdmann
If the files are completely identical regardless of whether you added option --fcd-output.geo or not, it means that your network is not geo-referenced. Am So., 10. Mai 2020 um 10:07 Uhr schrieb nithin reddy < nithinredd...@gmail.com>: > Great ... thanks Jacob that really helped . However I do

Re: [sumo-user] TRACI geo coordinates

2020-05-10 Thread nithin reddy
Great ... thanks Jacob that really helped . However I do not see any kind of difference when I use the .geo and the normal command . Am I missing out on something here . Thanks, Nithin On 10 May 2020, 1:24 PM +0530, Jakob Erdmann , wrote: > you need to set the options like this: > --fcd-output

Re: [sumo-user] TRACI geo coordinates

2020-05-10 Thread Jakob Erdmann
you need to set the options like this: --fcd-output sumoout.xml --fcd-output.geo Am So., 10. Mai 2020 um 09:48 Uhr schrieb nithin reddy < nithinredd...@gmail.com>: > This is the error screenshot I am getting . Kindly check > > Regards, > Nithin > “Not my Efforts, all by his Grace” > On 10 May

Re: [sumo-user] TRACI geo coordinates

2020-05-10 Thread nithin reddy
Correct but when I use the fcd-output.geo I get error running simulation. Regards, Nithin “Not my Efforts, all by his Grace” On 10 May 2020, 12:20 PM +0530, Jakob Erdmann , wrote: > When using the option --fcd-outputs.geo, the x,y attributes will already > contain the lon,lat data you need. > >

Re: [sumo-user] TRACI geo coordinates

2020-05-10 Thread Jakob Erdmann
When using the option --fcd-outputs.geo, the x,y attributes will already contain the lon,lat data you need. Am So., 10. Mai 2020 um 08:48 Uhr schrieb nithin reddy < nithinredd...@gmail.com>: > That will only provide me with the x and y coordinates . However what I > need are geo coordinates in

Re: [sumo-user] How to replace a intersection with a roundabout from an openstreetmap file

2020-05-10 Thread Jakob Erdmann
Hello, Sumo comes with two graphical tools: SUMO-GUI (for watching the simulation) and NETEDIT (for editing the network etc.). In your screenshot you are using sumo-gui. You can press CTRL+T to open up the same spot in netedit and then build the roundabout). Some people find it easier to edit

Re: [sumo-user] TRACI geo coordinates

2020-05-10 Thread nithin reddy
That will only provide me with the x and y coordinates . However what I need are geo coordinates in latitude and longitude converted using the x and y values. These lines must be put in Traci to convert. x, y = traci.vehicle.getPosition(traci_veh) lon, lat = traci.simulation.convertGeo(x, y)

Re: [sumo-user] TRACI geo coordinates

2020-05-10 Thread Jakob Erdmann
Maybe what you are looking for is this: --fcd-output fcd.xml --fcd-output.geo (see https://sumo.dlr.de/docs/Simulation/Output/FCDOutput.html) Am So., 10. Mai 2020 um 04:39 Uhr schrieb nithin reddy < nithinredd...@gmail.com>: > Thanks Jacob . The issue is I have written a code for this alredy

Re: [sumo-user] node-node route

2020-05-10 Thread Jakob Erdmann
Then download this one: https://raw.githubusercontent.com/eclipse/sumo/master/tools/randomTrips.py and use randomTrips.py -n RoutingSim1.net.xml -o test.trips.xml --juntion-taz --validate Am So., 10. Mai 2020 um 02:03 Uhr schrieb Raheleh Zarei < raheleh.za...@gmail.com>: > Yes, I did. But this

Re: [sumo-user] Defining Electric Vehicles

2020-05-10 Thread Jakob Erdmann
see the example at https://sumo.dlr.de/docs/Models/Electric.html#defining_electric_vehicles Am Sa., 9. Mai 2020 um 18:51 Uhr schrieb Radha Reddy < radha.reddy@gmail.com>: > Hello, > > I need to analyze the Electric Vehicles. > > How I can define electric vehicles in TraCI (attached runner