Metadata-Version: 2.4
Name: PyTomoATT
Version: 0.2.8
Summary: Your project description
Project-URL: Homepage, https://tomoatt.com/
Author: Masaru Nagaso
Author-email: Mijian Xu <gomijianxu@gmail.com>
License: GPL-3.0
License-File: LICENSE
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: <4.0,>=3.9
Requires-Dist: h5py
Requires-Dist: numpy>=1.19.0
Requires-Dist: pandas>=1.4.0
Requires-Dist: pyproj
Requires-Dist: ruamel-yaml
Requires-Dist: scikit-learn
Requires-Dist: scipy
Requires-Dist: tqdm
Requires-Dist: xarray
Description-Content-Type: text/markdown

![pytomoatt](https://user-images.githubusercontent.com/7437523/222756855-9a178426-a4b1-4522-9022-8db4b017e7d8.png)

## Python API for TomoATT, a package for Eikonal-based seismic tomography


[![Python Package using Conda](https://github.com/MIGG-NTU/PyTomoATT/actions/workflows/build-test-conda.yml/badge.svg?branch=devel)](https://github.com/MIGG-NTU/PyTomoATT/actions/workflows/build-test-conda.yml)
[![Build documentations](https://github.com/MIGG-NTU/PyTomoATT/actions/workflows/build-docs.yml/badge.svg?branch=docs)](https://migg-ntu.github.io/PyTomoATT/)
[![codecov](https://codecov.io/gh/MIGG-NTU/PyTomoATT/branch/devel/graph/badge.svg?token=EYOV0WOA2Y)](https://codecov.io/gh/MIGG-NTU/PyTomoATT)

![PyPI - License](https://img.shields.io/pypi/l/pytomoatt)
![PyPI](https://img.shields.io/pypi/v/pytomoatt)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pytomoatt)


PyTomoATT is a Python module that provides an interface for TomoATT, a software package for seismic tomography analysis. With PyTomoATT, users can create TomoATT projects, manage input data, and generate 3D initial models, 3D checkerboards, and slices of horizontal and vertical cross sections.

### Authors
- [Mijian Xu](https://xumijian.me)
- [Masaru Nagaso](https://mnagaso.github.io)

### Inclusion

- Processing for the input travel time data.
- Create initial model from CRUST1.0 and custom models.
- Add checkerboard on an exists model.
- API for output data of TomoATT (kernel, travel time field ...).
- Post-processing for final model.
- Interpolation of map views and cross-sections for model and output data.

## Installation

PyTomoATT can be installed quickly via the PyPI with a command as following:

```
pip install pytomoatt
```

See section [Installation](https://tomoatt.github.io/PyTomoATT/installation.html) in online documentation for more details.


## Documentation

The complete API documentation, and tutorials can be accessed at [PyTomoATT Documentation](https://tomoatt.github.io/PyTomoATT/index.html).
