R/nhdR-package.R

#' R interface to the National Hydrography Dataset
#' @name nhdR-package
#' @aliases nhdR
#' @importFrom httr GET write_disk progress
#' @importFrom ggplot2 map_data
#' @importFrom sf st_drivers
#' @title R interface to the National Hydrography Dataset
#' @author \email{jemma.stachelek@gmail.com}
#' @keywords internal
"_PACKAGE"

#' vpu_shp
#'
#' @title Low-res simple features data frame of the NHDPlus vector processing
#' units
#'
#' @docType data
#' @keywords datasets
#' @name vpu_shp
NULL

#' gull
#'
#' @title List of simple features lake polygons and flowlines within a buffer
#' around Gull Lake Michigan.
#' @description Data from NHD Plus
#' @docType data
#' @keywords datasets
#' @name gull
NULL

#' gull_flow
#'
#' @title Flowlines within a buffer around Gull Lake Michigan including flow information.
#' @description Data from NHD Plus
#' @docType data
#' @keywords datasets
#' @name gull_flow
NULL

#' mendota
#'
#' @title List of simple features lake polygons and flowlines within a buffer
#' around Lake Mendota.
#' @description Data from NHD Plus
#' @docType data
#' @keywords datasets
#' @name mendota
NULL

#' mendota_network
#'
#' @title Upstream flowlines connected to Lake Mendota.
#' @description Data from NHD Plus
#' @docType data
#' @keywords datasets
#' @name mendota_network
NULL

#' sunapee
#'
#' @title List of simple features lake polygons and flowlines within a buffer
#' around Lake Sunapee.
#' @description Data from NHD Plus
#' @docType data
#' @keywords datasets
#' @name sunapee
NULL

#' sunapee_network
#'
#' @title Upstream flowlines connected to Lake Sunapee.
#' @description Data from NHD Plus
#' @docType data
#' @keywords datasets
#' @name sunapee_network
NULL

Try the nhdR package in your browser

Any scripts or data that you put into this service are public.

nhdR documentation built on Sept. 9, 2026, 9:08 a.m.