Overview of H3 Geospatial Indexing
masterH3 is an open-source hexagonal hierarchical geospatial indexing system licensed under Apache 2. It partitions the world into hexagonal cells. The H3 Core Library, written in C, provides functionality for:
- Converting latitude/longitude coordinates to H3 cells.
- Finding the center of H3 cells.
- Finding the boundary geometry of H3 cells.
- Finding neighbors of H3 cells.
Note that H3 provides exact logical containment but only approximate geometric containment across the cell hierarchy. This means points within child cells may occasionally belong to different parent cells because child cells are not always entirely geometrically contained by a single parent cell.