Metadata-Version: 2.4
Name: ctdproc
Version: 0.2.0
Summary: CTD data processing
Author: Gunnar Voet
Author-email: Gunnar Voet <gvoet@ucsd.edu>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Requires-Dist: gsw>=3.6.20
Requires-Dist: matplotlib>=3.9.4
Requires-Dist: munch>=4.0.0
Requires-Dist: netcdf4>=1.7.2
Requires-Dist: numpy>=2.0.2
Requires-Dist: pandas>=2.3.3
Requires-Dist: scipy>=1.13.1
Requires-Dist: xarray>=2024.7.0
Requires-Dist: xmltodict>=1.0.2
Requires-Python: >=3.9
Project-URL: Bug Tracker, https://github.com/gunnarvoet/ctdproc/issues
Project-URL: Changelog, https://github.com/gunnarvoet/ctdproc/blob/main/HISTORY.rst
Project-URL: Documentation, https://ctdproc.readthedocs.io
Project-URL: Homepage, https://github.com/gunnarvoet/ctdproc
Description-Content-Type: text/x-rst

=======
ctdproc
=======


.. image:: https://img.shields.io/pypi/v/ctdproc.svg
        :target: https://pypi.python.org/pypi/ctdproc

.. image:: https://readthedocs.org/projects/ctdproc/badge/?version=latest
        :target: https://ctdproc.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json
        :target: https://docs.astral.sh/ruff/
        :alt: Ruff



CTD data processing in python. 

* Free software: MIT license
* Documentation: https://ctdproc.readthedocs.io.


Features
--------

* Convert CTD data collected with Seabird 9/11 systems in hex-format to human-readable formats and physical units.

* Process CTD time series data into depth-binned profiles.


Additional Information
----------------------
Information on the Seabird hex data format saved by SBE 11 Deck Units can be found in the `SBE manual <./misc/manual-11pV2_018.pdf>`_ on p. 65ff.


Credits
-------

This package borrows heavily from a toolbox written in MATLAB® with contributions from Jennifer MacKinnon, Shaun Johnston, Daniel Rudnick, Robert Todd and others.


Docs
----
`uv run make docs` will generate the docs. 
