Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Material Cost of the Cloud: Environmental Externality of Digital Infrastructure in Texas

This repository contains the source code for the quantitative analysis of data center water consumption and drought risk in Texas. It serves as the computational companion to the research paper "The Material Cost of the Cloud."

1. Project Scope

  • Geographic Focus: 70+ Texas counties with active or projected digital infrastructure.
  • Temporal Horizon: Baseline analysis for 2025, with efficiency scenarios projected through 2030.
  • Key Variables: IT Load Capacity (MW), Water Usage Effectiveness (WUE), Municipal Water Stress, and Drought Intensity.

2. Data Construction

The primary dataset (data/texas_dc_refined_v2.csv) is a synthesized index constructed by merging three distinct data streams:

  1. Infrastructure Load: Estimated IT capacity (MW) derived from facility size and power density factors.
  2. Environmental Stress: Drought data integrated from the U.S. Drought Monitor (USDM) and local aquifer reporting.
  3. Water Consumption: Calculated using industry-standard Water Usage Effectiveness (WUE) ratios (L/kWh) under three efficiency scenarios (Low, Medium, High).

3. Methodology

The analysis pipeline consists of three stages:

  1. Risk Intersection Model: Triangulates IT load against municipal supply to calculate the "Water Share" metric.
  2. Unsupervised Learning: Uses K-Means Clustering (src/spatial_analysis.py) to categorize counties into 4 risk archetypes based on drought intensity and infrastructure density.
  3. Econometric Analysis: Uses OLS Regression (src/econometrics.py) to quantify the marginal impact of facility agglomeration and cooling efficiency on local water resources.

4. Repository Structure

  • data/: Contains the refined dataset.
  • src/: Modular Python scripts for data processing, spatial clustering, and econometrics.
  • output/: Contains the 9 generated figures and statistical regression tables.

5. Usage

To reproduce the findings and generate all figures:

  1. Install dependencies:
    pip install -r requirements.txt

About

Quantitative analysis of data center water consumption and drought risk in Texas using clustering and econometric modeling.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages