gavincangan / pyboostrtree

Python wrapper for Boost Geometry Rtree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Python wrapper for Boost Geometry Rtree

License:Apache License 2.0


Languages

Language:C++ 35.2%Language:Python 28.3%Language:Jupyter Notebook 22.1%Language:Shell 8.9%Language:Dockerfile 3.9%Language:Makefile 1.6%