Skip to content

mahdilamb/rtree

Repository files navigation

rtree

Rtree inspired by https://github.com/mourner/rbush. This RTree supports a number of alternative bulkloaders and optionally the use of recursion.

The RTree is generic. However, the type of the tree is defined not by the objects it contains, but the leaf nodes. This is so that non-rectangular leaf nodes can be used and the presence of data is optional.

Bulkloaders:

  • Nearest-X
  • Hilbert sorted
  • Morton sorted
  • Sort-tile recursive
  • Overlap minimizing-topdown

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages