README.md
setup.py
subsurface/__init__.py
subsurface/_version.py
subsurface.egg-info/PKG-INFO
subsurface.egg-info/SOURCES.txt
subsurface.egg-info/dependency_links.txt
subsurface.egg-info/not-zip-safe
subsurface.egg-info/requires.txt
subsurface.egg-info/top_level.txt
subsurface/geological_formats/__init__.py
subsurface/geological_formats/boreholes.py
subsurface/geological_formats/fault.py
subsurface/geological_formats/seismic.py
subsurface/geological_formats/OMF/__init__.py
subsurface/interfaces/__init__.py
subsurface/io/__init__.py
subsurface/io/basic_structs_io.py
subsurface/io/faults/__init__.py
subsurface/io/faults/faults.py
subsurface/io/grids/__init__.py
subsurface/io/grids/surface_reader.py
subsurface/io/petrel/__init__.py
subsurface/io/wells/__init__.py
subsurface/io/wells/wells_reader.py
subsurface/structs/__init__.py
subsurface/structs/base_structures.py
subsurface/structs/common.py
subsurface/structs/errors.py
subsurface/structs/structured_elements.py
subsurface/structs/unstructured_elements.py
subsurface/visualization/__init__.py
subsurface/visualization/to_pyvista.py
tests/test_geological_formats/TO_UPDATE_seismic_.py
tests/test_geological_formats/__init__.py
tests/test_geological_formats/test_fault.py
tests/test_io/__init__.py
tests/test_io/test_base_struc_io.py
tests/test_io/test_surface_reader.py
tests/test_io/test_welly_to_subsurface.py
tests/test_structs/__init__.py
tests/test_structs/test_base_structures.py
tests/test_structs/test_mesh.py
tests/test_visualization/__init__.py
tests/test_visualization/test_pyvista.py