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

Mods on layers used

parent cf9b8a34
No related branches found
No related tags found
1 merge request!94Non-dend workflow
......@@ -61,9 +61,6 @@ pois_all_layer <- paste0("POIs_", VPU) # All POIs binded together
poi_xwalk_layer <- paste0("poi_xwalk_layer_", VPU) # POIs that changed COMIDS during the navigate part of the workflow
final_poi_layer <- paste0("final_POIS_", VPU)
# only used in HI?
inc_pois_layer <- paste0("inc_POIs_", VPU) # layer of POIs used to derive first cut of segments
split_meters <- 10000
combine_meters <- 1000
min_da_km <- 20
......@@ -75,6 +72,7 @@ para_split_flines <- 2
nhd_outlet <- "nhd_outlet"
nhd_catchment <- "nhd_catchment"
# Created during refactor workflow
refactored_layer <- "collapsed"
reconciled_layer <- "reconciled"
split_layer <- "split_events"
......@@ -85,22 +83,17 @@ outlets_layer <- "outlets"
mapped_outlets_layer <- "mapped_outlets"
lookup_VPU_layer <- paste0(VPU, "_lookup")
# Not used?
# Making an "events" script to address "events" information
# i.e. gages, NID, TE Plants, waterbodies
# gage_gpkg <- "cache/Gage_info.gpkg"
# gage_cand <- "Potential_Gages"
# VPU_gage_Table <- file.path("cache", paste0("R", VPU, "_Gages.csv"))
# CONUS_gage_Table <- "data/gages_MDA.rds"
# Defined during NonDend.Rmd
ND_gpkg <- file.path("cache", paste0("ND_", VPU,".gpkg"))
divides_xwalk <- paste0("divides_nhd_", VPU)
HRU_layer <- paste0("poi_cats_", VPU)
  • Author Owner

    Re-activated some of the commented out layers because they are used in 06_Non_Dend.Rmd

  • Please register or sign in to reply
divides_nd <- paste0("divides_nd_", VPU)
missing_terms <- paste0("miss_terms_", VPU)
cat_boundary <- paste0("boundaries_", VPU)
missing_cats <- paste0("miss_cats_", VPU)
# only used in HI?
inc_pois_layer <- paste0("inc_POIs_", VPU) # layer of POIs used to derive first cut of segments
# not used?
# lookup_miss <- paste0("lookup_missing_", VPU)
# missing_cats <- paste0("miss_cats_", VPU)
# missing_terms <- paste0("miss_terms_", VPU)
# cat_boundary <- paste0("boundaries_", VPU)
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