Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.33 KB

README.md

File metadata and controls

20 lines (13 loc) · 1.33 KB

San Antonio Water Levels repo banner

Hey there!

This repository contains all the code that went into making the graphics for the San Antonio Express-News' story that looks at the drought conditions of aquifers, lakes and rivers in the San Antonio area.

The data comes from three sources:

How to replicate

If you'd like to run the code yourself, use the following steps:

  1. Clone the repo.
  2. Install the requirements with pip install -r requirements.txt.
  3. cd notebooks
  4. You can either run the jupyter notebook or use the nbexec collect-data.ipynb to run it as a script.