Skip to content

Latest commit

 

History

History
50 lines (40 loc) · 2.03 KB

README.md

File metadata and controls

50 lines (40 loc) · 2.03 KB

Simple rstar Tutorial

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.)

Contents

See Also

  • rstar - the spatial index.
  • R*-tree - an explanation of R*-tree.

Contributions

Pull requests for typos, incorrect information, or other ideas are welcome!

License

All code in the tutorial is provided under the MIT License.