rtree topic

List rtree repositories

advanced-algorithms

1.3k
Stars
288
Forks
Watchers

100+ algorithms & data structures generically implemented in C#

rtreego

598
Stars
122
Forks
Watchers

an R-Tree library for Go

rtree2d

128
Stars
11
Forks
Watchers

RTree2D is a 2D immutable R-tree for ultra-fast nearest and intersection queries in plane and spherical coordinates

THST

117
Stars
15
Forks
Watchers

Templated hierarchical spatial trees designed for high-peformance.

pangeo-pyinterp

110
Stars
16
Forks
Watchers

Python library for optimized interpolation.

spatial_index_benchmark

46
Stars
9
Forks
Watchers

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.

RTree

21
Stars
7
Forks
Watchers

N-dimensional RTree implementation in C

ddrt

46
Stars
5
Forks
Watchers

An elixir implementation of Rtree, optimized for fast updates.

LightOSM.jl

45
Stars
13
Forks
Watchers

A Julia package for downloading and analysing geospatial data from OpenStreetMap APIs.

python_prtree

22
Stars
2
Forks
Watchers

A Python implementation of Priority R-Tree, an alternative to RTree.