Skip to main content

The python version of the libtraci API to communicate with the traffic simulation Eclipse SUMO

Project description

<a href=”https://sumo.dlr.de/docs”><p align=”center”><img width=50% src=”https://github.com/eclipse/sumo/blob/main/docs/web/docs/images/sumo-logo.svg”></p></a>

Eclipse SUMO - Simulation of Urban MObility

[![Windows](https://github.com/eclipse/sumo/actions/workflows/build-windows.yml/badge.svg)](https://github.com/eclipse/sumo/actions/workflows/build-windows.yml) [![Linux](https://github.com/eclipse/sumo/actions/workflows/build-linux.yml/badge.svg)](https://github.com/eclipse/sumo/actions/workflows/build-linux.yml) [![macOS](https://github.com/eclipse/sumo/actions/workflows/build-macos.yml/badge.svg)](https://github.com/eclipse/sumo/actions/workflows/build-macos.yml) ![Repo Size](https://img.shields.io/github/repo-size/eclipse/sumo.svg)

<!– [![Windows Build status](https://ci.appveyor.com/api/projects/status/github/eclipse/sumo?svg=true)](https://ci.appveyor.com/project/eclipsewebmaster/sumo) –>

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.

It is mainly developed by employees of the [Institute of Transportation Systems at the German Aerospace Center](https://www.dlr.de/ts).

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

Contact

To stay informed, we have a mailing list for SUMO [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 as well. For further contact information have a look at the [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

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/home:behrisch). If you want to build 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.

Bugs

Please use for bugs and requests the [GitHub bug tracking tool](https://github.com/eclipse/sumo/issues) 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).

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).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

libtraci-1.11.0.post128-cp310-cp310-win_amd64.whl (9.9 MB view details)

Uploaded CPython 3.10 Windows x86-64

libtraci-1.11.0.post128-cp39-cp39-win_amd64.whl (9.9 MB view details)

Uploaded CPython 3.9 Windows x86-64

libtraci-1.11.0.post128-cp38-cp38-win_amd64.whl (9.9 MB view details)

Uploaded CPython 3.8 Windows x86-64

libtraci-1.11.0.post128-cp37-cp37m-win_amd64.whl (9.9 MB view details)

Uploaded CPython 3.7m Windows x86-64

libtraci-1.11.0.post128-cp36-cp36m-win_amd64.whl (9.8 MB view details)

Uploaded CPython 3.6m Windows x86-64

libtraci-1.11.0.post128-cp35-cp35m-win_amd64.whl (9.9 MB view details)

Uploaded CPython 3.5m Windows x86-64

File details

Details for the file libtraci-1.11.0.post128-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: libtraci-1.11.0.post128-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 9.9 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.8

File hashes

Hashes for libtraci-1.11.0.post128-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 1ee2d8d4fa5fbd2a28bc2ba2230e275ba4bfd19efb48b41354a0e34517630cde
MD5 dbb421966914a1113d578db5021d0902
BLAKE2b-256 61588cbc2c05977fa44b574cda8baf08b6f1a09c24a0cfebac4f046a917d7ec3

See more details on using hashes here.

File details

Details for the file libtraci-1.11.0.post128-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: libtraci-1.11.0.post128-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 9.9 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.8

File hashes

Hashes for libtraci-1.11.0.post128-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 2ccbcdaf092ae8773cfb9e24ef9b6f052f57075eb55599501e615deb4e19717c
MD5 2f81d41a695fdaade6800c671c976506
BLAKE2b-256 99737edce5ffe6272eb4184b29e69861c06cd9b914db8512b60dc0a4c0296043

See more details on using hashes here.

File details

Details for the file libtraci-1.11.0.post128-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: libtraci-1.11.0.post128-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 9.9 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.8

File hashes

Hashes for libtraci-1.11.0.post128-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 1e542a4a31c8e3fab3254d4e78fbd2b764cb8b75ad63f4852aaf968db93c7f06
MD5 7dc8a7b170e7b85496b3bcd7959f9a60
BLAKE2b-256 23e0513658ba40b7a545a89e936f538bbfa87c8999b01a99f048d28befaee305

See more details on using hashes here.

File details

Details for the file libtraci-1.11.0.post128-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: libtraci-1.11.0.post128-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 9.9 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.8

File hashes

Hashes for libtraci-1.11.0.post128-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 ff866cf70fb61a8e1e565fc4e64046ee826ef5e6000d8d89bcfa6cb247a4366e
MD5 71aeda68f3f66c315a459dfa261e2619
BLAKE2b-256 f1377023b4b58f7d7e64f932c6c12d83444850887b2a4325a90d1fbddefa62fc

See more details on using hashes here.

File details

Details for the file libtraci-1.11.0.post128-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: libtraci-1.11.0.post128-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 9.8 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.8

File hashes

Hashes for libtraci-1.11.0.post128-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 ce24915f481b4a847b6f0b4a405f2f907cd44c042997d946f4758a68f3ccb4d0
MD5 bdd98da1d3ce64f14d2b8a1afbcb8dd7
BLAKE2b-256 d3bc53ede2c4e3002b73a5c8e89b5df8ad34c1d06a825dffaa02b54625eb622e

See more details on using hashes here.

File details

Details for the file libtraci-1.11.0.post128-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: libtraci-1.11.0.post128-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 9.9 MB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.8

File hashes

Hashes for libtraci-1.11.0.post128-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 3cc18cc4bcfc23f03d096c9070e6790909b81ed6a1b6a934b5a24593078b36cb
MD5 92e06a15d40e1c032aacf1a3c3124e7a
BLAKE2b-256 cf4eac574632a8a5cef3dc236b7ff28825ef2aef58fe94d3eb430b69359a2b62

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page