Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamreichold/sif-rtree
simple, immutable, flat R-tree
https://github.com/adamreichold/sif-rtree
r-tree rust spatial-index
Last synced: 11 days ago
JSON representation
simple, immutable, flat R-tree
- Host: GitHub
- URL: https://github.com/adamreichold/sif-rtree
- Owner: adamreichold
- License: apache-2.0
- Created: 2023-07-30T08:15:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-09T21:04:35.000Z (6 months ago)
- Last Synced: 2024-10-19T22:18:22.415Z (19 days ago)
- Topics: r-tree, rust, spatial-index
- Language: Rust
- Homepage:
- Size: 63.5 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
- awesome-georust - sif-rtree - kdtree](https://github.com/adamreichold/sif-kdtree) - R and K-D trees which can be memory-mapped directly from disk. (Watchlist)
README
# sif-rtree
[![crates.io](https://img.shields.io/crates/v/sif-rtree.svg)](https://crates.io/crates/sif-rtree)
[![docs.rs](https://docs.rs/sif-rtree/badge.svg)](https://docs.rs/sif-rtree)
[![github.com](https://github.com/adamreichold/sif-rtree/actions/workflows/test.yaml/badge.svg)](https://github.com/adamreichold/sif-rtree/actions/workflows/test.yaml)A simple library implementing an immutable, flat representation of an [R-tree](https://en.wikipedia.org/wiki/R-tree) supporting several kinds of spatial queries, nearest neighbour search and backing storage based on memory maps.
## License
Licensed under
* [Apache License, Version 2.0](LICENSE-APACHE) or
* [MIT license](LICENSE-MIT)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.