A kd-tree implementation in Golang that supports:
- n-dimensional points,
- range searches,
- median search using sampling,
- auxiliary data attached to points.
Documentation at godoc.org
Licensed under GNU GPL v3. Copyright (C) 2018 by Pawel Foremski, @pforemski.