findNID: Find Dams in the US Army Core National Inventory (NID)

Description Usage Arguments Value Author(s) Examples

View source: R/findNID.R

Description

findNID returns a SpatialPointsDataFrame of all US Army Corps Dams for an Area of Interest from the National Inventory of Dams dataset. The National Inventory of Dams (NID) is a congressionally authorized database documenting dams in the United States and its territories This dataset is accessed through the dams R package and contains 61 attributes, perhaps most notably:

Usage

1
findNID(AOI = NULL, ids = FALSE)

Arguments

AOI

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

ids

If TRUE, a vector of Dam IDs is added to retuned list (default = FALSE)

Value

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

Author(s)

Mike Johnson

Examples

1
2
3
4
5
## Not run: 
# Find all dams in Texas
tx.dams = getAOI(state = "TX") %>% findNID()

## End(Not run)

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