Shared quantification functions used by Isometric to calculate carbon dioxide removal (CDR) from supplier data. The library powers the code calculations behind Isometric's verification reports, giving suppliers full transparency into how their removals are quantified.
Requires Python 3.13+.
Using uv (recommended)
Manage the dependency in a uv project:
uv add isometric-calculation-libraryOr install with uv pip in a virtual environment:
uv venv
uv pip install isometric-calculation-libraryUsing Poetry
poetry add isometric-calculation-libraryWe recommend using a virtual environment:
pip install isometric-calculation-libraryThe library contains reusable building blocks for CDR quantification, organised by removal pathway under calculations/.
Public modules are currently being populated.
Assumes you are using uv to manage the project.
uv run pytestThis project is source-available under the PolyForm Noncommercial License 1.0.0, with additional permissions granted in the LICENSE file.