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

Converting gwl to waterml.

parent b511835d
No related branches found
No related tags found
1 merge request!39Overhaul of function names. Move some functionality to EGRET.
...@@ -150,7 +150,12 @@ constructNWISURL <- function(siteNumber,parameterCd,startDate="",endDate="", ...@@ -150,7 +150,12 @@ constructNWISURL <- function(siteNumber,parameterCd,startDate="",endDate="",
rdb = "rdb,1.0", rdb = "rdb,1.0",
tsv = "rdb,1.0", tsv = "rdb,1.0",
wml2 = "waterml,2.0", wml2 = "waterml,2.0",
wml1 = "waterml,1.1" wml1 = {if ("gwlevels" == service) {
"waterml"
} else {
"waterml,1.1"
}
}
) )
......
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