The notebook Geotech-ztem-example.ipynb (or equivalently, the python file: Geotech-ztem-example.py runs a forward simulation for ZTEM data.
To run this, you can:
-
can clone or download the repository. From the command line
git clone https://github.com/simpeg-research/heagy-2023-geotech-symposium.git -
Change into the
heagy-2023-geotech-symposiumdirectorycd heagy-2023-geotech-symposium -
Create the environment
conda env create -f environment.yml -
Activate that environment
conda activate simpeg-geotech -
Run the script, or launch Jupyter using
jupyter lab