
Important links:
www.dlr.de/ts/en/desktopdefault.aspx/tabid-9883/16931_read-41000/
sumo.dlr.de/wiki/Simulation_of_Urban_MObility_-_Wiki
en.wikipedia.org/wiki/Microsimulation
Download:
https://sumo.dlr.de/docs/index.html
Link:
sumo.dlr.de/docs/NETEDIT.html
Link:
sumo.dlr.de/docs/NETEDIT.html#connections
Explore the SUMO network file, a directed graph of roads and intersections, detailing edges as lanes with position, shape, and speed, plus traffic light logics at junctions and lane connections.
Udemy didn't allow me to upload the StudyAre.sumocfg because .sumocfg extension is denied.
Create a file named StudyArea.sumocfg.
Its code is:
<?xml version="1.0" encoding="iso-8859-1"?>
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://sumo.sf.net/xsd/sumoConfiguration.xsd">
<input>
<net-file value="StudyAreNetwork.net.xml"/>
<route-files value="demand.rou.xml"/>
</input>
<time>
<begin value="0"/>
<end value="200"/>
</time>
<time-to-teleport value="-1"/>
</configuration>
Link:
https://sumo.dlr.de/docs/Definition_of_Vehicles,_Vehicle_Types,_and_Routes.html
Create multiple vehicle types in NetEdit by cloning and customizing presets like bus, motorcycle, taxi, and truck, then define flows and run the simulation.
Link:
sumo.dlr.de/docs/Definition_of_Vehicles,_Vehicle_Types,_and_Routes.html#vehicle_types
Link:
sumo.dlr.de/docs/Simulation/Traffic_Lights.html
Link:
sumo.dlr.de/docs/Simulation/Public_Transport.html
Learn to resolve bus deadlocks in the Sumo traffic simulator by editing the network in NetEdit, enabling pass for outgoing lanes on deadlock edges, and re-running to verify clearance.
Link:
sumo.dlr.de/docs/Simulation/Output.html
Link:
sumo.dlr.de/docs/Networks/Import.html
Create your first Sumo simulation in five minutes by generating a grid network with net edit, setting a vehicle flow, and saving network, routes, and config files.
Create traffic lights in a sumo traffic simulation by editing TLS config, adjusting net and route files, and saving networks, while observing congestion and the importance of correct file naming.
With exercises that you will do yourself, learn about traffic microsimulation using the free application SUMO (Simulation of Urban Mobility). In this course, you will edit your own simulation network, create your traffic flows, deploy traffic light intersections, work with public transportation, and generate performance analysis reports.
The tool is free and will allow you to work with very important technology, especially for mobility and traffic analysts and urban planners.
What You Will Learn in This Course:
1. Introduction to SUMO
- Installation and configuration of SUMO.
- Navigating the user interface.
- Importing maps and road networks.
2. Editing Simulation Networks
- How to edit and customize traffic networks.
- Adding and modifying nodes and edges.
- Creating realistic urban traffic scenarios.
3. Creating and Managing Traffic Flows
- Defining different types of vehicles and their behaviors.
- Setting up traffic flows based on real-world data.
- Analyzing traffic patterns and identifying bottlenecks.
4. Implementing Traffic Light Intersections
- Creating custom traffic light programs.
- Simulating different traffic control strategies.
- Evaluating the impact of traffic light intersections on traffic flow.
5. Working with Public Transportation
- Integrating bus lines and other public transport modes.
- Simulating schedules and routes for public transportation.
- Analyzing the efficiency of public transportation in the road network.
6. Generating Performance Reports
- Collecting simulation data.
- Creating detailed traffic performance reports.
- Using metrics and indicators to evaluate mobility scenarios.