#🧱 Building Block: Geospatial Index

#Overview

A geospatial index encodes 2D coordinates (latitude/longitude) into a structure optimized for proximity queries — "find all points within X km of this point." Common implementations include Geohash, S2 cells, and PostGIS.

#Key Concepts

#When to Use

#When NOT to Use

#Trade-offs

#Used In This Repo