Skip to content

Planned new features

Thomas Nipen edited this page Jul 1, 2020 · 1 revision

Gridded distances

  • For each gridpoint in a grid, compute the distance to the N nearest observation
  • For each gridpoint in a grid, compute the number of observations within a radius
num = 1
radius = 30000
distances = gridpp.distance(points, grid, num)
count = gridpp.distance(points, grid, radius)

Clone this wiki locally