2

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

fmark
  • 57,259
  • 27
  • 100
  • 107
andeyatz
  • 428
  • 3
  • 9

1 Answers1

2

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.

daxim
  • 39,270
  • 4
  • 65
  • 132
masonk
  • 9,176
  • 2
  • 47
  • 58
  • 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