.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CHANGELOG.md
LICENSE
README.md
pyproject.toml
.github/workflows/changelog-pr-update.yml
.github/workflows/python-publish.yml
docs/Makefile
docs/conf.py
docs/index.rst
docs/installing.rst
docs/requirements.txt
docs/_static/logo.png
docs/_static/style.css
docs/_templates/.gitkeep
docs/modules/dates.rst
src/anemoi/graphs/__init__.py
src/anemoi/graphs/__main__.py
src/anemoi/graphs/_version.py
src/anemoi/graphs/create.py
src/anemoi/graphs/normalizer.py
src/anemoi/graphs/utils.py
src/anemoi/graphs/commands/__init__.py
src/anemoi/graphs/commands/create.py
src/anemoi/graphs/edges/__init__.py
src/anemoi/graphs/edges/attributes.py
src/anemoi/graphs/edges/builder.py
src/anemoi/graphs/edges/directional.py
src/anemoi/graphs/generate/__init__.py
src/anemoi/graphs/generate/hexagonal.py
src/anemoi/graphs/generate/icosahedral.py
src/anemoi/graphs/generate/transforms.py
src/anemoi/graphs/nodes/__init__.py
src/anemoi/graphs/nodes/attributes.py
src/anemoi/graphs/nodes/builder.py
src/anemoi_graphs.egg-info/PKG-INFO
src/anemoi_graphs.egg-info/SOURCES.txt
src/anemoi_graphs.egg-info/dependency_links.txt
src/anemoi_graphs.egg-info/entry_points.txt
src/anemoi_graphs.egg-info/requires.txt
src/anemoi_graphs.egg-info/top_level.txt
tests/conftest.py
tests/test_create.py
tests/test_normalizer.py
tests/edges/test_cutoff.py
tests/edges/test_edge_attributes.py
tests/edges/test_knn.py
tests/edges/test_multiscale_edges.py
tests/nodes/test_hex_nodes.py
tests/nodes/test_node_attributes.py
tests/nodes/test_npz.py
tests/nodes/test_tri_nodes.py
tests/nodes/test_zarr.py