Skip to content
Snippets Groups Projects
Commit 4af882cd authored by Blodgett, David L.'s avatar Blodgett, David L.
Browse files

rpu 03g in vpu 08

parent 5e6c452a
No related branches found
No related tags found
1 merge request!68Alaska and full workflow -- should work with this.
......@@ -5,6 +5,10 @@ library(hyRefactor)
library(tidyr)
library(hyfabric)
if(nchar(Sys.getenv("RPU_CODE")) == 3) {
rpu_code <- Sys.getenv("RPU_CODE")
}
if(exists("rpu_code") && !exists("VPU")) {
VPU <- substr(rpu_code, 1, 2)
......@@ -15,6 +19,10 @@ if(exists("rpu_code") && !exists("VPU")) {
if(rpu_code %in% c("10e", "10f", "10g", "10h", "10i")) {
VPU <- "10U"
}
if(rpu_code == "03g") {
VPU = "08"
}
}
# NHDPlus V2 Region
......
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