Skip to content

data-liberation-project/usgs-water-use-inventory-processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

USGS Water Use Inventory Processing

This repository contains Python notebooks (and their output) combining and analyzing the FOIA records provided by the US Geological Survey to the Data Liberation Project.

For more information about these records, see the introductory documentation.

Notebooks

Reproducibility

To run the code yourself, take these steps:

  • Download the raw data files and copy them to data/raw/sites/
  • Ensure that you have Python 3 installed
  • Run make venv to create a Python virtual environment for this repository
  • Run source venv/bin/activate to activate the virtual environment
  • Run jupyter lab to launch Jupyter, and then navigate within it to the notebooks/ directory
  • Run the notebooks

Licensing

This repository's code is available under the MIT License terms. The raw data files (those in data/raw) are public domain. All other data files are available under the Creative Commons CC BY-SA 4.0 license terms.

Questions?

File an issue in this repository or email Jeremy Singer-Vine at jsvine@gmail.com.