download_wbd: Download the seamless Watershed Boundary Dataset (WBD)

View source: R/downloading_tools.R

download_wbdR Documentation

Download the seamless Watershed Boundary Dataset (WBD)

Description

This function downloads and decompresses staged seamless WBD data. Please see: https://prd-tnm.s3.amazonaws.com/StagedProducts/Hydrography/WBD/National/GDB/WBD_National_GDB.xml for metadata.

Usage

download_wbd(
  outdir,
  url = paste0("https://prd-tnm.s3.amazonaws.com/StagedProducts/",
    "Hydrography/WBD/National/GDB/WBD_National_GDB.zip"),
  progress = TRUE
)

Arguments

outdir

The folder path where data should be downloaded and extracted

url

the location of the online resource

progress

boolean display download progress?

Value

character path to the local geodatabase

Examples

## Not run: 
  download_wbd("./data/wbd/")

## End(Not run)

dblodgett-usgs/nhdplusTools documentation built on March 26, 2024, 12:12 p.m.