Skip to main content

Introduction to IGEO7

IGEO7 is a hierarchically indexed hexagonal equal-area Discrete Global Grid System (DGGS) with the Z7 indexing system.

It is the equal-area alternative to H3 — sharing the aperture 7 hexagonal hierarchy and 64-bit integer indexing of H3, but using the ISEA (Icosahedral Snyder Equal Area) projection instead of H3's gnomonic projection. This guarantees all cells have truly equal area (H3 cells vary by up to ±50%).

Key paper

IGEO7 is described in: Kmoch, A., Sahr, K., Chan, W.T., Uuemaa, E. (2025). IGEO7: A new hierarchically indexed hexagonal equal-area discrete global grid system. AGILE: GIScience Series, 6, 32. https://doi.org/10.5194/agile-giss-6-32-2025

What is a DGGS?

A Discrete Global Grid System partitions the entire surface of the Earth into a finite set of non-overlapping cells, providing a framework for spatial indexing, aggregation, and analysis at any resolution.

IGEO7 is implemented in:

  • DGGRID (C++) — the core engine
  • DGGAL — supports ISEA7H_Z7
  • dggrid4py — Python wrapper
  • pydggsapi — OGC API DGGS server

Core Properties

PropertyIGEO7H3
ProjectionISEA (equal area)Gnomonic
Cell shapeHexagons + 12 pentagonsHexagons + 12 pentagons
AperturePure 7Mixed (4→3→7)
Resolutions0–20 (21 levels)0–15 (16 levels)
Base cells12122
Index size64-bit integer64-bit integer
Area distortion0%±50%

Next Steps