Methodology & Sources

U.S. Drought Exposure Monitor

← Back to the map

The Monitor surfaces county-level uninsured drought exposure across U.S. row crops: where current drought severity is high and federal crop-insurance coverage is thin — i.e., where loss exposure stays with the producer rather than shifting to the federal indemnity backstop. Crops tracked: corn, soybeans, wheat (winter + spring), upland cotton, grain sorghum.

Headline math

exposure               = drought_severity × (1 − coverage)
coverage               = clip(RMA insured acres ÷ NASS planted acres, 0, 1)
drought_severity_score = (D0·1 + D1·2 + D2·3 + D3·4 + D4·5) / 100   # 0–5
loss_ratio             = indemnity ÷ premium                         # KPI + table only

A county lands on the watch list when it has data from all sources and coverage < 70%. The list ranks by Risk = at-risk acres = planted acres × uninsured share × (drought ÷ 5) — the drought- and coverage-weighted slice of planted acres "at risk." It blends how exposed a county is with how much acreage is at stake, so a large-but-not-dry county doesn't outrank a smaller, severely-stressed one (every column is still click-sortable). The map's Crop Acreage Risk layer colors by the same figure.

The timeline

The play button animates USDM drought severity over time — monthly back to 2000 — so you can watch where drought has persisted across multiple years. It is the one variable with deep history. Coverage, the CPC forecast, and the exposure score always reflect the present: coverage is annual and slow-moving, and the CPC outlook is a single forward-looking issuance, so animating them would not be meaningful. The timeline answers "where has it been dry, and for how long"; the static views answer "given today's coverage, where is the uninsured risk."

Forecast blend

The CPC Seasonal Drought Outlook is directional (defined relative to current conditions), so forecast severity blends the current USDM value with the outlook category rather than using the category as a standalone score:

CPC outlookApplied to current USDM
No drought / Persistenceleave current value
Improvementcurrent − 1.0 (clipped at 0)
Removal0.0
Developmentmax(current, 2.0)

Counties without a CPC polygon assignment render gray ("no forecast available").

Coverage smoothing

RMA publishes the Summary of Business monthly, so the open crop year under-reports per-county insured acres until late season. The Coverage View control (Advanced) switches between:

Sources

SourceUsed for
USDA NASS Quick StatsCounty-level area planted by crop, by year (coverage denominator).
USDA RMA Summary of BusinessInsured acres, liability, premium, indemnity, loss ratio at state/county/crop grain.
U.S. Drought Monitor (USDA/NOAA/NDMC)Percent of county area in each drought category (D0–D4). Weekly; archived back to 2000.
NOAA CPC Seasonal Drought OutlookCategorical 3-month forecast, issued the 3rd Thursday monthly.

All sources join on 5-digit county FIPS.

Known limitations

Lineage

The "drought-severity × insurance-coverage" decomposition borrows from the empirical literature — Pogach, Polson & Heil (FDIC, 2024), Drought Exposure and Agricultural Community Banks; Rodziewicz & Dice (FRB Kansas City, 2020), Drought Risk to the Agricultural Sector. This is a market-intelligence visualization, not an econometric model. Sources are public-domain US government data.

Contact

Questions, corrections, or feedback — [email protected].