Skip to content

Starting point

Pre-release
Pre-release

Choose a tag to compare

@xpyxpyx xpyxpyx released this 25 Apr 13:52
· 108 commits to main since this release

This version works as the starting point for the user interface developed in the AioSUT project. The repository contains a MWE of three interactive visualizations related to traffic emissions.

Full Changelog: https://github.com/helsinki-sda-group/dev_aiosut_ui/commits/v1.0.0

Scenarios

  1. 1 920 fuel vehicles and 480 electric vehicles driving in Kamppi for 60 minutes with random routes

Simulation interface

  • an option to adjust the number of vehicles and time steps via command line script
  • an option to run the simulation in GUI or CLI via command line script
  • support for running multiple scenarios
  • support for running in different areas
  • preprocessing scripts for the raw output of SUMO

Visualization interface

  • The following parameters were available:
    • an animated time slider for network emissions
    • a drop-down menu for the emission type
    • a filter for the time step interval
    • a checkbox for the aggregation method over time steps
    • network- and road-level drill-down capability by clicking road points on the network and the reset button
  • The following non-objective-specific visualizations were available:
  • a heat map for the network emissions
  • a bar plot for the average emission value per vehicle type
  • an area chart for the emission time series of vehicle types
  • The following visualization parameters were available in the interface:
  • the emission type
  • the time step interval and
  • two different temporal aggregation methods over time steps, sum and average
    The following interactive features were available in the visualization interface:
  • info buttons that are activated on hover
  • network- and road-level drill-down capability in the plots.