LICENSE.md
README.md
pyproject.toml
src/geostatista/__init__.py
src/geostatista/autocorrelation.py
src/geostatista/kriging.py
src/geostatista/models.py
src/geostatista/samples.py
src/geostatista/surface.py
src/geostatista/tools.py
src/geostatista/variogram.py
src/geostatista/weights.py
src/geostatista.egg-info/PKG-INFO
src/geostatista.egg-info/SOURCES.txt
src/geostatista.egg-info/dependency_links.txt
src/geostatista.egg-info/requires.txt
src/geostatista.egg-info/top_level.txt
src/geostatista/_solve/__init__.py
src/geostatista/_solve/fit.py
src/geostatista/_solve/neighborhood.py
src/geostatista/_solve/system.py
tests/test_autocorrelation.py
tests/test_edge_cases.py
tests/test_kriging.py
tests/test_oracle.py
tests/test_plots.py