diagonalworks / diagonal-b6

b6: Diagonal's geospatial analysis engine.
Apache License 2.0
24 stars 3 forks source link

Add histogram support to the b6 UI #61

Open andreweland opened 1 year ago

andreweland commented 1 year ago

Add histogram support to the b6 UI, roughly following the attached mock, to support data exploration.

image

andreweland commented 1 year ago

Here's an example of a b6 shell expression for a discrete histogram find [#building] | map (get "#building") | count-values. Maybe we want two specific histogram functions, histogram-continuous and histogram-discrete to force use of one of the two types, and a histogram function which chooses the obvious one based on the data.

xprogramari commented 6 months ago

i also kind of wanna close this / and open a new b/ for representing continuous values / if that s what we want

clairefram commented 6 months ago

I'd support that @xprogramari