Skip to main content

Contributing

Contributions to IGEO7 documentation, tooling, and the broader ecosystem are welcome.

Documentation (this site)

The source for this site lives at github.com/allixender/igeo7.github.io.

git clone https://github.com/allixender/igeo7.github.io
cd igeo7.github.io/website
npm install
npm run start # live preview at http://localhost:3000

For content edits, open a pull request against main. Each page has an Edit this page link at the bottom that opens the file directly on GitHub.

dggrid4py

Python wrapper for DGGRID. Source at github.com/allixender/dggrid4py.

  • Bug reports and feature requests: open a GitHub issue
  • Code contributions: fork, branch, and open a pull request
  • Test suite: pytest tests/

IGEO7.jl

Julia implementation of Z7 index arithmetic. Source at github.com/allixender/IGEO7.jl.

DGGRID

The core C++ engine. Source at github.com/sahrk/DGGRID. Maintainer: Kevin Sahr (Southern Oregon University).

Code of Conduct

Be respectful and constructive. This project follows the Contributor Covenant code of conduct.

Contact