Source for the IGEO7 documentation website — a Docusaurus v3 site deployed to GitHub Pages.
IGEO7 is a hierarchically indexed hexagonal equal-area Discrete Global Grid System (DGGS) with the Z7 indexing system — the equal-area alternative to H3.
cd website
npm install
npm run start # dev server at http://localhost:3000cd website
npm run build # production build → website/build/
npm run serve # serve the production build locallyPushing to main triggers the GitHub Actions workflow (.github/workflows/deploy.yml), which builds the site and deploys it to the gh-pages branch. The custom domain igeo7.org is configured via website/static/CNAME.
igeo7.github.io/
├── .github/workflows/deploy.yml # GitHub Actions CI/CD
├── website/
│ ├── docusaurus.config.js # Site config, navbar, footer
│ ├── sidebars.js # Sidebar structure
│ ├── src/
│ │ ├── css/custom.css # Green theme
│ │ ├── components/ # React components (hero features)
│ │ └── pages/index.js # Landing page
│ ├── static/ # Images, CNAME
│ └── docs/ # All documentation content
└── README.md
If you use IGEO7 in your research, please cite:
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