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)
hydro.data.object | a HydroData object with Spatial components |
---|
a list with the same length as the input
# NOT RUN { AOI = getAOI(clip = 'UCSB') %>% findNED %>% findNHD %>% findNWIS %>% to_sf # }