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.57k stars 1.43k forks source link

import parkingArea from OSM #3602

Open namdre opened 7 years ago

namdre commented 7 years ago

http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dparking http://wiki.openstreetmap.org/wiki/Key:parking:lane

namdre commented 2 years ago
namdre commented 2 years ago

in OSM off-road parking can either be a node or a way (supposedly never both). SAGA only imports off-road nodes and maps them to the closes passenger lane. We should do the same for areas/ways. This models the entrance to the parkingArea.

namdre commented 2 years ago

required mapmatching code is the same as in https://github.com/eclipse/sumo/blob/0000b24f3959e98fbde01f64f2677d2da714e813/src/netbuild/NBPTStopCont.cpp#L392