Metadata-Version: 2.1
Name: Calkulate
Version: 2.3.0
Summary: Seawater total alkalinity from titration data
Home-page: https://github.com/mvdh7/calkulate
Author: Matthew P. Humphreys and Ruth S. Matthews
Author-email: m.p.humphreys@icloud.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Chemistry
Description-Content-Type: text/markdown
Requires-Dist: matplotlib (>=3)
Requires-Dist: numpy (>=1.15)
Requires-Dist: scipy (>=1.1)
Requires-Dist: PyCO2SYS (>=1.1.1)

# Calkulate v2

[![pypi badge](https://img.shields.io/pypi/v/calkulate.svg?style=popout)](https://pypi.org/project/calkulate/)

Calkulate calculates alkalinity from potentiometric titration data.

For v1.0.2 (for MATLAB, and only implementing the half-Gran solver) [see the relevant branch](https://github.com/mvdh7/calkulate/tree/1.0.2).

Documentation is available at [calkulate.readthedocs.io](https://calkulate.readthedocs.io/en/latest/).


## Installation

    pip install calkulate

## Upgrade

    pip install calkulate --upgrade --no-cache-dir

## Citation

A paper describing Calkulate v2 is in preparation. For now, if you use any version of Calkulate in your research, please cite it as:

  * Humphreys, M. P. (2015). "Calculating seawater total alkalinity from open-cell titration data using a modified Gran plot technique," in *Measurements and Concepts in Marine Carbonate Chemistry* (PhD Thesis, Ocean and Earth Science, University of Southampton, UK), 25–44.

But please do check back here for any updates first (or [get in touch](https://mvdh.xyz/contact/))!


