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

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

Examples

# NOT RUN {
AOI = getAOI(clip = 'UCSB') %>% findNED %>% findNHD %>% findNWIS %>% to_sf
# }