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

added ungrouping for some DF

parent 744add9c
No related branches found
No related tags found
1 merge request!107Non-dendritic work and outlet mapping, SWIM in get data
......@@ -552,9 +552,6 @@ POI_move_down<-function(out_gpkg, POIs, Seg, Seg2, exp, DA_diff){
return (list(allPOIs = fin_POIs, segs = newSegs$diss_segs, FL = newSegs$raw_segs))
}
#' Identifies and attributes structural POIs
#' @param nhdDF (sf data.frame) valid data frame of NHD flowlines
#' @param final_POIs (sf data.frame) final POIs
......@@ -564,6 +561,7 @@ structPOIsNet <- function(nhdDF, final_POIs){
# subset to flowlines used for nsegments
inc_segs <- filter(nhdDF, !is.na(POI_ID))
VPU <- inc_segs$VPUID
# Terminal outlets from the initial network
termout <- filter(nhdDF, !Hydroseq %in% DnHydroseq & TerminalFl == 1 & !COMID %in% final_POIs$COMID)
......
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