data-r-tree

R-Tree is a spatial data structure similar to Quadtrees or B-Trees.

https://github.com/sebastian-philipp/r-tree

Latest on Hackage:0.6.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

MIT licensed by Sebastian Wagner, Birte Wagner
Maintained by [email protected]

R-Tree is a spatial data structure similar to Quadtrees or B-Trees. An R-Tree is a balanced tree and optimized for lookups. This implemetation useses an R-Tree to privide a map to arbitrary values.