Does anyone know how to traverse the whole tree in this Python Rtree library?

I've checked all its methods but failed to find a interface for this.

Any help would be appreciated.

link|improve this question
feedback

1 Answer

Do an intersection() query with the input parameters being those returned by bounds()? By definition everything in the index will intersect with a space equal to the bounds of the index.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.