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

fixes #135

parent f9d99654
No related branches found
No related tags found
1 merge request!184Subdomain
......@@ -5,7 +5,8 @@ if(Sys.getenv("sb_user") == "CHANGEME") stop("must set sb_user")
# data downloads to a smaller domain.
# can "AK", "HI", or "CONUS" to run one of them
# HUC subsetting is only supported in the superCONUS domain
domain = c("AK", "HI", "CONUS")
# domain = c("AK", "HI", "CONUS")
domain <- "17"
# what POI types to include
POI_types <- c( # comment / uncomment to modify
......
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