!!! CASE STUDY: USGS MINERAL COMMODITY SUMMARIES !!!
← Back to Homepage

USGS Mineral Commodity Summaries

LIVE A Data & Geopolitics Exploration

Source: usgs-mineral-commodity-summaries
Website: https://pranava0x0.github.io/usgs-mineral-commodity-summaries/


Background

The question I set out to answer: As trade policy and geopolitics shift, what do the fundamentals actually say about U.S. mineral supply and import reliance?

Critical minerals (gallium, germanium, the rare earths, cobalt, antimony, and dozens more) sit at the center of export controls, tariff fights, and reshoring debates. The authoritative reference is the U.S. Geological Survey's annual Mineral Commodity Summaries, but it ships as a stack of dense PDFs that's painful to read across commodities. My main use case is to quickly make sense of commodity information amid trade and geopolitical change: how reliant the U.S. is on imports for a given material (net import reliance), which countries those imports come from, and what the USGS itself flags under "Events, Trends & Issues", without losing the thread back to the official numbers.

How It Works

Every value links back to the exact page of the official PDF it came from. The tool surfaces what USGS published and doesn't add anything on top. I vibe-coded the extraction pipeline and then pinned it down with per-commodity regression tests so the parsing stays honest:

[View the Live Viewer] | [View the Code]

A Look Inside

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

A fast, sortable table of ~50 commodities (mobile) A fast, sortable table of ~50 commodities (desktop)
A fast, sortable table of ~50 commodities — production, imports, exports, and net import reliance at a glance.
The Source PDF tab shows the original USGS page images (mobile) The Source PDF tab shows the original USGS page images (desktop)
The Source PDF tab shows the original USGS page images, with the file's SHA-256 hash, so any number can be checked against the official report.

← Back to Homepage