.SUMOCFG File Extension
SUMO Configuration File
Developer | Eclipse |
Popularity |
4.1 | 7 Votes |
What is a SUMOCFG file?
A SUMOCFG file is a configuration file used by Eclipse SUMO, an open-source traffic simulator. It contains parameters for a traffic simulation in XML format, which includes references to .XML files that contain detailed information about the simulation. SUMOCFG files formerly used the .sumo.cfg file extension.
More Information
You will most likely only encounter a SUMOCFG file if you use SUMO to simulate road traffic for large or small-scale city networks that include vehicles and pedestrians. The file type is only meant to be used with the SUMO simulator.
Typically, the XML files referenced in SUMOCFG files are NET.XML and ROU.XML files, but there may also be additional XML files referenced. The NET.XML file contains information about roads and intersections in the simulation, while the ROU.XML file contains information about routes, vehicles, and vehicle types.
SUMO, which stands for "Simulation of Urban MObility," is available as a package of command line programs. To open a SUMOCFG file in SUMO, type -c [path to file and filename] or --configuration-file [path to file and filename].
The software is also available with a graphical user interface GUI, which is called SUMO-GUI. To open a SUMOCFG file with the SUMO-GUI version, select File → Open Simulation... and choose the SUMOCFG file.
NOTE: SUMO was originally developed by employees of the Institute of Transportation Systems at the German Aerospace Center. They then moved the codebase to Eclipse.