
tinyr
An R-Tree is an index structure for storing objects with a spatial key. In general, an R-Tree allows insertion and searching in N-dimensional space. However, for a certain amount of use cases it is sufficient to work in a 2D space, what makes the implementation simpler and potentially faster.
Having an R-Tree made in Cython means it is compiled as a C Python extension.
Project Information
The project was created on Mar 15, 2011.
- License: GNU Lesser GPL
- 1 stars
- hg-based source control