rstar is an implementation of R*-tree. The data structure stores spatial data such as points and lines efficiently. This tutorial serves as a quick start for rstar. We try to keep each part of the tutorial as simple as possible.
(The tutorial is for rstar version 0.12.0
.)
- Setting Up
- Number Of Elements
- Element Iterations
- Insertion
- Useful Queries
- Data Types
- Other Queries
- Removal
- Support For Serde
- Custom Data Types
- Custom Distances
Pull requests for typos, incorrect information, or other ideas are welcome!
All code in the tutorial is provided under the MIT License.