Here are
88 public repositories
matching this topic...
RBush — a high-performance JavaScript R-tree-based 2D spatial index for points and rectangles
Updated
Aug 11, 2021
JavaScript
A very fast static spatial index for 2D points and rectangles in JavaScript
Updated
May 21, 2021
JavaScript
A fast static index for 2D points
Updated
Mar 23, 2021
JavaScript
Boost.Geometry - Generic Geometry Library | Requires C++14 since Boost 1.75
The fastest spatial index for geographic locations in JavaScript
Updated
Mar 26, 2020
JavaScript
2D polyline library for offsetting, combining, etc.
RTree2D is a 2D immutable R-tree with STR (Sort-Tile-Recursive) packing for ultra-fast nearest and intersection queries
Updated
Aug 15, 2021
Scala
Templated hierarchical spatial trees designed for high-peformance.
🌐 Search for nearby locations without DB usage.
Updated
Aug 13, 2016
JavaScript
R-Tree Implementation for C#
RBush-3D — a high-performance JavaScript R-tree-based 3D spatial index for points and cuboids
Updated
Sep 28, 2020
TypeScript
Java utilities for transforming distance along N-dimensional Hilbert Curve to a point and back. Also supports range splitting queries on the Hilbert Curve.
Updated
Aug 10, 2021
Java
GeoJSON implementation of RBush — a high-performance JavaScript R-tree-based 2D spatial index for points and rectangles
Updated
Jul 30, 2021
JavaScript
An elixir implementation of Rtree, optimized for fast updates.
Updated
Dec 3, 2020
Elixir
Zinc is a C++ library for spatial processing.
Simple non-academic performance comparison of available open source implementations of R-tree spatial index using linear, quadratic and R* balancing algorithms as well as bulk loading.
A dynamic, loose octree implementation written in C# as a .NET Standard 2.0 library
ST-Hadoop is an open-source MapReduce extension of Hadoop designed specially to analyze your spatio-temporal data efficiently
Spatial indexing algorithms for java
Updated
Dec 15, 2020
Java
Library for the GPU-accelerated spatial indexing and processing of particles in 2D and 3D with OpenCL. Currently offers trees based on space-filling-curves.
An R Interface to H3 via V8 and h3-js
Swift port of S2 Geometry.
Updated
Mar 3, 2021
Swift
A library for spatially indexing kD bounding box data (based on libspatialindex)
Updated
Dec 29, 2020
Julia
2D Hilbert curve coordinate encoder/decoder
Updated
Dec 13, 2017
JavaScript
Blazingly fast, GC friendly R-Tree
A d-dimensional aabb-tree implementation for MATLAB.
Updated
Jun 6, 2020
MATLAB
A Spatial-temporal Index.
Updated
Oct 13, 2020
Java
Improve this page
Add a description, image, and links to the
spatial-index
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
spatial-index
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Hey thanks for the library. Is there any possibility for a C version of this? Then it would be much easier to embed in other languages. A C-wrapper would also be a good compromise.