EngagingData

EngagingData OP t1_jdih22s wrote

Here is the link to my original interactive visualization that is updated daily

After making my California Reservoirs dashboard marimekko graph, I decided to make a similar Colorado river reservoir page. The Lower Colorado water is used in Southern California and Arizona.

The area of each rectangle shows the total volume of the reservoir in thousands of acre feet (kaf). The blue section shows how much of the capacity is full. You can see the two main reservoirs, Lake Mead and Lake Powell are not in good shape relative to their normal historical levels.

​

Data Sources and ToolsThe data on water storage comes from the US Bureau of Reclamation's Lower Colorado River Water Operations website. Historical reservoir levels comes from the water-data.com website. Python is used to extract the data and wrangle the data in to a clean format, using the Pandas data analysis library. Visualization was done in javascript and specifically the D3.js visualization library.

8

EngagingData OP t1_j5uh2oi wrote

California’s snow pack is essentially another “reservoir” that is able to store water in the Sierra Nevada mountains. Graphing these things together can give a better picture of the state of California’s water and the current conditions of drought. The recent atmospheric rivers have increased storage in reservoirs and snow in California immensely.

Click here to view interactive version that is updated daily.

Converting snowpack water content (measured in inches of water at 120 different snow sensor sites in the Sierras) into a total volume of water was done by correlating snow sensor data with an estimated the volume of the Sierra snow from 2016 journal article (Margulis et al). See link for more info.

Sources and Tools

Snow and reservoir data is downloaded from the California Data Exchange Center website of the California Department of Water Resources using a python script. The data is processed in javascript and visualized here using HTML, CSS and javascript and the open source Plotly javascript graphing library.

9

EngagingData OP t1_j3nby1w wrote

We are having epic rain in California and that means epic snowfall in the Sierra Nevada Mountains. I wanted to make an interactive and current snowfall visualization to keep track of the amount of water being stored in the mountains. This is an average of snow water content for all of the 120 snow sensor locations in the Sierra. You can also look at specific regions (Northern, Central and Southern Sierras).

The blue/black lines on the graph (from top to bottom) represent the 100th(max), 90th, 75th, 50th (median), 25th, 10th and 0th (min) percentiles of snow water content for each date from 1970 to 2022. The red line is the current water years value.

In general, the snowpack water content to snow depth is about a 3 to 1 ratio so in the image, the average of 22" of snow water content amounts to about 66" (5ft 6inches or ~1.67 meters). It is much more (maybe 10 to 1) when the snow first falls, but over time it settles and also compacts from the overlying snow to get to this lower number.

Here is the interactive and updated daily (sometime in the west coast morning 8-10am) visualization.

​

Sources and ToolsData is downloaded from the California Data Exchange Center website of the California Department of Water Resources using a python script. The data is processed in javascript and visualized here using HTML, CSS and javascript and the open source Plotly javascript graphing library.

36

EngagingData OP t1_j33z5xu wrote

yeah, I tried something like that, but there are 48 reservoirs represented on the graph and so you aren't going to be able to read all of them regardless. I did add the ability to select which reservoirs to show on the graph (in the interactive version) which can let you visualize the smaller reservoirs.

But the overall goal was to show the amount of water in reservoirs so it's not that helpful if a tiny reservoir (amounting to less than 1% of state storage capacity) is full

4

EngagingData OP t1_j33cezs wrote

It's ridiculously rainy here in California but reservoir levels in the state are still not to historical levels because of the prolonged drought we've been in.

Here's the interactive version, which is updated hourly

​

Data and Tools
The data on water storage comes from the California Department of Water Resources’ (DWR) Data Exchange Center. Python is used to extract the data from this page hourly and wrangle the data in to a clean format. Visualization was done in javascript, HTML and CSS and specifically the D3.js visualization library.

8