Associate an equipment category with energy consumption or an embodied impact factor.
- Entries
- 13
- Period covered
- Not a time series
- File Git modification
- 2025-06-17
- Source refresh
- Not recorded per entry
The Git date reflects the last committed change, not necessarily local edits or new observations.
Read the unit field of each entry. Embodied factors may be allocated per second of use (/s).
INTERACTIVE PREVIEW
Explore data
Loading preview…
Sources and limitations
Digital equipment
Modeling references, not measurements of individual devices. Do not interpret a /s factor as the total embodied impact of a device.
Field dictionary
| Field | Definition |
|---|---|
description | Source description |
unit | Unit applying to this entry |
gwp | Climate change · kg CO₂e |
ap | Acidification · kg SO₂e |
ctue | Freshwater ecotoxicity · CTUe |
ctuh-c | Human toxicity, cancer · CTUh |
ir | Ionising radiation · kg U235e |
ctuh-nc | Human toxicity, non-cancer · CTUh |
pm | Particulate matter · kg PM2.5e |
wu | Water use · m³ |
adpe | Resource depletion · kg Sbe |
adpf | Fossil resource depletion; verify source unit |
epf | Freshwater eutrophication; verify source unit |
epm | Marine eutrophication; verify source unit |
ept | Terrestrial eutrophication; verify source unit |
gwpb | Biogenic climate change; verify source unit |
gwpt | Total climate change; verify source unit |
gwplu | Land-use climate change; verify source unit |
lu | Land use; verify source unit |
odp | Ozone depletion; verify source unit |
pocp | Photochemical ozone formation; verify source unit |
mips | Material intensity; verify source unit |
Reuse and cite
These data are published under ODbL 1.0. Read the license for reuse, attribution and sharing conditions. ODbL 1.0 ↗
Digital4Better Open Data — equipment/embodied.json · ODbL 1.0 · https://github.com/digital4better/data
JavaScript example
const response = await fetch("https://digital4better.github.io/data/equipment/embodied.json");
if (!response.ok) throw new Error(String(response.status));
const data = await response.json();
console.log(data);Report an issue or suggest a correction ↗