manifold icon indicating copy to clipboard operation
manifold copied to clipboard

Visualization improvement for heatmaps in geo-spatial features

Open Firenze11 opened this issue 5 years ago • 1 comments

Currently we have 2 ways to show numerical values over spatially distributed data:

  1. Overlapping heatmaps, used for displaying two data slices on a map: geo feature view lat-lng

  2. Hexagon binned heatmaps, used for displaying spatially aggregated 1-Dimensional data (e.g. values of one feature): geo feature view hex id

The drawbacks are:

  1. Overlapping heapmaps might occlude information
  2. It's hard to show multiple dimensions at the same time

We need to invent new visual encodings to fix it.

Firenze11 avatar Sep 16 '19 17:09 Firenze11

Inspirations: https://pair-code.github.io/interpretability/uncertainty-over-space/

Firenze11 avatar Feb 22 '20 22:02 Firenze11