rtreelib
rtreelib copied to clipboard
Pluggable R-tree implementation in pure Python.
Results
12
rtreelib issues
Sort by
recently updated
recently updated
newest added
The current `query` method has hardcoded behavior with respect to what counts as a "match" when querying by either a `Point` or a `Rect`, particularly with respect to borders. From...
The library currently results in unexpected behavior when inserting or querying with "degenerate" rectangles (having a width and/or height of zero). Example (from discussion in #4): ``` my_tree = RTree()...