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

Splitting and merging R-Trees. #518

Open
bigeasy opened this issue Nov 28, 2015 · 0 comments
Open

Splitting and merging R-Trees. #518

bigeasy opened this issue Nov 28, 2015 · 0 comments
Assignees

Comments

@bigeasy
Copy link
Owner

bigeasy commented Nov 28, 2015

Considering how to split and merge leafs in an R-Tree. A partition will divide a rectangle in two, but how to merge rectangles when they might not be exactly next to each other? You can split not by creating a two rectangles each with a different area, but one rectangle that is contained by what was the full rectangle. Then the smaller rectangle goes first. You test by scanning from left to right. To merge you must find a rectangle that can fit inside another rectangle, but someone will always be able to fit into the left most rectangle.

@bigeasy bigeasy self-assigned this Nov 28, 2015
@bigeasy bigeasy added this to the Externalize Balance milestone Nov 28, 2015
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

1 participant