spatialindex
« Back to VersTracker
Description:
General framework for developing spatial indices
Type: Formula  |  Tracked Since: Dec 28, 2025
Links: Homepage  |  formulae.brew.sh
Category: Developer tools
Tags: spatial geospatial r-tree c++ indexing
Install: brew install spatialindex
About:
Spatialindex is a C++ library that provides a framework for developing spatial indices, such as R-trees and quadtrees. It offers robust spatial data management capabilities including insertion, deletion, and querying of geometric objects. The library is designed for high performance and flexibility, making it ideal for integrating spatial search into custom applications.
Key Features:
  • Supports R-tree, R-star tree, and Quadtree structures
  • High-performance spatial query processing
  • Generic C++ API for easy integration
  • Supports point, line, and polygon data types
Use Cases:
  • Building geospatial search functionality in applications
  • Accelerating nearest-neighbor queries in mapping software
  • Managing spatial data for scientific computing
Alternatives:
  • GEOS – GEOS focuses on geometric operations (like intersections) rather than index structures.
  • PostGIS – PostGIS provides spatial extensions for databases, whereas Spatialindex is a standalone library for index implementation.
Version History
Detected Version Rev Change Commit
Sep 15, 2025 9:33am 0 VERSION_BUMP 9819abc4
Dec 22, 2024 5:07pm 0 VERSION_BUMP c221b645