Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 581 Bytes

README.rst

File metadata and controls

20 lines (14 loc) · 581 Bytes

Python wrapper for Boost C++ Geometry Rtree

Branch Build Status
master travis-master

Currently supports only the following operations:

  • k-nearest neighbor search
  • minimum distance query

on the following RTree data structures:

  • R* Tree