Skip to content

The impact of water wells and their power sources on time-domain airborne electromagnetic data in Butte County, California

License

Notifications You must be signed in to change notification settings

simpeg-research/kang-2019-impact-of-wells

Repository files navigation

| Overview | Launching the notebooks | Running the notebooks | Citation | Issues | License |

The effect of water wells on time-domain airborne electromagnetic data

Build Status Binder

License SimPEG

Our research is motivated by obtaining co-located well data and airborne electromagnetic (AEM) data for the purpose of imaging the large-scale subsurface hydrogeologic structure using an AEM technique. Results from an AEM survey in Butte and Glenn Counties, California, U. S. A., where 41 water wells are located within 100 m of the AEM flight lines, provide a unique opportunity to investigate the effect of water wells on AEM data. We perform systematic numerical analyses and examination of the field data to investigate the effects related to water wells on AEM data.

This is a repository where the codes and exmamples used in our paper is released to the public such that other people can run similar analyses to better design their own AEM survey for the purpose of imaging hydrogeologic structure of the subsurface.

Overview

This repository contains the notebooks used to generate the examples shown in "The effect of water wealls on time-domain airborne electromagnetic data " by Seogi Kang, Noah Dewar, and Rosemary Knight. The list of the notebooks are:

Launching the notebooks

Online

The notebooks can be run online through mybinder

Locally

To run them locally, you will need to have python installed, preferably through anaconda.

You can then clone this repository. From a command line, run

git clone https://github.com/simpeg-research/kang-2019-impact-of-wells.git

Then cd into the kang-2019-impact-of-wells

cd kang-2019-impact-of-wells

To setup your software environment, we recommend you use the provided conda environment

conda env create -f environment.yml
source activate sip-environment

alternatively, you can install dependencies through pypi

pip install -r requirements.txt

You can then launch Jupyter

jupyter notebook

Jupyter will then launch in your web-browser.

Running the notebooks

Each cell of code can be run with shift + enter or you can run the entire notebook by selecting cell, Run All in the toolbar.

For more information on running Jupyter notebooks, see the Jupyter Documentation

Citation

Kang, S., Dewar, N.,& Knight, R. (2020).

@article{kang2020,
author = {Kang, Seogi,  Dewar, Noah, and Knight, Rosemary},
journal = {TBA},
number = {},
pages = {},
title = {{The effect of water wealls on time-domain airborne electromagnetic data.}},
volume = {},
year = {2020}
}

Issues

If you run into problems or bugs, please let us know by creating an issue in this repository.

License

These notebooks are licensed under the MIT License which allows academic and commercial re-use and adaptation of this work.

Version

Version: 0.0.1

About

The impact of water wells and their power sources on time-domain airborne electromagnetic data in Butte County, California

Resources

License

Stars

Watchers

Forks

Packages

No packages published