Skip to content

fogarecious/rstar_tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 

Repository files navigation

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.

About

Tutorial of rstar

Topics

Resources

Stars

Watchers

Forks