Top "R-tree" questions

R-Tree is a popular index structure for spatial data, stored as Minimum Bounding Rectangles (MBRs).

C++ R - tree implementation wanted

Does anyone know a good and simple to use in production code R-tree implementation? (actually, any implementations - R*, R+ …

c++ r-tree
What is the difference between a KD-tree and a R-tree?

I looked at the definition of KD-tree and R-tree. It seems to me that they are almost the same. What's …

data-structures kdtree r-tree
R-Tree and Quadtree Comparison

I want to compare the R-Tree and the Quadtree for geospatial data. While there is literature out there I struggle …

indexing geospatial quadtree r-tree
R-Tree Implementation Java

I was searching the last few days for a stable implementation of the R-Tree with support of unlimited dimensions (20 or …

java algorithm data-structures r-tree interval-tree
Java commercial-friendly R-tree implementation?

I need a commercial-friendly (Apache Licence, LGPL, Mozilla Public License etc) R-tree implementation in Java, in order to substitute the …

java indexing r-tree
libspatialindex and Rtree on python

Okay, so I am trying to install libspatialspatialindex to my Ubuntu machine python. I did follow all the instructions and …

python-2.7 ubuntu python-3.x spatial-index r-tree
What is fanout in R-Tree?

I have a doubt about R-Tree data structure. What is fan-out in R-Tree. Is it a Maximum number of entries? …

database tree r-tree