Serialize an RTree?

We are working with some large point clouds and have had great success in using RTrees for rapid traversal and analysis. However, there is a obviously a large expense in the initial generation of the RTree, and if we could do it once for each cloud, it would save a lot of time. Does anyone have any recommendations for serializing RTrees for future use?

Hi Dave,
We don’t have any serialization support built in for our RTree implementation. I’ve added this to the wishlist at
https://mcneel.myjetbrains.com/youtrack/issue/RH-48964

2 Likes

Thanks Steve. As point clouds come into greater use, this would be super helpful!