erl-rstar
Spatial index
A high-performance data structure for efficient spatial indexing and querying of multi-dimensional data
An Erlang implementation of the R*-tree spacial data structure
59 stars
7 watching
19 forks
Language: Erlang
last commit: over 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
adamreichold/sif-rtree | An immutable data structure for efficiently storing and querying spatial data in 2D space | 4 |
georust/rstar | An efficient spatial index implementation for nearest neighbor search in n-dimensional spaces | 414 |
armon/teles | A scalable Erlang network service for manipulating geographic data using efficient R*-tree queries. | 15 |
stefansalewski/rtree | A data structure for efficient spatial searching and indexing of objects in high-dimensional space. | 26 |
alyst/spatialindexing.jl | Efficient in-memory indexing of spatial data | 32 |
davidmoten/rtree | An in-memory 2D spatial indexing implementation with reactive API support for efficient search and insertion operations. | 1,094 |
tidwall/rtree | An in-memory R-tree implementation designed for fast spatial searching and indexing | 314 |
kylebarron/geo-index | A Rust library that implements a static spatial index data structure optimized for performance and memory efficiency. | 77 |
armon/libart | A C implementation of an efficient data structure for fast lookups and prefix matching in memory databases. | 771 |
plokhotnyuk/rtree2d | A high-performance 2D spatial indexing library for efficient nearest and intersection queries | 132 |
mourner/flatbush | A fast and efficient spatial index for 2D points and rectangles in JavaScript | 1,421 |
mrhooray/kdtree-rs | An efficient data structure library for fast geospatial indexing and nearest neighbor searches | 230 |
pka/rust-kdbush | Provides a fast 2D spatial index solution for efficient point searches | 11 |
rspatial/terra | An R package for spatial data analysis and processing of raster data. | 543 |
r-spatial/stars | Provides classes and methods for manipulating spatiotemporal data cubes with spatial raster dimensions and time bands. | 563 |