kee)
The USBR publishes two daily readings for a reservoir: the volume of water it holds ("af", acre-feet) and the water surface elevation ("fb", feet). This site works in elevation — "feet down" is how far the surface sits below the fullest the lake has ever been. The method:
feetdown = -1 * (max(fb_fit) - fb_fit)
Lake Keechelus's elevation record runs 1915-01-01 to 2026-08-20 — more than 40,000 daily readings.
The record starts in 1915, the earliest measured surface elevation on the gauge's current datum. Nothing here is inferred; the low early years are real measurements.
14 gross-corrupt days — elevation readings off by many feet (transcription errors) — are excluded from the volume→elevation curve:
1 volume repair — a corrupt volume cell replaced by an audited interpolation of its good neighbours (a bad volume can't self-correct the way a bad elevation does):
| Field | Description | Data Start | Data End | Number Records |
|---|
| Maximum Lake Level | Minimum Lake Level | |||||
|---|---|---|---|---|---|---|
| Year | Date | Feetdown | Volume | Date | Feetdown | Volume |
Volume is in acre-feet.