Skip to content
Snippets Groups Projects
Commit 9bc00ae0 authored by Laura A DeCicco's avatar Laura A DeCicco
Browse files

Changing to official USGS service.

parent c55d5cf9
No related branches found
No related tags found
1 merge request!9Added a lot of error handling.
......@@ -15,7 +15,7 @@ mergedDF a data frame containing columns agency, site, dateTime, values, and rem
This function accepts a url parameter for a WaterML2 getObservation
}
\examples{
URL <- "http://webvastage6.er.usgs.gov/ogc-swie/wml2/dv/sos?request=GetObservation&featureID=435601087432701&observedProperty=00045&beginPosition=2012-01-01&offering=Sum"
dataReturned3 <- getWaterML2Data(URL)
URL <- "http://waterservices.usgs.gov/nwis/dv/?format=waterml,2.0&sites=01646500&startDT=2014-09-01&endDT=2014-09-08&statCd=00003&parameterCd=00060"
\dontrun{dataReturned3 <- getWaterML2Data(URL)}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment