sagemakergeospatialcapabilities_get_tile: Gets a web mercator tile for the given Earth Observation job

View source: R/sagemakergeospatialcapabilities_operations.R

sagemakergeospatialcapabilities_get_tileR Documentation

Gets a web mercator tile for the given Earth Observation job

Description

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.

Usage

sagemakergeospatialcapabilities_get_tile(
  Arn,
  ExecutionRoleArn = NULL,
  ImageAssets,
  ImageMask = NULL,
  OutputDataType = NULL,
  OutputFormat = NULL,
  PropertyFilters = NULL,
  Target,
  TimeRangeFilter = NULL,
  x,
  y,
  z
)

Arguments

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.


paws.machine.learning documentation built on Sept. 12, 2024, 6:23 a.m.