explore
can be used to explore spatial HydroData objects obtained from
Namely:
findGHCN
findNHD
findReservoir
findtiger
findSnotel
findUSGS
findWaterbodies
findWS
findap
getCLD
getKoppen
getNED
getNLCD
getWaterUse
explore(input = NULL, save = FALSE)
input | a single, or list, of HydroData objects |
---|---|
save | (logical) should the leaflet HTML be saved to disk? |
leaflet map object
# NOT RUN { # Find USGS station near UCSB ucsb.nwis = findUSGS(clip_unit = list("UCSB", 10, 10)) explore(ucsb.nwis) # }