--- 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)