andeyatz
andeyatz

Reputation: 428

Spatial Index/R Tree Support in Perl

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

Upvotes: 2

Views: 465

Answers (1)

masonk
masonk

Reputation: 9788

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.

Upvotes: 2

Related Questions