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.
findWaterPoly(AOI)
AOI | an AOI |
---|
a single polygon of all NHD water features.
# NOT RUN { getAOI(state = 'CO', county = 'El Paso') %>% findWaterPoly() # }