kac)
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 Kachess's elevation record runs 1950-01-01 to 2026-08-20 — more than 27,000 daily readings.
3 gross-corrupt days — elevation readings off by many feet (transcription errors) — are excluded from the volume→elevation curve:
| 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.