EricKIm 260399f16d 230327-1334-Kim | há 1 ano atrás | |
---|---|---|
.. | ||
base | há 1 ano atrás | |
LICENSE | há 1 ano atrás | |
README.md | há 1 ano atrás | |
rtree.go | há 1 ano atrás |
This package provides an in-memory R-Tree implementation for Go, useful as a spatial data structure. It has support for 1-20 dimensions, and can store and search multidimensions interchangably in the same tree.
RTree source code is available under the MIT License.