An open API service indexing awesome lists of open source software.

https://github.com/kensuke-mitsuzawa/sumo-sim-monaco-scenario


https://github.com/kensuke-mitsuzawa/sumo-sim-monaco-scenario

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# What's this?

A docker environment for executing [Sumo Monaco Scenario](https://github.com/lcodeca/MoSTScenario).

Some utilities are together.

# Specs

A docker image creates the following environment,

- Ubuntu 20.04
- Sumo 1.14
- Python 3.10

# Python Interfaces

This project has an interface that you can run multiple-simulations in parallel.
This feature is useful when you wanna compare multiple scenarios.
The parallel computation is thanks to Dask.

See README in the `simulation_extractions`.