.gitignore
.pre-commit-config.yaml
.readthedocs.yml
Makefile
README.md
environment.yml
pyproject.toml
pytest.ini
setup.cfg
.github/workflows/ci.yml
.github/workflows/label-public-pr.yml
.github/workflows/notify-new-issue.yml
.github/workflows/notify-new-pr.yml
docs/Makefile
docs/conf.py
docs/development.rst
docs/examples.rst
docs/gridspec.rst
docs/index.rst
docs/install.rst
docs/interpolate.rst
docs/licence.rst
docs/make.bat
docs/requirements.txt
docs/_static/.gitkeep
docs/_static/style.css
docs/_templates/.gitkeep
docs/examples/interpolation.ipynb
docs/inventory/index.rst
docs/inventory/pre_gen_warn.rst
docs/inventory/reduced_gg.rst
docs/inventory/reduced_gg_o.rst
docs/inventory/regular_ll.rst
earthkit/regrid/__init__.py
earthkit/regrid/db.py
earthkit/regrid/gridspec.py
earthkit/regrid/interpolate.py
earthkit/regrid/version.py
earthkit/regrid/sphinxext/generate_inventory_rst.py
earthkit/regrid/sphinxext/module_output.py
earthkit/regrid/utils/__init__.py
earthkit/regrid/utils/caching.py
earthkit/regrid/utils/download.py
earthkit/regrid/utils/humanize.py
earthkit/regrid/utils/matrix.py
earthkit/regrid/utils/mir.py
earthkit/regrid/utils/stream.py
earthkit/regrid/utils/temporary.py
earthkit_regrid.egg-info/PKG-INFO
earthkit_regrid.egg-info/SOURCES.txt
earthkit_regrid.egg-info/dependency_links.txt
earthkit_regrid.egg-info/requires.txt
earthkit_regrid.egg-info/top_level.txt
tests/conftest.py
tests/environment-unit-tests.yml
tests/test_gridspec.py
tests/test_interpolate.py
tests/test_local.py
tests/test_version.py
tests/data/local/.gitignore
tests/data/local/LL-10x10-90:0:-90:350-ab1b794231a5c71387eeef093d26bee1-011801.npz
tests/data/local/LL-10x10-90:0:-90:350-b50672438eed6b0fc33fb356749295dc-011801.npz
tests/data/local/LL-10x10-90:0:-90:350-bfb8b88c2e8cd92a5938a6803cb929df-011801.npz
tests/data/local/in_5x5.npz
tests/data/local/in_N32.npz
tests/data/local/in_O32.npz
tests/data/local/index.json
tests/data/local/out_5x5_10x10_011801.npz
tests/data/local/out_N32_10x10_011801.npz
tests/data/local/out_O32_10x10_011801.npz
tools/make-matrix.sh
tools/make_matrix.py
tools/utils/__init__.py
tools/utils/grid.py
tools/utils/matrix.py