View source: R/sagemakergeospatialcapabilities_operations.R
sagemakergeospatialcapabilities_get_tile | R Documentation |
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
)
Arn |
[required] The Amazon Resource Name (ARN) of the tile operation. |
ExecutionRoleArn |
The Amazon Resource Name (ARN) of the IAM role that you specify. |
ImageAssets |
[required] The particular assets or bands to tile. |
ImageMask |
Determines whether or not to return a valid data mask. |
OutputDataType |
The output data type of the tile operation. |
OutputFormat |
The data format of the output tile. The formats include .npy, .png and .jpg. |
PropertyFilters |
Property filters for the imagery to tile. |
Target |
[required] Determines what part of the Earth Observation job to tile. 'INPUT' or 'OUTPUT' are the valid options. |
TimeRangeFilter |
Time range filter applied to imagery to find the images to tile. |
x |
[required] The x coordinate of the tile input. |
y |
[required] The y coordinate of the tile input. |
z |
[required] The z coordinate of the tile input. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.