/pyboostrtree

Python wrapper for Boost Geometry Rtree

Primary LanguagePythonApache License 2.0Apache-2.0

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