Skip to main content
Returns an array of rasters resulting from the split of the input raster based upon the desired dimensions of the output rasters. RS_Tile

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

The resulting raster.

Examples

User can use EXPLODE function to expand the array of tiles into a table of tiles.