File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,8 @@ function mask(){
104
104
--creation-option=' NUM_THREADS=ALL_CPUS' \
105
105
--creation-option=' BIGTIFF=YES' \
106
106
--creation-option=" BLOCKXSIZE=$XBLOCK " \
107
- --creation-option=" BLOCKYSIZE=$YBLOCK "
107
+ --creation-option=" BLOCKYSIZE=$YBLOCK " \
108
+ --quiet
108
109
109
110
}
110
111
export -f mask
@@ -129,7 +130,7 @@ while :; do
129
130
-i|--info) echo " Processing masks from raster images" ; exit 0;;
130
131
-s|--resolution) RES=" $2 " ; shift ;;
131
132
-l|--layer) LAYER=" $2 " ; shift ;;
132
- -d|--input) DINP=$( readlink -f" $2 " ) ; shift ;;
133
+ -d|--input) DINP=$( readlink -f " $2 " ) ; shift ;;
133
134
-o|--output) DOUT=$( readlink -f " $2 " ) ; shift ;;
134
135
-b|--basename) OBASE=" $2 " ; shift ;;
135
136
-j|--jobs) NJOB=" $2 " ; shift ;;
You can’t perform that action at this time.
0 commit comments