Skip to main content
Generates records containing raster tiles resulting from the split of the input raster based upon the desired dimensions of the output rasters. RS_TileExplode

Signatures

Parameters

raster
Raster
required
The input raster.
width
Int
required
The width value.
height
Int
required
The height value.
padWithNoData
Boolean
default:"false"
required
The pad with no data value.
noDataVal
Double
default:"null"
required
The no data val value.

Return type

A struct containing the result fields.

Example