This package provides a general framework for developing spatial indices.
Currently it defines generic interfaces, provides simple main memory and disk
based storage managers and a robust implementation of an R*-tree, an MVR-tree
and a TPR-tree. In addition, the library includes a 3-dimensional R-tree
visualization plug-in (example image below; requires Java3D runtime).
http://trac.gispython.org/spatialindex/
Signed-off-by: Pete Gadomski <pete.gadomski@gmail.com>
Signed-off-by: David Höppner <0xffea@gmail.com>