get_tile(**kwargs)¶Gets a web mercator tile for the given Earth Observation job.
See also: AWS API Documentation
Request Syntax
response = client.get_tile(
    Arn='string',
    ImageAssets=[
        'string',
    ],
    ImageMask=True|False,
    OutputDataType='INT32'|'FLOAT32'|'INT16'|'FLOAT64'|'UINT16',
    OutputFormat='string',
    PropertyFilters='string',
    Target='INPUT'|'OUTPUT',
    TimeRangeFilter='string',
    x=123,
    y=123,
    z=123
)
[REQUIRED]
The Amazon Resource Name (ARN) of the tile operation.
[REQUIRED]
The particular assets or bands to tile.
[REQUIRED]
Determines what part of the Earth Observation job to tile. 'INPUT' or 'OUTPUT' are the valid options.
[REQUIRED]
The x coordinate of the tile input.
[REQUIRED]
The y coordinate of the tile input.
[REQUIRED]
The z coordinate of the tile input.
dict
Response Syntax
{
    'BinaryFile': StreamingBody()
}
Response Structure
(dict) --
BinaryFile (StreamingBody) --
The output binary file.
Exceptions
SageMakergeospatialcapabilities.Client.exceptions.AccessDeniedExceptionSageMakergeospatialcapabilities.Client.exceptions.ValidationExceptionSageMakergeospatialcapabilities.Client.exceptions.ThrottlingExceptionSageMakergeospatialcapabilities.Client.exceptions.InternalServerExceptionSageMakergeospatialcapabilities.Client.exceptions.ResourceNotFoundException