calkulate

Calkulate: total alkalinity from titration data in Python

https://github.com/mvdh7/calkulate

Science Score: 49.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 5 DOI reference(s) in README
  • Academic publication links
  • Committers with academic emails
    1 of 5 committers (20.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.3%) to scientific vocabulary

Keywords

alkalinity seawater titration total-alkalinity
Last synced: 7 months ago · JSON representation

Repository

Calkulate: total alkalinity from titration data in Python

Basic Info
Statistics
  • Stars: 10
  • Watchers: 4
  • Forks: 8
  • Open Issues: 0
  • Releases: 24
Topics
alkalinity seawater titration total-alkalinity
Created about 9 years ago · Last pushed 9 months ago
Metadata Files
Readme License Zenodo

README.md

Calkulate

Tests PyPI version Conda Version DOI Docs Coverage License: GPL v3 Ruff

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:

python 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:

python import calkulate as calk calk.hello()

License

Calkulate is licensed under the GNU General Public License version 3 (GPLv3).

Owner

  • Name: Matthew Humphreys
  • Login: mvdh7
  • Kind: user
  • Location: Texel, the Netherlands
  • Company: NIOZ

Marine carbon cyclist at the Royal Netherlands Institute for Sea Research

GitHub Events

Total
  • Issues event: 1
  • Watch event: 1
  • Issue comment event: 1
  • Push event: 33
  • Pull request event: 3
  • Fork event: 1
  • Create event: 2
Last Year
  • Issues event: 1
  • Watch event: 1
  • Issue comment event: 1
  • Push event: 33
  • Pull request event: 3
  • Fork event: 1
  • Create event: 2

Committers

Last synced: 8 months ago

All Time
  • Total Commits: 598
  • Total Committers: 5
  • Avg Commits per committer: 119.6
  • Development Distribution Score (DDS): 0.181
Past Year
  • Commits: 53
  • Committers: 2
  • Avg Commits per committer: 26.5
  • Development Distribution Score (DDS): 0.019
Top Committers
Name Email Commits
Matthew Humphreys m****s@i****m 490
Matthew Humphreys m****s@g****m 102
Ruth Payne (ENV - Postgraduate Researcher) j****u@U****K 4
Vecko 3****o 1
The Codacy Badger b****r@c****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 11
  • Total pull requests: 40
  • Average time to close issues: about 1 year
  • Average time to close pull requests: 7 days
  • Total issue authors: 4
  • Total pull request authors: 4
  • Average comments per issue: 0.91
  • Average comments per pull request: 0.03
  • Merged pull requests: 39
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 4
  • Average time to close issues: N/A
  • Average time to close pull requests: 2 months
  • Issue authors: 0
  • Pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • mvdh7 (7)
  • matthiasbirkich (2)
  • d-sandborn (1)
  • bjkramerumnedu (1)
Pull Request Authors
  • mvdh7 (37)
  • VeckoTheGecko (2)
  • cclauss (1)
  • codacy-badger (1)
Top Labels
Issue Labels
enhancement (6)
Pull Request Labels

Packages

  • Total packages: 2
  • Total downloads:
    • pypi 433 last-month
  • Total dependent packages: 2
    (may contain duplicates)
  • Total dependent repositories: 1
    (may contain duplicates)
  • Total versions: 66
  • Total maintainers: 1
proxy.golang.org: github.com/mvdh7/calkulate
  • Versions: 21
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 5.4%
Average: 5.6%
Dependent repos count: 5.8%
Last synced: 7 months ago
pypi.org: calkulate

Calkulate: seawater total alkalinity from titration data

  • Versions: 45
  • Dependent Packages: 2
  • Dependent Repositories: 1
  • Downloads: 433 Last month
Rankings
Dependent packages count: 3.1%
Average: 12.9%
Downloads: 13.9%
Dependent repos count: 21.7%
Maintainers (1)
Last synced: 7 months ago

Dependencies

docs/requirements.txt pypi
  • mkdocs-material ==8.3.7
.github/workflows/docs.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
.github/workflows/python-package.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
pyproject.toml pypi
  • PyCO2SYS *
  • matplotlib *
  • numpy *
  • openpyxl *
  • pandas *
  • scipy *