Hi Marcus, maybe there is some confusion in terminology here. What we usually call geo-coordinates are the unmodified coordinates of the input used to create the network. Those may be either real lon,lat pairs as in the case of OSM or cartesian coordinates as in the tutorial examples. What netconvert does (by default) is to normalize the coordinates (after a possible geo projection in case of lat,lon pairs) such that the lower left corner is 0,0. Those coordinates (let's call them sumo coordinates) are the default for most operations and are also returned by vehicle.getPosition().
Am 12.10.2014 um 20:22 schrieb Marcus Müller: >> traci.simulation.convert2D(roadID,lanePos,laneIdx,'False') This call does probably not what you intended. Giving the string 'False' will actually work as if you give the boolean value True because Python evaluates every non-empty string to boolean True. Maybe this already fixes it. Best regards, Michael ------------------------------------------------------------------------------ Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer http://p.sf.net/sfu/Zoho _______________________________________________ sumo-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-user
