Project

General

Profile

« Previous | Next » 

Revision edef5649

Added by Benoit Parmentier about 9 years ago

adding extent option to main global mosaicing script

View differences:

climate/research/oregon/interpolation/global_run_scalingup_mosaicing.R
5 5
#Analyses, figures, tables and data are also produced in the script.
6 6
#AUTHOR: Benoit Parmentier 
7 7
#CREATED ON: 04/14/2015  
8
#MODIFIED ON: 11/09/2015            
8
#MODIFIED ON: 11/11/2015            
9 9
#Version: 5
10 10
#PROJECT: Environmental Layers project     
11 11
#COMMENTS: analyses run for reg4 1992 for test of mosaicing using 1500x4500km and other tiles
......
58 58

  
59 59
#### FUNCTION USED IN SCRIPT
60 60

  
61
function_mosaicing <-"global_run_scalingup_mosaicing_function_11092015.R"
61
function_mosaicing <-"global_run_scalingup_mosaicing_function_11102015.R"
62 62

  
63 63
#in_dir_script <-"/home/parmentier/Data/IPLANT_project/env_layers_scripts" #NCEAS UCSB
64 64
in_dir_script <- "/nobackupp8/bparmen1/env_layers_scripts" #NASA NEX
......
122 122
algorithm <- "python" #if R use mosaic function for R, if python use modified gdalmerge script from Alberto Guzmann
123 123
#algorithm <- "R" #if R use mosaic function for R, if python use modified gdalmerge script from Alberto Guzmann
124 124
 
125
match_extent <- "TRUE"
126

  
125 127
########################## START SCRIPT ##############################
126 128

  
127 129

  
......
211 213
                                        python_bin=python_bin,
212 214
                                        mosaic_python=mosaic_python,
213 215
                                        algorithm=algorithm,
216
                                        match_extent=match_extent,
214 217
                                        df_points=NULL,
215 218
                                        NA_flag=NA_flag_val,
216 219
                                        file_format=file_format,

Also available in: Unified diff