Skip to main content
Version: 4.x

Introduction

H3 is a geospatial indexing system that partitions the world into hexagonal cells. H3 is open source under the Apache 2 license.

The H3 Core Library implements the H3 grid system. It includes functions for converting from latitude and longitude coordinates to the containing H3 cell, finding the center of H3 cells, finding the boundary geometry of H3 cells, finding neighbors of H3 cells, and more.

Highlights

Comparisons

  • S2, an open source, hierarchical, discrete, and global grid system using square cells.
  • Geohash, a system for encoding locations using a string of characters, creating a hierarchical, square grid system (a quadtree).
  • Hexbin, the process of taking coordinates and binning them into hexagonal cells in analytics or mapping software.
  • Admin Boundaries, officially designated areas used for aggregating and analyzing data.
  • Placekey, a system for encoding points of interest (POIs) which incorporates H3 in its POI identifier.