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

Allow parkingSpaces only for wheelChairs #4656

Open palvarezlopez opened 6 years ago

palvarezlopez commented 6 years ago

It's usefull for modelling "urban accessibility".

See #4411

namdre commented 6 years ago

this is somewhat difficult because parkingSpaces are for vehicles whereas persons in wheelChairs will probably be treated as persons.

palvarezlopez commented 6 years ago

And an attribute "VTypes_Allowed" or similar, to allow only a certain type of vehicle? (Transport of Wheelchairs, for example)

namdre commented 6 years ago

adding allow/disallow to a parkingArea could make sense (e.g. parking space reserved for trucks) I'd probably use one of the custom vClasses for wheelChair-transports instead of adding a vtypes restriction to parkingAreas

Anyway, I'd let this ticket rest until the use case comes up.