Compare lifecycle factors across technologies with consistent units.
- Entries
- 9
- Period covered
- Not a time series
- File Git modification
- 2023-06-27
- Source refresh
- Not recorded per entry
The Git date reflects the last committed change, not necessarily local edits or new observations.
Impacts per kWh; indicator-specific units.
INTERACTIVE PREVIEW
Explore data
Loading preview…
Sources and limitations
Energy technologies
Lifecycle factors from literature references. They do not describe instantaneous power-plant emissions.
Field dictionary
| Field | Definition |
|---|---|
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 |
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 — energy/energy-impacts.json · ODbL 1.0 · https://github.com/digital4better/data
JavaScript example
const response = await fetch("https://digital4better.github.io/data/energy/energy-impacts.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 ↗