You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a dataset that consist of 2000 buildings as polygon geometries. I create and index object but I could not figure out how can I get all child nodes and their bounds using this module. Is it possible to return non leaf childs and their bounds using this module?
The text was updated successfully, but these errors were encountered:
I too would find this useful. My use case is similar to @ziya61 - rtree provides a useful way to cluster bounding boxes, grabbing non-leaf nodes allows us to segment a 3D scene into somewhat arbitrary sizes.
I have a dataset that consist of 2000 buildings as polygon geometries. I create and index object but I could not figure out how can I get all child nodes and their bounds using this module. Is it possible to return non leaf childs and their bounds using this module?
The text was updated successfully, but these errors were encountered: