gempy
gempy copied to clipboard
GemPy is an open-source, Python-based 3-D structural geological modeling software, which allows the implicit (i.e. automatic) creation of complex geological models from interface and orientation data....
**Describe the bug** When setting the fault relations with a relative matrix, changes are not picked up. **To Reproduce** Run ```examples>tutorials>ch1_5_fault_relations.py```: ... **Expected behavior** Set the offset for faults as...
This PR modernises this project to use pyproject.toml as [supported by setuptools](https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html) to handle project metadata ([PEP 621](https://peps.python.org/pep-0621/)) and define the build-system. Modern tools like [uv](https://docs.astral.sh/uv/) can benefit from this...
**What is your question?** Currently, GemPy defines the modeling domain using a rectangular bounding box (xmin/xmax/ymin/ymax/zmin/zmax). However, many real-world applications require modeling geology within irregular, user-defined volumes (e.g., fault-bounded blocks,...