@hackage / data-r-tree

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

Version Deprecated package0.6.0

About

Metadata

  • Last updated , by SebastianPhilipp
  • License MIT
  • Categories Data Structures
  • Maintained by: sebastian@spawnhost.de

  • Lottery factor: 0

Links

Installation

This package has been deprecated in favour of

Readme

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.