v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1419171112.9 KB

Gets a web mercator tile for the given Earth Observation job.

get/tile/{z}/{x}/{y}#Arn&ImageAssets&Target

Path parameters

xinteger required

The x coordinate of the tile input.

yinteger required

The y coordinate of the tile input.

zinteger required

The z coordinate of the tile input.

Query parameters

Arnstring required

The Amazon Resource Name (ARN) of the tile operation.

ExecutionRoleArnstring

The Amazon Resource Name (ARN) of the IAM role that you specify.

ImageAssetsString[] required

The particular assets or bands to tile.

ImageMaskboolean

Determines whether or not to return a valid data mask.

OutputDataType'INT32' | 'FLOAT32' | 'INT16' | 'FLOAT64' | 'UINT16'

The output data type of the tile operation.

OutputFormatstring

The data format of the output tile. The formats include .npy, .png and .jpg.

PropertyFiltersstring

Property filters for the imagery to tile.

Target'INPUT' | 'OUTPUT' required

Determines what part of the Earth Observation job to tile. 'INPUT' or 'OUTPUT' are the valid options.

TimeRangeFilterstring

Time range filter applied to imagery to find the images to tile.

Response

Success

BinaryFilestring

The output binary file.