#tree #r-tree #geometry #rstar

spatial

An N-Dimensional R-tree family spatial tree implementations

6 releases (2 stable)

1.0.1 May 3, 2024
0.2.0-rc2 Sep 27, 2016
0.2.0-rc1 Jul 30, 2016
0.1.1 Jul 7, 2016
0.1.0 Jun 28, 2016

#197 in Math

Download history 2/week @ 2024-02-25 10/week @ 2024-03-31 255/week @ 2024-04-28 22/week @ 2024-05-05

277 downloads per month

MIT/Apache

97KB
2.5K SLoC

spatial-rs

N-Dimensional Spatial Tree implementations library for Rust

Currently only implements R* Tree, but I'm trying to keep it generic enough where most spatial trees can be supported in a single interface.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.


lib.rs:

Spatial Trees

Dependencies

~1MB
~20K SLoC