https://github.com/doi-usgs/water-use
Visualization using USGS water use data.
https://github.com/doi-usgs/water-use
Last synced: about 1 month ago
JSON representation
Visualization using USGS water use data.
- Host: GitHub
- URL: https://github.com/doi-usgs/water-use
- Owner: DOI-USGS
- License: cc0-1.0
- Created: 2016-11-30T15:44:28.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2023-05-05T14:35:18.000Z (about 2 years ago)
- Last Synced: 2025-03-29T09:12:21.447Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://owi.usgs.gov/vizlab/water-use/
- Size: 1.25 MB
- Stars: 15
- Watchers: 13
- Forks: 16
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# water-use
## A visualization using USGS water use data.This repository contains code that fetches, processes, and creates visual representations of water use data.
The visualization can be found at [https://owi.usgs.gov/vizlab/water-use](https://owi.usgs.gov/vizlab/water-use).
The visualization is built using the [`vizlab` R package](https://github.com/USGS-VIZLAB/vizlab) which implements a framework for implementation of reproducable data visualizations.
Data is retrieved using the [`wateRuse`](https://github.com/USGS-R/wateRuse) and [`dataRetrieval`](https://cran.r-project.org/web/packages/dataRetrieval/index.html) packages for pre 1980 and post 1985 data respectively. Pre 1980 data is based on transcribed water use compilation report data. [The reports can be found here.](http://water.usgs.gov/watuse/50years.html) and files containing transcribed data used by the visualization code are [hosted on sciencebase.gov here.](https://www.sciencebase.gov/catalog/item/584f00cee4b0260a373819db)
Data processing is accomplished with a number of R packages, all available from the [CRAN](https://cran.r-project.org/): `dplyr`, `tidyr`, `sp`, `rgeos`, `maptools`, `maps`, `jsonlite`, `svglite`, and `xml2`.