Skip to content

digital4better/data

Repository files navigation

Digital4Better Open Data

Open datasets maintained by Digital4Better to describe the environmental footprint of digital services, cloud infrastructure, electricity systems, and AI models.

This repository is meant to be used as a data source, not as developer documentation. The main audience is analysts, sustainability teams, researchers, product teams, and anyone who needs reusable reference data in JSON or CSV.

These reference datasets are used, among other things, by fruggr, Digital4Better's platform for measuring and managing the environmental footprint of digital services.

What You Can Find Here

The repository is organized as a set of reusable data collections:

Collection What it covers Main files
data/ai AI model catalog across vendors and cloud providers models.json
data/cloud Cloud regions, virtual machines, CPUs, accelerators *-regions.*, *-vms.*, cpus.*, accelerators.*
data/country Countries, regions, continents, and distance referentials regions.*, countries.*, continents.*, *-distances.*
data/energy Environmental impacts of electricity production technologies energy-impacts.*
data/mix Electricity mix by geography and time period world-*, continent-*, country-*, subdivision-*
data/factor Electricity impact factors derived from energy mix data world-*, continent-*, country-*, subdivision-*
data/equipment Equipment energy and embodied impact reference data energy.*, embodied.*

Why This Repository Exists

These datasets are used to:

  • estimate the environmental footprint of digital services
  • compare cloud infrastructure options across providers and regions
  • model electricity-related impacts by country, continent, or subdivision
  • enrich internal or public sustainability dashboards
  • document AI models and their characteristics in a structured way

Highlights

AI Models

The AI catalog in data/ai/models.json documents model families from providers such as OpenAI, Anthropic, Google, Mistral, Meta, Qwen, DeepSeek, Amazon, Cohere, and others.

This makes it useful for market mapping, observatories, governance, and cloud/AI portfolio analysis.

Main source families:

Cloud Infrastructure

The cloud referentials in data/cloud provide structured information for major providers including AWS, Azure, GCP, OVHcloud, and Scaleway.

Typical use cases:

  • mapping regions and datacenter footprints
  • comparing VM families and hardware characteristics
  • linking compute infrastructure to sustainability calculations

Main source families:

  • provider region and infrastructure documentation from AWS, Microsoft Azure, Google Cloud, OVHcloud, and Scaleway
  • manufacturer and hardware reference sources for CPUs and accelerators
  • curated cross-checking from provider instance catalogs and infrastructure specification pages

Electricity Mix And Impact Factors

The datasets in data/mix and data/factor help translate electricity consumption into environmental impacts.

They are available at several levels:

  • world
  • continent
  • country
  • subdivision

And across different time granularities:

  • yearly
  • monthly

Green-only variants are also available through files ending with -green.

Main source families:

Geography And Distances

The datasets in data/country provide geographic referentials used to map countries, continents, subdivisions, and estimated network distances.

Typical use cases:

  • geographic normalization
  • country and subdivision mapping
  • rough estimation of distances between users, countries, regions, and datacenters

Main source families:

  • ISO country and subdivision standards
  • internally maintained geographic referentials used to derive administrative mappings and distance approximations

Equipment Reference Data

The datasets in data/equipment provide reference values for embodied impacts and operational energy of common digital equipment categories.

Typical use cases:

  • footprint modeling at equipment level
  • simplified lifecycle modeling for digital services
  • comparative analysis of device or infrastructure categories

Main source families:

  • Digital4Better internal modeling inputs
  • lifecycle assessment literature and equipment reference datasets used for sustainability calculations

Formats

Most collections are published in both formats:

  • JSON for structured or nested data
  • CSV for tabular exploration, spreadsheets, and BI tools

If a collection is only available in one format, it is usually because that format is the most natural one for the data structure.

Quick Navigation

Notes On Data Quality

This repository aims to provide transparent and reusable reference data, but some values should be interpreted with care.

  • Some fields are derived from public documentation, model cards, technical reports, or literature rather than official disclosures.
  • Some collections include explicit uncertainty markers such as estimated.
  • AI and cloud catalogs evolve quickly, so historical and legacy entries may coexist with current ones.
  • Environmental factors are based on a mix of primary data, literature, and modeling assumptions.

When available, source URLs are kept directly in the data files themselves.

Related Links

License

This repository is published under the ODC Open Database License (ODbL).

Packages

 
 
 

Contributors