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

name mods

parent bde4a05a
No related branches found
No related tags found
1 merge request!66Updates to HI workflow
......@@ -50,15 +50,15 @@ gage_events <- paste0("gage_events_", VPU) # gages with flowline index informati
nav_gpkg <- file.path("cache", paste0("GF_", VPU,".gpkg"))
nhd_flowline <- "nhd_flowline"
nhd_catchment <- "nhd_catchment"
Xwalk_layer <- paste0("HUC12_nhd", VPU) # HUC12 - nhdcat crosswalk, built in Nav for VPU 20
xwalk_layer <- paste0("HUC12_nhd_", VPU) # HUC12 - nhdcat crosswalk, built in Nav for VPU 20
nav_poi_layer <- paste0("pois_", VPU) # Rolling Nav POI layer added to/modified througout nav workflow
WBs <- paste0("WB_", VPU) # Waterbodies within VPU
WBs_layer <- paste0("WB_", VPU) # Waterbodies within VPU
poi_moved <- paste0("POIs_mv_", VPU) # POIs moved from original COMID assignment
inc_pois <- paste0("inc_POIs_", VPU) # layer of POIs used to derive first cut of segments
n_segments <- paste0("nsegment_", VPU) # Minimally-sufficient network dissolved by POI_ID
nsegments_layer <- paste0("nsegment_", VPU) # Minimally-sufficient network dissolved by POI_ID
pois_all <- paste0("POIs_", VPU) # All POIs binded together
poi_xWalk <- paste0("poi_xWalk_", VPU) # POIs that changed COMIDS during the navigate part of the workflow
final_POI_layer <- paste0("final_POIS_", VPU)
final_poi_layer <- paste0("final_POIS_", VPU)
pois_merge <- paste0("merPOIs_", VPU) # All POIs binded together
# Defined during Refactor
......@@ -79,9 +79,8 @@ agg_cats_layer <- "agg_cats"
outlets_layer <- "outlets"
lookup_VPU <- paste0(VPU, "_lookup")
# Defined during Nondend
ND_gpkg <- file.path("cache", paste0("NHD_", VPU,".gpkg"))
# Making an "events" script to address "events" information
......
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