Metadata-Version: 2.4
Name: thermohalinesteps
Version: 0.0.2b0
Summary: detect thermohaline staircases
Maintainer-email: Callum Rollo <c.rollo@outlook.com>
License-Expression: GPL-3.0-or-later
Project-URL: documentation, https://github.com/callumrollo/thermohaline-steps
Project-URL: homepage, https://github.com/callumrollo/thermohaline-steps
Project-URL: repository, https://github.com/callumrollo/thermohaline-steps
Classifier: Programming Language :: Python :: 3 :: Only
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 :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: COPYING
Requires-Dist: gsw
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: xarray
Requires-Dist: scipy
Dynamic: license-file

# thermohaline-steps

Genrealised reimplemenation of the work by Carine van Der Boog et al. 2020

Original paper https://doi.org/10.5194/essd-13-43-2021

Original codebase https://doi.org/10.5281/zenodo.4286170

### Install

To install the latest release from PyPI

```bash
pip install thremohalinesteps
```

For an editable local install

```bash
pip install -e .
```

An example notebook demonstrating functionality can be found in the `examples` directory

### Aims
- [x] Replicate classification system of van der Boog et al.
- [x] Generalise to accept generic evenly sampled CTD profiles as input
- [ ] Accept irregularly sampled input
- [ ] Test using synthetic profiles
- [ ] Distribute via PyPI

Licensed under GPL v3

