.codespell-ignore-words.txt
.editorconfig
.gitignore
.pre-commit-config.yaml
.python-version
AGENTS.md
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
README.md
RELEASING.md
SECURITY.md
TEMPLATE_SETUP.md
pyproject.toml
uv.lock
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/images/releasing-actions-finished.png
.github/images/releasing-actions-start.png
.github/images/releasing-changelog-button.png
.github/images/releasing-changelog-entered.png
.github/images/releasing-draft-button.png
.github/images/releasing-name-release.png
.github/images/releasing-name-tag.png
.github/images/releasing-publish-button.png
.github/images/releasing-pypi.png
.github/images/releasing-release-published.png
.github/images/releasing-releases-button.png
.github/images/releasing-tag-button.png
.github/workflows/codeql-analysis.yml
.github/workflows/continuous-deployment.yaml
.github/workflows/docs.yaml
docs/Makefile
docs/api.md
docs/conf.py
docs/index.md
docs/installation.md
docs/limitations.md
docs/usage.md
src/isobands/__init__.py
src/isobands/_coordinates.py
src/isobands/_gdal.py
src/isobands/_validation.py
src/isobands/core.py
src/isobands/py.typed
src/isobands.egg-info/PKG-INFO
src/isobands.egg-info/SOURCES.txt
src/isobands.egg-info/dependency_links.txt
src/isobands.egg-info/requires.txt
src/isobands.egg-info/scm_file_list.json
src/isobands.egg-info/scm_version.json
src/isobands.egg-info/top_level.txt
tests/__init__.py
tests/test_basic.py
tests/test_coordinates.py
tests/test_crs.py
tests/test_dask.py
tests/test_extremes.py
tests/test_interval.py
tests/test_levels.py
tests/test_nodata.py