powered by
Returns a list of sites from the Water Quality Portal web service. This function gets the data from: https://www.waterqualitydata.us. Arguments to the function should be based on https://www.waterqualitydata.us/webservices_documentation
whatWQPmetrics(...)
see https://www.waterqualitydata.us/webservices_documentation for a complete list of options. A list of arguments can also be supplied.
A data frame
# NOT RUN { type <- "Stream" sites <- whatWQPmetrics(countycode="US:55:025",siteType=type) lakeSites <- whatWQPmetrics(siteType = "Lake, Reservoir, Impoundment", statecode = "US:55") # }
Run the code above in your browser using DataLab