to_sf: Convert Spatial HydroData Objects to Simple Features

Description Usage Arguments Value Author(s) Examples

View source: R/to_sf.R

Description

A function to convert all Spatial* HydroData objects to simple feature geometries. Non-Spatial objects (eg raster and list components) will be skipped over.

Usage

1
to_sf(hydro.data.object = NULL)

Arguments

hydro.data.object

a HydroData object with Spatial components

Value

a list with the same length as the input

Author(s)

Mike Johnson

Examples

1
2
3
4
## Not run: 
AOI = getAOI(clip = 'UCSB') %>% findNED %>% findNHD %>% findNWIS %>% to_sf

## End(Not run)

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