92
92
93
93
--clip Clip the image with the bounding box provided. Values must be in WGS84 datum,
94
94
and with longitude and latitude units of decimal degrees separated by comma.
95
- Example: --clip -346.06658935546875,49.93531194616915,-345.4595947265625,
95
+ Example: --clip= -346.06658935546875,49.93531194616915,-345.4595947265625,
96
96
50.2682767372753
97
97
98
98
-u --upload Upload to S3 after the image processing completed
135
135
136
136
--clip Clip the image with the bounding box provided. Values must be in WGS84 datum,
137
137
and with longitude and latitude units of decimal degrees separated by comma.
138
- Example: --clip -346.06658935546875,49.93531194616915,-345.4595947265625,
138
+ Example: --clip= -346.06658935546875,49.93531194616915,-345.4595947265625,
139
139
50.2682767372753
140
140
141
141
-v, --verbose Show verbose output
@@ -222,7 +222,7 @@ def args_options():
222
222
parser_download .add_argument ('--clip' , help = 'Clip the image with the bounding box provided. Values must be in ' +
223
223
'WGS84 datum, and with longitude and latitude units of decimal degrees ' +
224
224
'separated by comma.' +
225
- 'Example: --clip -346.06658935546875,49.93531194616915,-345.4595947265625,' +
225
+ 'Example: --clip= -346.06658935546875,49.93531194616915,-345.4595947265625,' +
226
226
'50.2682767372753' )
227
227
parser_download .add_argument ('-u' , '--upload' , action = 'store_true' ,
228
228
help = 'Upload to S3 after the image processing completed' )
@@ -249,7 +249,7 @@ def args_options():
249
249
parser_process .add_argument ('--clip' , help = 'Clip the image with the bounding box provided. Values must be in ' +
250
250
'WGS84 datum, and with longitude and latitude units of decimal degrees ' +
251
251
'separated by comma.' +
252
- 'Example: --clip -346.06658935546875,49.93531194616915,-345.4595947265625,' +
252
+ 'Example: --clip= -346.06658935546875,49.93531194616915,-345.4595947265625,' +
253
253
'50.2682767372753' )
254
254
parser_process .add_argument ('-b' , '--bands' , help = 'specify band combinations. Default is 432'
255
255
'Example: --bands 321' , default = '432' )
0 commit comments