aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/spatialindex.rb
AgeCommit message (Collapse)Author
2013-02-23spatialindex 1.8.0Ian Lancaster
Closes #18035. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-05-02SpatialIndex: Update to 1.7.1Charlie Sharpsteen
Also update homepage as the project no longer uses an OSGEO-hosted Trac site.
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-03-07Update Spatialindex to 1.6.1Charlie Sharpsteen
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-05-10update spatialindex to 1.5.0Wade Simmons
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-03-24New formula: spatialindexPete Gadomski
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>