findNWIS: Find USGS NWIS Stream Gages

Description Usage Arguments Value Author(s) Examples

View source: R/findNWIS.R

Description

findNWIS returns a SpatialPointsDataFrame of all USGS NWIS gages for an Area of Interest. This dataset is accessed through the NWIS web portal and contains the following attributes:

Usage

1
2
findNWIS(AOI = NULL, siteType = "ST", paramCode = "00060",
  startDate = NULL, endDate = NULL, active = TRUE, full = FALSE)

Arguments

AOI

A Spatial* or simple features geometry, can be piped from getAOI

ids

If TRUE, a vector of NIWS gage IDs are added to retuned list (default = FALSE)

comids

f TRUE, a vector of NHD COMIDs IDs are added to retuned list (default = FALSE)

Value

a list() of minimum length 2: AOI and nwis

Author(s)

Mike Johnson

Examples

1
2
3
4
## Not run: 
co = getAOI(state = "CO") %>% findNWIS()

## End(Not run)

mikejohnson51/HydroData documentation built on May 29, 2019, 2:34 p.m.