Anyone got any good hints for working with an RTree in Perl? Either a pure RTree implementation which is performant or something I could hijack from a GIS project? Or would it be easier to use something like SQLite's spatial index support?

Cheers

link|improve this question

67% accept rate
feedback

1 Answer

up vote 2 down vote accepted

Did you try Tree::R?

There doesn't seem to be much activity on that module, so it may not be good enough, but then again, it might be just what you're looking for. Just play with it for a few.

link|improve this answer
I did find Tree::R and no recent activity could mean either it's as complete as the author wished it to be or it's broken. I'll give it a shot. Cheers. – andeyatz Nov 16 '10 at 13:50
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.