diagonalworks / diagonal-b6

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

Add histogram support to the b6 UI #61

Open andreweland opened 10 months ago

andreweland commented 10 months ago

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

image

andreweland commented 10 months 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 2 weeks ago

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