eclipse-sumo


Nameeclipse-sumo JSON
Version 1.19.0 PyPI version JSON
download
home_pagehttps://sumo.dlr.de/
SummaryA microscopic, multi-modal traffic simulation package
upload_time2023-11-06 22:16:35
maintainer
docs_urlNone
authorDLR and contributors
requires_python
licenseEPL-2.0
keywords traffic simulation traci sumo
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <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.8346388.svg  )](https://doi.org/10.5281/zenodo.8346388   )
[![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 extended continuously, we advice you to
use the latest sources from our GitHub repository. Using a command line client
the following command should work:

```
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"
mkdir build/cmake-build && cd build/cmake-build
cmake ../..
make -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 bug tracking tool](https://github.com/eclipse-sumo/sumo/issues) for bugs and requests, 
or file them to the list sumo-user@eclipse.org. 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).


License
-------

SUMO is licensed under the [Eclipse Public License Version 2](https://eclipse.org/legal/epl-v20.html).
For the licenses of the different libraries and supplementary code information is in the
subdirectories and the [Documentation](https://sumo.dlr.de/docs/Libraries_Licenses.html).

            

Raw data

            {
    "_id": null,
    "home_page": "https://sumo.dlr.de/",
    "name": "eclipse-sumo",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "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.8346388.svg  )](https://doi.org/10.5281/zenodo.8346388   )\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 extended continuously, we advice you to\r\nuse the latest sources from our GitHub repository. Using a command line client\r\nthe following command should work:\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\nmkdir build/cmake-build && cd build/cmake-build\r\ncmake ../..\r\nmake -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 bug tracking tool](https://github.com/eclipse-sumo/sumo/issues) for bugs and requests, \r\nor file them to the list sumo-user@eclipse.org. 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).\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\nFor the licenses of the different libraries and supplementary code information is in the\r\nsubdirectories and 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.19.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": "bb5a32f105f3bbb3bc090d7911c29b000320684073b91bb886f120f88deb1afe",
                "md5": "071e482fc185d9086cff61aa1bcd70dc",
                "sha256": "3ead5b777520d72639b81c81344f0d8a13888cfc4f667ca5a2a46f1cfb650378"
            },
            "downloads": -1,
            "filename": "eclipse_sumo-1.19.0-py2.py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "071e482fc185d9086cff61aa1bcd70dc",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 71660221,
            "upload_time": "2023-11-06T22:16:35",
            "upload_time_iso_8601": "2023-11-06T22:16:35.438958Z",
            "url": "https://files.pythonhosted.org/packages/bb/5a/32f105f3bbb3bc090d7911c29b000320684073b91bb886f120f88deb1afe/eclipse_sumo-1.19.0-py2.py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ccf4e485ed09dc8f2510fb648edadc03f77b149c8e66a25ade7f561c7dfdc88b",
                "md5": "975eeaa673865e3dfd55b7ef1ef4c07a",
                "sha256": "ad74c3f02e14d293a58bae8f233137dd4886151df1ef6971f9be118944145623"
            },
            "downloads": -1,
            "filename": "eclipse_sumo-1.19.0-py2.py3-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "975eeaa673865e3dfd55b7ef1ef4c07a",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 85897132,
            "upload_time": "2023-11-06T22:14:51",
            "upload_time_iso_8601": "2023-11-06T22:14:51.550249Z",
            "url": "https://files.pythonhosted.org/packages/cc/f4/e485ed09dc8f2510fb648edadc03f77b149c8e66a25ade7f561c7dfdc88b/eclipse_sumo-1.19.0-py2.py3-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-06 22:16:35",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "eclipse-sumo"
}
        
Elapsed time: 0.14781s