Readers for various magnetotelluric data file types from various data loggers
Project description
mt-io
Version: 0.0.1
This package is meant to be a repository for readers for various magnetotelluric data file types from various data loggers including:
| Data Logger | File Type | Reader | Maturity |
|---|---|---|---|
| LEMI 424 | txt | Y | medium |
| LEMI 423 | txt | In progress | weak |
| LEMI 417 | ? | In progress | weak |
| Metronix | atss | Y | medium |
| Metronix | ats | In progress | weak |
| MiniSEED | mseed | Y | strong |
| NIMS | bin | Y | strong |
| Phoenix MTU-5C | td_*, JSON, bin | Y | medium |
| Phoenix MTU-5A | tbl* | Y | medium |
| USGS ASCII | ascii | Y | medium |
| ZEN | z3d | Y | strong |
This package will read the data into either a mt_timeseries.ChannelTS or a mt_timeseries.RunTS object depending on the data included in the file.
Installation
From Source
git clone https://github.com/kujaku11/mt-io.git
cd mt-io
pip install .
For development installation with editable mode:
pip install -e .
Note: This package is currently in development. PyPI and conda-forge releases will be available in future versions.
Issues
If you encounter any problems or have suggestions for improvements, please report issues on the GitHub Issues page.
When reporting an issue, please include:
- A clear description of the problem
- Steps to reproduce the issue
- Expected vs. actual behavior
- Your Python version and operating system
- Relevant code snippets or error messages
Contributing
Contributions are welcome! To contribute:
- Fork the repository on GitHub
- Create a new branch for your feature or bug fix (
git checkout -b feature/your-feature-name) - Make your changes and commit them with clear, descriptive messages
- Add tests for any new functionality
- Ensure all tests pass
- Push your branch to your fork (
git push origin feature/your-feature-name) - Submit a pull request to the main repository
Please ensure your code follows the project's coding standards and includes appropriate documentation.
For major changes, please open an issue first to discuss what you would like to change.
Test Data
If you have a small data set contribute to the repository here.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mt_io-0.0.1.tar.gz.
File metadata
- Download URL: mt_io-0.0.1.tar.gz
- Upload date:
- Size: 399.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1413ba9ab17daa1758225f7da4794d85c45f4218bb35db4ef294ad536f8ecbb9
|
|
| MD5 |
3a9d56c420e0f3f77c70fa16bf8272f2
|
|
| BLAKE2b-256 |
a6c1f23d6b7982f120b38d0ea0e8e2e5392aae3b25867599c5d215dac125fcf7
|
File details
Details for the file mt_io-0.0.1-py3-none-any.whl.
File metadata
- Download URL: mt_io-0.0.1-py3-none-any.whl
- Upload date:
- Size: 165.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f193632feef681f8581862dc15c1439e6d283115868d3fca8186a89b2d5cf44e
|
|
| MD5 |
2fbcd20630ce9c041ce6ccc3785968be
|
|
| BLAKE2b-256 |
6462c7c3a4c6d17f60ecc5d9cc7f141a562127d7d541056127c3d969d530ba78
|