findNHD: Find National Hydrography River Networks

Description Usage Arguments Value Author(s) Examples

View source: R/find.R

Description

findNHD returns a SpatialLinesDataframe of all NHDFlowlines reaches within an AOI. Data comes from the USGS CIDA server and contain 90 attributes, perhaps most notably:

Usage

1
2
findNHD(AOI = NULL, comid = NULL, nwis = NULL, streamorder = NULL,
  name = NULL)

Arguments

AOI

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

comid

Search for NHD features by COMID

nwis

Search for NHD features by NWIS ID

streamorder

filter returned NHD by steamorder. Returns are feature of input and higher.

name

Seach for NHD by GNIS name

Value

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

Author(s)

Mike Johnson

Examples

1
2
3
4
## Not run: 
nhd  = getAOI(clip = list("Tuscaloosa, AL", 10, 10)) %>% findNHD()

## End(Not run)

mikejohnson51/nwmRetro documentation built on Nov. 8, 2019, 9:57 p.m.