.codecov.yml
.git_archival.txt
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
README.rst
conftest.py
noxfile.py
pyproject.toml
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bugreport.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/newfeature.yml
.github/workflows/codeql-analysis.yml
.github/workflows/pre-commit.yml
.github/workflows/release.yml
.github/workflows/test.yml
ci/requirements/environment-dev.yml
ci/requirements/environment.yml
curviriver/__init__.py
curviriver/curvilinear.py
curviriver/exceptions.py
curviriver/interpolation.py
curviriver/py.typed
curviriver/smoothing.py
curviriver.egg-info/PKG-INFO
curviriver.egg-info/SOURCES.txt
curviriver.egg-info/dependency_links.txt
curviriver.egg-info/not-zip-safe
curviriver.egg-info/requires.txt
curviriver.egg-info/top_level.txt
doc/Makefile
doc/make.bat
doc/source/authors.rst
doc/source/changelog.rst
doc/source/conf.py
doc/source/contributing.rst
doc/source/gallery.rst
doc/source/gallery.yml
doc/source/index.rst
doc/source/license.rst
doc/source/usage.rst
doc/source/_static/curvilinear.png
doc/source/_static/custom-icon.js
doc/source/_static/custom.css
doc/source/_static/favicon-16x16.png
doc/source/_static/favicon-32x32.png
doc/source/_static/favicon.ico
doc/source/_static/logo-text.png
doc/source/_static/logo-text.svg
doc/source/_static/logo.png
doc/source/_static/logo.svg
doc/source/_static/switcher.json
doc/source/examples/curvilinear.ipynb
tests/test_interpolate_na.py