Revision 6bf44ef7
Added by Benoit Parmentier almost 9 years ago
climate/research/oregon/interpolation/master_script_stage_6.R | ||
---|---|---|
11 | 11 |
#STAGE 6: Assessement of predictions by tiles and regions with mosaicing of predictions and accuracy |
12 | 12 |
#AUTHOR: Benoit Parmentier |
13 | 13 |
#CREATED ON: 12/29/2015 |
14 |
#MODIFIED ON: 01/03/2015
|
|
15 |
#PROJECT: NCEAS INPLANT: Environment and Organisms
|
|
14 |
#MODIFIED ON: 01/06/2016
|
|
15 |
#PROJECT: NCEAS-IPLANT-NASA: Environment Layers
|
|
16 | 16 |
|
17 | 17 |
## TODO: |
18 |
# Add assessment part 2 (figures) |
|
19 |
# Add mosaicing part 2 |
|
18 |
# Add assessment part 2 (figures): still testing |
|
20 | 19 |
# |
21 | 20 |
################################################################################################## |
22 | 21 |
|
... | ... | |
52 | 51 |
script_path <- "/nobackupp8/bparmen1/env_layers_scripts" #path to script |
53 | 52 |
function_assessment_part1_functions <- "global_run_scalingup_assessment_part1_functions_02112015.R" #PARAM12 |
54 | 53 |
function_assessment_part1a <-"global_run_scalingup_assessment_part1a_01042016.R" |
55 |
function_assessment_part2 <- "global_run_scalingup_assessment_part2_01042016.R"
|
|
54 |
function_assessment_part2 <- "global_run_scalingup_assessment_part2_01062016.R"
|
|
56 | 55 |
function_assessment_part2_functions <- "global_run_scalingup_assessment_part2_functions_01032016.R" |
57 | 56 |
source(file.path(script_path,function_assessment_part1_functions)) #source all functions used in this script |
58 | 57 |
source(file.path(script_path,function_assessment_part1a)) #source all functions used in this script |
... | ... | |
132 | 131 |
max_mem<-args[11] |
133 | 132 |
#rasterOptions(maxmemory=1e+07,timer=TRUE) |
134 | 133 |
|
134 |
|
|
135 | 135 |
#debug(run_assessment_prediction_fun) |
136 | 136 |
#debug(debug_fun_test) |
137 | 137 |
#debug_fun_test(list_param_raster_prediction) |
Also available in: Unified diff
master script stage 6 testing assessment with figures