Understand the electricity mix behind environmental impact factors.
- Entries
- 5,888
- Period covered
- 2019-01 → 2026-08
- 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.
Shares between 0 and 1 in the files; percentages in charts.
INTERACTIVE PREVIEW
Explore data
Loading preview…
Sources and limitations
Electricity mix
The mix combines generation and imports using the generator methodology. “Green” selects Bioenergy, Hydro, Solar and Wind and renormalizes their shares; it is not a contractual renewable-electricity measurement.
Field dictionary
JSON structure: territory → period → indicators; world level: period → indicators. CSV exposes these keys as columns.
| Field | Definition |
|---|---|
Bioenergy | Share of Bioenergy between 0 and 1 |
Hydro | Share of Hydro between 0 and 1 |
Solar | Share of Solar between 0 and 1 |
Wind | Share of Wind between 0 and 1 |
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 — mix/subdivision-monthly-green.json · ODbL 1.0 · https://github.com/digital4better/data
JavaScript example
const response = await fetch("https://digital4better.github.io/data/mix/subdivision-monthly-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 ↗