Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Assign Polygon as Parking lot in SUMO-TraCI

Generating multiple parkingArea definitions into the same file is not supported. However, sumo can load a list of additional files (seperated by a ',').

Am Mi., 6. Mai 2020 um 16:45 Uhr schrieb swaroop <nagas@xxxxxxxxxxxxxx>:
Hi Jacob!!
Thank you very much. It worked !!

I would like to know the syntax ---- for creating multiple parking areas at
once:
Parking 1 on e1 , Parking 2 on e2 in same additional file.

This creates two files separately.  Is there syntax to create both of them
at once.

python "C:\Program Files (x86)\Eclipse\Sumo\tools\generateParkingLots.py"
--shape "-32.39,6.17 78.90,4.86 46.19,73.56 -2.10,71.14 -32.82,6.17" -n 100
-c e1_0

python "C:\Program Files (x86)\Eclipse\Sumo\tools\generateParkingLots.py"
--shape "-32.39,6.17 78.90,4.86 46.19,73.56 -2.10,71.14 -32.82,6.17" -n 100
-c e2_0

I am new to programming. Please dont mind if its too simple question.

Regards,
Swaroop



--
Sent from: http://sumo-user-mailing-list.90755.n8.nabble.com/
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top