.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CITATION.cff
LICENSE
README.md
design_doc.md
environment.yml
pyproject.toml
xdggs-cropped.gif
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/release.yml
.github/workflows/ci.yml
.github/workflows/nightly.yml
.github/workflows/pypipublish.yml
ci/docs.yml
ci/environment.yml
ci/install-upstream-wheels.sh
docs/api-hidden.rst
docs/api.rst
docs/changelog.md
docs/conf.py
docs/index.md
docs/_static/logos/xdggs_logo.png
docs/_static/logos/xdggs_logo.svg
docs/getting_started/installation.md
docs/reference_guide/publications.bib
docs/reference_guide/publications.md
docs/tutorials/h3.ipynb
docs/tutorials/healpix.ipynb
examples/example_h3.ipynb
examples/example_healpy.ipynb
examples/prepare_dataset_h3.ipynb
xdggs/__init__.py
xdggs/accessor.py
xdggs/grid.py
xdggs/h3.py
xdggs/healpix.py
xdggs/index.py
xdggs/itertools.py
xdggs/plotting.py
xdggs/tutorial.py
xdggs/utils.py
xdggs.egg-info/PKG-INFO
xdggs.egg-info/SOURCES.txt
xdggs.egg-info/dependency_links.txt
xdggs.egg-info/requires.txt
xdggs.egg-info/top_level.txt
xdggs/tests/__init__.py
xdggs/tests/matchers.py
xdggs/tests/test_accessor.py
xdggs/tests/test_h3.py
xdggs/tests/test_healpix.py
xdggs/tests/test_index.py
xdggs/tests/test_matchers.py
xdggs/tests/test_plotting.py
xdggs/tests/test_tutorial.py
xdggs/tests/test_utils.py