Description Usage Arguments Value Author(s) Examples
This function builds a request and returns the the data in question.
1 2 | get_nwc_wb_data(huc, start_date = "1980-09-30", end_date = "2010-10-01",
local = FALSE, return_var = "all")
|
huc |
The watershed of interest. |
start_date |
A string representation of the start date in YYYY-MM-DD format. |
end_date |
A string representation of the end date in YYYY-MM-DD format. |
local |
TRUE/FALSE to request local watershed or total upstream watershed data. |
return_var |
A character vector specifying which variables are of interest. Choose from "all", "et", "prcp", "discharge", and "streamflow". Discharge is the modeled discharge for the HUC. Streamflow, if available is monitored streamflow near the outlet of the HUC. |
The data.
David Blodgett dblodgett@usgs.gov
1 | NWCdata<-get_nwc_wb_data(huc="031601030306")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.