Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
reference-hydrofabric
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Water Mission Area
nhgf
reference-hydrofabric
Commits
d359a049
Commit
d359a049
authored
2 years ago
by
Bock, Andy
Browse files
Options
Downloads
Patches
Plain Diff
Added wb_event_layer
parent
9e09db3b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
workspace/R/config.R
+2
-1
2 additions, 1 deletion
workspace/R/config.R
with
2 additions
and
1 deletion
workspace/R/config.R
+
2
−
1
View file @
d359a049
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment