/tinyr

An r-tree implementation in cython

Primary LanguagePythonOtherNOASSERTION

tinyr

This is a repo forked from Rhoana

Description

An r-tree implementation in cython

Based on the implementation from: https://code.google.com/archive/p/tinyr/

Installation

$ git clone git@github.com:HoraceKem/tinyr.git
$ cd tinyr/
$ pip install -r requirements.txt
$ pip install --editable .