.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/benchmarks.yaml
.github/workflows/codeql-analysis.yml
.github/workflows/continuous-deployment.yaml
.github/workflows/docs.yaml
benchmarks/README.md
benchmarks/__init__.py
benchmarks/__main__.py
benchmarks/harness.py
benchmarks/results/reference.json
benchmarks/results/reference.md
docs/Makefile
docs/conf.py
docs/index.md
docs/map/era5-daily-high-2020-08-16.geojson
docs/map/era5_maplibre.html
docs/map/global-temperature-2020-08-16-22.json
docs/map/global_temperature_animation.html
docs/map/harvey-daily-rainfall-2017-08-27.geojson
docs/map/harvey_rainfall_maplibre.html
docs/map/iowa-land-surface-temperature-2020-08-12.geojson
docs/map/iowa-temperature-no-data-2020-08-12.geojson
docs/map/iowa_temperature_maplibre.html
docs/map/nyc-pm25-2023-06-07.geojson
docs/map/pm25_maplibre.html
examples/README.md
examples/air_temperature.py
examples/era5_maplibre.html
examples/era5_maplibre.py
examples/global_temperature_animation.html
examples/global_temperature_animation.py
examples/harvey_rainfall_maplibre.html
examples/harvey_rainfall_maplibre.py
examples/iowa_temperature_maplibre.html
examples/iowa_temperature_maplibre.py
examples/pm25_maplibre.html
examples/pm25_maplibre.py
examples/data/air_temperature_time0.npz
examples/data/air_temperature_time0.source.json
src/isobands/__init__.py
src/isobands/__main__.py
src/isobands/_coordinates.py
src/isobands/_diagnostics.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/generate_air_temperature_fixture.py
tests/test_basic.py
tests/test_coordinates.py
tests/test_crs.py
tests/test_dask.py
tests/test_diagnostics.py
tests/test_extremes.py
tests/test_gdal_compatibility.py
tests/test_integer_precision.py
tests/test_interval.py
tests/test_invalid_exterior_ring.py
tests/test_invalid_interior_ring.py
tests/test_levels.py
tests/test_nodata.py
tests/test_real_world.py
tests/test_validation_errors.py