Re: [sumo-user] [EXT] AW: SUMO-gui background options

2024-01-19 Thread The div via sumo-user
To get an OSM map - use the share button and you should see a download option - the download size/map scale are coupled so you need to experiment or alternatively pull tiles for a detailed large area and load each separately in sumo-gui - easy enough to get teh overlap exact with the

Re: [sumo-user] Calculating A Single Vehicle Road Length

2024-01-19 Thread Mirko Barthauer via sumo-user
Hi Emre, For me it it works fine. Both times the vehicle with ID "1.0" travels the same distance. Please check your files whether you made some mistake during copying... Best regards Mirko -Original-Nachricht- Betreff: [sumo-user] Calculating A Single Vehicle Road Length

Re: [sumo-user] [EXT] AW: SUMO-gui background options

2024-01-19 Thread Robert.Hilbrich--- via sumo-user
Hi Hector, that one is easy to solve - just install pyproj to work with projections. Open your command prompt and type: pip3 install pyproj or if you want install all potentially needed dependencies: pip3 install -r "C:\Program Files (x86)\Eclipse\Sumo\tools\requirements.txt" Best, Robert

Re: [sumo-user] [EXT] AW: SUMO-gui background options

2024-01-19 Thread Hector A Martinez via sumo-user
Good morning Mirko, I used this script in the link below: python tools/tileGet.py -n test.net.xml -t 10 And I got this error message: Traceback (most recent call last): File "C:\Program Files (x86)\Eclipse\Sumo\tools\tileGet.py", line 227, in get() File "C:\Program Files