Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

R* tree #14

Closed
emirpasic opened this issue Jun 24, 2016 · 1 comment
Closed

R* tree #14

emirpasic opened this issue Jun 24, 2016 · 1 comment

Comments

@emirpasic
Copy link
Owner

emirpasic commented Jun 24, 2016

One of the hardest data structures to implement, especially due to the splitting function, but is frequently used throughout GIS.

Vote if you'd like to see this in GoDS.

Notes:

http://www.boost.org/doc/libs/1_58_0/libs/geometry/doc/html/geometry/spatial_indexes/introduction.html

@emirpasic emirpasic added this to the Suicide milestone Jun 24, 2016
@emirpasic emirpasic changed the title Request for feature: R* tree R* tree Jun 25, 2016
@emirpasic
Copy link
Owner Author

Unfortunately, I do not have the time to implement this complex structure given more than 4 years have passed. If you ever come across this comment and wish to do so, I would be more than happy to assist.

I would suggest starting from the battle-tested postGIS implementation of the spatial index which uses an R-Tree and should be easy to port into Golang and exclude the extra bits.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants
@emirpasic and others