rtree
Spatial index library
An in-memory R-tree implementation designed for fast spatial searching and indexing
An R-tree implementation for Go
314 stars
6 watching
30 forks
Language: Go
last commit: 3 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
stefansalewski/rtree | A data structure for efficient spatial searching and indexing of objects in high-dimensional space. | 26 |
davidmoten/rtree | An in-memory 2D spatial indexing implementation with reactive API support for efficient search and insertion operations. | 1,094 |
plokhotnyuk/rtree2d | A high-performance 2D spatial indexing library for efficient nearest and intersection queries | 132 |
adamreichold/sif-rtree | An immutable data structure for efficiently storing and querying spatial data in 2D space | 4 |
toblerity/rtree | An optimized spatial indexing solution for Python applications. | 630 |
georust/rstar | An efficient spatial index implementation for nearest neighbor search in n-dimensional spaces | 414 |
mrhooray/kdtree-rs | An efficient data structure library for fast geospatial indexing and nearest neighbor searches | 230 |
arl/go-rquad | A Go library implementing various quadtree data structures for efficient point location and neighbor finding in 2D spaces. | 134 |
alyst/spatialindexing.jl | Efficient in-memory indexing of spatial data | 32 |
jblindsay/kdtree | An efficient spatial data structure for fast point query operations | 43 |
r-spatial/rgee | Enables R users to access and analyze remote sensing data on Google's cloud-based platform | 690 |
tidwall/tile38 | Real-time geolocation data store and spatial index | 9,153 |
kylebarron/geo-index | A Rust library that implements a static spatial index data structure optimized for performance and memory efficiency. | 77 |
rgeo/rgeo | A Ruby library for working with geospatial data and geometric operations | 1,012 |
rstudio/leaflet | An R interface to a popular JavaScript library for creating interactive maps. | 809 |