| Name |
Data Type |
Default |
Description |
Constraints |
sourceBands |
String[] |
|
The list of source bands. |
|
tiePointGrids |
String[] |
|
The list of tie-point grid names. |
|
region |
Rectangle |
|
The subset region in pixel coordinates.
Use the following format: {x},{y},{width},{height}
If not given, the entire scene is used. The 'geoRegion' and 'polygonRegion' parameters has precedence over this parameter.
|
|
referenceBand |
String |
|
The band used to indicate the pixel coordinates. |
|
geoRegion |
Geometry |
|
The subset region in geographical coordinates using WKT-format,
e.g. POLYGON(({lon1} {lat1}, {lon2} {lat2}, ..., {lon1} {lat1}))
(make sure to quote the option due to spaces in {geometry}).
If not given, the entire scene is used.
|
|
polygonRegion |
Geometry |
|
The subset region in pixel coordinates using WKT-format,
e.g. POLYGON(({x1} {y1}, {x2} {y2}, ..., {x1} {y1}))
(make sure to quote the option due to spaces in {geometry}).
If not given, the entire scene is used.
|
|
vectorFile |
File |
|
The vector file from which the polygon is read. |
Supported vector file formats:
- SHAPEFILE (*.shp)
- KML (*.kml)
- KMZ (*.kmz)
- GEOJSON (*.json)
- WKT (*.wkt)
- TXT (*.txt)
- PLACEMARK (*.placemark)
- PNX (*.pnx)
|
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. |
|
copyMetadata |
boolean |
false |
Whether to copy the metadata of the source product. |
|