Skip to content

Eqasim and Matsim simulations

Description

Digital Twin involving Mobility Simulation of three scenarios: Ile de France, Corsica, and Switzerland.

Digital Twin Workflow

This workflow involves 4 components:

graph LR
    data_source --> odtp-eqasim-dataloader 
    subgraph ODTP
        odtp-eqasim-dataloader --> odtp-eqasim
        odtp-eqasim --> odtp-matsim
        odtp-matsim --> odtp-travel-data-dashboard
    end    
  • odtp-eqasim-dataloader ⧉: The data loader component prepares statistical data on the population of the respective scenario and the geographic data from standardized data sources.
  • odtp-eqasim ⧉: The eqasim component generates a synthetic population based on statistical data and links them with travel profiles according to statistical properties.
  • odtp-eqasim-matsim ⧉: The MATSim component uses the synthetic population to generate transport simulations.
  • odtp-travel-data-dashboard ⧉: The travel data dashboard visualizes the Origin-Destination data output of the MATSim simulation to communicate mobility patterns.

Corsica Use Case

Note

The Corsica workflow repo is still under construction and is not yet public

As the data for the corsica use case is open data, there is also a repo sharing its workflow: Corsica Workflow and Tutorial ⧉

graph LR
    SwitchDatabase[Switch Database] --> EqasimDataloader[Eqasim Dataloader]

    subgraph ODTP
        EqasimDataloader --> Eqasim
        Eqasim --> EqasimMatsim[Eqasim-Matsim]
        EqasimDataloader --> EqasimMatsim
        EqasimMatsim --> TravelDataDashboard[Travel Data Dashboard]
    end

Reference and contact