DIGITAL4BETTER · OPEN DATA

Reuse the data

Electricity, cloud, AI and equipment. Six documented, accessible and reusable collections.

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 · ODbL 1.0 · https://github.com/digital4better/data

JavaScript example

const response = await fetch("https://digital4better.github.io/data/factor/country-yearly.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

Choose a format

JSON preserves nested structure. CSV works with spreadsheets and BI tools; lists may use | separators and some nested fields are only available in JSON. Filtered exports retain the source format structure.

Reproduce an analysis

Keep the file used, its period and the Git commit reference. Public URLs point to files that can change. To pin an analysis, use a GitHub link to a specific commit.

Understand and reuse