{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# GPG Labs\n", "\n", "\"http://gpg.geosci.xyz\"\n", "\n", "This collection of notebooks covers basic principles of applied geophysics. Associated material can be found in the GPG: Geophysics for Practicing Geoscientists.\n", "\n", "\n", "\n", "If you have feedback, we would like to hear from you! \n", "- Contact us\n", "- Report issues\n", "- Join the development" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Contents\n", "\n", "### Magnetics\n", "- [MagneticDipoleApplet.ipynb](mag/MagneticDipoleApplet.ipynb) - Magnetic dipole applet\n", "- [MagneticPrismApplet.ipynb](mag/MagneticPrismApplet.ipynb) - Magnetic prism applet\n", "- [Mag_Induced2D.ipynb](mag/Mag_Induced2D.ipynb)- Induced magnetic anomaly demo\n", "- [Mag_FitProfile.ipynb](mag/Mag_FitProfile.ipynb)- Fit one magnetic profile from field observation\n", "\n", "### Seismic\n", "- [SeismicApplet.ipynb](seismic/SeismicApplet.ipynb) - Seismic Applet\n", "- [Seis_Refraction.ipynb](seismic/Seis_Refraction.ipynb) - Seismic refraction survey demo\n", "- [Seis_Reflection.ipynb](seismic/Seis_Reflection.ipynb) - Synthetic reflection seismogram\n", "- [Seis_NMO.ipynb](seismic/Seis_NMO.ipynb) - Normal moveout demo\n", "- [Seis_VerticalResolution.ipynb](seismic/Seis_VerticalResolution.ipynb) - Vertical resolution in reflection\n", "\n", "### Ground Penetrating Radar\n", "- [GPR_TBL4_DOI_Resolution.ipynb](gpr/GPR_TBL4_DOI_Resolution.ipynb) - Horizontal resolution + Probing distance of GPR\n", "- [GPR_Lab6_FitData.ipynb](gpr/GPR_Lab6_FitData.ipynb) - Fit field GPR data\n", "- [GPR_Attenuation.ipynb](gpr/GPR_Attenuation.ipynb) - Explore the impact of electrical conductivity on attenuation of signals\n", "\n", "### Electromagnetics\n", "- [InductionRLcircuit_Harmonic.ipynb](em/InductionRLcircuit_Harmonic.ipynb) - Two coil app\n", "- [FDEM_ThreeLoopModel.ipynb](em/FDEM_ThreeLoopModel.ipynb) - EM induction explained by a 3-loop circuit model\n", "- [EM_Pipeline.ipynb](em/EM_Pipeline.ipynb) - EM response over a pipeline\n", "- [EM_EM31.ipynb](em/EM_EM31.ipynb) - EM-31 response and apparent conductivity\n", "\n", "### Direct Current Resistivity\n", "- [DC_SurveyDataInversion.ipynb](dcip/DC_SurveyDataInversion.ipynb) - Physics, survey, data and interpretation" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "
\"Creative \n", "\n", "This work is licensed under a Creative Commons Attribution 4.0 International License.
" ] }, { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [], "source": [ "# !pip install -r ../requirements.txt" ] } ], "metadata": { "anaconda-cloud": {}, "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.6.7" } }, "nbformat": 4, "nbformat_minor": 1 }