From 662ece9c4ff1b7908fff4ab17faccecca5d52c2d Mon Sep 17 00:00:00 2001 From: David Blodgett <dblodgett@usgs.gov> Date: Wed, 17 May 2023 13:55:24 -0500 Subject: [PATCH] don't need enhd in get data --- workspace/00_get_data.Rmd | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/workspace/00_get_data.Rmd b/workspace/00_get_data.Rmd index 8fa7b4b..8678f8c 100644 --- a/workspace/00_get_data.Rmd +++ b/workspace/00_get_data.Rmd @@ -545,22 +545,6 @@ out_list <- c(out_list, out) ``` -```{r nhdplus_attributes} - -out <- list(new_nhdp_atts = file.path("cache", (sb_f <- "enhd_nhdplusatts.csv"))) - -if(!file.exists(out$new_nhdp_atts)) { - if(is.null(sbtools::current_session())) - authenticate_sb() - - sbtools::item_file_download("63cb311ed34e06fef14f40a3", - names = sb_f, - destinations = out$new_nhdp_atts) -} - -out_list <- c(out_list, out) -``` - ```{r GFv1.1} GFv11_dir <- file.path(data_dir, "GFv11") out <- list(GFv11_gages_lyr = file.path(data_dir, "GFv11/GFv11_gages.rds"), -- GitLab