pointpats.manhattan_median

pointpats.manhattan_median(points)[source]

Find manhattan median of a point array.

Parameters
pointsarraylike

(n,2), (x,y) coordinates of a series of event points.

Returns
_array

(2,), (x,y) coordinates of the manhattan median.