Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Modelling Parking Areas and Parking Spaces in SUMO

If you wish to model the behavior of searching for a free parking space, you must use multiple parking areas Searching is only triggered when all spaces (including those from roadsideCapacity) are occupied). See https://sumo.dlr.de/docs/Simulation/Rerouter.html#rerouting_to_an_alternative_parking_area

Am Mo., 16. Sept. 2019 um 01:13 Uhr schrieb The div <div@xxxxxxxx>:
Sorry, I missed commenting on this:
> This floor or level is made up of several rows of parking spaces, at each side of a driveable passage

If the passage is one-way then you cannot represent spaces at each side of the passage unless you use <space> . if two-way then you can put a parking area on each lane.

<parkingArea> roadsideCapacity bays will always be on the 'nearside' of the lane. You can position <spaces> on either side of the lane or just use <space> for 'offside' bays and roadsideCapacity for nearside bays.

cheers
div



_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top