Perl 中的空间索引/R 树支持
有人对在 Perl 中使用 RTree 有什么好的建议吗?要么是一个高性能的纯 RTree 实现,要么是我可以从 GIS 项目中劫持的东西?或者使用 SQLite 的空间索引支持之类的东西会更容易吗?
干杯
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您尝试过 Tree::R 吗?
该模块似乎没有太多活动,因此它可能不够好,但话又说回来,它可能正是您正在寻找的。只要玩几下就可以了。
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.