项目作者: billgewrgoulas

项目描述 :
Rtrees for storing spatial data.
高级语言: Python
项目地址: git://github.com/billgewrgoulas/Rtrees-and-spatial-data.git
创建时间: 2021-04-22T16:18:26Z
项目社区:https://github.com/billgewrgoulas/Rtrees-and-spatial-data

开源协议:

下载


Rtrees

  • R tree bulk loading using the z-order space filling curve.
  • Range queries using the DFS algorithm to find the object MBR that intersects the query window (xmin, ymin, xmax, ymax ).
  • Knn queries using the incremental BFS algorithm to find the k closest objects(neighbors) to the query point (x, y).