Name |
Data Type |
Default |
Description |
Constraints |
region |
Rectangle |
|
The subset region in pixel coordinates.
If not given, the entire scene is used. The 'geoRegion' parameter has precedence over this parameter. |
|
geoRegion |
Geometry |
|
The subset region in geographical coordinates using WKT-format,
e.g. POLYGON(( , , ..., ))
(make sure to quote the option due to spaces in ).
If not given, the entire scene is used. |
|
subSamplingX |
int |
1 |
The pixel sub-sampling step in X (horizontal image direction) |
|
subSamplingY |
int |
1 |
The pixel sub-sampling step in Y (vertical image direction) |
|
fullSwath |
boolean |
false |
Forces the operator to extend the subset region to the full swath. |
|
tiePointGridNames |
String[] |
|
The comma-separated list of names of tie-point grids to be copied.
If not given, all bands are copied. |
|
bandNames |
String[] |
|
The comma-separated list of names of bands to be copied.
If not given, all bands are copied. |
|
copyMetadata |
boolean |
false |
Whether to copy the metadata of the source product. |
|