.gitignore
.gitmodules
.pre-commit-config.yaml
CITATION.cff
CODE_OF_CONDUCT.md
LICENSE
MANIFEST.in
README.rst
codecov.yml
paper.bib
paper.md
readthedocs.yml
setup.cfg
setup.py
.github/dependabot.yaml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/docs.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/release_reminder.md
.github/ISSUE_TEMPLATE/usage-general-question.md
.github/workflows/ci.yaml
.github/workflows/pythonpublish.yaml
.github/workflows/twitter_bot.yml
binder/environment.yml
ci/environment-core-deps.yml
ci/environment-upstream-dev.yml
ci/environment.yml
doc/.gitignore
doc/Makefile
doc/api.rst
doc/boundary_conditions.rst
doc/conf.py
doc/contributor_guide.rst
doc/environment.yml
doc/grid_metrics.ipynb
doc/grid_topology.rst
doc/grid_ufuncs.rst
doc/grids.rst
doc/index.rst
doc/installation.rst
doc/make.bat
doc/transform.ipynb
doc/ufunc_examples.rst
doc/whats-new.rst
doc/images/axis_positions.svg
doc/images/cubed_sphere.jpeg
doc/images/cubed_sphere_face_connections.png
doc/images/grid2d_hv.png
doc/images/grid2d_hv.svg
doc/images/logo.png
doc/images/parallelize_broadcast.png
doc/images/parallelize_core.png
doc/images/two_faces.png
xgcm/__init__.py
xgcm/autogenerate.py
xgcm/comodo.py
xgcm/duck_array_ops.py
xgcm/grid.py
xgcm/grid_ufunc.py
xgcm/gridops.py
xgcm/metrics.py
xgcm/padding.py
xgcm/regridding.py
xgcm/transform.py
xgcm.egg-info/PKG-INFO
xgcm.egg-info/SOURCES.txt
xgcm.egg-info/dependency_links.txt
xgcm.egg-info/requires.txt
xgcm.egg-info/top_level.txt
xgcm/test/__init__.py
xgcm/test/datasets.py
xgcm/test/test_autogenerate.py
xgcm/test/test_duck_array_ops.py
xgcm/test/test_faceconnections.py
xgcm/test/test_grid.py
xgcm/test/test_grid_ufunc.py
xgcm/test/test_metrics.py
xgcm/test/test_metrics_ops.py
xgcm/test/test_padding.py
xgcm/test/test_transform.py