findWaterPoly: Find Water Polygon

Description Usage Arguments Value Author(s) Examples

View source: R/findWaterPoly.R

Description

A function to join all NHD water featrues into a single polygon. Flowlines are sized according to there Strahler stream order multiplied by 10 m. Useful for viualization and masking operations where a water surface is needed.

Usage

1

Arguments

AOI

an AOI

Value

a single polygon of all NHD water features.

Author(s)

Mike Johnson

Examples

1
2
3
4
## Not run: 
getAOI(state = 'CO', county = 'El Paso') %>% findWaterPoly()

## End(Not run)

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