Skip to main content

MT Explore is a cartopy and mtpy based utility for viewing and cleaning Magnetotelluric data

Project description

License: GPL v3

Mt-Explore

MT-Explore is a GUI meant to assist in the compilation of magnetotelluric datasets for inversion purposes.

Acknowledgements

MT-Explore would not be possible without the hard and extensive work by the Cartopy and MtPy team. If you deal with location plotting or Magnetotelluric data, I suggest you check out their packages:

mtpy

cartopy

MT-Explore also leverages numpy, pandas, matplotlib, and tk.

Installation

Because of the way things are, for version 0.0.4, you'll have to do a 2 part install, one with anaconda and one with pip. First, install cartopy using anaconda:

conda install cartopy

Then use the package manager pip to install MT-Explore.

pip install mtexplore

Usage

First, create an Mt_Ex_Main Object and link it with your local .edi database directory.

from mtexplore import Mt_Ex_Main

main_app = Mt_Ex_Main()
main_app.connect_database('MT Data/')

Mt-Explore

You should see a window pop up with a map view and associated phase/apparent resistivity plot. It is possible to interact with the data using the mouse or specific keys. For a full list of commands press 'h'

Mt Explore is meant to help identify stations with strategic location and data quality importance to your study area. Ultimately, stations are either included, or excluded from the dataset. To include stations, press 'i'. Similarly stations are excluded by pressing 'o'.

The include/exclude metadata is exported as a pandas dataframe via the load-save commands in .csv format for later data manipulation. This exported dataframe does not contain the transfer function information from the .edi files, but only the location on disk for each station.

Known Issues

There are a few cosmetic issues that I probably wont fix as they dont impact the usability of MT-Explore. However, if you know how to fix them feel free to submit a pull request.

By overriding some of the key bindings of Matplotlib, a few unexpected plot and map behaviors were introduced. If things mess up just kill the plot window and instantiate the Main object again.

tick locators are temporarily broken. this shouldn't impact usability however.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

GNU GPLv3

Attribution

If you use this package, please cite mtpy and cartopy. Much of the functionality of this package comes from their work.

At this time I dont ask that you use an official citation of MT-Explore, but if it is helpful in class projects, publications, training, surveys, or any other endeavor, I would appreciate an acknowledgement. Something like Mendoza, K; Mt-Explore 2019 could be appropriate.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mtexplore-0.2.0.tar.gz (17.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page