Skip to content

Spatial Join

Count the noise complaints that fall inside each Manhattan neighborhood and color the neighborhoods by that count.

Live Playground

Highlights

  • join data source with tableRootName and tableJoinName
  • groupBy with a count aggregate
  • results read with getFnv: 'sjoin.count.noise'

This example comes from the autk-grammar repository.

Released under the MIT License.