File size: 1,368 Bytes
78550b2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
dataset_name: carbonops-datasets
pretty_name: CarbonOps Datasets
license: mit
language:
- en
tags:
- sustainability
- devops
- ci-cd
- carbon-intensity
- timeseries
- carbonops
task_categories:
- time-series-forecasting
- tabular-regression
---

# CarbonOps Datasets

Public datasets for **carbon-aware DevOps**:
- Normalised **grid carbon-intensity time series** by region.
- Sample **CI/CD telemetry** (duration, artifacts) to estimate grams CO₂e per build.

> Status: pre-alpha. Not for real-time operational decisions.

## Schema (grid-intensity)
| field                     | type     | description                                   |
|--------------------------|----------|-----------------------------------------------|
| `timestamp` (UTC)        | string   | ISO8601 e.g. `2025-10-18T00:30:00Z`           |
| `region`                 | string   | e.g. `gb_london`                              |
| `intensity_gco2_per_kwh` | float    | grams CO₂ per kWh                             |
| `source`                 | string   | data provider id, e.g. `uk_national_grid`     |
| `source_url` (optional)  | string   | canonical URL                                 |
| `updated_at` (UTC)       | string   | ISO8601                                       |

## Intended use
Research & prototyping for carbon-aware scheduling/reporting.

## Example (CSV header)