Metadata-Version: 2.4
Name: pygenray
Version: 0.0.2
Project-URL: Documentation, https://github.com/John Ragland/pygenray#readme
Project-URL: Issues, https://github.com/John Ragland/pygenray/issues
Project-URL: Source, https://github.com/John Ragland/pygenray
Author-email: John Ragland <john.ragland@whoi.edu>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Requires-Dist: matplotlib
Requires-Dist: numba
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: tqdm
Requires-Dist: xarray
Provides-Extra: docs
Requires-Dist: furo; extra == 'docs'
Requires-Dist: myst-parser>=0.13; extra == 'docs'
Requires-Dist: sphinx-autodoc-typehints; extra == 'docs'
Requires-Dist: sphinx-copybutton; extra == 'docs'
Requires-Dist: sphinx>=4.0; extra == 'docs'
Description-Content-Type: text/markdown

# pygenray

[![PyPI - Version](https://img.shields.io/pypi/v/pygenray.svg)](https://pypi.org/project/pygenray)
[![Documentation Status](https://readthedocs.org/projects/pygenray/badge/?version=latest)](https://pygenray.readthedocs.io/en/latest/?badge=latest)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.15783849.svg)](https://doi.org/10.5281/zenodo.15783849)
-----

A python package for simulated 2D ray-based acoustic propagation underwater. This package is designed for Acoustic Tomography, and is primarily interested in calculating accurate ray paths and arrival times. This code does not attempt to compute transmission loss.


## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install pygenray
```

## License

`pygenray` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
