Skip to content
Snippets Groups Projects
Commit 1ff6dad1 authored by Bock, Andy's avatar Bock, Andy
Browse files

Deleted one line

parent a0cad157
No related branches found
No related tags found
1 merge request!78Navigate Mods
...@@ -74,7 +74,6 @@ if(needs_layer(nav_gpkg, nav_poi_layer)) { ...@@ -74,7 +74,6 @@ if(needs_layer(nav_gpkg, nav_poi_layer)) {
# Join HUC12 outlets with NHD # Join HUC12 outlets with NHD
HUC12_COMIDs <- read_sf(data_paths$hu12_points_path, "hu_points") %>% HUC12_COMIDs <- read_sf(data_paths$hu12_points_path, "hu_points") %>%
#filter(grepl(paste0("^", substr(VPU, start = 1, stop = 2)), .data$HUC12)) %>%
filter(grepl(grep_exp, .data$HUC12)) %>% filter(grepl(grep_exp, .data$HUC12)) %>%
select(COMID, HUC12) %>% select(COMID, HUC12) %>%
# Remove this when HUC12 outlets finished # Remove this when HUC12 outlets finished
......
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