ajfriend / pydeck-h3

0 stars 1 forks source link

Make it obvious how to add height (not just color) when passing in hex->value dict #6

Open ajfriend opened 3 years ago

ajfriend commented 3 years ago

3D in general is useful. especially when the color map makes it hard to do magnitude comparisons between cells/clusters. Make it easy to toss 3d in whenever the user is looking at a 2d colored map and thinks "but how much more is this one than this one?".

color makes ordered comparisons easy, but not magnitude comparisons.