Skip to content

Commit

Permalink
check fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dblodgett-usgs committed Oct 20, 2023
1 parent bdf6b5a commit 0481fa6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
7 changes: 3 additions & 4 deletions R/get_hydro.R
Original file line number Diff line number Diff line change
Expand Up @@ -185,11 +185,12 @@ get_nwis <- function(AOI = NULL, t_srs = NULL, buffer = 20000){
#' for source data documentation.
#'
#' @inherit query_usgs_arcrest details return params
#' @param id character vector of id3dhp ids or mainstem uris
#' @param ids character vector of id3dhp ids or mainstem uris
#' @param universalreferenceid character vector of hydrolocation universal
#' reference ids such as reachcodes
#' @export
#' @examples
#' \donttest{
#' AOI <- sf::st_as_sfc(sf::st_bbox(c(xmin = -89.56684, ymin = 42.99816,
#' xmax = -89.24681, ymax = 43.17192),
#' crs = "+proj=longlat +datum=WGS84 +no_defs"))
Expand All @@ -205,8 +206,6 @@ get_nwis <- function(AOI = NULL, t_srs = NULL, buffer = 20000){
#'
#' # given mainstem ids from any source, can query for them in ids.
#'
#' get_3dhp(ids = unique(flowlines$mainstemid), type = "flowline")
#'
#' CO <- get_3dhp(ids = "https://geoconnex.us/ref/mainstems/29559",
#' type = "flowline")
#'
Expand All @@ -223,7 +222,7 @@ get_nwis <- function(AOI = NULL, t_srs = NULL, buffer = 20000){
#'
#' get_3dhp(universalreferenceid = unique(hydrolocation$universalreferenceid),
#' type = "hydrolocation")
#'
#'}
get_3dhp <- function(AOI = NULL, ids = NULL, type = NULL,
universalreferenceid = NULL,
t_srs = NULL, buffer = 0.5) {
Expand Down
10 changes: 3 additions & 7 deletions man/get_3dhp.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0481fa6

Please sign in to comment.