rtree

RTree implementation.


Keywords
library, data_structures, dlang, rtree, spatial-index
License
Unlicense
Install
dub fetch rtree --version 0.0.3

Documentation

R-TREES: A DYNAMIC INDEX STRUCTURE FOR SPATIAL SEARCHING

Testsuite

A dlang version of the RTree algorithm. This is port of C version by Yariv Barkan. For more information please read the comments in rtree.d

LICENSE

Public domain