Metadata-Version: 2.1
Name: mth5
Version: 0.2.2
Summary: Archivable and exchangeable format for magnetotelluric data
Home-page: https://github.com/kujaku11/mth5
Author: Jared Peacock
Author-email: jpeacock@usgs.gov
License: MIT license
Keywords: mth5
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: h5py
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: obspy
Requires-Dist: pandas
Requires-Dist: pyyaml
Requires-Dist: scipy
Requires-Dist: xarray
Requires-Dist: mt-metadata

====
MTH5
====


.. image:: https://img.shields.io/pypi/v/mth5.svg
        :target: https://pypi.python.org/pypi/mth5

.. image:: https://img.shields.io/travis/kujaku11/mth5.svg
        :target: https://travis-ci.com/kujaku11/mth5

.. image:: https://readthedocs.org/projects/mth5/badge/?version=latest
        :target: https://mth5.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://codecov.io/gh/kujaku11/mth5/branch/master/graph/badge.svg?token=XU5QSRM1ZO
        :target: https://codecov.io/gh/kujaku11/mth5
		
.. image:: https://zenodo.org/badge/283883448.svg
   :target: https://zenodo.org/badge/latestdoi/283883448


The goal of MTH5 is to develop an archivable and exchangeable format for magnetotelluric time series data.  MTH5 provides tools to read/write MTH5 files and tools to interact with MTH5 files.  All metadata is based on the `mt_metadata <https://github.com/kujaku11/mt_metadata>`_   


* Version: 0.2.2
* Free software: MIT license
* Documentation: https://mth5.readthedocs.io.


Features
--------

* Read and write HDF5 files formated for magnetotelluric time series.
* From MTH5 a user can create an MTH5 file, get/add/remove stations, runs, channels and filters and all associated metadata.
* Data is contained as an `xarray <http://xarray.pydata.org/en/stable/index.html>`_ which can house the data and metadata together, and data is indexed by time.
* Readers for some data types are included as plugins, namely
	- Z3D
	- NIMS BIN
	- USGS ASCII
	- StationXML + miniseed

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2021-06-30)
------------------

* First release on PyPI.

0.2.0 (2021-10-31)
-------------------

* Updated the structure of MTH5 to have ``Experiment`` as the top level
* Updated tests
* Backwards compatibility works
* Updated Docs


