Question

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

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top