rtree
Spatial index library
An in-memory R-tree implementation for efficient spatial indexing and search in Java with reactive API support
Immutable in-memory R-tree and R*-tree implementations in Java with reactive api
1k stars
57 watching
212 forks
Language: Java
last commit: about 1 month ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
tidwall/rtree | An in-memory R-tree implementation designed for fast spatial searching and indexing | 316 |
stefansalewski/rtree | A data structure for efficient spatial searching and indexing of objects in high-dimensional space. | 26 |
adamreichold/sif-rtree | An immutable data structure for efficiently storing and querying spatial data in 2D space | 5 |
plokhotnyuk/rtree2d | A high-performance 2D spatial indexing library for efficient nearest and intersection queries | 132 |
georust/rstar | An efficient spatial index implementation for nearest neighbor search in n-dimensional spaces | 419 |
toblerity/rtree | An optimized spatial indexing solution for Python applications. | 635 |
mrhooray/kdtree-rs | An efficient data structure library for fast geospatial indexing and nearest neighbor searches | 236 |
alyst/spatialindexing.jl | Efficient in-memory indexing of spatial data | 32 |
michaeldorman/nngeo | An R library providing spatial data join capabilities using the k-nearest neighbor algorithm | 79 |
jblindsay/kdtree | An efficient spatial data structure for fast point query operations | 43 |
kylebarron/geo-index | A Rust library that implements a static spatial index data structure optimized for performance and memory efficiency. | 78 |
armon/erl-rstar | A high-performance data structure for efficient spatial indexing and querying of multi-dimensional data | 59 |
davidmoten/rxjava-jdbc | An efficient execution and functional composition of database calls using JDBC and RxJava Observables. | 805 |
rstudio/leaflet | An R interface to a popular JavaScript library for creating interactive maps. | 812 |
davidmoten/geo | A utility library for efficient geospatial data querying using hashing and encoding methods | 413 |