A repository for projecting Global, US, and per-state emissions in 2030. Read our paper here.
Data center electricity demand data (estimates and projections) are obtained from the following sources:
US data center data: LBNL, EPRI (EPRI data includes US states).
Global data center data: IEA, Koot et al.
The relevant files are in the data/electricity-demand/ folder.
File naming convention: <source>-<region>-<granularity>-CI.xlsx. For example, EMaps-EU-annual-CI.xlsx.
Each file has a Metadata sheet explaining the contents of the file.
Carbon Intensity (CI) data is obtained from the following sources:
US CI data (including states): Electricity Maps, Ember.
Global CI data: Ember.
The relevant files are in the data/carbon-intensity/ folder.
File naming convention: <source>-<region>-<granularity>-demand.xlsx. For example, LBNL-US-annual-demand.xlsx.
Each file has a Metadata sheet explaining the contents of the file.
All the analyses (US, Global, US states) can be reproduced using the src/emissionAnalysis.py file and selecting the appropriate analysis number as follows:
- US Emissions based on LBNL and EMaps data.
- US Emissions based on LBNL and Ember data.
- US Emissions based on EPRI and EMaps data.
- US Emissions based on EPRI and Ember data.
- Global Emissions based on IEA and Ember data.
- Global Emissions based on IEA (w/ LBNL CAGR) and Ember data.
- Global Emissions based on Koot et al. and Ember data.
- US Statewise Emissions based on EPRI and EMaps data (different CAGR).
- US Statewise Emissions for alternate demand scenarios.
The results are in data/emissions.xlsx file. Please refer to the metadata in data/emissions.xlsx for more details about the results.
All the plots in the paper can be reproduced by running src/plots.ipynb file. The data for the plots are derived from data/emissions.xlsx and curated for each plot.
The curated datasets can be found in plots/plot-data.
We suggest creating a Python virtual environment and installing the packages listed in the requirements.txt file first to avoid any package-related errors.
If you use our analyses/dataset for your work, please consider citing our paper. The BibTex format is as follows:
@article{maji2025data,
title={Data Centers Carbon Emissions at Crossroads: An Empirical Study},
author={Maji, Diptyaroop and Hanafy, Walid A and Wu, Li and Irwin, David and Shenoy, Prashant and Sitaraman, Ramesh K},
journal={ACM SIGENERGY Energy Informatics Review},
volume={5},
number={2},
pages={48--55},
year={2025},
publisher={ACM New York, NY, USA}
}This work is part of the CoDec project, supported by National Science Foundation (NSF) grants 2213636, 2105494, 2211302, 2211888, 2325956, the U.S. Department of Energy Award DE-EE0010143, and support from VMware. This work used Amazon Web Services through the CloudBank, which is supported by NSF grant 19250001.