LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/source/conf.py
examples/anomsmith_integration.py
examples/drillhole_example.py
examples/facies_example.py
examples/kriging_example.py
examples/permeability_example.py
examples/petrophysics_example.py
examples/raster_example.py
examples/sgs_example.py
examples/timesmith_compatibility.py
examples/timesmith_integration.py
examples/vector_example.py
geosmith/__init__.py
geosmith/__main__.py
geosmith.egg-info/PKG-INFO
geosmith.egg-info/SOURCES.txt
geosmith.egg-info/dependency_links.txt
geosmith.egg-info/entry_points.txt
geosmith.egg-info/requires.txt
geosmith.egg-info/top_level.txt
geosmith/compat/__init__.py
geosmith/compat/pygeomodeling.py
geosmith/objects/__init__.py
geosmith/objects/_anomsmith_compat.py
geosmith/objects/_timesmith_compat.py
geosmith/objects/anomaly.py
geosmith/objects/geoindex.py
geosmith/objects/geotable.py
geosmith/objects/lineset.py
geosmith/objects/pointset.py
geosmith/objects/polygonset.py
geosmith/objects/rastergrid.py
geosmith/objects/timeseries.py
geosmith/primitives/__init__.py
geosmith/primitives/_shapely_adapter.py
geosmith/primitives/base.py
geosmith/primitives/crs.py
geosmith/primitives/geomechanics.py
geosmith/primitives/geometry.py
geosmith/primitives/interpolation.py
geosmith/primitives/kriging.py
geosmith/primitives/petrophysics.py
geosmith/primitives/raster.py
geosmith/primitives/simulation.py
geosmith/primitives/variogram.py
geosmith/tasks/__init__.py
geosmith/tasks/_geopandas_adapter.py
geosmith/tasks/blockmodeltask.py
geosmith/tasks/changetask.py
geosmith/tasks/crossvalidation.py
geosmith/tasks/faciestask.py
geosmith/tasks/featuretask.py
geosmith/tasks/rastertask.py
geosmith/tasks/routetask.py
geosmith/workflows/__init__.py
geosmith/workflows/drillhole.py
geosmith/workflows/grdecl.py
geosmith/workflows/io.py
geosmith/workflows/las.py
geosmith/workflows/plot.py
geosmith/workflows/segy.py
geosmith/workflows/workflows.py
scripts/smoke.py
tests/__init__.py
tests/test_anomaly_objects.py
tests/test_failure_criteria.py
tests/test_geomechanics.py
tests/test_grdecl.py
tests/test_kriging.py
tests/test_objects.py
tests/test_permeability.py
tests/test_petrophysics.py
tests/test_primitives.py
tests/test_simulation.py
tests/test_tasks.py
tests/test_timeseries_objects.py
tests/test_timesmith_integration.py
tests/test_variogram.py