I am trying to learn to use rwrfhydro to evaluate streamflow. I used the example in /vignettes/streamflowEvalUsgsObs.R.
When I run the lines below, there is an error. I doubt if GetUsgsHucData still works.
Could you help me with this error?
I found it may be related with the line in usgs_ingest.R: need to add siteNumber = to fix it
meta <- dataRetrieval::whatNWISdata(siteNumber = stns$site_no, service = "uv")
Dear Sir/Madam,
I am trying to learn to use rwrfhydro to evaluate streamflow. I used the example in /vignettes/streamflowEvalUsgsObs.R. When I run the lines below, there is an error. I doubt if GetUsgsHucData still works. Could you help me with this error?
---- results='hold', eval=FALSE-----------------------------------------
coData <- GetUsgsHucData(huc=huc8) ## this can take a little while... Error: All components of the query must be name
Thank you.
Lily