eclipse-sumo / sumo

Eclipse SUMO is an open source, highly portable, microscopic and continuous traffic simulation package designed to handle large networks. It allows for intermodal simulation including pedestrians and comes with a large set of tools for scenario creation.
https://eclipse.dev/sumo
Eclipse Public License 2.0
2.58k stars 1.44k forks source link

import right-of-way information from OSM (trac #2257) #2257

Open behrisch opened 8 years ago

behrisch commented 8 years ago

this needs to be mapped to the closest way (considering the direction tag) http://wiki.openstreetmap.org/wiki/Tag:highway%3Dgive_way http://wiki.openstreetmap.org/wiki/Tag:highway%3Dstop

Generally, the discussion is still ongoing regarding right-of-way http://wiki.openstreetmap.org/wiki/Relations/Proposed/Right_of_way

Migrated from http://sumo.dlr.de/ticket/2257

{
    "status": "new", 
    "changetime": "2016-10-14T10:39:37Z", 
    "description": "* highway=stop (on a node) \n* highway=give_way (on a node) \n* highway=priority (very rare)\n* stop=all\n\n\nthis needs to be mapped to the closest way (considering the direction tag)\nhttp://wiki.openstreetmap.org/wiki/Tag:highway%3Dgive_way\nhttp://wiki.openstreetmap.org/wiki/Tag:highway%3Dstop\n\nGenerally, the discussion is still ongoing regarding right-of-way\nhttp://wiki.openstreetmap.org/wiki/Relations/Proposed/Right_of_way", 
    "reporter": "namdre", 
    "cc": "", 
    "resolution": "", 
    "_ts": "1476441577749276", 
    "component": "net building (NETGEN, NETCONVERT)", 
    "summary": "import right-of-way information from OSM", 
    "priority": "major", 
    "keywords": "", 
    "time": "2016-04-18T06:55:09Z", 
    "milestone": "1.0.0", 
    "owner": "", 
    "type": "enhancement"
}
behrisch commented 8 years ago

@behrisch changed milestone from "0.28.0" to "0.29.0"