.gitignore
.pre-commit-config.yaml
.prettierrc.toml
.readthedocs.yaml
LICENSE
README.md
codecov.yml
pyproject.toml
.github/dependabot.yml
.github/workflows/codspeed.yml
.github/workflows/main.yaml
.github/workflows/pypi-release.yaml
ci/doc.yml
ci/environment.yml
docs/Makefile
docs/api.rst
docs/conf.py
docs/generate-pyramids.md
docs/index.rst
docs/make.bat
docs/quick-start.md
docs/schema.md
docs/_static/monogram-dark-cropped.png
docs/_static/monogram-light-cropped.png
ndpyramid/__init__.py
ndpyramid/_version.py
ndpyramid/coarsen.py
ndpyramid/common.py
ndpyramid/create.py
ndpyramid/regrid.py
ndpyramid/reproject.py
ndpyramid/resample.py
ndpyramid/testing.py
ndpyramid/utils.py
ndpyramid.egg-info/PKG-INFO
ndpyramid.egg-info/SOURCES.txt
ndpyramid.egg-info/dependency_links.txt
ndpyramid.egg-info/requires.txt
ndpyramid.egg-info/top_level.txt
notebooks/demo.ipynb
tests/__init__.py
tests/test_pyramids.py
tests/test_utils.py