pthariensflame / rstar

R*-tree spatial index for the Rust ecosystem

Home Page:https://docs.rs/rstar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Workflow Status Docs Crates.io MIT/Apache

rstar

A flexible, n-dimensional r*-tree implementation for the Rust ecosystem, suitable for use as a spatial index.

Please refer to the crate README for more information.

r-tree

An r-tree is a data structure containing spatial data and is optimized for nearest neighbor search. Spatial data refers to an object that has the notion of a position and extent, for example points, lines and rectangles in any dimension.

Geometries

Primitives are provided for point, line, and rectangle geometries. The geo crate uses rstar as an efficient spatial index and provides RTreeObject implementations for storing complex geometries such as linestrings and polygons.

Demo

To run the rstar-demo, checkout the repository and run cargo run rstar-demo in the repository root. Demo Image

License

Licensed under either of

at your option.

About

R*-tree spatial index for the Rust ecosystem

https://docs.rs/rstar

License:Apache License 2.0


Languages

Language:Rust 100.0%