getNOAAGuages: getNOAAGuages

View source: R/getNOAAGuages.R

getNOAAGuagesR Documentation

getNOAAGuages

Description

This function retrieves information on the hydraullic unit code given a USGS monitoring station ID.

Usage

getNOAAGuages(
  siteID,
  plotmap = TRUE,
  zoomFactor = 10,
  limitToWatershed = TRUE,
  getElevations = TRUE,
  leafletmap = NULL
)

Arguments

siteID

the USGS site identified for stream flow analysis

plotmap

TRUE if output plot is desired

zoomFactor

the zoom factor of the output plot

limitToWatershed

only pull datapoints on the watershed

getElevations

retrieve elevations of datapoints

leafletmap

pass a leaflet map arguements, note the output changes to a list if this parameter is invoked

Details

Much of this code was drawn from this source. http://cyberhelp.sesync.org/leaflet-in-R-lesson/course/archive.html

Examples


getNOAAGuages("02131000")


Agriculturist/waterDataSupport documentation built on Jan. 28, 2023, 11:43 a.m.