DLR-SC / ESID

This is the repository to the ESID frontend for visualization of infectious disease propagation.
Apache License 2.0
16 stars 3 forks source link

[Epic]: DistrictComparison #65

Open NXXR opened 2 years ago

NXXR commented 2 years ago

Related Issues

Scenario Comparison

Allow scenarios to be compared in the district map

NXXR commented 2 years ago

This paper: Comparing Performance Heatmaps by D. Krakov and D. G. Feitelson Discusses Comparison Techniques for Heatmaps (3 Dimensions of Data) and may provide a starting point for comparison techniques of the scenarios.

PawanKaur commented 2 years ago

Heatmaps are the good solution for comparison. Very straight forward solutions would be, making a grid heatmap based on the geographical map. In this heatmap, rows are different simulations and columns are different states. Change in the color shows the change in the percentage of the infected people. Nested bars shows node information. For example like here. viz idea gridheatmap

NXXR commented 2 years ago
PawanKaur commented 2 years ago

For 2D grid of georeferenced nodes -

The solution needs to be implemented is available in paper https://www.gicentre.net/woodspatially2008

image

Inside the grids will be nested visualizations.

The code is old and is available in java with depedency to processing 3 https://www.gicentre.net/software#/treemappa/ https://github.com/gicentre/treemappa

It wont run in the current version of processing4. Needs to remove the dependancy on processing3 and clean the code. If the code works, then we can implement it in ts-js.

PawanKaur commented 2 years ago

After the gridified map is finished, we might need the result of this study to use the effective zooming and lens style.

https://dl.acm.org/doi/abs/10.1145/3491102.3517673