Skip to content

cldixon/USBR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

USBR: Hydroelectric Dams and Power Plants Dataset

Web Scrape of the U.S. Bureau of Reclamation Hydroelectric dams and power plants data.

Link: USBR plants & dams

Image: USBR

Summary

The data is collected using R, and shows a methodology for web scraping using the {purrr} package. The key is to model your crawl as a dataframe (or Tibble), and use {purrr} to collect HTML and extract content (via {rvest}) while managing errors with safe exception handling (ie. {purrr::possibly()}).

Details

The data folder contains separate data sets for both power plants and dams managed by the USBR. There are likewise separate CSV files containing text summaries of each infrastructure project. Lastly, There are two zipped folders containg images associated with each project which can be linked across the data sets.

About

Web scrape of the U.S. Bureau of Reclamation Dams and Power plants data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages