sumo
sumo 1.27.1
SUMO traffic simulator
<rendered-html><p>Eclipse SUMO is an open source, highly portable, microscopic and continuous traffic simulation package designed to handle large networks. It allows for intermodal simulation including pedestrians and comes with a large set of tools for scenario creation.</p> </rendered-html>
https://github.com/eclipse/sumoEclipse Public License 2.0
programs: netedit, activitygen, netconvert, emissionsDrivingCycle, jtrrouter, emissionsMap, od2trips, marouter, netgenerate, sumo-gui, sumo, polyconvert, duarouter, dfrouter
Maintainers
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ sumo ];
Ad-hoc shell
nix-shell -p sumo
Flake (nix run)
nix run nixpkgs#sumo