by erwinkle on 6/16/16, 5:30 PM with 2 comments
by cridenour on 6/16/16, 5:45 PM
I would think another way to avoid the grid problem is to use center point of all the points included in the count. So after grouping by your "chopped" value, you can pretty cheaply calculate the center of that group.
by ToasterOven on 6/16/16, 6:18 PM
Awesome. We worked with something like this at my previous startup. Looks like something we really could have used.