Estimate the impacts of 100 kWh consumed in a country and track their evolution.
- Entries
- 512
- Period covered
- 2019 → 2026
- File Git modification
- 2026-09-08
- Source refresh
- Not recorded per entry
The Git date reflects the last committed change, not necessarily local edits or new observations.
Impacts per kWh consumed; each indicator has its own unit.
INTERACTIVE PREVIEW
Explore data
Loading preview…
Sources and limitations
Electricity impact factors
Factors modeled from electricity mixes and lifecycle references. Available periods may include carried-forward or estimated values.
The ‘Renewables only’ variant (‘-green’ files) keeps bioenergy, hydro, solar and wind, then recalculates their shares to total 100%. Impact factors are calculated from this hypothetical mix. This scenario describes neither the territory’s actual mix nor a green electricity offer, and its impacts are not zero.
Field dictionary
JSON structure: territory → period → indicators; world level: period → indicators. CSV exposes these keys as columns.
| Field | Definition |
|---|---|
adpe | Resource depletion · kg Sbe |
ap | Acidification · kg SO₂e |
ctue | Freshwater ecotoxicity · CTUe |
ctuh-c | Human toxicity, cancer · CTUh |
ctuh-nc | Human toxicity, non-cancer · CTUh |
gwp | Climate change · kg CO₂e |
ir | Ionising radiation · kg U235e |
pm | Particulate matter · kg PM2.5e |
wu | Water use · m³ |
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 — factor/subdivision-yearly-green.json · ODbL 1.0 · https://github.com/digital4better/data
JavaScript example
const response = await fetch("https://digital4better.github.io/data/factor/subdivision-yearly-green.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 ↗