README.md
setup.py
examples/__init__.py
examples/examples/__init__.py
examples/getting_started/__init__.py
examples/getting_started/getting_started.py
examples/tutorials/__init__.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/segy_reader.py
subsurface/geological_formats/seismic.py
subsurface/geological_formats/OMF/__init__.py
subsurface/interfaces/__init__.py
subsurface/reader/__init__.py
subsurface/reader/read_netcdf.py
subsurface/reader/readers_data.py
subsurface/reader/faults/__init__.py
subsurface/reader/faults/faults.py
subsurface/reader/geo_object/__init__.py
subsurface/reader/mesh/__init__.py
subsurface/reader/mesh/surface_reader.py
subsurface/reader/mesh/surfaces_api.py
subsurface/reader/petrel/__init__.py
subsurface/reader/profiles/__init__.py
subsurface/reader/profiles/profiles_core.py
subsurface/reader/topography/__init__.py
subsurface/reader/topography/topo_core.py
subsurface/reader/volume/__init__.py
subsurface/reader/volume/read_volume.py
subsurface/reader/volume/volume_utils.py
subsurface/reader/wells/__init__.py
subsurface/reader/wells/pandas_to_welly.py
subsurface/reader/wells/well_files_reader.py
subsurface/reader/wells/wells_api.py
subsurface/reader/wells/wells_utils.py
subsurface/reader/wells/welly_reader.py
subsurface/structs/__init__.py
subsurface/structs/errors.py
subsurface/structs/structured_elements.py
subsurface/structs/unstructured_elements.py
subsurface/structs/base_structures/__init__.py
subsurface/structs/base_structures/common_data_utils.py
subsurface/structs/base_structures/structured_data.py
subsurface/structs/base_structures/unstructured_data.py
subsurface/utils/__init__.py
subsurface/utils/utils_core.py
subsurface/visualization/__init__.py
subsurface/visualization/to_pyvista.py
subsurface/writer/__init__.py
subsurface/writer/to_binary.py
subsurface/writer/to_liquid_earth/__init__.py
subsurface/writer/to_rex/__init__.py
subsurface/writer/to_rex/common.py
subsurface/writer/to_rex/data_struct.py
subsurface/writer/to_rex/gempy_to_rexfile.py
subsurface/writer/to_rex/material_encoder.py
subsurface/writer/to_rex/mesh_encoder.py
subsurface/writer/to_rex/rex_api.py
subsurface/writer/to_rex/to_rex.py
subsurface/writer/to_rex/utils.py
tests/test_geological_formats/TO_UPDATE_seismic_.py
tests/test_geological_formats/__init__.py
tests/test_geological_formats/test_fault.py
tests/test_interfaces/WIP_to_rex.py
tests/test_interfaces/__init__.py
tests/test_interfaces/test_to_binary.py
tests/test_io/__init__.py
tests/test_io/test_base_struc_io.py
tests/test_io/test_io_wells.py
tests/test_io/test_read_profiles.py
tests/test_io/test_read_topography.py
tests/test_io/test_read_volume.py
tests/test_io/test_segy_reader.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