-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.R
More file actions
43 lines (25 loc) · 779 Bytes
/
config.R
File metadata and controls
43 lines (25 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
##
##
##
## database selector
# local SQLite tabular database
# local.tabularDB <- 'e:/gis_data/SSURGO-STATSGO-tabular/ssurgo-combined.sqlite'
# SDA
local.tabularDB <- NULL
## grid system
# fSSURGO
grid.system <- 'E:/gis_data/mukey-grids/fSSURGO-mukey.tif'
# gNATSGO
# grid.system <- 'E:/gis_data/mukey-grids/gNATSGO-mukey.tif'
# gSSURGO
# grid.system <- 'E:/gis_data/mukey-grids/gSSURGO-mukey.tif'
# STATSGO
# grid.system <- 'E:/gis_data/mukey-grids/gSTATSGO-mukey.tif'
# gSSURGO SoilWeb
# grid.system <- '/data1/website/wcs-files/gSSURGO-mukey.tif'
## variables
v <- c("sandtotal_r", "silttotal_r", "claytotal_r", "ph1to1h2o_r", "wthirdbar_r", "wfifteenbar_r")
# v <- c('wei')
# v <- c("om_r", "cec7_r", "ecec_r")
## depth interval
depth.interval <- c(5, 15)