carbonlog-cf
Version:
DEFRA conversion factors for carbon footprint calculations
28 lines (20 loc) • 704 B
Markdown
# CarbonLog Conversion Factors (`carbonlog-cf`)
📦 DEFRA 2025 conversion factors and multipliers for carbon footprint calculations.
Built for use in **CarbonLog Business** and compatible with any TypeScript/JavaScript project.
## ✨ Features
- DEFRA 2025 UK conversion factors (Scope 1–3).
- Lookup by activity, category, subcategory, unit, and GHG type.
- Automatic calculation of **CO₂e, CO₂, CH₄, and N₂O**.
- Includes COICOP & SIC multipliers.
- Written in **TypeScript** with full type definitions.
- Unit-tested with **Vitest**.
## 🚀 Installation
```bash
npm install carbonlog-cf
# or
yarn add carbonlog-cf
# or
pnpm add carbonlog-cf
```