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 was reading this blog post from the author of JTS about searching across two of their STRtree indices to assist with distance between geometries calculations.
So I'm hypothesising out aloud as to whether it would be possible to write something similar for rbush that allowed searching across multiple trees... Perhaps a little standalone library that took two rbush indices as it's input?
Do you have any thought's on feasibility @mourner ? If it does seem feasible I'm happy to take a poke around the internals of rbush and see if I can cobble something together.
The text was updated successfully, but these errors were encountered:
I was reading this blog post from the author of JTS about searching across two of their
STRtree
indices to assist with distance between geometries calculations.So I'm hypothesising out aloud as to whether it would be possible to write something similar for rbush that allowed searching across multiple trees... Perhaps a little standalone library that took two rbush indices as it's input?
Do you have any thought's on feasibility @mourner ? If it does seem feasible I'm happy to take a poke around the internals of rbush and see if I can cobble something together.
The text was updated successfully, but these errors were encountered: