Skip to content

Commit

Permalink
#2 added links, should help with #13563
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre authored Jul 5, 2023
1 parent fca25e9 commit d0484aa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/web/docs/Simulation/ParkingArea.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,16 @@ wait on the road until a space becomes available or [reroute to a new
parking
area](../Simulation/Rerouter.md#rerouting_to_an_alternative_parking_area).

# Importing / Generating Parking Areas

The following tools exist to obtain parking area definitions

- [generateParkingAreas.py](../Tools/Misc.md#generateparkingareaspy): probabilistic generation for a whole network
- [generateParkingLots.py](../Tools/Misc.md#generateparkinglotspy): generate space definitions to fill up a given shape
- [netedit](../Netedit/elementsAdditional.md#parking_areas): define parking areas visually
- [netconvert --parking-output](../netconvert.md#export_1): imports roadside parking areas from OSM
- [SAGA generateParkingAreasFromOSM.py](https://github.com/lcodeca/SUMOActivityGen): imports all kinds of parking areas from OSM

# TraCI

Some information regarding parking areas can be accessed directly using
Expand Down

0 comments on commit d0484aa

Please sign in to comment.