LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
examples/examples/__init__.py
examples/examples/geometries/1_horizontal_stratigraphic.py
examples/examples/geometries/2_fold.py
examples/examples/geometries/3_recumbent_fold.py
examples/examples/geometries/4_pinchout.py
examples/examples/geometries/5_fault.py
examples/examples/geometries/6_unconformity.py
examples/examples/geometries/7_combination.py
examples/examples/geometries/__init__.py
examples/examples/geometries/foo/__init__.py
examples/examples/geometries/foo/more_examples.py
examples/examples/real/Alesmodel.py
examples/examples/real/Claudius.py
examples/examples/real/Greenstone.py
examples/examples/real/Hecho.py
examples/examples/real/Moureze.py
examples/examples/real/Perth_basin.py
examples/examples/real/__init__.py
examples/getting_started/__init__.py
examples/getting_started/get_started.py
examples/integrations/__init__.py
examples/integrations/gempy_export_MOOSE.py
examples/integrations/gempy_export_perth_bassin_pflotran.py
examples/integrations/gempy_striplog.py
examples/integrations/gempy_subsurface.py
examples/tutorials/__init__.py
examples/tutorials/ch2-Geophysics/__init__.py
examples/tutorials/ch2-Geophysics/ch2_1_gravity.py
examples/tutorials/ch2-Geophysics/ch2_2_cell_selection.py
examples/tutorials/ch4-Topology/__init__.py
examples/tutorials/ch4-Topology/ch4-1-Topology.py
gempy/__init__.py
gempy/gempy_api.py
gempy.egg-info/PKG-INFO
gempy.egg-info/SOURCES.txt
gempy.egg-info/dependency_links.txt
gempy.egg-info/requires.txt
gempy.egg-info/top_level.txt
gempy/addons/__init__.py
gempy/addons/gempy_to_rexfile.py
gempy/addons/map2gempy.py
gempy/addons/rex_api.py
gempy/api_modules/__init__.py
gempy/api_modules/aux_func.py
gempy/api_modules/editing.py
gempy/api_modules/getters.py
gempy/api_modules/io.py
gempy/api_modules/setters.py
gempy/assets/__init__.py
gempy/assets/coKriging.py
gempy/assets/decision_making.py
gempy/assets/geophysics.py
gempy/assets/kriging.py
gempy/assets/spill_analysis.py
gempy/assets/topology.py
gempy/bayesian/__init__.py
gempy/bayesian/axes_utils.py
gempy/bayesian/fields.py
gempy/bayesian/joyplot.py
gempy/bayesian/plot_posterior.py
gempy/bayesian/posterior_analysis_DEP.py
gempy/bayesian/posterior_analysis_elisa.py
gempy/bayesian/theano_op.py
gempy/core/__init__.py
gempy/core/checkers.py
gempy/core/data.py
gempy/core/interpolator.py
gempy/core/model.py
gempy/core/qgrid_integration.py
gempy/core/solution.py
gempy/core/xsolution.py
gempy/core/data_modules/__init__.py
gempy/core/data_modules/geometric_data.py
gempy/core/data_modules/stack.py
gempy/core/grid_modules/__init__.py
gempy/core/grid_modules/create_topography.py
gempy/core/grid_modules/diamond_square.py
gempy/core/grid_modules/grid_types.py
gempy/core/grid_modules/section_utils.py
gempy/core/grid_modules/topography.py
gempy/core/theano_modules/__init__.py
gempy/core/theano_modules/theano_export.py
gempy/core/theano_modules/theano_graph.py
gempy/core/theano_modules/theano_graph_pro.py
gempy/core/theano_modules/theano_kriging.py
gempy/plot/__init__.py
gempy/plot/_plot.py
gempy/plot/_vista.py
gempy/plot/_visualization_2d.py
gempy/plot/decorators.py
gempy/plot/helpers.py
gempy/plot/plot_api.py
gempy/plot/plot_utils.py
gempy/plot/sequential_pile.py
gempy/plot/vista.py
gempy/plot/vista_aux.py
gempy/plot/vista_qt.py
gempy/plot/visualization_2d.py
gempy/plot/visualization_3d.py
gempy/utils/__init__.py
gempy/utils/analysis.py
gempy/utils/decimation.py
gempy/utils/docstring.py
gempy/utils/export.py
gempy/utils/extract_geomodeller_data.py
gempy/utils/geogrid.py
gempy/utils/geomodeller_integration.py
gempy/utils/gradient.py
gempy/utils/input_manipulation.py
gempy/utils/meta.py
gempy/utils/qgrid_api.py
test/figs/__init__.py
test/input_data/__init__.py
test/test_addons/__init__.py
test/test_addons/test_gempy_to_rexfile.py
test/test_addons/test_rex_cloud_api.py
test/test_addons/rexfiles/__init__.py
test/test_anisotropies/__init__.py
test/test_anisotropies/test_anisotropies.py
test/test_api/__init__.py
test/test_api/test_api.py
test/test_api/test_geometry_api.py
test/test_assets/__init__.py
test/test_assets/test_gravity.py
test/test_assets/test_grid_tz.py
test/test_assets/test_magnetics.py
test/test_assets/test_topology_np.py
test/test_community_bugs/__init__.py
test/test_community_bugs/test_community_bugs.py
test/test_core/UPDATE_data.py
test/test_core/UPDATE_model.py
test/test_core/__init__.py
test/test_core/test_colors.py
test/test_core/test_data_classes.py
test/test_core/test_data_mutation.py
test/test_core/test_data_mutation2.py
test/test_core/test_io.py
test/test_core/test_model.py
test/test_core/test_performance.py
test/test_core/test_pile_manipulation.py
test/test_core/test_solution.py
test/test_core/test_sort_surfaces.py
test/test_core/test_xsol.py
test/test_core/test_grids/__init__.py
test/test_core/test_grids/test_diamond_square.py
test/test_core/test_grids/test_grid.py
test/test_core/test_grids/test_topography.py
test/test_integrations/__init__.py
test/test_integrations/test_map2loop.py
test/test_model_types/__init__.py
test/test_model_types/test_complex_model.py
test/test_model_types/test_one_fault_model.py
test/test_model_types/test_simple_models.py
test/test_plotting/__init__.py
test/test_plotting/test_2d.py
test/test_plotting/test_plot_3d.py
test/test_plotting/test_vista.py
test/test_prob_modeling/TEST_pymc3.py
test/test_prob_modeling/__init__.py
test/test_utilities/__init__.py
test/test_utilities/test_utilities.py