Skip to content

Commit

Permalink
remove usa from groundwater url
Browse files Browse the repository at this point in the history
  • Loading branch information
ldecicco-USGS committed Jul 30, 2024
1 parent c0185af commit 5f1208e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/setAccess.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ setAccess <- function(access = "public") {
pkg.env$iv <- "https://nwis.waterservices.usgs.gov/nwis/iv/"
pkg.env$iv_recent <- "https://waterservices.usgs.gov/nwis/iv/"
pkg.env$dv <- "https://waterservices.usgs.gov/nwis/dv/"
pkg.env$gwlevels <- "https://nwis.waterdata.usgs.gov/usa/nwis/gwlevels"
pkg.env$gwlevels <- "https://nwis.waterdata.usgs.gov/nwis/gwlevels"
pkg.env$measurements <- "https://waterdata.usgs.gov/nwis/measurements/"
pkg.env$peak <- "https://nwis.waterdata.usgs.gov/usa/nwis/peak/"
pkg.env$rating <- "https://waterdata.usgs.gov/nwisweb/get_ratings/"
Expand Down

0 comments on commit 5f1208e

Please sign in to comment.