Calkulate
Calkulate is a Python package for finding total alkalinity from titration data using PyCO2SYS.
Installation
pip install calkulate
conda install conda-forge :: calkulate
Use
If the data for each individual titration is in its own text file and you have a spreadsheet containing the metadata for each titration on separate rows — all formatted as expected — then all you need to do with Calkulate is:
import calkulate as calk
data = calk.read_csv("path/to/metadata_file.csv").calkulate()
data.alkalinity # <== here are your alkalinity results
For more detail, see the online documentation.
About
Calkulate is being developed primarily by Dr Matthew P. Humphreys at the Royal Netherlands Institute for Sea Research (NIOZ, Texel).
Citation
If you use Calkulate in your work, please cite it as:
Humphreys, M. P. and Matthews, R. S. (2025). Calkulate: total alkalinity from titration data in Python. Zenodo. doi:10.5281/zenodo.2634304.
Please report which version you are using. To find this out:
import calkulate as calk
calk.hello()
License
Calkulate is licensed under the GNU General Public License version 3 (GPLv3).
Release files for Calkulate 23.7.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| calkulate-23.7.1.tar.gz | 53.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| calkulate-23.7.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 103.5 kB
Release files / calkulate-23.7.1.tar.gz
| Download URL | calkulate-23.7.1.tar.gz |
|---|---|
| Size | 53.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
88c2f784f1c65ff3e4c5b3799e65f4792e66126035f1df9fd58e80ff4651926f
|
|
BLAKE2b-256 checksum How to use checksums |
2eee8cf520ce31fd6320e0c2e2683cc799557e9fc785efeefb7dd418681cf26b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.3
|
Release files / calkulate-23.7.1-py3-none-any.whl
| Download URL | calkulate-23.7.1-py3-none-any.whl |
|---|---|
| Size | 50.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c0781dc408a2ffe1dc14dce8a736c253a308761866f5f91f504a6138e12d0db6
|
|
BLAKE2b-256 checksum How to use checksums |
1693d233c9ddcd099539974d0901b8d73944a50755a4413076d68b84e6e399d6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.3
|