Gets a web mercator tile for the given Earth Observation job.
See https://www.paws-r-sdk.com/docs/sagemakergeospatialcapabilities_get_tile/ for full documentation.
sagemakergeospatialcapabilities_get_tile(
Arn,
ExecutionRoleArn = NULL,
ImageAssets,
ImageMask = NULL,
OutputDataType = NULL,
OutputFormat = NULL,
PropertyFilters = NULL,
Target,
TimeRangeFilter = NULL,
x,
y,
z
)
[required] The Amazon Resource Name (ARN) of the tile operation.
The Amazon Resource Name (ARN) of the IAM role that you specify.
[required] The particular assets or bands to tile.
Determines whether or not to return a valid data mask.
The output data type of the tile operation.
The data format of the output tile. The formats include .npy, .png and .jpg.
Property filters for the imagery to tile.
[required] Determines what part of the Earth Observation job to tile. 'INPUT' or 'OUTPUT' are the valid options.
Time range filter applied to imagery to find the images to tile.
[required] The x coordinate of the tile input.
[required] The y coordinate of the tile input.
[required] The z coordinate of the tile input.