!!! CASE STUDY: DATA CENTER WATER USAGE !!!
← Back to Homepage

Data Center Water Usage

LIVE Measuring data-center water use against the public record

Source: datacenterwaterusage
Website: https://pranava0x0.github.io/datacenterwaterusage/


Background

The question that set this off: how much water do data centers actually use — and how much of that can you verify from the public record rather than a press release?

Water is the part of the data-center story that's easiest to hand-wave. Per-query estimates float around the internet and disagree by a factor of roughly 2,000, operators describe themselves as "water positive," and meanwhile the real numbers sit in permits, discharge reports, and enforcement files that nobody reads. I focused on Virginia and Ohio — two of the densest data-center markets in the country — and tried to put the claims and the records next to each other, so you can see where they line up and where they don't.

How It Works

Under the hood it's a Python scraping and extraction pipeline that pulls documents from public utility and environmental portals, then a dashboard that makes the result browsable:

[View the Live Dashboard] | [View the Code]

A Look Inside

Each view shown on mobile and desktop — tap any image to open the live site.

The Legislation tab doubles as the homepage (mobile) The Legislation tab doubles as the homepage (desktop)
The Legislation tab doubles as the homepage — state and federal water bills affecting data centers, color-coded by status. (The dashboard is an in-browser Streamlit app, so give it a moment on first load.)
The CWA Cases tab tracks Clean Water Act investigations and enforcement tied to data-center facilities (mobile) The CWA Cases tab tracks Clean Water Act investigations and enforcement tied to data-center facilities (desktop)
The CWA Cases tab tracks Clean Water Act investigations and enforcement tied to data-center facilities.

← Back to Homepage