SUMO (Simulation of Urban Mobility) एक ओपन-सोर्स यातायात सिम्युलेटर है। .net.xml फ़ॉर्मैट लेन, जंक्शन और कनेक्शन के साथ सड़क नेटवर्क का वर्णन करता है। यातायात मॉडलिंग, सिग्नल अनुकूलन और परिवहन नियोजन के लिए उपयोग किया जाता है।
मुख्य विशेषताएँ

SUMO प्रारूप के बारे में
SUMO is an open traffic simulator that models every car separately. People use it to see what happens to a district if a street is closed, a lane is added or the traffic light phases are changed. The road network is described by an XML file: street edges, junction nodes, lanes and the connections between them.
Usually the network is obtained from OpenStreetMap with a separate utility, and that means fiddling with settings and cleaning the data. Our export hands you a ready network for the chosen area right away — convenient for a study assignment, a quick test of a hypothesis or a demonstration.
What is in the archive: the road network file and a configuration that is enough to launch a simulation. The streets are taken from OSM together with the road type, the number of lanes (up to eight) and the permitted speed by class; the coordinates are converted from latitude and longitude into local meters.
What the network does not have: traffic light programs and travel demand. Traffic light logic is set in SUMO separately, and vehicle routes are generated with the standard utilities — without them the simulation will start, but nobody will drive down the streets.
SUMO फ़ाइलें कौन सा प्रोग्राम खोलता है
निम्नलिखित प्रोग्राम और अनुप्रयोग OSM2CDR से निर्यात की गई SUMO Network (.zip) फ़ाइलों को खोल, संपादित और उनके साथ काम कर सकते हैं:
Format specifications
- Open standard
- 2D only
- Lossless (no quality loss)
- Stores feature attributes
- Output: 2 files in archive
- Eclipse SUMO traffic-simulation network XML (ZIP with network.net.xml + simulation.sumocfg). Ready to open in SUMO-GUI.
SUMO मानचित्रों का उपयोग कौन करता है
SUMO कैसे निर्यात करें
निर्यात के बाद कैसे खोलें
- Eclipse SUMO (free) — unpack the archive and open the configuration in sumo-gui: the network will be drawn, and from there the simulation starts with a button.
- netedit — the network editor from the SUMO package: fix junction geometry, add a lane, assign a traffic light.
- Travel demand — generate routes with the randomTrips or duarouter utilities and connect the route file in the configuration, otherwise the streets will stay empty.
- TraCI (Python) — control the simulation from a script: collect statistics, change phases on the fly, embed SUMO into your own experiment.
- netconvert — if junction geometry looks odd, the network can be rebuilt and checked with this utility from the SUMO package.
SUMO में लोकप्रिय मानचित्र
SUMO Network मानचित्र निर्यात प्राप्त करें
OpenStreetMap से पेशेवर SUMO मानचित्र डाउनलोड करें. तत्काल जनरेशन, कोई भी क्षेत्र.
अक्सर पूछे जाने वाले प्रश्न
संबंधित प्रारूप
अक्सर एक साथ निर्यात किए जाते हैं
Related Articles
SUMO — XML Format from DLR's Urban Mobility Traffic Simulator (Eclipse SUMO)
SUMO is DLR's open-source traffic simulator (2001+): XML formats .net/.rou/.add, microscopic+macroscopic, TraCI API, net
usecaseTransport Simulation Formats: OpenDRIVE, SUMO, Lanelet2
OpenDRIVE, SUMO, Lanelet2 and ROS for transport simulation and autonomous driving. Export from OpenStreetMap.