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

Added wb_event_layer

parent 9e09db3b
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,8 @@ travt_diff <- 24 # Max number of hours between adjacent POIS
xwalk_layer <- paste0("HUC12_nhd") # HUC12 - nhdcat crosswalk, built in Nav for VPU 20
nav_poi_layer <- paste0("POIs_tmp_", vpu) # Rolling Nav POI layer added to/modified througout nav workflow
WBs_layer <- paste0("WB") # Waterbodies within VPU
WBs_layer <- paste0("WB_", vpu) # Waterbodies within VPU
WB_events_layer <- paste0("WB_events_", vpu) # inlet and outlet events for NHDArea and HR waterbodies
poi_moved_layer <- paste0("POIs_mv_", vpu) # POIs moved from original COMID assignment
nsegments_layer <- paste0("nsegment_", vpu) # Minimally-sufficient network dissolved by POI_ID
pois_all_layer <- paste0("POIs_", vpu) # All POIs binded together
......
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