From d154a599e84c75ea3707d6dfc2d816c574b236b5 Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Mon, 22 Mar 2010 21:50:27 -0700 Subject: New formula: spatialindex 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 Signed-off-by: David Höppner <0xffea@gmail.com> --- Library/Formula/spatialindex.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Library/Formula/spatialindex.rb (limited to 'Library') diff --git a/Library/Formula/spatialindex.rb b/Library/Formula/spatialindex.rb new file mode 100644 index 000000000..cca079b2c --- /dev/null +++ b/Library/Formula/spatialindex.rb @@ -0,0 +1,13 @@ +require 'formula' + +class Spatialindex