{ "info": { "author": "Kevin Mendoza", "author_email": "kevinmendoza@icloud.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python :: 3.6" ], "description": "[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n\n\n![Mt-Explore](https://github.com/El-minadero/mt-explore/blob/master/images/social_card_modified.png)\n\nMT-Explore is a GUI meant to assist in the compilation of magnetotelluric datasets for inversion purposes.\n\n\n\n## Acknowledgements\n\nMT-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:\n\n[mtpy](https://github.com/MTgeophysics/mtpy)\n\n[cartopy](https://scitools.org.uk/cartopy/docs/latest/)\n\nMT-Explore also leverages numpy, pandas, matplotlib, and tk. \n\n## Installation\nBecause 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.\nFirst, install cartopy using anaconda:\n```bash\nconda install cartopy\n```\n\nThen use the package manager [pip](https://pip.pypa.io/en/stable/) to install MT-Explore.\n\n```bash\npip install mtexplore\n```\n\n## Usage\n\nFirst, create an Mt_Ex_Main Object and link it with your local .edi database directory.\n\n```python\nfrom mtexplore import Mt_Ex_Main\n\nmain_app = Mt_Ex_Main()\nmain_app.connect_database('MT Data/')\n\n```\n![Mt-Explore](https://github.com/El-minadero/mt-explore/blob/master/images/ex.png)\n\nYou 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'\n\nMt 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'. \n\nThe 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. \n\n## Known Issues\nThere 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.\n\nBy 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. \n\ntick locators are temporarily broken. this shouldn't impact usability however.\n\n## Contributing\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\nPlease make sure to update tests as appropriate.\n\n## License\n[GNU GPLv3](https://choosealicense.com/licenses/gpl-3.0/)\n\n## Attribution\n\nIf you use this package, please cite [mtpy](https://github.com/MTgeophysics/mtpy) and [cartopy](https://scitools.org.uk/cartopy/docs/latest/). Much of the functionality of this package comes from their work. \n\nAt 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](https://github.com/El-minadero/mt-explore.git) could be appropriate.", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/El-minadero/mt-explore", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "mtexplore", "package_url": "https://pypi.org/project/mtexplore/", "platform": "", "project_url": "https://pypi.org/project/mtexplore/", "project_urls": { "Homepage": "https://github.com/El-minadero/mt-explore" }, "release_url": "https://pypi.org/project/mtexplore/0.0.6/", "requires_dist": null, "requires_python": "", "summary": "MT Explore is a cartopy and mtpy based utility for viewing and cleaning Magnetotelluric data", "version": "0.0.6" }, "last_serial": 5283319, "releases": { "0.0.0": [ { "comment_text": "", "digests": { "md5": "ee14eb7f2cc85380ab48e272526f5c7c", "sha256": "efe36c8233936fdde3fc0eac43d3a31c82ede98415c59a2cfd8f8b949a4a5d6f" }, "downloads": -1, "filename": "mtexplore-0.0.0.tar.gz", "has_sig": false, "md5_digest": "ee14eb7f2cc85380ab48e272526f5c7c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11561, "upload_time": "2019-05-15T15:12:14", "url": "https://files.pythonhosted.org/packages/59/b5/692619754a96594c2869c763b93e7ee3121cd2c8cb025a01a38ef8300ff2/mtexplore-0.0.0.tar.gz" } ], "0.0.1": [ { "comment_text": "", "digests": { "md5": "765a1aa12757f0e7c837177ac892f051", "sha256": "006bd7d478e3463685f99cbb5e5c780ed6edfa79d3f81c4c768aee25c3f05c7f" }, "downloads": -1, "filename": "mtexplore-0.0.1.tar.gz", "has_sig": false, "md5_digest": "765a1aa12757f0e7c837177ac892f051", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12638, "upload_time": "2019-05-15T15:47:47", "url": "https://files.pythonhosted.org/packages/9c/84/092ab22a7e5b286b2fb47d46c989f3fd41e9e1275533984a12fcc937c8d5/mtexplore-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "f506b1c7aedcf9dfffa3600589783630", "sha256": "215580fe4dc7d7bf2c939656d11f05dbf8db470d0618fbcdd443fd679b7e8206" }, "downloads": -1, "filename": "mtexplore-0.0.2.tar.gz", "has_sig": false, "md5_digest": "f506b1c7aedcf9dfffa3600589783630", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12623, "upload_time": "2019-05-15T15:50:44", "url": "https://files.pythonhosted.org/packages/65/3d/3f333faf114767eac6cbec79c289037a1f05c8694bf830f0f733d6b4b371/mtexplore-0.0.2.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "1e2ef58239fd7a6b021e3d72ec427709", "sha256": "87601732eb843846090d53b741c2e2a2845bb4a753c64865bc9d1773fb93f4cb" }, "downloads": -1, "filename": "mtexplore-0.0.4.tar.gz", "has_sig": false, "md5_digest": "1e2ef58239fd7a6b021e3d72ec427709", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12604, "upload_time": "2019-05-15T15:54:50", "url": "https://files.pythonhosted.org/packages/9f/5e/b27316d15272c0a943cd7454c9c0d05dced8f15ce6b7e385bd3fce997980/mtexplore-0.0.4.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "30f5c278594de46b172d31abbf162b58", "sha256": "59c03608900190d92620982b1de3ea082d9d214e38276d1a2ee8caeb8e639239" }, "downloads": -1, "filename": "mtexplore-0.0.6.tar.gz", "has_sig": false, "md5_digest": "30f5c278594de46b172d31abbf162b58", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13523, "upload_time": "2019-05-17T17:31:38", "url": "https://files.pythonhosted.org/packages/a4/52/76eced07dd0474fa67c36fb0f2829a08fb824da233286ac574bf6696d6dc/mtexplore-0.0.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "30f5c278594de46b172d31abbf162b58", "sha256": "59c03608900190d92620982b1de3ea082d9d214e38276d1a2ee8caeb8e639239" }, "downloads": -1, "filename": "mtexplore-0.0.6.tar.gz", "has_sig": false, "md5_digest": "30f5c278594de46b172d31abbf162b58", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13523, "upload_time": "2019-05-17T17:31:38", "url": "https://files.pythonhosted.org/packages/a4/52/76eced07dd0474fa67c36fb0f2829a08fb824da233286ac574bf6696d6dc/mtexplore-0.0.6.tar.gz" } ] }