#
spatial-indexing
Here are 29 public repositories matching this topic...
Computational geometry and spatial indexing on the sphere
-
Updated
Apr 1, 2022 - C++
C++ implementation of R*-tree, an MVR-tree and a TPR-tree with C API
-
Updated
Feb 22, 2022 - C++
h3-js provides a JavaScript version of H3, a hexagon-based geospatial indexing system.
-
Updated
Feb 12, 2022 - JavaScript
Java bindings for H3, a hierarchical hexagonal geospatial indexing system
-
Updated
Mar 30, 2022 - Java
Go bindings for H3, a hierarchical hexagonal geospatial indexing system
-
Updated
Dec 1, 2021 - C
PostgreSQL extension for the H3 hierarchical geospatial indexing system
-
Updated
Feb 3, 2022 - C
Access Uber's h3-js library via R and V8 - https://uber.github.io/h3/#/documentation/overview/use-cases
-
Updated
Jan 4, 2022 - R
R bindings for H3, a hierarchical hexagonal geospatial indexing system
-
Updated
Sep 19, 2021 - R
Ruby Bindings for H3, a hexagonal geospatial indexing system
-
Updated
Mar 6, 2022 - Ruby
Port of Uber's H3 to .NET
-
Updated
Mar 30, 2022 - C#
H3NET: A Hexagonal Hierarchical Geo-spatial Indexing System In C#
-
Updated
Sep 19, 2021 - C#
Spatial data indexing in pure Julia (R*-trees etc)
-
Updated
Jun 21, 2021 - Julia
Vantage point tree implementation in OCaml
distance
ocaml-library
nearest-neighbor-search
metric
vantage-point-tree
spatial-indexing
point-query
-
Updated
Nov 5, 2021 - OCaml
Measuring aspects of the H3 hexagonal hierarchical geospatial indexing system.
-
Updated
Nov 9, 2020 - Java
Utilites and functions for easy usage of S2 objects (Google geometries abstractions)
-
Updated
Apr 18, 2020 - Scala
Bindings for H3 to SQLite3
-
Updated
Feb 21, 2022 - CMake
R bindings to H3, a hexagon-based geographic grid system via h3-js.
-
Updated
Sep 27, 2018 - R
Compute bounding sphere for a set of points using Jack Ritter's algorithm
-
Updated
Feb 11, 2022 - JavaScript
Spatial decomposition without space filling curves
python
spatial-data
hilbert-curve
morton-order
spatial-database
space-filling-curves
spatial-decomposition
spatial-indexing
spatial-partitioning
n-body-simulation
spatial-sorting
-
Updated
Mar 28, 2022 - Python
-
Updated
Mar 30, 2022 - C++
[UNMAINTAINED] Rust bindings to H3, Uber's hexagonal hierarchical geospatial indexing system
-
Updated
Dec 29, 2020 - Rust
PostgreSQL extension for the H3 hierarchical geospatial indexing system
-
Updated
Nov 19, 2018 - C
Hexagonal hierarchical geospatial indexing system in pure Go
-
Updated
Nov 15, 2019 - Go
R-Tree Data Structure for Spatial Indexing
-
Updated
Nov 10, 2019 - Python
[Testing repo for conan-center-index] Conan recipes for libspatialindex
-
Updated
Apr 4, 2021 - Python
[Testing repo for conan-center-index] Conan recipes for H3
-
Updated
Apr 2, 2021 - Python
Libspatialindex docker image
-
Updated
Mar 24, 2020 - Dockerfile
Improve this page
Add a description, image, and links to the spatial-indexing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the spatial-indexing topic, visit your repo's landing page and select "manage topics."


When building algorithms using H3, consumers may need to satisfy specific constraints, e.g. "buffer within X meters of a given point". Our existing
edgeLengthandhexAreastats are averages, which is insufficient to determine whether a given resolution or buffer size will satisfy the requirement.I think it would be worthwhile to calculate and publish (either in the library or in the docs)