calkulate
Calkulate: total alkalinity from titration data in Python
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
Repository
Calkulate: total alkalinity from titration data in Python
Basic Info
- Host: GitHub
- Owner: mvdh7
- License: gpl-3.0
- Language: Python
- Default Branch: main
- Homepage: https://calkulate.hseao3.group
- Size: 3.89 MB
Statistics
- Stars: 10
- Watchers: 4
- Forks: 8
- Open Issues: 0
- Releases: 24
Topics
Metadata Files
README.md
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:
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
- Website: seaco2.group
- Repositories: 53
- Profile: https://github.com/mvdh7
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
Top Committers
| Name | 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
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
- Documentation: https://pkg.go.dev/github.com/mvdh7/calkulate#section-documentation
- License: gpl-3.0
-
Latest release: v23.7.0+incompatible
published 9 months ago
Rankings
pypi.org: calkulate
Calkulate: seawater total alkalinity from titration data
- Documentation: https://calkulate.readthedocs.io/
- License: GNU General Public License v3 (GPLv3)
-
Latest release: 23.7.0
published 9 months ago
Rankings
Maintainers (1)
Dependencies
- mkdocs-material ==8.3.7
- actions/checkout v3 composite
- actions/setup-python v4 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- PyCO2SYS *
- matplotlib *
- numpy *
- openpyxl *
- pandas *
- scipy *