-
Notifications
You must be signed in to change notification settings - Fork 124
Open
Description
Hi, I noticed that in the r-tree implementation where in file "rtree.go", you only do the slicing at the root level, the other levels use just one slice whose length is the size of entire current subdataset (i.e. don't slice).
May i ask why you are doing this?
From what I have observed, if the slicing strategy is used in every height of recursion, it is possible to generate better leaf MBRs (their length and width are closer rather than one being much larger than the other).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels