punkish has asked for the wisdom of the Perl Monks concerning the following question:
I am looking for a Perl implementation of R-Tree (spatial indexes). I am aware of the only one on CPAN Tree::R, but that hasn't been tended in ages and has very poor documentation.
My primary purpose is to learn more about R-Trees, more than I can learn from http://www.rtreeportal.org/, by reading Guttman's paper http://www.informatik.uni-trier.de/~ley/db/conf/sigmod/Guttman84.html and Beckmann et. al. http://www.informatik.uni-trier.de/~ley/db/conf/sigmod/BeckmannKSS90.html. I have also downloaded some basic C code, but I am more conversant with Perl than with C.
While Perl maybe an inappropriate language for implementing an R-Tree index because of speed reasons, it can be a great learning tool, and it can also be quite appropriate for small datasets.
Any pointers in this quest would be greatly appreciated.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl R-Tree
by gamache (Friar) on May 06, 2008 at 20:12 UTC | |
|
Re: Perl R-Tree
by samtregar (Abbot) on May 06, 2008 at 22:37 UTC | |
|
Re: Perl R-Tree
by salva (Canon) on May 07, 2008 at 08:44 UTC |