Metadata-Version: 2.4
Name: reframodel
Version: 2026.1.2
Summary: Seismic refraction modeling and inversion tool
Author-email: Hermann Zeyen <hermann.zeyen@universite-paris-saclay.fr>
License-Expression: MIT
Project-URL: Homepage, https://github.com/HZeyen/reframodel
Project-URL: Documentation, https://github.com/HZeyen/reframodel/wiki
Project-URL: Repository, https://github.com/HZeyen/reframodel
Project-URL: Issues, https://github.com/HZeyen/reframodel/issues
Keywords: seismic,refraction,geophysics,inversion,modeling
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.20.0
Requires-Dist: matplotlib>=3.3.0
Requires-Dist: PyQt5>=5.15.0
Requires-Dist: pygimli>=1.3.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: black>=22.0.0; extra == "dev"
Requires-Dist: flake8>=4.0.0; extra == "dev"
Dynamic: license-file

# RefraModel

Seismic refraction modeling and inversion tool using PyGIMLi.

## Features

- Interactive geological model builder
- Visual model editing and manipulation
- Forward modeling of seismic refraction data
- Inversion with flexible regularization
- Body-specific velocity constraints
- Anisotropic smoothing support

## Installation

### From source

```bash
git clone https://github.com/yourusername/reframodel.git
cd reframodel
pip install -e .
```

### From PyPI (when published)

```bash
pip install reframodel
```

## Usage

After installation, run the application:

```bash
reframodel
```

Or as a Python module:

```bash
python -m RefraModel
```

## Requirements

- Python >= 3.8
- numpy >= 1.20.0
- matplotlib >= 3.3.0
- PyQt5 >= 5.15.0
- pygimli >= 1.3.0

## License

MIT License

## Author

Hermann Zeyen, University Paris-Saclay <hermann.zeyen@universite-paris-saclay.fr>
