.env.example
LICENSE
README.rst
setup.py
.teamcity/Subsurface/project-config.xml
.teamcity/Subsurface/buildTypes/Subsurface_ReleaseSubsurface.xml
.teamcity/Subsurface/buildTypes/Subsurface_ReleaseSubsurface_2.xml
.teamcity/Subsurface/buildTypes/Subsurface_Testing.xml
.teamcity/Subsurface/vcsRoots/Subsurface_HttpsGithubComTerranigmaSolutionsSubsurfaceRefsHeadsMain.xml
.teamcity/Subsurface/vcsRoots/Subsurface_HttpsGithubComTerranigmaSolutionsSubsurfaceRefsHeadsMain1.xml
.teamcity/Subsurface/vcsRoots/Subsurface_HttpsGithubComTerranigmaSolutionsSubsurfaceRefsHeadsMain2.xml
requirements/requirements.txt
requirements/requirements_all.txt
requirements/requirements_dev.txt
requirements/requirements_geospatial.txt
requirements/requirements_mesh.txt
requirements/requirements_opt.txt
requirements/requirements_plot.txt
requirements/requirements_traces.txt
requirements/requirements_volume.txt
requirements/requirements_wells.txt
subsurface/__init__.py
subsurface/_version.py
subsurface/optional_requirements.py
subsurface/api/__init__.py
subsurface/api/interfaces/README.rst
subsurface/api/interfaces/__init__.py
subsurface/api/interfaces/stream.py
subsurface/api/reader/__init__.py
subsurface/api/reader/read_wells.py
subsurface/core/__init__.py
subsurface/core/geological_formats/__init__.py
subsurface/core/geological_formats/fault.py
subsurface/core/geological_formats/boreholes/GUIDE.md
subsurface/core/geological_formats/boreholes/WELLS_DOC.md
subsurface/core/geological_formats/boreholes/__init__.py
subsurface/core/geological_formats/boreholes/_combine_trajectories.py
subsurface/core/geological_formats/boreholes/_map_attrs_to_survey.py
subsurface/core/geological_formats/boreholes/_survey_to_unstruct.py
subsurface/core/geological_formats/boreholes/boreholes.py
subsurface/core/geological_formats/boreholes/collars.py
subsurface/core/geological_formats/boreholes/survey.py
subsurface/core/reader_helpers/__init__.py
subsurface/core/reader_helpers/reader_unstruct.py
subsurface/core/reader_helpers/readers_data.py
subsurface/core/reader_helpers/readers_wells.py
subsurface/core/structs/README.rst
subsurface/core/structs/__init__.py
subsurface/core/structs/base_structures/__init__.py
subsurface/core/structs/base_structures/_aux.py
subsurface/core/structs/base_structures/_liquid_earth_mesh.py
subsurface/core/structs/base_structures/_unstructured_data_constructor.py
subsurface/core/structs/base_structures/base_structures_enum.py
subsurface/core/structs/base_structures/structured_data.py
subsurface/core/structs/base_structures/unstructured_data.py
subsurface/core/structs/structured_elements/__init__.py
subsurface/core/structs/structured_elements/octree_mesh.py
subsurface/core/structs/structured_elements/structured_grid.py
subsurface/core/structs/structured_elements/structured_mesh.py
subsurface/core/structs/unstructured_elements/__init__.py
subsurface/core/structs/unstructured_elements/line_set.py
subsurface/core/structs/unstructured_elements/point_set.py
subsurface/core/structs/unstructured_elements/tetrahedron_mesh.py
subsurface/core/structs/unstructured_elements/triangular_surface.py
subsurface/core/utils/__init__.py
subsurface/core/utils/utils_core.py
subsurface/modules/__init__.py
subsurface/modules/reader/README.rst
subsurface/modules/reader/__init__.py
subsurface/modules/reader/from_binary.py
subsurface/modules/reader/read_netcdf.py
subsurface/modules/reader/faults/__init__.py
subsurface/modules/reader/faults/faults.py
subsurface/modules/reader/geo_object/__init__.py
subsurface/modules/reader/mesh/NOTES.md
subsurface/modules/reader/mesh/_GOCAD_mesh.py
subsurface/modules/reader/mesh/__init__.py
subsurface/modules/reader/mesh/_trimesh_reader.py
subsurface/modules/reader/mesh/csv_mesh_reader.py
subsurface/modules/reader/mesh/dxf_reader.py
subsurface/modules/reader/mesh/glb_reader.py
subsurface/modules/reader/mesh/mx_reader.py
subsurface/modules/reader/mesh/obj_reader.py
subsurface/modules/reader/mesh/omf_mesh_reader.py
subsurface/modules/reader/mesh/surface_reader.py
subsurface/modules/reader/mesh/surfaces_api.py
subsurface/modules/reader/petrel/__init__.py
subsurface/modules/reader/profiles/__init__.py
subsurface/modules/reader/profiles/profiles_core.py
subsurface/modules/reader/topography/__init__.py
subsurface/modules/reader/topography/topo_core.py
subsurface/modules/reader/volume/__init__.py
subsurface/modules/reader/volume/read_grav3d.py
subsurface/modules/reader/volume/read_volume.py
subsurface/modules/reader/volume/segy_reader.py
subsurface/modules/reader/volume/seismic.py
subsurface/modules/reader/volume/volume_utils.py
subsurface/modules/reader/wells/README.rst
subsurface/modules/reader/wells/__init__.py
subsurface/modules/reader/wells/_read_to_df.py
subsurface/modules/reader/wells/read_borehole_interface.py
subsurface/modules/reader/wells/wells_utils.py
subsurface/modules/reader/wells/DEP/__init__.py
subsurface/modules/reader/wells/DEP/_well_files_reader.py
subsurface/modules/reader/wells/DEP/_wells_api.py
subsurface/modules/reader/wells/DEP/_welly_reader.py
subsurface/modules/reader/wells/DEP/pandas_to_welly.py
subsurface/modules/tools/__init__.py
subsurface/modules/tools/mocking_aux.py
subsurface/modules/visualization/__init__.py
subsurface/modules/visualization/to_pyvista.py
subsurface/modules/writer/__init__.py
subsurface/modules/writer/to_binary.py
subsurface/modules/writer/to_liquid_earth/__init__.py
subsurface/modules/writer/to_rex/__init__.py
subsurface/modules/writer/to_rex/common.py
subsurface/modules/writer/to_rex/data_struct.py
subsurface/modules/writer/to_rex/gempy_to_rexfile.py
subsurface/modules/writer/to_rex/material_encoder.py
subsurface/modules/writer/to_rex/mesh_encoder.py
subsurface/modules/writer/to_rex/to_rex.py
subsurface/modules/writer/to_rex/utils.py
subsurface/modules/writer/to_rex/doc/rex-spec-v1.md
subsurface/modules/writer/to_rex/doc/right-handed.png
subsurface/modules/writer/to_rex/doc/sketchup_example.jpg
subsurface_terra.egg-info/PKG-INFO
subsurface_terra.egg-info/SOURCES.txt
subsurface_terra.egg-info/dependency_links.txt
subsurface_terra.egg-info/not-zip-safe
subsurface_terra.egg-info/requires.txt
subsurface_terra.egg-info/top_level.txt