Skip to main content
Returns the width of the raster.

Signatures

RS_Width(raster: Raster)

Parameters

raster
Raster
required
The input raster.

Return type

An integer value.

Example

SELECT RS_Width(raster) FROM rasters
517