<a href="https://sumo.dlr.de/docs"><p align="center"><img width=50% src="https://raw.githubusercontent.com/eclipse/sumo/main/docs/web/docs/images/sumo-logo.svg"></p></a>
Eclipse SUMO - Simulation of Urban MObility
===========================================
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.13907886.svg )](https://doi.org/10.5281/zenodo.13907886 )
[![Windows](https://github.com/eclipse-sumo/sumo/actions/workflows/build-windows.yml/badge.svg)](https://github.com/eclipse-sumo/sumo/actions/workflows/build-windows.yml)
[![Linux](https://github.com/eclipse-sumo/sumo/actions/workflows/build-linux.yml/badge.svg)](https://github.com/eclipse-sumo/sumo/actions/workflows/build-linux.yml)
[![macOS](https://github.com/eclipse-sumo/sumo/actions/workflows/build-macos.yml/badge.svg)](https://github.com/eclipse-sumo/sumo/actions/workflows/build-macos.yml)
[![sonarcloud security](https://sonarcloud.io/api/project_badges/measure?project=org.eclipse.sumo&metric=security_rating)](https://sonarcloud.io/summary/overall?id=org.eclipse.sumo)
[![Translation status](https://hosted.weblate.org/widgets/eclipse-sumo/-/svg-badge.svg)](https://hosted.weblate.org/engage/eclipse-sumo/)
![Repo Size](https://img.shields.io/github/repo-size/eclipse/sumo.svg)
What is SUMO
------------
["Simulation of Urban MObility" (SUMO)](https://sumo.dlr.de/) is an open source,
highly portable, microscopic traffic simulation package designed to handle
large road networks and different modes of transport.
<p align="center"><img width=70% src="https://raw.githubusercontent.com/eclipse/sumo/main/docs/web/docs/images/multiple-screenshots.png"></p>
It is mainly developed by employees of the [Institute of Transportation Systems
at the German Aerospace Center](https://www.dlr.de/ts/en/).
Where to get it
---------------
You can download SUMO via our [downloads site](https://sumo.dlr.de/docs/Downloads.html).
As the program is still under development (and is being extended continuously), we advice you to
use the latest sources from our GitHub repository. Using a command line client,
execute the following command:
```
git clone --recursive https://github.com/eclipse-sumo/sumo
```
Contact
-------
To stay informed, we have a mailing list for SUMO, which
[you can subscribe](https://dev.eclipse.org/mailman/listinfo/sumo-user) to.
Messages to the list can be sent to sumo-user@eclipse.org.
SUMO announcements will be made through the sumo-announce@eclipse.org list;
[you can subscribe](https://dev.eclipse.org/mailman/listinfo/sumo-announce) to it as well.
For further contact information, have a look at [this page](https://sumo.dlr.de/docs/Contact.html).
Build and Installation
----------------------
For Windows we provide pre-compiled binaries and CMake files to generate Visual Studio projects.
If you want to develop under Windows, please also clone the dependent libraries using:
```
git clone --recursive https://github.com/DLR-TS/SUMOLibraries
```
If you're using Linux, you should have a look whether your distribution already contains sumo.
There is also a [ppa for ubuntu users](https://launchpad.net/~sumo) and an
[open build service instance](https://build.opensuse.org/project/show/science:dlr).
If you want to build SUMO yourself, the steps for ubuntu are:
```
sudo apt-get install cmake python g++ libxerces-c-dev libfox-1.6-dev libgdal-dev libproj-dev libgl2ps-dev swig
cd <SUMO_DIR> # please insert the correct directory name here
export SUMO_HOME="$PWD"
cmake -B build .
cmake --build build -j$(nproc)
```
For [detailed build instructions, have a look at our Documentation](https://sumo.dlr.de/docs/Developer/Main.html#build_instructions).
Getting started
---------------
To get started with SUMO, take a look at the docs/tutorial and examples directories,
which contain some example networks with routing data and configuration files.
There is also user documentation provided in the docs/ directory and on the
homepage.
Documentation
---------------
- The main documentation is at [sumo.dlr.de/docs](https://sumo.dlr.de/docs). Note that this tracks the [development version](https://sumo.dlr.de/docs/FAQ.html#why_does_sumo_not_behave_as_documented_in_this_wiki).
- A mirror of the main documentation is at [sumo.sourceforge.net/docs](https://sumo.sourceforge.net/docs).
- An offline version of the documentation is part of every release and can be accessed via `docs/userdoc/index.html`.
Improving SUMO
--------------
Please use the [GitHub issue tracking tool](https://github.com/eclipse-sumo/sumo/issues) for bugs and requests,
or file them to the sumo-user@eclipse.org list. Before
filing a bug, please consider to check with a current repository checkout
whether the problem has already been fixed.
We welcome patches, pull requests and other contributions! For details see [our contribution guidelines](CONTRIBUTING.md).
We use [Weblate for translating SUMO](https://hosted.weblate.org/projects/eclipse-sumo/). If you
want to add translation strings or a language, see [our contribution guidelines](CONTRIBUTING.md#translating) and
[this page](https://sumo.dlr.de/docs/Developer/Translating.html) for more information.
License
-------
SUMO is licensed under the [Eclipse Public License Version 2](https://eclipse.org/legal/epl-v20.html).
The licenses of the different libraries and supplementary code information are in the
subdirectories and in the [Documentation](https://sumo.dlr.de/docs/Libraries_Licenses.html).
Raw data
{
"_id": null,
"home_page": "https://sumo.dlr.de/",
"name": "eclipse-sumo",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "traffic simulation traci sumo",
"author": "DLR and contributors",
"author_email": "sumo@dlr.de",
"download_url": "https://sumo.dlr.de/download",
"platform": null,
"description": "<a href=\"https://sumo.dlr.de/docs\"><p align=\"center\"><img width=50% src=\"https://raw.githubusercontent.com/eclipse/sumo/main/docs/web/docs/images/sumo-logo.svg\"></p></a>\r\n\r\nEclipse SUMO - Simulation of Urban MObility\r\n===========================================\r\n[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.13907886.svg )](https://doi.org/10.5281/zenodo.13907886 )\r\n[![Windows](https://github.com/eclipse-sumo/sumo/actions/workflows/build-windows.yml/badge.svg)](https://github.com/eclipse-sumo/sumo/actions/workflows/build-windows.yml)\r\n[![Linux](https://github.com/eclipse-sumo/sumo/actions/workflows/build-linux.yml/badge.svg)](https://github.com/eclipse-sumo/sumo/actions/workflows/build-linux.yml)\r\n[![macOS](https://github.com/eclipse-sumo/sumo/actions/workflows/build-macos.yml/badge.svg)](https://github.com/eclipse-sumo/sumo/actions/workflows/build-macos.yml)\r\n[![sonarcloud security](https://sonarcloud.io/api/project_badges/measure?project=org.eclipse.sumo&metric=security_rating)](https://sonarcloud.io/summary/overall?id=org.eclipse.sumo)\r\n[![Translation status](https://hosted.weblate.org/widgets/eclipse-sumo/-/svg-badge.svg)](https://hosted.weblate.org/engage/eclipse-sumo/)\r\n![Repo Size](https://img.shields.io/github/repo-size/eclipse/sumo.svg)\r\n\r\nWhat is SUMO\r\n------------\r\n\r\n[\"Simulation of Urban MObility\" (SUMO)](https://sumo.dlr.de/) is an open source,\r\nhighly portable, microscopic traffic simulation package designed to handle\r\nlarge road networks and different modes of transport.\r\n\r\n<p align=\"center\"><img width=70% src=\"https://raw.githubusercontent.com/eclipse/sumo/main/docs/web/docs/images/multiple-screenshots.png\"></p>\r\n\r\nIt is mainly developed by employees of the [Institute of Transportation Systems\r\nat the German Aerospace Center](https://www.dlr.de/ts/en/).\r\n\r\n\r\nWhere to get it\r\n---------------\r\n\r\nYou can download SUMO via our [downloads site](https://sumo.dlr.de/docs/Downloads.html).\r\n\r\nAs the program is still under development (and is being extended continuously), we advice you to\r\nuse the latest sources from our GitHub repository. Using a command line client,\r\nexecute the following command:\r\n\r\n```\r\ngit clone --recursive https://github.com/eclipse-sumo/sumo\r\n```\r\n\r\nContact\r\n-------\r\n\r\nTo stay informed, we have a mailing list for SUMO, which\r\n[you can subscribe](https://dev.eclipse.org/mailman/listinfo/sumo-user) to.\r\nMessages to the list can be sent to sumo-user@eclipse.org.\r\nSUMO announcements will be made through the sumo-announce@eclipse.org list;\r\n[you can subscribe](https://dev.eclipse.org/mailman/listinfo/sumo-announce) to it as well.\r\nFor further contact information, have a look at [this page](https://sumo.dlr.de/docs/Contact.html).\r\n\r\n\r\nBuild and Installation\r\n----------------------\r\n\r\nFor Windows we provide pre-compiled binaries and CMake files to generate Visual Studio projects.\r\nIf you want to develop under Windows, please also clone the dependent libraries using:\r\n\r\n```\r\ngit clone --recursive https://github.com/DLR-TS/SUMOLibraries\r\n```\r\n\r\nIf you're using Linux, you should have a look whether your distribution already contains sumo.\r\nThere is also a [ppa for ubuntu users](https://launchpad.net/~sumo) and an\r\n[open build service instance](https://build.opensuse.org/project/show/science:dlr).\r\nIf you want to build SUMO yourself, the steps for ubuntu are:\r\n\r\n```\r\nsudo apt-get install cmake python g++ libxerces-c-dev libfox-1.6-dev libgdal-dev libproj-dev libgl2ps-dev swig\r\ncd <SUMO_DIR> # please insert the correct directory name here\r\nexport SUMO_HOME=\"$PWD\"\r\ncmake -B build .\r\ncmake --build build -j$(nproc)\r\n```\r\n\r\nFor [detailed build instructions, have a look at our Documentation](https://sumo.dlr.de/docs/Developer/Main.html#build_instructions).\r\n\r\n\r\nGetting started\r\n---------------\r\n\r\nTo get started with SUMO, take a look at the docs/tutorial and examples directories,\r\nwhich contain some example networks with routing data and configuration files.\r\nThere is also user documentation provided in the docs/ directory and on the\r\nhomepage.\r\n\r\nDocumentation\r\n---------------\r\n\r\n- The main documentation is at [sumo.dlr.de/docs](https://sumo.dlr.de/docs). Note that this tracks the [development version](https://sumo.dlr.de/docs/FAQ.html#why_does_sumo_not_behave_as_documented_in_this_wiki).\r\n- A mirror of the main documentation is at [sumo.sourceforge.net/docs](https://sumo.sourceforge.net/docs).\r\n- An offline version of the documentation is part of every release and can be accessed via `docs/userdoc/index.html`.\r\n\r\nImproving SUMO\r\n--------------\r\n\r\nPlease use the [GitHub issue tracking tool](https://github.com/eclipse-sumo/sumo/issues) for bugs and requests,\r\nor file them to the sumo-user@eclipse.org list. Before\r\nfiling a bug, please consider to check with a current repository checkout\r\nwhether the problem has already been fixed.\r\n\r\nWe welcome patches, pull requests and other contributions! For details see [our contribution guidelines](CONTRIBUTING.md).\r\n\r\nWe use [Weblate for translating SUMO](https://hosted.weblate.org/projects/eclipse-sumo/). If you\r\nwant to add translation strings or a language, see [our contribution guidelines](CONTRIBUTING.md#translating) and\r\n[this page](https://sumo.dlr.de/docs/Developer/Translating.html) for more information.\r\n\r\n\r\nLicense\r\n-------\r\n\r\nSUMO is licensed under the [Eclipse Public License Version 2](https://eclipse.org/legal/epl-v20.html).\r\nThe licenses of the different libraries and supplementary code information are in the\r\nsubdirectories and in the [Documentation](https://sumo.dlr.de/docs/Libraries_Licenses.html).\r\n",
"bugtrack_url": null,
"license": "EPL-2.0",
"summary": "A microscopic, multi-modal traffic simulation package",
"version": "1.21.0",
"project_urls": {
"Download": "https://sumo.dlr.de/download",
"Homepage": "https://sumo.dlr.de/"
},
"split_keywords": [
"traffic",
"simulation",
"traci",
"sumo"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "fc314d4bb7767afc33ae5a1d645bba927dd336ad039d4fe15262f12ed68dcbef",
"md5": "cba43f66840c369f27e498ceba765c63",
"sha256": "919ce16c4ec1a14f85af80b87a02f49cfc153372ef23009fd96027dccb2557e2"
},
"downloads": -1,
"filename": "eclipse_sumo-1.21.0-py2.py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "cba43f66840c369f27e498ceba765c63",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 72756684,
"upload_time": "2024-10-09T20:40:16",
"upload_time_iso_8601": "2024-10-09T20:40:16.804899Z",
"url": "https://files.pythonhosted.org/packages/fc/31/4d4bb7767afc33ae5a1d645bba927dd336ad039d4fe15262f12ed68dcbef/eclipse_sumo-1.21.0-py2.py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5f7713394602f84bc026f204a1e21cbcdfc33ffba046035750c82a3a5c1a5d4a",
"md5": "ebe2f8f17c794c0198f5704e9b2bf848",
"sha256": "8f2942912e8edb906d76d73ec722606a7e949dadef9607ac3d1a02f3fc37f819"
},
"downloads": -1,
"filename": "eclipse_sumo-1.21.0-py2.py3-none-win_amd64.whl",
"has_sig": false,
"md5_digest": "ebe2f8f17c794c0198f5704e9b2bf848",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 87201602,
"upload_time": "2024-10-09T20:33:28",
"upload_time_iso_8601": "2024-10-09T20:33:28.530054Z",
"url": "https://files.pythonhosted.org/packages/5f/77/13394602f84bc026f204a1e21cbcdfc33ffba046035750c82a3a5c1a5d4a/eclipse_sumo-1.21.0-py2.py3-none-win_amd64.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-09 20:40:16",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "eclipse-sumo"
}