[sumo-user] Expand OSM Network

2020-12-17 Thread Maximilian Socher
Hi everyone, is there an easy way to expand/add to an existing sumo-network (created via osm import with netconvert) using the osm import with netconvert without losing any changes/tweaks made in netedit to the already existing .net.xml file? Basically I have created a network of a city from osm

[sumo-user] VISUM netconvert and od2trips

2020-12-15 Thread Maximilian Socher
Hi everyone, I have a VISUM .net file which I converted into a sumo network using netconvert. At the bottom of the sumonet-file I have the TAZs that were parsed from the od matrix of the VISUM file. Now I'm a little lost on how to continue with this using the od2trips skript to generate traffic. C

Re: [sumo-user] error cannot read schema

2020-11-25 Thread Maximilian Socher
Good morning Jakob, first off, good news: I switched to the latest nightly snapshot build and it works now. The trips.trips.xml file looked like this: /http://www.w3.org/2001/XMLSchema-instance"; xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd";> / Which is also w

[sumo-user] error cannot read schema

2020-11-24 Thread Maximilian Socher
Hi everyone, I recently made the switch to sumo 1.7 and now when I try to run the randomTrips.py tool it quits with the error "Cannot read local schema". The website lookup for the xsd-file then also fails. SUMO_HOME is set correctly. Any ideas? Regards Max -- Sent from: http://sumo-user-mail

Re: [sumo-user] geo-position of stops

2020-10-22 Thread Maximilian Socher
Thank you Michael! without that last parameter it worked (kind of). I also had to swap the /lon /and /lat /I was getting, but that's no problem obviously. Maybe the X and Y were not wrong after all? I was just getting different values when manually pulling the coordinates in netedit via right-cli

Re: [sumo-user] geo-position of stops

2020-10-21 Thread Maximilian Socher
Hi Giuliana, thanks for your reply. I am currently working on a script based on your input, however the coordinates I'm getting are way off. I'm extracting the laneID and lanePos from my ptstops.add.xml. These are correct. The x and y-coordinates I recieve from /sumolib.geomhelper.positionAtShape

[sumo-user] geo-position of stops

2020-10-20 Thread Maximilian Socher
Hi everyone, just a quick question: Is there an easy/quick way to export the geo-position of all of my bustops? Max -- Sent from: http://sumo-user-mailing-list.90755.n8.nabble.com/ ___ sumo-user mailing list sumo-user@eclipse.org To unsubscribe from

[sumo-user] Rerouter claims route does not exist

2020-08-03 Thread Maximilian Socher
Hi all, when loading my sumocfg I get an error for my rerouter that the route it is rerouting to does not exist. The definition in the documentaion says "the id must be the id of a previously loaded route". What exactly does that mean? I am loading the route file with the sumocfg and even tried

Re: [sumo-user] vehicle with multiple routes

2020-07-29 Thread Maximilian Socher
That's a real bummer. Repeated routes is what I was using up until this point. But it is just too unrealistic in my case to produce usable data. I was really hoping there would be some straight forward method to implement exactly what you described (Umlauf). Thanks for the suggestions. Greeti

Re: [sumo-user] tripinfo no emission data

2020-07-24 Thread Maximilian Socher
Oh my message must have gotten messed up there. I'm already using your suggestion for both the emission and the tripinfo device. -- Sent from: http://sumo-user-mailing-list.90755.n8.nabble.com/ ___ sumo-user mailing list sumo-user@eclipse.org To unsu

[sumo-user] tripinfo no emission data

2020-07-24 Thread Maximilian Socher
Hi all, I'm generating a tripinfo-output for a specific vehicle type, however I'm not getting any emission information ou of it. The vehicle type is equipped with devices for both tripinfo and emission a follows: Am I missing something obvious

Re: [sumo-user] Connecting multiple routes

2020-07-23 Thread Maximilian Socher
Thanks for your reply Jakob. However if possible I would like to make use of my already defined routes with relative stop times since most routes will be used by multiple busses at different times. Therefore I don't really want to have to hard code all the stop times. Is it possible to assign mu

[sumo-user] vehicle with multiple routes

2020-07-23 Thread Maximilian Socher
Hey all, I want to assign multiple routes to one vehicle. The end and start points of the routes are not the same. So the routes should get connected with simple from-to-trips. What would the syntax for something like this be? And as a follow up: Can I specify different depart times for each ass

[sumo-user] Connecting multiple routes

2020-06-16 Thread Maximilian Socher
Hi everyone, I have defined different routes for my pt lines an want my busses to drive multiple routes one after another, so that a bus is not removed after finishing one route but rather drives to the starting edge of another route and thus stays in the simulation (like in the real world where b

Re: [sumo-user] Bus seemingliy stuck at bus stop

2020-06-03 Thread Maximilian Socher
Makes sense. Thank you for clearing that up and for your help! -- Sent from: http://sumo-user-mailing-list.90755.n8.nabble.com/ ___ sumo-user mailing list sumo-user@eclipse.org To unsubscribe from this list, visit https://www.eclipse.org/mailman/listi

Re: [sumo-user] Bus seemingliy stuck at bus stop

2020-06-03 Thread Maximilian Socher
Ok problem is the the until value,as it gets interpreted as "wait until 5 hours 10 minutes you start route" instead of "wait until 5:10am clock time" which was my intention. the one working rout conveniently starts at 00:00:00 which is why there were no problems on that specific route. Is it possi

Re: [sumo-user] Bus seemingliy stuck at bus stop

2020-06-03 Thread Maximilian Socher
You are right. That seems to be the problem. Instead of a the defined duration of 15 seconds the busses show a wait time of 18000 to 2. But I still can't figure out why this is happening. This is the way I define the individual bus stops: // The same way I defined it on the one working route